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

Simple CS for travis #1

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Simple CS for travis #1

merged 1 commit into from
Apr 26, 2016

Conversation

wojsmol
Copy link

@wojsmol wojsmol commented Apr 25, 2016

CS fix for joomla#4670

@jo-sf jo-sf merged commit 5cc6d18 into jo-sf:patch-12 Apr 26, 2016
@jo-sf
Copy link
Owner

jo-sf commented Apr 26, 2016

THX!

@wojsmol wojsmol deleted the patch-4 branch April 26, 2016 09:22
jo-sf pushed a commit that referenced this pull request Jan 12, 2017
… (joomla#12290)

* Cleanups, fixes and a bit of optimizations for site/components batch #1

- com_ajax
- com_banners
- com_config
Note: This is a single commit bundling all types of changes, since PR joomla#12261 which had detailed commits, was rejected as a whole

* Ch-Ch-Changes!

* Removed the query changes

* Fix for wrong merge resolve
jo-sf pushed a commit that referenced this pull request Jan 12, 2017
…otes-in-administrator-no-1

Replace unnecessary double quotes in administrator #1
jo-sf pushed a commit that referenced this pull request Jan 12, 2017
- removed senseless statements
- one case correction
- one loop optimization
- removed a closing tag
jo-sf pushed a commit that referenced this pull request Jan 12, 2017
rdeutz pushed a commit that referenced this pull request May 27, 2017
)

* Update site.php

* Update site.php

* Update site.php

* Update site.php

* Move unset into the else condition
jo-sf pushed a commit that referenced this pull request Aug 23, 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
Development

Successfully merging this pull request may close these issues.

2 participants