Commit Graph

1166 Commits (9cd28855d3cef9e4da8b70c9e11bb7866295fa87)

Author SHA1 Message Date
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