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

Change colors for the new buttons. #1

Closed
wants to merge 2 commits into from

Conversation

zero-24
Copy link

@zero-24 zero-24 commented Jan 17, 2015

Implement:

Include -> Green
Exclude -> Red

@okonomiyaki3000 @roland-d

@zero-24
Copy link
Author

zero-24 commented Jan 17, 2015

but maybe a css fix is better?

PR is: joomla#5146

@okonomiyaki3000
Copy link
Owner

I'm OK with this except that, until now, there has been a hidden field with value 0 which meant include (because there was no exclude option anyway). If 0 will now mean exclude, this cause a change to expected behavior. I believe it's a minor thing but I wonder if others may have a different opinion.

@roland-d
Copy link

We can't do this because it is a backwards compatibility break and what is probably more nagging me is that we have to translate the values for JLog again.

I wasn't aware this was an existing feature and thus changing it would be more hassle than it is worth. The PLT has no issues keeping it as it is now. Let's close this one and merge joomla#5146.

@zero-24
Copy link
Author

zero-24 commented Jan 19, 2015

ok closing here. maybe we can add a code comment that we change the values with 4.0? @okonomiyaki3000 @roland-d

@zero-24 zero-24 closed this Jan 19, 2015
@zero-24 zero-24 deleted the patch-18 branch January 19, 2015 20:22
okonomiyaki3000 pushed a commit that referenced this pull request Jan 21, 2015
okonomiyaki3000 pushed a commit that referenced this pull request Jan 22, 2015
Allow only numbers in the count field
okonomiyaki3000 pushed a commit that referenced this pull request Apr 27, 2015
Use token validation for com_installer update.ajax
okonomiyaki3000 pushed a commit that referenced this pull request Sep 2, 2015
Just some very smal CS fixes.
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
Fixing some very minor CS
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
Just fixing the whitespace error
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
Fix the issues mentiored by Travis and JM
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
okonomiyaki3000 pushed a commit that referenced this pull request Nov 4, 2015
CodeStyle two whitespaces ;)
okonomiyaki3000 pushed a commit that referenced this pull request Jan 7, 2016
Making some database fields required
okonomiyaki3000 pushed a commit that referenced this pull request Jan 7, 2016
Shuffle around the php-encryption library setup
okonomiyaki3000 pushed a commit that referenced this pull request Jan 7, 2016
Allow to set an option to hide the Use default on helpsite field
okonomiyaki3000 pushed a commit that referenced this pull request Apr 20, 2016
okonomiyaki3000 pushed a commit that referenced this pull request Apr 20, 2016
Use IN instead of OR + code style
okonomiyaki3000 pushed a commit that referenced this pull request Apr 20, 2016
Update en-GB.tpl_beez3.sys.ini
okonomiyaki3000 pushed a commit that referenced this pull request Apr 20, 2016
okonomiyaki3000 pushed a commit that referenced this pull request Apr 20, 2016
okonomiyaki3000 pushed a commit that referenced this pull request May 19, 2016
Unit test loading behavior, don't explicitly import JFactory now
zero-24 pushed a commit that referenced this pull request Jan 3, 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
zero-24 pushed a commit that referenced this pull request Jan 3, 2017
…otes-in-administrator-no-1

Replace unnecessary double quotes in administrator #1
zero-24 pushed a commit that referenced this pull request Jan 3, 2017
- removed senseless statements
- one case correction
- one loop optimization
- removed a closing tag
zero-24 pushed a commit that referenced this pull request Jan 3, 2017
zero-24 pushed a commit that referenced this pull request Feb 5, 2017
)

* Update site.php

* Update site.php

* Update site.php

* Update site.php

* Move unset into the else condition
okonomiyaki3000 pushed a commit that referenced this pull request Jul 6, 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
okonomiyaki3000 pushed a commit that referenced this pull request Sep 14, 2018
Add missing string COM_PRIVACY_MSG_CONSENT_NO_CONSENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants