Commit Graph

2167 Commits (cbc03163b937bd6c5de70ed88cee062286680431)

Author SHA1 Message Date
effulgentsia cbc03163b9 Issue by stefan.r: Add a fast and simple way to get module name from the module handler 2015-04-17 16:05:59 -07:00
Alex Pott b676df9303 Issue by aburrows, lauriii, nlisgo, Pol, redsquid, tuutti, LewisNyman, akalata, agviu, kallehauge, _nolocation, rpayanm, saki007ster, mdrummond, RavindraSingh, brahmjeet789: Change active class to is-active 2015-04-16 16:25:55 +02:00
Nathaniel Catchpole e3573a2a24 Issue by fgm, Fabianx, AjitS: Use APC Classloader by default (when available) 2015-04-16 14:46:51 +01:00
webchick e02a165671 Issue by joshi.rohit100, PieterJanPut, Wim Leers: render() should call the renderer service directly 2015-04-15 09:56:41 -07:00
webchick 182bc04f87 Issue by wadmiraal, jhodgdon: Move database-related hook docs from system.api.php to a new database.api.php file 2015-04-13 08:52:41 -07:00
Jennifer Hodgdon a6512c8978 Issue by Palashvijay4O, pjonckiere, er.pushpinderrana, roderik, blazey: Batch API: Overriding the queue class and name is not documented 2015-04-13 07:39:41 -07:00
Alex Pott 6695db7db2 Issue by a_thakur, gaurav_varshney, Mile23: Remove drupal_form_submit() from form.inc 2015-04-13 12:17:00 +01:00
Alex Pott 700499c259 Issue by stefan.r: Support PHP7 EngineExceptions in the error handler 2015-04-13 12:11:11 +01:00
Alex Pott 300f14e860 Issue by grom358, daffie, alexpott, larowlan, pfrenssen, hussainweb, pcambra, jibran, phenaproxima, moshe weitzman, nick_schuch: Create BrowserTestBase for web-testing on top of Mink 2015-04-12 12:08:53 +01:00
Alex Pott 6d9f75a965 Revert "Issue by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them"
This reverts commit db8fa57883.
2015-04-12 10:23:53 +01:00
Alex Pott 5ad5c13f1c Issue by pjonckiere: Number lists are not supported in docs - use bullet lists 2015-04-09 16:03:16 +01:00
Alex Pott 6ffc4cd8ba Issue by JeroenT, ianthomas_uk, lokapujya, pjonckiere, marcingy, LinL, Xano, rpayanm, piyuesh23: Remove usage of element_info(), element_child() and element_children(). Deprecate element_info_property() 2015-04-09 15:52:29 +01:00
Alex Pott db8fa57883 Issue by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them 2015-04-09 12:52:05 +01:00
Alex Pott a0078c51f8 Issue by mitrpaka, rpayanm: No methods on RendererInterface should be static 2015-04-09 12:49:14 +01:00
Alex Pott 3a6f5da580 Issue by amateescu: Serializing the database connection is dangerous and error-prone, make it unserializable again 2015-04-08 11:45:14 +01:00
webchick 854cfcfad7 Revert "Issue by mortendk, alexpott, Cottser: Add "indentation" class back to indentation theme hook, use it for styling"
Broke table drag. :(

This reverts commit 4fd9ea47fc.
2015-04-02 21:29:42 -07:00
webchick a57bc046ff Issue by alexpott, Berdir, pjcdawkins: Ensure install_profile is exists in settings.php after installation 2015-04-02 21:29:37 -07:00
Alex Pott 2d149c81d0 Issue by joegraduate, er.pushpinderrana, zealfire, ClientGuy: install_run_task() and install_tasks() don't document the task structure 2015-04-02 11:14:46 +01:00
Alex Pott a68c0462ee Issue by dawehner, hussainweb, pwolanin: Limit PDO MySQL to executing single statements if PHP supports it 2015-04-01 10:11:54 +01:00
Alex Pott 1673844210 Issue by er.pushpinderrana, ClientGuy, zealfire: install_run_task() and install_tasks() don't document the task structure 2015-03-31 15:44:31 +01:00
Alex Pott ea081822b4 Issue by hussainweb, benjy: Remove unused Utility\String use statements 2015-03-30 16:13:40 +01:00
webchick 70f8ac6f31 Issue by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions 2015-03-29 15:13:25 -07:00
Nathaniel Catchpole 3fbe92b02b Revert "Revert "Issue by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code""
This reverts commit 079a52b45d.
2015-03-25 16:16:04 +00:00
Nathaniel Catchpole 079a52b45d Revert "Issue by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code"
This reverts commit 364a6e9cc1.
2015-03-25 16:13:13 +00:00
Nathaniel Catchpole 92ee8c54f1 Issue by alexpott: Screen is black and completely unreadable in Configure page after install on standard profile 2015-03-25 16:12:44 +00:00
Nathaniel Catchpole 364a6e9cc1 Issue by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code 2015-03-25 12:04:48 +00:00
Alex Pott 8b2f85b5c8 Issue by webflo: Remove calls to core/vendor/autoload.php 2015-03-24 11:49:33 +00:00
Alex Pott 40d6efeff6 Issue by andypost, dawehner, rteijeiro: Split Utility\String class to support PHP 7 (String is a reserved word) 2015-03-23 09:54:55 +00:00
catch 40cc6312d9 Issue by alexpott, xjm: Don't install a module when its default configuration has unmet dependencies 2015-03-22 18:53:45 +00:00
Alex Pott 0c70a3a849 Issue by Palashvijay4O: Remove @addtogroup themeable from theme.inc, only theme_indentation() needs it 2015-03-20 14:37:10 +00:00
Alex Pott 8b98854082 Issue by dawehner, Arla: _drupal_log_error() passes NULL to ThemeManager::setActiveTheme(), violating its typehint 2015-03-19 17:45:25 +00:00
webchick 4fd9ea47fc Issue by mortendk, alexpott, Cottser: Add "indentation" class back to indentation theme hook, use it for styling 2015-03-18 23:51:06 -07:00
webchick 5cbaf8cca5 Issue by arpitr: Remove deprecated function definition for entity_load_by_uuid() and its references 2015-03-16 13:42:45 -07:00
Alex Pott 59388d8c46 Issue by neclimdul, mrjmd: Move Role Constants on to a Class/Interface 2015-03-14 21:50:47 +00:00
Alex Pott a01453a726 Issue by Palashvijay4O, andypost, Alienpruts, Cottser, er.pushpinderrana, gaurav.pahuja, pfrenssen, rpayanm, vadim.hirbu: Remove usage of system_rebuild_theme_data() 2015-03-13 23:10:36 +00:00
Alex Pott d89c1f708d Issue by Wim Leers, mdrummond, lauriii, Manuel Garcia, emma.maria, Scionar, davidhernandez: Convert "messages" page element into blocks 2015-03-13 09:54:28 +00:00
Nathaniel Catchpole 8f5fa6aa10 Issue by Wim Leers: Ensure every (non-views) pager automatically associates a matching cache context 2015-03-12 15:52:02 +00:00
Alex Pott 08584b25be Issue by dawehner, martin107: Modernize drupal_get_destination() 2015-03-10 12:15:11 +00:00
Alex Pott d7421153c9 Issue by dawehner: Remove request_uri() 2015-03-10 10:11:57 +00:00
Alex Pott db60a8c7ec Issue by mpdonadio, pfrenssen, effulgentsia, pcambra, xjm, tim.plunkett, martin107, cilefen: Remove html => TRUE option from l() and link generator 2015-03-09 15:57:27 +00:00
Nathaniel Catchpole e748ee2ad7 Issue by andypost, a_thakur: Remove usage and the function drupal_theme_access() 2015-03-06 11:10:51 +00:00
Nathaniel Catchpole a0b2633948 Issue by JeroenT, mrjmd: remove drupal_html_id() 2015-03-06 11:10:51 +00:00
catch 975121d4a7 Issue by cilefen, JeroenT, hussainweb, neclimdul, ircmaxell, tim.plunkett, nlisgo, Crell: Move usages of drupal_html_id() to Html::getUniqueId() 2015-03-05 09:37:01 +00:00
Jennifer Hodgdon a2defc66d0 Revert "Issue by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId()"
This reverts commit 85b8c83782.
2015-03-04 16:40:58 -08:00
catch 85b8c83782 Issue by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId() 2015-03-04 20:21:38 +00:00
Nathaniel Catchpole 029d74f8a9 Issue by gaurav_varshney, fotuzlab: Remove language_load(), language_list() and language_default() from bootstrap.inc 2015-03-04 17:21:33 +00:00
Nathaniel Catchpole 7670ea41df Issue by alexpott, idebr: Remove drupal_bootstrap and drupal_get_bootstrap_phase 2015-03-04 17:17:28 +00:00
Nathaniel Catchpole 6ffc61f5af Issue by Berdir, dawehner: Remove extension:views cache tag and other views related cache improvements 2015-03-04 16:38:46 +00:00
Alex Pott 68af24db5e Issue by JeroenT, vedpareek: Remove drupal_clean_id_identifier 2015-02-28 12:49:22 +00:00
Alex Pott 268c4f209e Issue by Berdir: Don't require settings.php to be writeable in update.php 2015-02-27 12:41:23 +00:00