Commit Graph

304 Commits (3b1b9c71f9faaf49e756fe4d05078fc0db0b4dac)

Author SHA1 Message Date
Jennifer Hodgdon a384eb4854 Issue #1537370 by Liam Morland: Improve documentation of return value for file_load() 2012-04-18 10:56:16 -07:00
catch 2155a540c7 Issue #1309394 by effulgentsia, sun, aspilicious: Process #autocomplete_path() for all form elements; remove custom/duplicated code from theme_textfield(). 2012-04-17 12:42:31 +09:00
catch 87c647b075 Issue #1492378 by scottalan: Document proper use of #autocomplete_path() for slashes. 2012-04-17 12:40:10 +09:00
catch d9135600c9 Issue #1509996 by jhedstrom: Added Convert hook_cron_queue_info() to hook_queue_info(). 2012-04-17 12:07:50 +09:00
catch c5eea4a58b Issue #1372122 by klausi, sun, beejeebus, juampy, mradcliffe: Fixed STOP the registry integrity constraint violation nightmare. 2012-04-17 11:59:51 +09:00
catch 32c1b1e6d3 Issue #1477446 by pounard, amateescu, tstoeckler: Move lock backend to PSR-0 code. 2012-04-13 12:55:31 +09:00
catch d79b9359b4 Issue #261148 by mikeytown2, chx, pwolanin: Fixed menu_masks() variable is empty (race condition). 2012-04-13 11:51:07 +09:00
catch 969256bd8b Issue #636454 by catch, carlos8f, msonnabaum, beejeebus, Berdir, moshe weitzman, pillarsdotnet: Added Cache tag support. 2012-04-13 10:49:34 +09:00
catch 17a7b1a6d3 Issue #1320650 by catch: Stop scanning /includes with the registry. 2012-04-13 10:48:24 +09:00
webchick 1fbb4c8a30 Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in form_pre_render_conditional_form_element(). 2012-04-12 00:29:31 -07:00
Dries 3c2b78d7d8 - Patch #1468930 by dawehner, Gábor Hojtsy, plach, das-peter, fubhy: clean up and move the code for the negotiation functionality from locale module to language module. 2012-04-11 10:47:06 -04:00
Jennifer Hodgdon a32f022b87 Issue #1516934 by jmarkel: Fix up docs for batch_set() 2012-04-10 10:58:43 -07:00
Dries 1f0a7f6e74 - Patch #1513520 by pdrake: Fixed locale_language_from_browser() incorrectly matches invalid strings. 2012-04-09 15:00:17 -04:00
Dries 7a4895992e - Patch #1466092 by webbykat, damiankloip, Bojhan: Fixed Configuration manager is missing module description. 2012-04-09 14:58:39 -04:00
Dries 99d9ca8e44 - Patch #1516030 by valthebald: Fixed Change parenthesis in menu_link_save() to express intended order of operations. 2012-04-09 14:38:42 -04:00
Dries 2e53550443 - Patch #1445004 by Sutharsan, Gábor Hojtsy, roderik, andypost, brantwynn: Implement customized translation bit on translations. 2012-04-09 14:24:12 -04:00
Dries 3610fd93ba - Patch #1519720 by Niklas Fiekas: Remove element_validate_integer() and element_validate_integer_positive() in favor of the new number element type. 2012-04-09 14:11:07 -04:00
Dries 62a39c9a18 - Patch #1503184 by aspilicious, Rob Loach, cweagans: convert Graph.inc to PSR-0. 2012-04-09 14:02:59 -04:00
Nathaniel 7388171b2b Issue #1477446 by pounard, amateescu: Move lock backend to PSR-0 code. 2012-04-09 12:04:51 +09:00
Nathaniel 86eb32d3e3 Issue #1517138 by marcingy: Fixed Simpletest does not create configuration folder causing test failures. 2012-04-09 12:01:47 +09:00
catch df19c9910a Issue #1349722 by kgoel, Everett Zufelt, xjm: Fixed who's new & who's online blocks have empty headings. 2012-04-07 11:42:34 +09:00
catch 4193c4ce26 Issue #1174640 by Niklas Fiekas, aspilicious, ericduran, cosmicdreams, amateescu, tim.plunkett: Added new HTML5 FAPI element: number. 2012-04-07 11:35:00 +09:00
catch 68eecef413 Issue #1497132 by alexpott, pcambra, marcingy: follow-up for generalised function to update variables from Drupal 7 to Drupal 8's configuration management system. 2012-04-07 11:28:53 +09:00
catch 9656e51ac5 Issue #365554 by TheRec, Kiphaas7, adharris, Gurpartap Singh: Fixed colspan in tableselect. 2012-04-06 14:38:32 +09:00
catch 7be4a6abcb Issue #1444766 by acrollet, amateescu: Determine method for automatically cleaning up configuration after a module is uninstalled. 2012-04-05 22:15:03 +09:00
catch 16ad612cbe Issue #405360 by Liam Morland, mgifford, Everett Zufelt: Added Use aria-describedby to link form elements with form element descriptions. 2012-04-05 16:09:10 +09:00
catch 837430ffee Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. Commit ALL THE files. 2012-04-03 15:12:03 +09:00
catch e89ce2820d Revert "Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0."
This reverts commit 5abec889ea.
2012-04-03 15:10:00 +09:00
catch 5abec889ea Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. 2012-04-03 14:37:09 +09:00
catch bfee7d05d5 Issue #598586 by grendzy, deekayen, matglas86, dawehner: Fixed watchdog() assumes is defined. 2012-04-02 12:12:33 +09:00
catch 5a8e7bd7a6 Issue #1361232 by sun, Berdir, aspilicious, fago, klausi, amateescu: Make the taxonomy entities classed objects. 2012-04-02 11:55:32 +09:00
Dries e577cff7cc - Patch #1309394 by effulgentsia, sun: process #autocomplete_path() for all form elements; remove custom/duplicated code from theme_textfield(). 2012-03-30 12:17:26 -04:00
catch 08351faac4 Issue #1497132 by alexpott, pcambra, marcingy: Provide a generalised function to update variables from Drupal 7 to Drupal 8's configuration management system. 2012-03-30 12:43:32 +09:00
webchick 09f031097c Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url(). 2012-03-29 17:38:24 -07:00
catch 9388d922e9 Issue #918356 by David_Rothstein, tekante, dstol, mikestefff, franz: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. 2012-03-27 15:53:33 +09:00
catch d672bcc401 Issue #1174938 by ericduran, aspilicious, voxpelli, David_Rothstein, effulgentsia: Added Natively support the HTML5 #required FAPI property. 2012-03-27 15:23:35 +09:00
catch 97674b9f05 Issue #1174628 by Dave Reid, Niklas Fiekas, ericduran, Jacine: Add new HTML5 FAPI element: search. 2012-03-27 15:17:38 +09:00
webchick 9e90c3e741 Issue #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: Fixed php notice in menu_link_save(). 2012-03-26 21:48:06 -07:00
webchick 4914ff1cc0 Revert "Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025."
This reverts commit c804c2bc67.
2012-03-25 10:29:17 -06:00
webchick 57a156ef96 Issue #692366 by underq, bradweikel, willmoy, kid_icarus | foripepe: Fixed Stop forcing language/mirror for PHP manual links. 2012-03-24 00:14:35 -06:00
catch 1198964079 Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration()'][]. 2012-03-23 16:52:50 +09:00
catch c804c2bc67 Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025. 2012-03-22 17:08:05 +09:00
catch 2afd1ed4c4 Issue #1467126 by effulgentsia, Rob Loach, sun, catch, amateescu, yched, EclipseGc: Fixed Provider based PSR-0 Classes that load more than once. 2012-03-21 14:18:52 +09:00
catch 39b05037b2 Issue #158803 by clemens.tolboom, Sutharsan, Gábor Hojtsy: Hide 'Language' column in content overview table if only one language is enabled. 2012-03-19 15:57:15 +09:00
Jennifer Hodgdon ce2182fa32 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:38:31 -07:00
Dries 50a8bb8523 - Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0. 2012-03-15 12:37:16 -04:00
Jennifer Hodgdon 17269ee9b2 Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc 2012-03-14 15:16:58 -07:00
catch f5032a6cff Issue #1180112 by franz, Pedro Lozano, amateescu: Move drupal_*_schema_*() functions into one place. 2012-03-15 00:29:10 +09:00
catch 9ab046c976 Issue #1467126 by Rob Loach, sun, effulgentsia, amateescu, EclipseGc: Provider based PSR-0 Classes. 2012-03-14 17:55:55 +09:00
catch 1de01b0025 Issue #1471364 by amateescu: Move mail system classes from system.mail.inc to PSR-0 classes in Drupal\Core. 2012-03-14 17:54:05 +09:00