This repository was archived by the owner on Mar 17, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Sync to staging #126
Merged
Merged
Sync to staging #126
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Properly merge tag params * Fixing a typo and yet another bug (wrong parameter read)
* Clean up JControllerForm * Clean up JModelAdmin * Clean up JModelList class
* Deprecate PSR-0 class loading * Fix typo * Add PSR4 support, not just the deprecated message * Fix deploy version * Throwing exceptions when invalid type is passed * Return type specific namespaces * Fix the test errors * Travis * Please travis be nice to me * Last try otherwise I go to the bar * Small tweaks * Update loader.php
… layouts (#13677)
* Leave numeric field empty if not required and not set * Numeric field might be empty if not required * Allow empty value if field is not required * Test adapted to code change Due to the code change in `libraries/joomla/form/fields/number.php` (set field value to the minimum value only if the field is required and a minimum value is given and there is no value given) the "Min" test needs a change, moreover a new test "MinRequired" wit the former result of the "Min" test was introduced. * Forgot to change the expected result The code `required aria-required="true"` was missing in the expected result - added. * Replace "and" with "&&" * Replace "and" with "&&" * Replace "and" with "&&" * use type=number for port fields in configuration * Added clean line before the if * smtpport field: hint added * LDAP port field: hint added
Thanks @brianteeman
* Remove unneeded fields from com_fields * Remove columns from installation
* [com_newsfeed] - "Filter field" parameter in "List News Feeds in a Category" fix "Filter field" parameter in "List News Feeds in a Category" behaviour * fix for filter fields and table headings 1/3 fix for filter fields and table headings 1/3 * fix filter fields and table headings 2/3 fix for filter fields and table headings * fix for filter fields and table headings 3/3 fix for filter fields and table headings 3/3 * removed 2nd layout removed 2nd layout as requested * removed 2nd layout removed 2nd layout
… top level only (#13650)
* alpha order com_users.ini * thnaks @infograf768
… (#14113) * Add missing defaults in contact_details table for sqlsrv * Sync contact_details table accross all databases, add default
Pull Request for Issue #14148 . Testing Instructions Easy fix Test on code review (sorry, I didn't succeded to commit the 3 in one PR directly from GitHub 😮 )
Pull Request for Issue #14148 . ### Testing Instructions Easy fix Test on code review
Following the issue #14148 Easy fix Test on code review
…10 categories. (#14094) * Category selection. disable_search_threshold to 0 * just one space to much ;)
* Update user.php * Update en-GB.com_users.ini * Prevent notice Fix notice Undefined index: groups in E:\www\cms\administrator\components\com_users\models\user.php on line 208 when administrator update his own account * Sorry, wrong logic * Remove unnecessary nested if * Add full stop as suggested. Thanks @tonypartridge
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue # .
Summary of Changes
Sync to staging
Testing Instructions
Sync to staging
Documentation Changes Required
None