Commit Graph

1436 Commits (754536aae580854ca3bc8a00bde39fe68a3df5a3)

Author SHA1 Message Date
Alex Pott d3d54f170b Issue #1938888 by tim.plunkett, ayelet_Cr, amateescu: Convert user_admin_permissions() to a new-style Form object. 2013-07-24 22:56:59 +02:00
Dries 38bf424dfd Issue #2021817 by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects. 2013-07-24 16:38:18 -04:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Nathaniel Catchpole 988abc27f8 Issue #2045189 by jlindsey15: Move file entity dependent code in includes/file.inc and system.module to file.module. 2013-07-24 13:00:06 +01:00
Alex Pott 50ae478f85 Issue #1998204 by tim.plunkett: Fixed config_install_default_config() is not safe to use in hook_update_N(). 2013-07-21 08:44:33 +01:00
Alex Pott 566ebfd9de Issue #1856976 by andypost, Soul88, ACF, aspilicious, vijaycs85, dawehner: Convert language_count() to the state system. 2013-07-20 20:39:11 +01:00
Alex Pott 36d647e61b Issue #1987712 by dawehner, claudiu.cristea, damiankloip, andypost: Convert file_download() to a new style controller. 2013-07-20 13:25:28 +01:00
Alex Pott ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Alex Pott ede56ec522 Issue #2021797 by olli: Fixed Typo in _menu_clear_page_cache(). 2013-07-20 02:26:35 +01:00
Alex Pott 5d649f8bfc Issue #1589968 by cr0ss, Cottser, Pancho, DarthDrupal, Mark Carver: Move Title from process to preprocess, remove template_process_page(). 2013-07-19 19:15:13 +01:00
Alex Pott 862b4d6347 Issue #2008270 by mcjim, typhonius: Remove drupal_add_css() from _drupal_maintenance_theme() — use #attached. 2013-07-19 11:05:14 +01:00
Dries 0e5386e3ec Issue #1843668 by Cottser, bdragon, joelpittet, gloob: Move building of breadcrumb render array from template_process_page() to template_preprocess_page(). 2013-07-18 14:54:44 -04:00
Dries 4f6161a226 Issue #1989480 by LewisNyman, rteijeiro, oresh, swentel, Gaelan: Progress Bar style update. 2013-07-18 13:58:44 -04:00
Jennifer Hodgdon 47ff64238f Issue #2015307 by thedavidmeister, meeli, Cottser: Overhaul docs for drupal_render so they actually say what the function does and what properties it uses 2013-07-17 07:43:41 -07:00
Jennifer Hodgdon acbddd14f2 Issue #2038059 by Elijah Lynn, aaronott: Fix up grammar in boostrap and cache utility docs 2013-07-17 07:37:04 -07:00
Alex Pott f17f9cf66c Revert "Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes."
This reverts commit 127b54a619.
2013-07-16 08:51:57 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Alex Pott 127b54a619 Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes. 2013-07-16 02:39:15 -04:00
Alex Pott 0a7db6bd93 Issue #2036799 by steveoliver: Drupal_pre_render_link() contains phptemplate example code; needs twig code. 2013-07-15 18:28:09 -04:00
Alex Pott 8b4fa68c75 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-14 16:17:23 -04:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Dries 5feff937fa Issue #2031473 by pwolanin, fubhy, dawehner, tim.plunkett: Convert menu local actions to plugins so that we can generate dynamic titles and paths. 2013-07-11 12:40:33 -04:00
Alex Pott b67660cde3 Issue #1605414 by bleen18, catch: Move cache backend configuration out of $conf. 2013-07-11 10:39:07 +01:00
Alex Pott be502b46a7 Issue #1924430 by echoz, JohnAlbin, izus, kim.pepper, LewisNyman: Add drupal.base library for base CSS styles. 2013-07-10 12:48:56 +01:00
Alex Pott a7a57faafa Issue #1965200 by ronan.orb: PHP Code and Code Style cleanup in utility.inc file. 2013-07-09 23:51:56 +01:00
Alex Pott 45a9e859d6 Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface. 2013-07-09 15:39:11 +01:00
Alex Pott 1398ddf681 Issue #2030457 by Mark Carver, Cottser: Fixed Warning: Missing argument 3 for template_preprocess() for theme functions overridden by templates. 2013-07-08 10:15:16 +01:00
Nathaniel Catchpole 63057b78be Issue #1839468 by ParisLiakos: Fixed [Followup] Replace aggregator rss parsing with Zend Feed. 2013-07-06 16:28:53 +01:00
Nathaniel Catchpole f0f3b51960 Issue #2035513 by Wim Leers, ParisLiakos: Remove unused 'use' statements from common.inc. 2013-07-06 16:19:49 +01:00
Nathaniel Catchpole 50e2c7e934 Issue #1987262 by the_phi, clemens.tolboom, Damien Tournoud, bshaffer, catch, alexpott, bvanmeurs: Fixed [Installation Error] Symfony: 'The service definition 'request' does not exist.' 2013-07-06 15:59:24 +01:00
Nathaniel Catchpole df7b6e6912 Issue #2031305 by jenlampton, thedavidmeister: Remove theme_more_help_link() and replace with a #type link render array. 2013-07-04 09:52:06 +01:00
Nathaniel Catchpole 2c11efed11 Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable. 2013-07-04 09:38:19 +01:00
Alex Pott d5d172e3c8 Issue #1833022 by e0ipso, plach, YesCT, kfritsche, penyaskito, vijaycs85, nod_, cam8001: Only display interface language detection options to customize more granularity. 2013-07-03 13:48:55 +01:00
Alex Pott 3d521d93b0 Revert "Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class."
This reverts commit 5aced021d9.
2013-07-03 13:06:04 +01:00
Alex Pott 5aced021d9 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-02 13:48:47 +01:00
Dries b5155ee34f Issue #1890878 by rszrama: fixed typo. 2013-06-30 20:14:36 -04:00
Dries 5d9652bc68 Issue #2031341 by jenlampton: Move theme_container() into theme.inc. 2013-06-30 20:12:32 -04:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Dries d988a30f87 Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements. 2013-06-30 20:09:38 -04:00
Alex Pott 0329b221e3 Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched. 2013-06-30 13:38:12 +01:00
Alex Pott 91c32e3da9 Issue #2010024 by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Dries 099a8ace5f Issue #2014309 by nod_: Sticky table headers default to FALSE. 2013-06-29 17:49:17 -04:00
Dries 2d6446f9ec Issue #2009750 by vollepeer | marcvangend: Rename 'Server Settings' fieldset. 2013-06-29 17:47:17 -04:00
Dries 8ce27f2279 Issue #1273968 by Sutharsan, penyaskito, chx: Fixed locale.module uses eval. 2013-06-29 17:25:40 -04:00
Dries 3280bad1b9 Issue #2028415 by cam8001: Mark drupal_add_()*() deprecated. 2013-06-29 14:23:50 -04:00
Alex Pott aa9c2ccc85 Issue #1890878 by corvus_ch, ygerasimov, berenddeboer, Crell, fubhy the cat, effulgentsia: Add modular authentication system, including Http Basic; deprecate global . 2013-06-29 17:26:55 +01:00
Alex Pott 2c2f5f59f5 Issue #1867856 by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Jennifer Hodgdon 027828947e Issue #2027351 by longwave, helenkim, YesCT: Tidy up grammar around arrays in menu.inc docs 2013-06-28 11:39:33 -07:00
Alex Pott 2a993a893b Issue #2022549 by valdo, ParisLiakos, YesCT: Regression: No interface translation in the first installer steps. 2013-06-28 17:30:21 +01:00
Alex Pott ef3335c6f3 Issue #2010672 followup by jenlampton: Rename 'type' variable of theme_mark() to 'status'. 2013-06-28 17:23:53 +01:00
Alex Pott b1c684b8f8 Issue #1988508 by katbailey: Stop pretending we support Symfony bundles when we really just have service providers. 2013-06-28 17:13:22 +01:00
Nathaniel Catchpole 7794783062 Issue #1898474 by mondrake, Cottser, azinoman: pager.inc - Convert theme_ functions to Twig. 2013-06-28 13:34:28 +01:00
Alex Pott bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +01:00
Alex Pott f74d2981ef Issue #2025991 by plach, David Hernández: Introduce hook_entity_prepare() to generalize hook_node_prepare(). 2013-06-28 09:41:01 +01:00
Alex Pott 4586ea128d Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity. 2013-06-27 22:24:39 +01:00
catch 264d1d9767 Issue #2016299 by dawehner, jhedstrom: Convert system module's JsonUnitTest to phpunit. 2013-06-27 22:04:31 +01:00
Alex Pott 3506077cb1 Issue #1337554 by LewisNyman, Bojhan, YesCT, Cottser, jenlampton, Xano, David_Rothstein, larowlan, nilnullvoid: Develop and use separate branding for the installer. 2013-06-27 20:03:01 +01:00
Dries 4cdff73768 Issue #2028149 by Eli-T: The config() function should be deprecated in favour of Drupal::config(). 2013-06-27 08:11:54 -04:00
Alex Pott 0b8c586069 Issue #1987896 by tim.plunkett, kgoel, vijaycs85: Convert user_page() to a new style controller. 2013-06-27 09:23:39 +01:00
Dries 74c0f3f1d1 Issue #2028143 by Tor Arne Thune: Fixed typo in install.core.inc. 2013-06-26 22:11:30 -04:00
Jennifer Hodgdon be96e9dc1c Issue #2023093 by nguerrero, ggiammi, penyaskito: Fix reference to obsolete function in code comment 2013-06-26 13:29:28 -07:00
Nathaniel Catchpole ab61b25214 Issue #2024681 by jenlampton: Remove theme_meter() from core. 2013-06-26 10:31:08 +01:00
Alex Pott c6ebde4325 Issue #2026367 by Berdir: Use static caches for parsed .services.yml and .info.yml files. 2013-06-25 20:19:00 +01:00
Alex Pott 0cb8f162e8 Issue #2027183 by tim.plunkett, YesCT: hook_menu() title callback is ignored on routes. 2013-06-25 16:21:53 +01:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Dries b4655c58f6 Issue #1869600 by linclark, scor, jesse.d: Refactor RDF mappings to be inline with the new Entity Field API. 2013-06-24 18:21:37 -04:00
Nathaniel Catchpole 195849b2a4 Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration. 2013-06-24 17:38:32 +01:00
Alex Pott aca60072f2 Revert "Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched."
This reverts commit 431dc2e3f1.
2013-06-24 11:08:43 +01:00
Alex Pott 9873c74069 Issue #2012818 by thedavidmeister: Remove #type 'markup'. 2013-06-24 10:46:21 +01:00
Alex Pott 431dc2e3f1 Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched. 2013-06-24 09:14:10 +01:00
Alex Pott 088b191c90 Issue #1828536 by sun, thedavidmeister, benjf, derek.deraps, jenlampton, dcam, pwieck: Rename 'type' variable of theme_item_list() to 'list_type'. 2013-06-22 21:49:22 +02:00
Alex Pott 972bdf17b5 Issue #2022233 by StephaneQ: Installer is missing spaces between step titles and status. 2013-06-22 21:41:26 +02:00
Alex Pott a93de78702 Issue #1992606 by damiankloip, pwieck: Convert system_theme_settings() to FormInterface. 2013-06-22 21:36:14 +02:00
Dries 5f67fd1d08 Issue #1893820 by fago, das-peter, Berdir: Manage entity field definitions in the entity manager. 2013-06-20 15:09:30 -04:00
Dries 0eaa35d578 Issue #1839468 by ParisLiakos, damiankloip, dawehner, jibran: Replace aggregator rss parsing with Zend Feed. 2013-06-19 16:36:24 -04:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Nathaniel Catchpole 660f2d0d4f Issue #1985470 by thedavidmeister: Remove theme_link(). 2013-06-19 13:46:31 +01:00
Nathaniel Catchpole 270db4a504 Issue #1852454 by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
Alex Pott 2c67e9019e Issue #1939066 by joelpittet, chrisjlee, Cottser, splatio, jenlampton: Convert theme_breadcrumb() to Twig. 2013-06-19 01:38:59 +02:00
Alex Pott 69f2cef030 Issue #2003736 by dawehner, jhedstrom: Convert system module's Batch unit tests to phpunit. 2013-06-19 01:32:50 +02:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
webchick 1a416d4403 Issue #1838310 follow-up by tim.plunkett: Remove remaining incidents of st(). 2013-06-17 23:44:52 -05:00
Alex Pott 9ee90ca16d Issue #1939090 by 2ndmile, hefox, Cottser, shanethehat, steveoliver, jenlampton, mr.baileys, derheap: Convert theme_tablesort_indicator() to Twig. 2013-06-18 00:25:44 +02:00
Alex Pott 9236b3f7ee Issue #1939080 by joelpittet: Convert theme_datetime() to Twig. 2013-06-17 22:58:28 +02:00
Alex Pott 2bb2976ab6 Issue #1996868 by jhedstrom: Start converting image.inc to an Image component. 2013-06-17 22:08:50 +02:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02:00
Nathaniel Catchpole ecfbc27f34 Issue #1838310 by ParisLiakos, Jose Reyero: Remove st(), get_t() and for good. 2013-06-17 14:35:07 +01:00
Alex Pott 547b874516 Issue #1987262 by the_phi, clemens.tolboom, Damien Tournoud, bshaffer: [Installation Error] Symfony: "The service definition 'request' does not exist.". 2013-06-17 02:27:24 +02:00
Alex Pott 6d54ed7ac1 Issue #1818568 by Berdir, das-peter: Convert files to the new Entity Field API. 2013-06-15 10:46:11 +02:00
Alex Pott 6012988251 Issue #2020249 by plach: Create Drupal::languageManager for improved DX. 2013-06-15 08:59:47 +02:00
Alex Pott 573068f94c Issue #2003568 by dawehner, jhedstrom: Convert tags,attributes, diff and url validation unit tests to phpunit. 2013-06-15 00:11:48 +02:00
Alex Pott 9ddac9e9fa Issue #1924436 by JohnAlbin, rteijeiro: Remove separate CSS_AGGREGATE_SYSTEM aggregate file and fix drupal_add_library() to aggregate CSS properly. 2013-06-14 15:37:00 +02:00
Alex Pott 3b61f06bf9 Issue #2019481 by nod_: JavaScript AJAX commands object is borked: it is shared among all Drupal.ajax instances, preventing scoped overrides. 2013-06-14 15:37:00 +02:00
Alex Pott 95368fcaab Issue #1986408 followup by ry5n, tim.plunkett, joelpittet | Bojhan: Fixed Message style update. 2013-06-14 00:59:34 +02:00
Alex Pott 3360502890 Issue #2009584 by rteijeiro, ry5n: Fixed Allow double underscores to pass through drupal_clean_css_identifier() as per new CSS standards. 2013-06-13 22:37:02 +01:00
Alex Pott 317357373e Issue #2004408 by YesCT, penyaskito: Allow modules to alter the result of EntityListController::getOperations. 2013-06-12 17:02:18 +01:00
Alex Pott 71a4ab13e2 Issue #1972514 by Wim Leers, effulgentsia, Gábor Hojtsy, ekl1773: Fixed Impossible to set attributes for all entities. 2013-06-12 16:57:44 +01:00
Alex Pott 0bfe623053 Issue #2003934 by dawehner, damiankloip: Convert format_date() to a service. 2013-06-12 10:18:07 +01:00
Alex Pott 07e3ccbdea Issue #2004506 by cam8001, plach: Move standard_country_list() to Drupal\Core\Locale\Country. 2013-06-11 23:23:08 +01:00
catch 34ba7cc55f Issue #1623114 by ParisLiakos, chrisdolby, marvil07: Remove drupal_exit(). 2013-06-11 22:12:01 +01:00
Alex Pott f45ae901c9 Issue #2010672 by Cottser, thedavidmeister: Rename 'type' variable of theme_mark() to 'mark_type'. 2013-06-11 17:49:20 +01:00
Nathaniel Catchpole 60a1055049 Issue #2012836 by tim.plunkett: Replace drupal_region_class() with direct calls to drupal_html_class(). 2013-06-11 15:19:39 +01:00
Alex Pott 4d85fa44a3 Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user. 2013-06-11 15:04:34 +01:00
Alex Pott 5ecc704c4e Issue #1993100 by damiankloip: Change hook_queue_info() 'worker callback' to be a callable. 2013-06-11 10:22:50 +01:00
Alex Pott 0ac024db37 Issue #2014153 by msonnabaum: Small performance fix for theme rebuild. 2013-06-11 10:21:09 +01:00
Alex Pott edb0095ee2 Issue #2011006 by tim.plunkett: Fixed Default local tasks provided by Views are broken. 2013-06-10 23:28:11 +01:00
Alex Pott 56f4362ad4 Issue #1845034 by RobLoach, sandykadam, nick_schuch, cam8001, Gábor Hojtsy: Convert standard.inc to Drupal\Core\Language. 2013-06-10 17:14:58 +01:00
Nathaniel Catchpole 37445fd7d0 Issue #1813762 by ParisLiakos, Jose Reyero, YesCT, japicoder, attiks: Introduce unified interfaces, use dependency injection for interface translation. 2013-06-10 12:46:03 +01:00
catch babb2b717b Issue #1825090 by thedavidmeister, Cottser: Remove theme_html_tag() from the theme system. 2013-06-09 21:54:08 +01:00
Alex Pott 92a674e54d Issue #1890536 by chx, jibran: Update core pregs to use ?<name> for subpatterns instead of ?P<>. 2013-06-09 15:15:21 +01:00
Alex Pott a4295b6fc8 Issue #2002722 by neochief: Improve maintainability by removing unused local variables - core/includes/install.inc. 2013-06-09 12:45:46 +01:00
Nathaniel Catchpole ffaabb7cfa Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again. 2013-06-08 21:10:53 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Alex Pott da63eafbb7 Issue #1973312 by RobLoach, ParisLiakos, damiankloip, dawehner: Move drupal_map_assoc() to a MapArray Utility Component. 2013-06-06 20:31:00 +01:00
Alex Pott b0cf1be964 Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API. 2013-06-06 20:10:20 +01:00
Jennifer Hodgdon f164dcc5fb Issue #839634 by aaronott, jhodgdon, drunken monkey, rocket_nova, Berdir: Make documentation for table sorting match what the code does 2013-06-06 09:38:15 -07:00
Jennifer Hodgdon 40b9180d0f Issue #1999074 by sarahdavies, phl3tch: Fix up formatting near end of Form Builder topic docs 2013-06-06 09:21:59 -07:00
Jennifer Hodgdon e135e3e256 Issue #2001180 by frob: Change reference to variable get/set to Config class in drupal_parse_info_file docs 2013-06-06 09:18:06 -07:00
Jennifer Hodgdon 334b3d7f76 Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation. 2013-06-06 09:14:35 -07:00
Jennifer Hodgdon 15f64cd23c Issue #2000140 by sarahdavies: Remove stray text in callbacks topic docblock 2013-06-06 09:06:15 -07:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Alex Pott 6941c5b78b Issue #1984766 by sdboyer, Niklas Fiekas, msonnabaum: Fixed Start relying on Request/Response objects for cache handling. 2013-06-06 09:21:58 +01:00
Alex Pott b21943922d Issue #1888424 by katbailey, steveoliver, twistor, beejeebus, effulgentsia: Change notice: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence. 2013-06-06 09:14:16 +01:00
Alex Pott 9d73599020 Issue #2001310 by chx, effulgentsia, Berdir, YesCT: Disallow firing hooks during update. 2013-06-06 09:08:39 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Alex Pott 42daa83c5e Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init(). 2013-06-05 08:47:39 +01:00
webchick 30d3671c03 Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler(). 2013-06-04 20:58:17 -05: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
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
catch a078c23800 Issue #1987114 by thedavidmeister: Allow l() to accept a renderable array for $text. 2013-06-02 17:12:36 +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 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 687af78488 Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4.
2013-05-29 22:08:39 +01:00
Alex Pott c4e52bb6b4 Issue #1892182 by nod_: #type details: Rename #collapsed to #open. 2013-05-29 12:31:25 +01:00
catch 6e95cc60b9 Issue #1806478 by Cottser, joelpittet, kevinquillen: Make twig the default engine once all modules templates are converted from .tpl.php to .html.twig. 2013-05-29 08:41:16 +01:00
catch 5e768561e2 Issue #1484704 by joelpittet, Eric_A, wiifm, elvis2: Remove instances of attributes_array(). 2013-05-29 08:11:07 +01:00
catch 661fd5bfc8 Issue #2002720 by neochief: Remove unused local variables - core/includes/install.core.inc. 2013-05-29 07:46:25 +01:00
catch 1da9055b84 Issue #2002714 by neochief: Fixed Remove unused local variables - core/includes/file.inc. 2013-05-29 07:44:18 +01:00
Alex Pott 23b59123d1 Issue #1998466 by dawehner, ParisLiakos: Convert filter_xss_admin() and similar function to an Xss component. 2013-05-28 22:48:53 +01:00
Alex Pott 08e824610c Issue #1984378 by aroq, JacobSanford: argument is name of form field used to upload file, not 'filepath or URI of the uploaded file'. 2013-05-27 20:50:00 -05:00
Alex Pott 00fdcd39cc Issue #1908756 by tim.plunkett: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu(). 2013-05-27 20:20:55 -05:00
Alex Pott 521e1e5946 Issue #1957158 by abghosh82, JacobSanford: Replace typed_data() with Drupal::typedData(). 2013-05-27 18:00:35 -05:00
Alex Pott 09db04dddd Issue #2004784 by chx, effulgentsia: Move module enable/disable/uninstall implementations into ModuleHandler. 2013-05-27 12:39:38 -07:00
Alex Pott a2f15f28eb Issue #1998250 by patrickd, dww, chx: Move batch to pluggable storage. 2013-05-27 11:12:50 -07:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott 7961e03aeb Issue #1909418 by tim.plunkett, damiankloip, larowlan, dawehner, kim.pepper: Allow Entity Controllers to have their dependencies injected. 2013-05-25 16:36:57 -07:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 7002e6baaa Issue #1800998 by dawehner, swentel: Use route system instead of hook_menu() in Views. 2013-05-25 10:34:58 -07:00
Alex Pott 6b4b127e2e Issue #1898432 by WebDevDude, steveoliver, vlad.dancer, jenlampton, pixelmord, Fabianx, iztok, EVIIILJ, jwilson3, c4rl, Cottser: Convert node module to Twig. 2013-05-24 10:13:55 -07:00
Alex Pott d7f5a1ae17 Issue #1987426 by shanethehat, Cottser, intergalactic overlords, mr.baileys: Convert maintenance-page.tpl.php to Twig. 2013-05-24 09:48:56 -07:00
Alex Pott 684aaa5ba0 Issue #1961870 by Cottser, foopang, kgoel, shanethehat, tlattimore, c4rl, joelpittet, thedavidmeister: Convert page.tpl.php to Twig. 2013-05-24 09:46:19 -07:00
Alex Pott 8ec70c2ea3 Issue #1961872 by Cottser, widukind, foopang, shanethehat, nikkubhai, c4rl, thedavidmeister: Convert html.tpl.php to Twig. 2013-05-24 09:41:26 -07:00
Alex Pott 523d64a462 Issue #1993312 by damiankloip, tim.plunkett: Change pre_render(), post_render(), and after_build() callbacks to accept callables. 2013-05-21 17:22:44 -07:00
Alex Pott 3b1f85aa34 Issue #1920886 by Cottser, Fabianx: Drupal_render() should only render the child elements when rendering a 'render element' for the first time. 2013-05-19 16:34:52 -07:00
Alex Pott 518c4d10bd Issue #1875992 by amateescu, swentel, yched: Add EntityFormDisplay objects for entity forms. 2013-05-19 13:02:16 -07:00
Alex Pott 750b527318 Issue #1872522 by chx, effulgentsia, sun, aspilicious, desmondmorris, Berdir, jibran, YesCT: Fixed Compiled data in PHP storage is cleared too late in drupal_flush_all_caches(). 2013-05-19 12:32:09 -07:00
Alex Pott 071dccf69f Issue #680546 followup by swentel, Cottser, sun: [Followup] Add a custom 'number of values' for 'multiple / multi-value' field. (e.g. nodereference, imagefield). 2013-05-19 10:37:19 -07:00
Dries 60c3a75e8f Issue #1986408 by LewisNyman, oresh: Message style update. 2013-05-19 08:31:33 -07:00
Nathaniel Catchpole 4eaa775b10 Issue #1890784 by alexpott, YesCT, heyrocker, tim.plunkett, EllaTheHarpy, beejeebus: Refactor configuration import and sync functions. 2013-05-17 15:16:16 +01:00
Nathaniel Catchpole b18ad40678 Issue #1993350 by nod_: Don't add modernizr everywhere. 2013-05-16 09:12:54 +01:00
Alex Pott 6fa50c64eb Issue #1043198 by tim.plunkett, tstoeckler, swentel, larowlan: Convert view modes to ConfigEntity. 2013-05-16 08:29:16 +01:00
Dries 0895b6618f Issue #1954684 by tim.plunkett, Crell: When type => MENU_DEFAULT_LOCAL_TASK, ignore a route_name(). 2013-05-15 15:25:08 -04:00
Dries 8e57fb5263 Issue #1938430 by shanethehat, steveoliver, Fabianx: Don't add a default theme hook class in template_preprocess(). 2013-05-15 14:59:43 -04:00
Alex Pott 7a5383765c Issue #1975354 by dawehner: Fixed hook_hook_info() might be invoked even the namespace hasn't been registered yet. 2013-05-14 22:41:08 +01:00
Jennifer Hodgdon 77b4b22a69 Issue #1980072 by David_Rothstein: Fix incorrect statement in module_uninstall() docs 2013-05-13 11:14:05 -07:00
Alex Pott fe96498043 Issue #1833442 follow-up by olli, ParisLiakos, dawehner: Remove hook_boot(). 2013-05-13 00:36:58 +01:00
Alex Pott b4b6e9f0d8 Issue #1992052 by tim.plunkett: Allow machine_name() 'exists' to accept a callable. 2013-05-13 00:23:30 +01:00
Nathaniel Catchpole ca665f7be3 Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible. 2013-05-09 10:25:10 +01:00
Jennifer Hodgdon d9ac5b6c81 Issue #1204784 by Kevin Morse, valthebald, druplet, kiamlaluno: Fix code comment in drupal_retrieve_form 2013-05-08 06:42:56 -07:00
Alex Pott 686c269bae Issue #1938670 by ParisLiakos, Xano, RobLoach, pp, alexpott: Convert unicode.inc to \Drupal\Component\Utility\Unicode. 2013-05-08 00:29:47 +01:00
catch ba04d484a1 Issue #1982020 by Fabianx, Cottser: Add static caching to drupal_html_class(). 2013-05-07 22:35:49 +01:00
Alex Pott 081af87119 Issue #1987344 by tim.plunkett: NotFoundHttpException thrown in ParamConverterManager results in a WSOD. 2013-05-07 17:16:03 +01:00
Alex Pott 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Nathaniel Catchpole 31513883d9 Issue #1712250 by alexpott, n3or, cam8001, vijaycs85, Albert Volkman, jibran, heyrocker, chx: Convert theme settings to configuration system. 2013-05-07 10:47:19 +01:00
Nathaniel Catchpole c268d42baa Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit(). 2013-05-05 22:09:00 +01:00
Nathaniel Catchpole c33191b66b Issue #1982024 by Cottser, Fabianx: Lazy-load Attribute objects later in the rendering process only if needed. 2013-05-05 21:52:35 +01:00
Alex Pott 50ae329638 Issue #1982088 by tim.plunkett: Remove hook_entity_bundle_info()'s need for 'real path'. 2013-05-05 01:24:24 +01:00
webchick 22df5962a2 Issue #1944472 by larowlan, quicksketch, effulgentsia: Add generic content handler for returning dialogs. 2013-05-03 10:01:32 -07:00
Jennifer Hodgdon 6af56202aa Issue #1980072 by TravisCarden: Improve docs for module_uninstall() 2013-05-03 08:58:40 -07:00
Alex Pott ba6d6e9714 Issue #1974040 by Gábor Hojtsy: Fixed When installing in an RTL language, it should be RTL from profile selection onwards. 2013-05-02 10:04:09 +01:00
webchick 6085b34907 Issue #1842718 by alippai, andypost, alexpott, nod_: Use new Transliteration functionality in core for machine names. 2013-05-02 00:51:45 -07:00
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
webchick 6de362318d Issue #1929288 by ParisLiakos, Dave Reid: Move cryptographic functions to Crypt component. 2013-05-01 21:46:53 -07:00
webchick 594c849d8d Issue #1938960 by tim.plunkett, dawehner: Fixed _menu_translate() doesn't care about new routes. 2013-05-01 21:09:48 -07:00
Alex Pott 105ce44324 Issue #1981190 by ParisLiakos: Remove unicode.entities.inc. 2013-05-01 21:23:53 +01:00
catch 478490f23c Issue #1922454 by thedavidmeister, steveoliver, Cottser: Gut l(), fix theme('link'), have a working framework for consistently generated links inside and outside of Twig. 2013-05-01 09:53:04 +01:00
Alex Pott 2784f4886d Issue #1960344 by ParisLiakos, kid_icarus: Replace $is_https() global with Request::isSecure(). 2013-04-30 16:48:41 +01:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
Alex Pott 6ed57d39c5 Issue #1946404 by tim.plunkett, amateescu, swentel: Convert forms in field_ui().admin.inc to the new form interface. 2013-04-27 00:28:10 +01:00
Jennifer Hodgdon 495ff01445 Issue #1936166 by markpavlitski: Add documentation to module_invoke functions about passing by value 2013-04-23 07:46:58 -07:00
Alex Pott bc3a902fbc Issue #1807042 by tim.plunkett, effulgentsia: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys. 2013-04-23 08:38:30 +01:00
Alex Pott 91fc0d3ed9 Issue #1905152 by Gábor Hojtsy, Jose Reyero, vijaycs85, YesCT, penyaskito: Integrate config schema with locale, so shipped configuration is translated. 2013-04-23 08:19:41 +01:00
catch 87462db60e Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage. 2013-04-22 12:25:08 +01:00
webchick c6edf7dd3f Issue #1975442 by thedavidmeister: Change notice: drupal_render() should always return a string. 2013-04-21 12:17:35 -07:00
webchick 8fd2b4779e Issue #625958 by slashrsm, quicksketch, eojthebrave, droplet, danlinn, czigor: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute. 2013-04-19 20:34:14 -07:00
Alex Pott 17f4d14287 Issue #1862758 by Berdir, dawehner: [Followup] Implement entity access API for terms and vocabularies. 2013-04-19 09:08:12 +01:00
Alex Pott bb1817e515 Issue #1969846 by rootatwc: Convert session_write_interval() to settings. 2013-04-18 09:30:42 +01:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
Alex Pott 23c27a8864 Issue #1948374 by duellj | joelpittet: #type 'table' allow attributes on table cells. 2013-04-16 21:31:49 +01:00
Alex Pott 9263a49921 Issue #842216 by Devin Carlson, valthebald | jhodgdon: Remove $installed_profile global variable left over from D6. 2013-04-16 18:34:23 +01:00
webchick 9f723a4693 Issue #1968322 by effulgentsia: Remove unused $id and $zebra variables from templates. 2013-04-15 08:24:50 -07:00
Alex Pott b36ca2848e Issue #1885850 by jenlampton: Remove theme_update_page(). 2013-04-14 21:30:04 +01:00
Alex Pott e784ac79b6 Issue #1964098 by larowlan | jm.federico: Fixed #ajax doesn't work on #number field types. 2013-04-14 13:04:35 +01:00
webchick b5c0d297ab Issue #1862398 by Berdir: Replace drupal_http_request() with Guzzle. 2013-04-13 16:06:25 -07:00
Alex Pott 7f6cf775d7 Issue #1968446 by Gábor Hojtsy: Whitespace fixes in language installer and config install storage. 2013-04-12 10:31:37 +01:00
webchick 58e8125104 Issue #1950726 by chx: Convert hook_archiver_info() into the New Shiny(TM). 2013-04-11 23:33:28 -07:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
webchick 6543a5bae6 Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
Alex Pott dad84f025d Issue #1960764 by foopang | xjm: The return value of conf_path() should be named (). 2013-04-11 00:15:00 +01:00
Jennifer Hodgdon 5433aad75a Issue #1966210 by ronan.orb: Add types to return docs in standard.inc 2013-04-10 15:11:20 -07:00
Jennifer Hodgdon dedde66e52 Issue #1965520 by ronan.orb: Add param/return types to docs in token.inc 2013-04-10 15:09:14 -07:00
Alex Pott d9fd65f900 Issue #1938972 by msonnabaum, RobLoach, tsphethean, dawehner, rootatwc: Start moving string functions into a utility class. 2013-04-10 22:31:15 +01:00
Alex Pott c7916f0551 Issue #1959110 by a.ross: Fixed theme_table() outputs the no_striping() option as an HTML attribute. 2013-04-10 18:15:48 +01:00
webchick 42d635bd0e Issue #1961886 by foopang: Remove 'help' definition from drupal_common_theme(). 2013-04-10 10:06:01 -07:00
Alex Pott 58cc7dcaa9 Issue #1964824 by chrisjlee | alexpott: Fixed spelling of bootstrap in _drupal_log_error(). 2013-04-10 12:13:10 +01:00
Alex Pott 879589c8ac Issue #1964224 by Gábor Hojtsy | YesCT: Fixed config during site install in other language is saved as langcode: en. 2013-04-10 09:41:25 +01:00
catch 95516e65b7 Issue #1798832 by andreiashu, Berdir, heyrocker, aspilicious, johan.gant, typhonius, ACF: Convert https to . 2013-04-09 21:38:06 +01:00
catch e287c9de95 Issue #1957590 by dawehner, mkadin: Remove remaining procedural ajax command usages. 2013-04-09 21:30:46 +01:00
Alex Pott f3966d6c2f Issue #1739986 by RobLoach, pwolanin, sun, moshe weitzman, andypost: Fix fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of ['drupal_hash_salt()']. 2013-04-08 00:00:15 +01:00
webchick 229872b360 Issue #1951068 by alexpott, chx, BTMash: Fixed install.php error reporting is broken. 2013-04-07 13:06:33 -07:00
Alex Pott f6b150aa51 Issue #1396892 by larowlan, nick_schuch | quicksketch: Fixed drupal_get_library() may break JavaScript library path by clobbering it with the library version number. 2013-04-07 19:30:13 +01:00
webchick 1c7dd34c5b Issue #1949724 by chx, effulgentsia, xjm, jibran, rootatwc: Allow simpletest child sites to additionally load a test-specific settings.php to allow testing anonymous and configless updates. 2013-04-05 15:50:11 -07:00
webchick d5847d3f94 Issue #1374116 by amateescu, swentel, Berdir, yched: Move bundle CRUD API out of Field API. 2013-04-05 09:53:22 -07:00
Jennifer Hodgdon 877047cb7a Issue #1250500 by joachim, jhodgdon: Add defgroup for callback functions 2013-04-04 15:49:28 -07:00
catch 23e0d167ba Issue #1943800 by mtift: Fixed form_execute_handlers() has an undocumented return which is never used. 2013-04-04 21:54:46 +01:00
webchick fb5e30a764 Issue #1924368 by JohnAlbin, ykhadilkar, carwin: Change notice: Rename old CSS constants to CSS_AGGREGATE_* and add new CSS weight constants. 2013-04-03 19:15:01 -07:00
catch 8c21dcb622 Issue #1658720 by RobLoach, dawehner, sun, chx: Use ClassLoader instead of UniversalClassLoader. 2013-04-03 11:38:50 +01:00
Alex Pott 7aca9955dc Issue #1937600 by Berdir, rootatwc | webchick: Determine what services to register in the new Drupal class. 2013-04-03 09:44:04 +01:00
Alex Pott 291dbd545b Issue #1935970 by msonnabaum, dawehner, RobLoach: Convert timer_* to a utility class and convert tests to phpunit. 2013-04-02 22:37:55 +01:00
webchick c0771678a7 Issue #1942490 by steveoliver, Cottser: Make Twig engine available during install. 2013-03-29 11:02:49 -07:00
webchick d35d390ffd Issue #1561362 by Niklas Fiekas, chrisdolby, mtift: Change file_transfer() to use BinaryFileResponse. 2013-03-29 10:27:03 -07:00
webchick 20ec5dc16d Issue #1945418 by tim.plunkett, jaskho: Fixed New-style placeholders in menu_router() table break breadcrumbs, menu tree, etc. 2013-03-29 08:54:24 -07:00
Dries 5818a99bfc Issue #512026 by Berdir, effulgentsia, sun, marcingy, Eric_A, xjm, katbailey, Damien Tournoud, alexpott, beejeebus, pillarsdotnet: Move () storage from cache to new state/key-value system. 2013-03-27 14:57:12 -04:00
webchick 8f039f0cf1 Issue #1021622 by amateescu, dags, K3vin: Fixed Improper escaping of CDATA for inline css. 2013-03-26 22:14:04 -07:00
webchick 32111ed049 Issue #1937270 by ACF: Change drupal_css_cache_files() into state. 2013-03-26 20:45:04 -07:00
catch c07e727d8f Issue #1664844 by alexpott, cweagans, heyrocker, eojthebrave, ACF, Berdir: Convert image toolkits into plugins. 2013-03-25 11:55:05 +00:00
webchick 4a78850e07 Issue #1426646 by Ravi.J, xjm: Fixed '-Select-' option is lost when form elements uses '#states'. 2013-03-24 14:54:56 -04:00
Dries 61de42a008 Issue #1948650 by swentel, chx: update is broken. 2013-03-22 13:10:08 -04:00
Dries 6172eecaa6 Issue #1915752 by dawehner, tim.plunkett: routes are not found when 0 is used as a placeholder value. 2013-03-22 11:28:58 -04:00
catch fc7c38bde8 Issue #1764474 by Berdir, chx, alexpott, pounard, msonnabaum: Make Cache interface and backends use the DIC. 2013-03-22 09:36:55 +00:00
webchick d97b8dac4b Issue #1943726 by chx: Fixed BootstrapConfigStorageFactory and update. 2013-03-20 14:35:27 -04:00
catch fea7acc2b2 Issue #1547008 by Berdir, Sutharsan: Replace Update's cache system with the (expirable) key value store. 2013-03-20 11:51:03 +00:00
webchick 1bec76308f Issue #1446382 by plach: Need a reliable way to determine if a specific bundle for an entity type is translatable. 2013-03-18 05:40:12 -07:00
webchick f37b8675d2 Issue #1870764 by quicksketch, dawehner, frega, larowlan, nod_: Add an ajax command which makes it easy to use the dialog API in complex cases. 2013-03-17 09:04:07 -07:00
webchick 312280712f Revert "Issue #1941288 by larowlan: Cleanup container call in drupal_get_js()."
This reverts commit c047547318.

Breaks the graphical installer. Thanks to larsmw for the heads-up!
2013-03-17 01:26:56 -07:00
webchick c047547318 Issue #1941288 by larowlan: Cleanup container call in drupal_get_js(). 2013-03-16 23:38:24 -07:00
webchick 4cc0db2d26 Issue #1540136 by Rob Loach, Pete B: Simplify index.php by moving DRUPAL_ROOT to bootstrap.inc. 2013-03-16 23:36:36 -07:00
webchick b75c990602 Issue #1885964 by fabpot: Fixed Avoid the creation of more than one DrupalKernel instance. 2013-03-16 22:39:14 -07:00
Dries a2c1d77e50 Issue #1800122 by chx, amateescu: [March 15] Bump minimum version of php required to 5.3.10. 2013-03-15 13:17:47 -04:00
catch fdf54dfbba Issue #799356 by m1n0, jaffaralia, effulgentsia, vijaycs85: Fixed _form_set_class() is too aggressive in assigning the 'error' class. 2013-03-14 10:53:22 +00:00
Dries 8da0812745 Issue #1939324 by larowlan: Fixed Typo in template_preprocess_datetime() docblock. 2013-03-12 22:04:27 -07:00
catch ee5b4a7040 Issue #1883152 by klausi: Field level access for EntityNG. 2013-03-12 16:03:16 +00:00
catch 7a41192605 Issue #1938960 by dawehner: Fixed Menu access returns FALSE for links with a route item. 2013-03-12 10:52:39 +00:00
catch 332293cd3f Issue #1938948 by Cottser: Temporarily allow PHPTemplate themes to use .html.twig templates during Twig conversion. 2013-03-12 10:52:39 +00:00
catch 6f3e707359 Issue #1209226 by catch, Berdir, miro_dietiker, beejeebus, dagmar: Fixed Avoid slow query for path alias whitelists. 2013-03-11 10:50:25 +00:00
webchick 039dbb98cc Issue #1821548 by heyrocker, swentel, Dean Reilly, dawehner, alexpott, vijaycs85, jhedstrom, adamdicarlo: Add a 'diff' of some kind to the CMI UI. 2013-03-09 22:31:56 -08:00
webchick 13928d366f Issue #1921818 by chx: Modify drupal_rewrite_settings() to allow writing $settings values. 2013-03-09 19:09:03 -08:00
webchick c9a273af25 Issue #1845402 by Crell, amateescu, dawehner, klausi, g.oechsler: Change notice: Update menu link access checks for new router. 2013-03-08 21:46:28 -08:00
webchick f9a068e55e Issue #1875086 by Crell, plach, effulgentsia, sun, msonnabaum, Rob Loach, quicksketch, David_Rothstein: Change notice: Improve DX of drupal_container()->get(). 2013-03-08 20:15:31 -08:00
Dries 497bec2da3 Issue #1763640 by beejeebus, alexpott, YesCT, Jose Reyero, Gábor Hojtsy, das-peter, c31ck, heyrocker: Followup: Introduce config context to make original config and different overrides accessible. 2013-03-08 12:37:37 -05:00
catch b0666783f5 Issue #1821420 by vijaycs85, cam8001, Albert Volkman, ACF, typhonius, pcambra, Berdir: Convert mail variables to cmi. 2013-03-07 10:48:27 +00:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 62e136a3ae Issue #1049050 by mfb, TwoD, David_Rothstein, jpsoto: Fixed file_stream_wrapper_uri_normalize(): remove dead code. 2013-03-06 21:56:13 +00:00
catch e5de05353f Issue #1919322 by plach: Entity_load_unchanged() should be part of the storage controller. 2013-03-06 21:53:22 +00:00
Jennifer Hodgdon dcff9b7850 Issue #1932354 by Alexander Pyle: Fix up documentation for image_scale() 2013-03-04 12:57:57 -08:00
catch f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00:00
webchick 17e71a4456 Issue #1929656 by dawehner: Fixed ModuleHandler::setModuleList() should call resetImplementations() in order to avoid edge cases. 2013-03-03 18:43:45 -05:00
webchick 17c3d258ed Issue #1853086 by katbailey, msonnabaum, alexpott: Remove cache.page.enabled in favor of an explicit internal cache setting. 2013-02-27 22:00:19 -05:00
webchick bc70abb3c6 Issue #1068840 by sun, TR, Alan D., droplet, Damien Tournoud, tim.plunkett: Fixed core/includes/standard.inc contains inaccurate country data. 2013-02-27 21:56:54 -05:00
webchick e898c4ddcb Issue #1925140 by tim.plunkett: Fixed drupal_form_submit() does not accept FormInterface objects. 2013-02-27 17:30:50 -05:00
Dries 6aa308f8ea Issue #1798734 by Berdir, ACF, leschekfm, heyrocker, alexpott: Convert drupal_private_key() to the configuration system. 2013-02-27 16:27:35 -05:00
catch ca5a3ef054 Revert "Issue #1883152 by klausi: Field level access for EntityNG."
This reverts commit 172318fb71.
2013-02-27 11:19:00 +00:00
catch 172318fb71 Issue #1883152 by klausi: Field level access for EntityNG. 2013-02-27 09:53:43 +00:00
catch 0612c664da Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible. 2013-02-27 09:49:26 +00:00
webchick 4b0ce935b8 Issue #1634280 by EclipseGc, rlmumford: drupal_anonymous_user() should return a User entity. 2013-02-26 15:15:23 -05:00
catch 8afbc081dd Issue #1889620 by vijaycs85, sun, heyrocker: Fixed config_install_default_config() overwrites existing configuration. 2013-02-24 21:04:38 +00:00
catch 8d029e84b4 Issue #1739986 by Berdir: Rolling back this issue to start again. 2013-02-24 21:03:10 +00:00
catch 23a983dfad Issue #1904214 by vijaycs85: Fixed Installer auto-selects languages that don't have a translation, causing a requirements error. 2013-02-21 10:30:17 +00:00
webchick b0e08e4280 Issue #1515312 by heyrocker, beejeebus, alexpott, xjm, realityloop, sun: Added snapshots of last loaded config for tracking whether config has changed. 2013-02-18 21:08:21 -08:00
Dries 395d3a6bf1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-02-18 17:00:21 -05:00
catch bd8f0f9b71 Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms. 2013-02-18 17:30:09 +00:00
catch 35741dcd3b Issue #1914220 by underq: Standardize capitalization in watchdog: 'debug', 'error', 'alert', etc. 2013-02-18 17:15:18 +00:00
Dries a96697c7d5 Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
catch a395309cf2 Issue #1913742 by tim.plunkett: Allow custom form state to be passed to entity_get_form(). 2013-02-18 11:06:26 +00:00
Dries f6b4d4a225 Issue #501428 by KarenS, swentel, tim.plunkett, webchick, effulgentsia, nod_, scor, Lars Toomre: Added Date and time field type in core. 2013-02-16 18:29:53 -05:00
Dries 466fac1e68 Issue #783812 by chx: Allow db drivers outside of 'core'. 2013-02-15 14:08:38 -05:00
catch 2171aedc97 Issue #1854708 by chx, dawehner, damiankloip: EntityQuery aggregation support. 2013-02-15 11:15:37 +00:00
Dries 148f3b874e Issue #1751348 by heyrocker, vijaycs85, julien, Gábor Hojtsy: Convert locale settings to configuration system. 2013-02-14 21:40:03 -05:00
Jennifer Hodgdon 342a5caca4 Issue #1907696 by ao5357, jthorson: Add information do drupal_mail docs 2013-02-14 07:46:05 -08:00
catch 727b07e97d Issue #1068266 by jbrown: Followup to drupal_mkdir() does not set permissions to directories it created recursively - fix directory separator issue affecting windows. 2013-02-14 11:29:24 +00:00
catch 6d50bc1010 Issue #1914932 by swentel: Fixed Config staging directory needs a .htaccess file. 2013-02-14 11:24:56 +00:00
catch b3301476a2 Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms. 2013-02-13 17:17:55 +00:00
catch 298db7a05b Issue #1887046 by Sutharsan: Convert drupal_http_request() usage in install.core.inc to Guzzle. 2013-02-13 12:28:12 +00:00
Jennifer Hodgdon 84fddb7157 Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found 2013-02-11 09:35:27 -08:00