Commit Graph

1539 Commits (0fb6dfb447b5de06c6631558ffdd05b271e38647)

Author SHA1 Message Date
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
webchick 6ff0d4c76a Issue #2177469 by Gábor Hojtsy, Aron Novak, swentel, andypost, Berdir: Move node base widgets to the top level of the form. 2014-02-21 10:00:13 -08:00
Alex Pott a1a5e155f8 Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions. 2014-02-21 15:21:08 +00:00
webchick d6c9c5751e Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs. 2014-02-20 08:26:41 -08:00
Alex Pott eb53ecc555 Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions. 2014-02-20 13:49:37 +00:00
Nathaniel Catchpole aabf99451a Issue #2036259 by sun, damiankloip, ParisLiakos: Move $drupal_hash_salt to settings(). 2014-02-20 12:29:03 +00:00
Nathaniel Catchpole 2c7b99d09c Issue #2192419 by sun, mgifford: Use a WCAG-compliant fieldset (fieldgroup) for #type radios/checkboxes. 2014-02-20 11:40:28 +00:00
Nathaniel Catchpole 35c3429c53 Issue #2004370 by xjm, alexpott, Dean Reilly: Batch the configuration synchronisation process. 2014-02-20 11:37:18 +00:00
Alex Pott c210e8681c Issue #1981858 by Berdir, tim.plunkett, longwave, Les Lim: Rename hook_entity_info/alter() to hook_entity_type_build/alter(). 2014-02-20 10:04:54 +00:00
Nathaniel Catchpole 4022a54878 Issue #2179083 by Wim Leers, vijaycs85: Rendered menus (e.g. menu blocks) should set cache tags to inform the page cache. 2014-02-18 13:37:58 +00:00
Nathaniel Catchpole a840af8381 Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system. 2014-02-18 10:54:10 +00:00
Alex Pott a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00:00
Alex Pott e71d749ecc Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet. 2014-02-16 18:40:49 +00:00
Alex Pott 6383d18e94 Issue #2093161 by rbayliss, haithem_pro, sandipmkhairnar, InternetDevels, longwave, idflood, Sumeet.Pareek, sidharthap, xeniak, ianthomas_uk: Remove all calls to drupal_json_encode() in favour of \Drupal\Component\Utility\Json::encode(). 2014-02-15 22:21:49 +00:00
Alex Pott f4a1b19aff Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels, ianthomas_uk: Replace all module_invoke() deprecated function calls. 2014-02-15 10:06:58 +00:00
Nathaniel Catchpole 13905ed190 Issue #1379070 by ocsilalala, rkjha, swentel, kid_icarus, Gisle: Field with multiple select list does not allow -None- to be a default value. 2014-02-14 17:05:59 +00:00
Nathaniel Catchpole e3dfcf9371 Issue #1217840 by tim.plunkett: Use unset() instead of array_shift() to remove arguments from func_get_args(). 2014-02-14 12:35:19 +00:00
Alex Pott 12953f2eaf Revert "Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls."
This reverts commit 98cdbfec7b.
2014-02-13 12:21:40 +00:00
Nathaniel Catchpole 42e1b3a0ac Issue #2002336 by LewisNyman, mgifford, sun: Introduce a CSS class to hide borders of fieldset elements. 2014-02-13 11:00:41 +00:00
Alex Pott 98cdbfec7b Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls. 2014-02-13 10:53:00 +00:00
Jennifer Hodgdon f07c8359c0 Issue #1948566 by joachim: Document batch API callbacks using new standard 2014-02-12 16:46:08 -08:00
Jennifer Hodgdon e63e610478 Issue #2188289 by Jaypan, sun, jibran, Berdir: fix up docs for token functions and methods in regards to anonymous users and sessions 2014-02-12 16:13:01 -08:00
Nathaniel Catchpole 435de27cfb Issue #2072647 by thedavidmeister, herom, jwilson3, Cottser, LinL: #theme 'maintenance_page' should support render arrays in #content. 2014-02-11 13:06:50 +00:00
Nathaniel Catchpole 2e6c6d71e7 Issue #2045931 by Sam152, joelpittet, LinL, Sutharsan, adsw12: Replace all module_exists() deprecated function calls. 2014-02-11 11:23:35 +00:00
Nathaniel Catchpole db460fe78b Issue #2171683 by sun, alexpott, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead. 2014-02-10 17:31:31 +00:00
Nathaniel Catchpole 9c88b1afce Issue #2090509 by yched, swentel, Wim Leers: Optimize entity_get_render_display() for the case of 'multiple entity view'. 2014-02-10 14:50:13 +00:00
Nathaniel Catchpole 51d9879c22 Issue #2188595 by alexpott, jibran: Create a ConfigManager to be able to remove config.inc. 2014-02-10 14:46:51 +00:00
Nathaniel Catchpole ec06f877a4 Revert "Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead."
This reverts commit 91db25eba4. Broke web
tests.
2014-02-10 11:14:28 +00:00
Nathaniel Catchpole 91db25eba4 Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead. 2014-02-10 10:36:12 +00:00
Alex Pott 6c2ed3f11e Issue #2165155 by Berdir, tim.plunkett: Change $entity_type to $entity_type_id and $entity_info to $entity_type/$entity_types. 2014-02-10 09:24:05 +00:00
catch def9926978 Issue #2095959 by dawehner, Berdir, InternetDevels: Remove instances of menu_get_object('node'). 2014-02-09 20:10:17 +00:00
Alex Pott f17c8b314c Issue #2181655 by malionek: Extra semicolon & wrong spacing between dot and concatenated parts in common.inc. 2014-02-09 01:24:09 +00:00
Alex Pott 655f5a0316 Issue #2165835 by yched, tstoeckler: Rename EntityDisplay to EntityViewDisplay in accordance with its interface. 2014-02-09 00:54:32 +00:00
Alex Pott fe61b43d90 Issue #2183923 by tim.plunkett: Break the circular dependency in EntityManager. 2014-02-08 13:31:25 +00:00
Nathaniel Catchpole 1b584005bb Issue #2157053 by alexpott, twistor, dawehner, sun: Ensure register_shutdown_function() works with php-fpm (blocks testbot php-fpm). 2014-02-07 13:04:25 +00:00
webchick dca2d601ca Issue #1857442 by longwave, dawehner: Make $values optional on entity_create. 2014-02-06 23:47:06 -08:00
webchick 6b0756e2aa Issue #2190695 by alexpott: Remove unnecessary update functions. 2014-02-06 22:44:00 -08:00
webchick bc6681c456 Issue #1939064 by joelpittet, pwieck, farrington, mark.labrecque, Cottser, InternetDevels, mdrummond, drupalninja99, BarisW, jenlampton: Convert theme_links() to Twig. 2014-02-06 20:28:14 -08:00
webchick 7a695724a3 Issue #2152207 by steveoliver, joelpittet, gnuget, idflood, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_details() to Twig 2014-02-06 20:26:52 -08:00
webchick 062127e7bc Issue #1939062 by steveoliver, mdrummond, jenlampton, hussainweb, Cottser, joelpittet, jerdavis, ekl1773, dale42, drupalninja99, gabesullice, c4rl: Convert theme_item_list() to Twig. 2014-02-06 20:24:53 -08:00
webchick 72c90808a7 Issue #2190427 by joelpittet, jessebeach: Replace theme() with drupal_render() in form.inc. 2014-02-06 20:01:25 -08:00
webchick 02cb5564f1 Issue #2177655 by chakrapani, InternetDevels, martin107 | jessebeach: Replace theme() with drupal_render() in install.core.inc. 2014-02-06 20:00:24 -08:00
Nathaniel Catchpole f9c316f9fd Issue #2159915 by ianthomas_uk, martin107, InternetDevels: Remove drupal_load(). 2014-02-06 17:23:48 +00:00
Alex Pott 643dab009e Issue #2176105 followup by sun: Installer catches exceptions and manually re-prints them; does not use error/exception handler. 2014-02-06 10:38:36 +00:00
Nathaniel Catchpole 2d5ce0d213 Issue #2177663 by chakrapani, InternetDevels: Replace theme() with drupal_render() in theme.inc. 2014-02-06 10:37:03 +00:00
Nathaniel Catchpole 15fa89667f Issue #2177657 by martin107, InternetDevels: Replace theme() with drupal_render() in tablesort.inc. 2014-02-06 10:35:47 +00:00
Nathaniel Catchpole 8ad648f14a Issue #2182439 by tim.plunkett: Provide a \Drupal::hasService() method. 2014-02-05 21:14:01 +00:00
Nathaniel Catchpole bcc57baf0b Issue #1881582 by sun: Change configuration overrides to use $config instead of $conf. 2014-02-05 18:21:55 +00:00
Nathaniel Catchpole e3b24655b8 Issue #2177653 by jessebeach, joelpittet, InternetDevels: Replace theme() with drupal_render() in form.inc. 2014-02-05 10:56:05 +00:00
Nathaniel Catchpole 55890b471a Issue #2110863 by sun, cpj: Support open_basedir. 2014-02-05 10:28:48 +00:00