Merged
Conversation
7.52 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
…Enable modules to define theme engines
…: $form['#token'] = FALSE in custom form always causes validation error for anonymous users
…, tory-w: Fixed that newer Chrome versions cannot drag and drop anymore on desktop after 7.51 update when jQuery is updated to 1.7-1.11.0
… Watchdog logging of all searches is performance hit; need ability to turn it off (7.x)
…un, cebasqueira: Make CommentHelperCase support $modules like DrupalWebTestCase and make CommentNodeAccessTest use that
7.53 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
…est are in the wrong place
…to an API function
…thia: theme_menu_tree() removes helpful data for theming custom menu trees
…validating number with decimal point but no decimal numbers
…tains duplicate word: cached cached
… language prefix (global $language_url is not reset in tests)
…, billywardrop: Non-collapsible fieldsets within collapsed fieldsets have "expanded" icon
…type not validating number with decimal point but no decimal numbers
…there are lots of data
…/config/regional/date-time does not show the correct default format for short and medium format
…rn in drupal_html_id()
…the parameters of hook_options_list() to options_list_callback
…module calls with sha2 hashes
… File validation error message not removed after subsequent upload of valid file
…d on stream wrappers not implemented by Drupal
…ass all the parameters of hook_options_list() to options_list_callback" This reverts commit ffe9f91.
…g, rooby, billywardrop: Non-collapsible fieldsets within collapsed fieldsets have "expanded" icon" This reverts commit 6fa7f7a.
* commit '986185c49bfecad6dfce7b6df81b325486585d9e': (28 commits) Drupal 7.54 Various fixes to CHANGELOG.txt in preparation for the 7.54 release. Revert "Issue #1361810 by cr0ss, David_Rothstein, rlmumford, oriol_e9g, rooby, billywardrop: Non-collapsible fieldsets within collapsed fieldsets have "expanded" icon" Revert "Issue #1621356 by oriol_e9g, joachim, tim.plunkett, dsdeiz: Pass all the parameters of hook_options_list() to options_list_callback" Issue #878284 by jp.stacey: cache_set documentation should make lifetime clearer Issue #2107287 by BR0kEN: PHP 5.4 calls a new stream_metadata() method on stream wrappers not implemented by Drupal Issue #1792032 by aerozeppelin, bjorpe, lmeurs, ndobromirov, balsama: File validation error message not removed after subsequent upload of valid file Issue #1884830 by pwolanin, dcam: Regression - replace md5 in Filter module calls with sha2 hashes Issue #1621356 by oriol_e9g, joachim, tim.plunkett, dsdeiz: Pass all the parameters of hook_options_list() to options_list_callback Issue #2637552 by vmachado, Fabianx: Use the drupal_static_fast pattern in drupal_html_id() Issue #1817748 by markpavlitski, hgoto, wavesailor, Sophie.SK: /admin/config/regional/date-time does not show the correct default format for short and medium format Issue #2494221 by david_garcia, dagmar: Slow Log/Watchdog clear when there are lots of data Updated: Issue #2042411 by aerozeppelin, generalredneck: Float field type not validating number with decimal point but no decimal numbers Issue #1361810 by cr0ss, David_Rothstein, rlmumford, oriol_e9g, rooby, billywardrop: Non-collapsible fieldsets within collapsed fieldsets have "expanded" icon Issue #2724773 by Stevel: Translation tests fail on site with english language prefix (global $language_url is not reset in tests) Issue #2779379 by sandip27: Minor Coding Standard Issue in color.test file Issue #2838650 by er.pushpinderrana: menu_cache_clear description contains duplicate word: cached cached Issue #2042411 by aerozeppelin, generalredneck: Float field type not validating number with decimal point but no decimal numbers Issue #767404 by das-peter, geru, Ketan Harit, nikhilsukul, Nitesh Sethia: theme_menu_tree() removes helpful data for theming custom menu trees Issue #2821203 by plach: Factor out logic to detect HTTPS requests into an API function ...
Contributor
Author
|
If we want to keep the PR diff clean we can change the base branch to something else and change it back after merging the 7.53 PR. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose:
Drupal Core Diff: