Commit Graph

834 Commits (34a7dd51f23eaa26e361a29421fb5f25735bfc15)

Author SHA1 Message Date
Dries 9b7bdba101 Issue by ry5n, swentel, sun: change node form’s vertical tabs into details elements. 2013-01-17 17:04:11 -05:00
catch 5225d82aa0 Issue by kiamlaluno: Fixed theme_form_element() initialize a variable that is never used. 2013-01-17 09:41:01 +00:00
webchick a0529f5004 Issue by swentel, sun, ry5n: '#group' Form API property only works with <details> elements. 2013-01-17 00:06:42 -08:00
webchick 62c93ff8d4 Issue by yched, zserno, tim.plunkett, xjm, effulgentsia, plach: Fixed It's impossible to submit no value for a field that has a default value. 2013-01-16 09:37:23 -08:00
webchick 31e0e18328 Issue by larowlan: Fixed update_retrieve_dependencies() only considers enabled modules. 2013-01-15 14:07:29 -08:00
webchick d9666b2744 Issue by beejeebus: Use Config->save() and Config->delete() on import. 2013-01-15 10:57:42 -08:00
catch 7be75b4686 Issue by Berdir, deviance, Lars Toomre: Make queue a container service. 2013-01-15 15:35:31 +00:00
catch db1122d6ab Issue by fago, Berdir, effulgentsia, mradcliffe, das-peter: Convert comments to the new Entity Field API. 2013-01-14 10:59:47 +00:00
catch d672d20367 Issue by Berdir, znerol: Use lock service in lock(). 2013-01-11 11:14:30 +00:00
webchick 4dc5b8d2e7 Issue by Dave Reid, sun: Allow vertical tabs elements to have #title and #description values. 2013-01-11 00:45:49 -08:00
webchick f237e58948 Issue by disasm, boztek, heyrocker, sun, xjm: Fixed Validate config object names. 2013-01-11 00:39:25 -08:00
Jennifer Hodgdon 4824c21934 Issue by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up for API docs in include files starting with n-z 2013-01-10 15:50:55 -08:00
Jennifer Hodgdon b554832512 Issue by pwolanin: Remove mention of md5 hashes from some code comments 2013-01-10 15:46:58 -08:00
webchick 186e226ec4 Issue by andypost, tim.plunkett, sun, yoroy: Convert menus into entities. 2013-01-10 10:33:53 -08:00
webchick 159f3ce9d2 Issue by YesCT, Sutharsan, Gábor Hojtsy, Bojhan: Added Import translations automatically during installation. 2013-01-10 10:31:23 -08:00
catch f5d69718ee Issue by chx, Berdir, sun, David_Rothstein: Remove the install backend and stop catching exceptions in the default database cache backend. 2013-01-10 12:08:06 +00:00
webchick ab5b5bd874 Issue by steveoliver, sun: Change notice: Consolidate all form element templates and add theme_hook_suggestons(). 2013-01-09 21:45:55 -08:00
webchick cf7cc519f7 Issue by ohnobinki, tim.plunkett: Remove all uses of array_merge_recursive(), or document why they are being used instead of NestedArray::mergeDeep(). 2013-01-09 15:58:39 -08:00
webchick 83ea685118 Issue by msonnabaum: Fixed Why are we calling exit?. 2013-01-09 09:11:21 -08:00
webchick 97c3ee2be9 Issue by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack. 2013-01-08 11:16:16 -08:00
catch 1691c94d06 Issue by Denes.Szabo, rocket_nova, balintd, Albert Volkman, longwave, boydjd: Fixed With drupal_detect_baseurl() unused - remove it. 2013-01-07 16:06:30 +00:00
catch 1f4c2cf30f Issue by Berdir, chx, catch, webchick: Add $settings for low-level configuration - move things out of . 2013-01-07 11:45:26 +00:00
catch 6e5d1a09ca Issue by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity. 2013-01-07 11:22:28 +00:00
Jennifer Hodgdon 6314c62cbd Issue by plopesc: Make it clearer where to find placeholder docs for t 2013-01-04 09:39:46 -08:00
Jennifer Hodgdon bc94b0e6c1 Issue by David_Rothstein: Clarify documentation on when to use t vs format_string 2013-01-04 09:37:23 -08:00
Jennifer Hodgdon 1bfa3cd20e Issue by oadaeh: Fix docs standards for link in ajax.inc 2013-01-04 09:31:04 -08:00
webchick 713e67743b Issue by Liam Morland, mgifford: Add ARIA role to DETAILS. 2013-01-02 17:58:48 -08:00
webchick 31d4f1b018 Issue by tim.plunkett, beejeebus: Remove code duplication for hook_config_import_()*() implementations of config entities. 2013-01-02 17:17:20 -08:00
webchick a82e9ea966 Issue by Wim Leers: Fixed Change Drupal JS settings merging behavior: preserve integer keys (allow for array literals in drupalSettings) 2013-01-02 08:45:24 -08:00
webchick 7f66670a99 Issue by Wim Leers: Fixed ajaxPageState does not contain JS files that are in scopes other than 'header' 2013-01-02 08:36:51 -08:00
catch 8e102d2a73 Issue by chx, plach: Fixed Upgrade path broken and yet tests pass. 2013-01-02 15:13:29 +00:00
catch d2527ed4a7 Issue by c4rl, effulgentsia: Reduce index.php for easier upgrading. 2013-01-02 12:14:56 +00:00
catch e933d81555 Issue by sun, ry5n: Refactor and introduce generic button CSS styles for forms and links. 2013-01-02 12:00:25 +00:00
catch 85c8d12ec9 Issue by yched, amateescu: (Doc fixes followup) Rework entity display settings around EntityDisplay config entity. 2012-12-31 21:57:58 +00:00
catch 33e284e8e9 Issue by pillarsdotnet, theborg, penyaskito, cburschka, naxoc, Rob Loach, carlos8f, gdud, olamaekle: Added Use site name in From: header for system e-mails. 2012-12-31 21:42:48 +00:00
catch c76c95a9ab Issue by plopesc: Simplify file.inc by file_stream_wrapper_valid_scheme()(FALSE) return FALSE. 2012-12-29 22:38:51 +00:00
catch 68395eef82 Issue by sun, tim.plunkett, Rob Loach, KrisBulman, Jacine, danillonunes: Provide non-PHP way to reliably override CSS. 2012-12-29 20:01:54 +00:00
catch 3241695dfa Issue by samhassell, fgm: Convert autoloader_mode in drupal_classloader() to its own global. 2012-12-29 12:32:51 +00:00
webchick 99fa84cbfe Issue follow-up by chx: Fixed htmlspecialchars() expects parameter 1 to be string, array given errors in exception backtraces. 2012-12-29 00:58:04 -08:00
catch 2288314826 Issue by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 23:03:17 +00:00
catch 53de739800 Revert "Issue by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0.
2012-12-28 23:02:37 +00:00
catch 8ad67af2e0 Issue by yched, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 19:05:41 +00:00
Dries 42dd9f2b5f Issue by andypost, alexpott, yched: Add upgrade path tests for contact category config conversion. 2012-12-27 20:22:20 +01:00
webchick cd268569b1 Issue by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL used in file_get_stream_wrappers() documentation. 2012-12-26 18:55:58 -08:00
webchick 0df32eb15e Issue by David_Rothstein: Improve documentation of format_string() to emphasize that it is used to prepare variables for HTML display. 2012-12-26 18:53:33 -08:00
webchick 5d89911ff3 Issue by greggles, aasarava, quicksketch, Justin_KleinKeane, John Morahan: SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload. 2012-12-26 18:27:47 -08:00
webchick fcfd874329 Issue follow-up: Now with a semi-colon. :P 2012-12-26 11:15:37 -08:00
webchick efde866599 Issue by ACF, Albert Volkman: Convert omit_vary_cookie() to cmi. 2012-12-26 11:10:22 -08:00
webchick e200408fa3 Issue by hefox: Skip module_invoke()/module_hook() in calling hook_watchdog() (excessive function_exist()). 2012-12-26 10:58:16 -08:00
webchick c2fb90f953 Issue by fabpot: Renamed the dispatcher service to event_dispatcher(). 2012-12-26 10:20:15 -08:00