Commit Graph

20926 Commits (db0104f408a3b0486e560350032b884c6237d380)

Author SHA1 Message Date
webchick 79cbe7973c Issue #2001318 by Dan Reinders, chertzog: Rename Views method add_additional_fields() to addAdditionalFields(). 2013-06-04 20:32:58 -05:00
Nathaniel Catchpole 1187f77324 Issue #1860876: module_implements_write_cache() should not drop caches when requesting with POST method 2013-06-04 12:30:52 +01:00
Nathaniel Catchpole 99f7e5944f Issue #2004908 by sdboyer: Added Allow tests to specify that response headers should be dumped in verbose mode. 2013-06-04 10:31:11 +01:00
Dries 7ee44e459a Issue #556380 by deekayen, ParisLiakos, cweagans: Remove OpenID from core. 2013-06-03 21:17:32 -04:00
Dries f150c849b2 Issue #2008644 by mradcliffe, Pancho: Fixed FilterPluginManager::__construct() calls CacheDecorator with incorrect parameters (expires). 2013-06-03 21:13:48 -04:00
Dries 0756534ae2 Issue #1961340 by Wim Leers, mrP: Fixed CSS aggregation breaks file URL rewriting because it abuses it. 2013-06-03 21:12:16 -04:00
Dries b447f19b01 Issue #1932948 by falcon03: Primary tabs could not work in certain situations due to a wrong ARIA role. 2013-06-03 21:08:09 -04:00
Dries f37d3c80c6 Issue #1879774 by damiankloip, dawehner, effulgentsia: catch plugin exceptions for invalid views display plugins. 2013-06-03 21:05:48 -04:00
Alex Pott 31586f70b1 Issue #2002362 by Gang Wang, zschmid, jeroen12345: Rename Views method attach_to() to attachTo(). 2013-06-04 01:22:09 +01:00
Alex Pott 04490645c4 Issue #2002900 by diarmy: Rename Views method get_default_argument() to getDefaultArgument(). 2013-06-04 00:59:50 +01:00
Alex Pott d757edec0c Issue #2003344 by kenianbei, Dan Reinders: Rename Views method render_fields() to renderFields(). 2013-06-04 00:55:37 +01:00
Alex Pott ace3459c4b Issue #2006636 by tim.plunkett: Fixed menu_contextual_links() will always return a link to the MENU_DEFAULT_LOCAL_TASK, never the parent. 2013-06-03 20:52:29 +01:00
Alex Pott 75ee363b92 Issue #1863816 followup by tim.plunkett: [Followup] Allow plugins to have services injected. 2013-06-03 20:49:21 +01:00
Alex Pott 2e63868616 Issue #625958 followup by slashrsm, chx, andypost, yched: [Follow up] Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute. 2013-06-03 20:37:59 +01:00
Alex Pott a0c58c28a3 Issue #1995996 followup by nod_, droplet: Update JSHint configuration. 2013-06-03 20:12:39 +01:00
Alex Pott 115dd12597 Issue #1999816 by nod_: JSHint announce.js. 2013-06-03 20:12:39 +01:00
Alex Pott 05a2984cb1 Issue #1684876 by droplet, nod_: JSHint toolbar. 2013-06-03 20:12:39 +01:00
Nathaniel Catchpole affc74ccdd Issue #1999322 by elvis2, alexander.ilivanov | Berdir: Remove node_save() and node_delete()/node_delete_multiple() in favor of $node->save()/$node->delete(). 2013-06-03 11:00:40 +01:00
catch a078c23800 Issue #1987114 by thedavidmeister: Allow l() to accept a renderable array for $text. 2013-06-02 17:12:36 +01:00
catch 81ed3ecb0f Issue #2003564 by manarth: Remove drupal_add_css() from block.module — use #attached. 2013-06-02 12:02:10 +01:00
catch 24d1333cd5 Issue #2003524 by manarth: Remove drupal_add_css() from() help.module — use #attached. 2013-06-02 12:01:04 +01:00
catch 8fadfdfb3c Issue #1961938 by chx, alexpott, YesCT, xjm, attheshow, dawehner: Test the interactive installer. 2013-06-02 11:54:03 +01:00
Dries 6049d2517d Issue #2004780 by Ryan Weal, YesCT, tim.plunkett, plach, Gábor Hojtsy: Fixed Unify menu item access checking with mock menu items. 2013-05-31 14:19:40 -04:00
Alex Pott 8e778911dd Revert "Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets."
This reverts commit 0e59a8d66d.
2013-05-31 16:19:27 +01:00
Alex Pott e99a83e54d Issue #2003602 by Mixologic: Fixed DialogController.php namespace typo. 2013-05-31 11:16:37 +01:00
Alex Pott 8f85c84b2c Issue #2006258 by TravisCarden: Fixed more file permissions. 2013-05-31 11:13:48 +01:00
Alex Pott 060d9562fa Issue #2002622 by nod_: Wrong declaration for tabbingmanager script in system_library_info(). 2013-05-31 10:23:35 +01:00
Alex Pott 895e29fce3 Issue #1955292 by tmckeown, droplet, nod_: JSHint edit. 2013-05-31 10:14:36 +01:00
Alex Pott 34eac38da3 Issue #1984626 by klausi: Fixed ResourcePluginManager should implement an AlterDecorator and others. 2013-05-31 10:11:33 +01:00
Alex Pott d46f4d2b14 Issue #2003594 by gcassie: Fixed duplicate array key in _form_test_disabled_elements(). 2013-05-31 10:07:49 +01:00
Alex Pott 7924d881b7 Issue #2003388 by nicholaspaun: Fixed HTML for menu blocks contains invalid attribute 'classes'. 2013-05-31 10:06:24 +01:00
Alex Pott 0e59a8d66d Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets. 2013-05-31 10:04:10 +01:00
Alex Pott cbb579b037 Issue #1799600 by andypost, damiankloip: Add test of sorting for configuration entities. 2013-05-31 09:53:45 +01:00
Alex Pott 5de39415fd Issue #1822048 followup by tim.plunkett: Consider improving/removing the concept of 'broken' handlers. 2013-05-31 06:23:01 +01:00
Alex Pott 7cffb9f2e4 Issue #1822048 by tim.plunkett: Consider improving/removing the concept of 'broken' handlers. 2013-05-31 05:11:04 +01:00
Alex Pott 0979e1f587 Issue #2002732 by Froelund, diarmy, drupalmonkey: Improve code maintainability by removing unused local variables - core/includes/update.inc. 2013-05-30 07:18:49 +01:00
Alex Pott abbd5befd8 Issue #2002730 by Froelund, leanderl, drupalmonkey: Improve code maintainability by removing unused local variables - core/includes/theme.inc. 2013-05-30 07:16:38 +01:00
Alex Pott 645524275e Issue #2002706 by kerasai: Improve code maintainability by removing unused local variables - core/includes/authorize.inc. 2013-05-30 07:14:11 +01:00
Alex Pott cd56978aa7 Issue #2003272 by kenianbei, Dan Reinders, theladebug: Rename Views method set_validated_view() to setValidatedView(). 2013-05-30 00:59:08 +01:00
Alex Pott 2cde13be13 Issue #2002354 by IshaDakota, Dan Reinders, jeroen12345: Rename Views method aggregation_method_simple() to aggregationMethodSimple(). 2013-05-30 00:58:00 +01:00
Alex Pott 9853507acd Issue #2002476 by jeroen12345, phenaproxima: Rename Views method element_type() to elementType(). 2013-05-30 00:56:43 +01:00
Alex Pott 4da6c73f05 Issue #2002914 by crowdcg: Rename Views method get_field_value() to getFieldValue(). 2013-05-30 00:55:35 +01:00
Alex Pott 0a563e856c Issue #2003476 by baldwinlouie: Rename Views method get_temporary_view() to getTemporaryView(). 2013-05-30 00:51:47 +01:00
Alex Pott b74991a3c6 Issue #2003280 by kenianbei, Dan Reinders: Rename Views method set_limit() to setLimit(). 2013-05-30 00:50:46 +01:00
Alex Pott 15d26abb0f Issue #2003346 by JimSmith: Rename Views method render_exposed_form() to renderExposedForm(). 2013-05-30 00:49:15 +01:00
Alex Pott 708e3c9ace Issue #2002908 by bdone, lokapujya: Rename Views method get_entity_tables() to getEntityTables(). 2013-05-30 00:44:07 +01:00
Alex Pott 18fad64741 Issue #2002394 by broeker, jibran: Rename Views method build_sorts() to buildSorts(). 2013-05-30 00:42:11 +01:00
Alex Pott b2d4053f3f Issue #2002928 by bdone: Rename Views method wizard_form() to wizardForm(). 2013-05-30 00:40:56 +01:00
Alex Pott 3ad40a3e3a Issue #2002986 by jastraat, rjleigh, tvlooy, Dan Reinders: Rename Views method summary_name() to summaryName(). 2013-05-30 00:39:33 +01:00
Alex Pott 022531af66 Issue #2003368 by Dan Reinders, marlatt, NonProfit: Rename Views method pre_execute() to preExecute(). 2013-05-30 00:37:05 +01:00