Skip to content

add active class#1

Closed
dgrammatiko wants to merge 1 commit intociar4n:com-templates-treefrom
dgrammatiko:patch-9
Closed

add active class#1
dgrammatiko wants to merge 1 commit intociar4n:com-templates-treefrom
dgrammatiko:patch-9

Conversation

@dgrammatiko
Copy link
Copy Markdown
Collaborator

@dgrammatiko dgrammatiko commented Feb 14, 2017

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required


This change is Reviewable

@dgrammatiko dgrammatiko deleted the patch-9 branch February 14, 2017 22:44
ciar4n pushed a commit that referenced this pull request Feb 15, 2017
)

* Update site.php

* Update site.php

* Update site.php

* Update site.php

* Move unset into the else condition
ciar4n pushed a commit that referenced this pull request Mar 18, 2017
eliminate inline scripts, CSP strict mode
ciar4n pushed a commit that referenced this pull request Mar 27, 2017
- removed senseless statements
- one case correction
- one loop optimization
- removed a closing tag
ciar4n pushed a commit that referenced this pull request Mar 27, 2017
ciar4n pushed a commit that referenced this pull request Jun 28, 2017
* Fixed callable call in loop termination condition

* Fixed non-optimal regular expression

* Shortened syntax for applied operations

* Don't use strlen() to check if string is empty.

* Reverted preg changes. Look into those later again.

* Replaced call_user_func_array() with call_user_func()

* Merge unset() calls

* Replaced old intval() call with modern typecasting

* Optimize away substr() as index-based access

* Replace some cases of substr() with strpos()

* Replace some stristr() with stripos()

* Replace is_null() with null === ...

* Removed unnecessary ternary operators

* Fix for Juri...

* Revert some changes for ... PHP5.3 compatibility

* Make travis happy ....

* Make codesniffer happy...

* DYC!

* Optimize non-optimal if conditions.

* codsniffer...

* Inline one-time use variables

* Codesniffer...

* Flipped comparisons
`null === ...`  to Joomla Style `... === null`
`null !== ...`  to Joomla Style `... !== null`

* Flipped comparisons
`false !== ...`  to Joomla Style `... !== falsel`

* Fix removal of ternary operator. Forgot inversion.

* More flipping of  comparisons ;)

* Removed another unnecessary set of ternary operators.

* Codesniffer...

* Type-safe comparisons on strings

* More type-safe comparisons

* Changes that occurred during PR discussion

* Remove some unnecessary parentheses

* Removed empty if-group and reversed condition

* Corrections on errors during merge (Conflict resolving)

* Missed one.

* Remove a parenthesis

* Changes according to reviewer's comment

* Revert change because of failure

* Changes according to reviewer's comment
+ a few more changes found last minute

* reversed change, though according to the method's doc that value should have been an integer...

* Hopefully fixed...

* Hopefully fixed...

* Re-apply some changes
ciar4n pushed a commit that referenced this pull request Dec 13, 2017
* com_categories

* Update admin-category-modal.min.js

* oops, this is totally useless

* all the rest views that contain this deprecated code
ciar4n pushed a commit that referenced this pull request May 21, 2018
ciar4n pushed a commit that referenced this pull request Sep 20, 2018
Add missing string COM_PRIVACY_MSG_CONSENT_NO_CONSENT
ciar4n pushed a commit that referenced this pull request Feb 25, 2020
Update documentation link in docblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant