Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Joomla Filter package to 1.2 with PHP 7 Fixes #1

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

wilsonge
Copy link

No description provided.

photodude added a commit that referenced this pull request Feb 25, 2016
Update Joomla Filter package to 1.2 with PHP 7 Fixes
@photodude photodude merged commit 5d678ad into photodude:patch-5 Feb 25, 2016
@wilsonge wilsonge deleted the photo-filter branch February 25, 2016 14:15
"php": ">=5.3.10"
},
"require-dev": {
"joomla/language": "~1.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this line before merging as I was a little more focused on the input filter side. So, shouldn't the Joomla\Language\Language package be included in the required area rather than the required-dev now that use Joomla\Language\Language; is part of the output filter? If that's right wouldn't the Joomla\Language\Language package also need to be added to the CMS?

It seems if you actually try to use the Framework library output filter in the CMS you get a fatal error for the missing class ... {found while attempting to extend the JOutputFilter class in the CMS from the Framework class}

photodude pushed a commit that referenced this pull request Apr 13, 2016
Update en-GB.tpl_beez3.sys.ini
photodude pushed a commit that referenced this pull request Jun 29, 2017
)

* Update site.php

* Update site.php

* Update site.php

* Update site.php

* Move unset into the else condition
photodude pushed a commit that referenced this pull request Jun 29, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants