Commit Graph

1119 Commits (3f300231c466fdef582c72a37e35bb97a731d158)

Author SHA1 Message Date
catch 349517fab0 Issue #1591348 by aspilicious: Fixed Convert dblog tests to PSR-0. 2012-05-28 20:17:55 +09:00
catch 0e56a23dea Issue #1588222 by aspilicious: Convert color tests to PSR-0. 2012-05-28 20:16:28 +09:00
catch eaf7acb5a5 Issue #1588156 by aspilicious: Convert book tests to PSR-0. 2012-05-28 20:15:25 +09:00
catch 6e95e657a7 Issue #1591334 by aspilicious: Convert dashboard tests to PSR-0. 2012-05-28 20:13:51 +09:00
catch 3e9f24e342 Issue #1470824 by sun, webchick: follow-up for XML encoder can only handle a small subset of PHP arrays, so switch to YAML. 2012-05-28 15:43:41 +09:00
catch e94505139e Issue #1594466 by aspilicious, Rob Loach: Extract entity controller class from field_test().entity.inc into a namespace. 2012-05-28 00:28:09 +09:00
catch 6679cf9b66 Issue #965078 by catch, akamustang: Fixed HTTP request checking is unreliable and should be removed in favor of watchdog() calls. 2012-05-28 00:19:58 +09:00
Dries ae42df8751 - Patch #1600892 by sun: tests use magic numbers 1 and 2 instead of user role constants. 2012-05-26 19:18:56 -04:00
Dave Reid 98fbeaf315 Fixing merge with 8.x upstream. 2012-05-26 13:46:07 -05:00
Dave Reid 6340061ba8 Re-added and simplified file_transfer() by reusing the logic of StreamedResponse. 2012-05-26 13:18:48 -05:00
Larry Garfield 327b2bcd1b Remove file_transfer and convert all uses of it to StreamedResponse. 2012-05-26 13:04:51 -05:00
effulgentsia b02b51cce1 Revert XML-RPC test changes that have already been committed. 2012-05-26 11:32:55 -05:00
catch 09baac071e Issue #1594226 by aspilicious: Convert translation tests to PSR-0. 2012-05-25 16:18:08 +09:00
catch 2f35944ad3 Issue #1591950 by aspilicious: Convert locale tests to PSR-0. 2012-05-25 16:17:39 +09:00
catch 1f4736c156 Issue #1591928 by aspilicious: Convert language tests to psr-0. 2012-05-25 16:16:58 +09:00
catch 06eed3052c Issue #1480866 by tstoeckler, adamdicarlo, sheise: Follow-up for Add type-hinting and parameter type docmentation for comment objects. 2012-05-25 14:45:10 +09:00
catch 99a456c32e Issue #665790 by sun, yoroy, aspilicious: A cleaner look for the status report. 2012-05-25 14:42:59 +09:00
catch 39f51caa8e Issue #1593670 by effulgentsia: Fixed XML-RPC tests fail without clean URLs. 2012-05-25 12:48:07 +09:00
catch 7a3827b45a Issue #1477704 by kika, kid_icarus, andypost: Fixed Replace 'Selected' dropdown with checkbox in category edit form. 2012-05-25 12:44:26 +09:00
catch 42251b6b25 Issue #1054162 by tim.plunkett, Dave Reid, joachim, Berdir: Taxonomy bundles not supported by EntityFieldQuery. 2012-05-25 12:38:39 +09:00
Jennifer Hodgdon 50a7330b56 Issue #1454266 by Chaulky, Volx: fix documentation for field_bundle_settings 2012-05-24 15:16:35 -07:00
catch e303b674a2 Issue #1572394 by attiks, Sweetchuck: Fixed Language detection by domain only works on port 80. 2012-05-24 15:14:06 +09:00
Larry Garfield 848c134d65 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-23 23:55:54 -05:00
effulgentsia 14416d109e refs #1595298 Revert CSRF token checks back to page callbacks, not menu access callbacks.
This will be refactored again later when the routing system is upgraded.
2012-05-23 23:31:42 -05:00
catch 9e8d1e85dc Issue #1470824 by alexpott, sun: Fixed XML encoder can only handle a small subset of PHP arrays, so switch to YAML. 2012-05-23 12:48:37 +09:00
catch 3f7b5cf06c Issue #1401558 by exlin, Berdir, tim.plunkett: Remove the usage handling logic from file_delete(). 2012-05-22 14:28:30 +09:00
catch d2901d051d Issue #890790 by Tor Arne Thune, davidjdagino: Added tests for deleting nodes does not delete their comments. 2012-05-22 13:11:21 +09:00
catch faa75e7739 Issue #1517654 by zuuperman: Fixed Strict warning by field_ui_table_pre_render(). 2012-05-22 13:07:52 +09:00
catch 9d8b3f59ed Issue #1481560 by nod_: Follow up for, Add 'use strict' to all core JavaScript to enforce clean code. 2012-05-22 11:49:17 +09:00
catch abb86f9828 Issue #1394648 by David_Rothstein: Fixed The installer's cache backend no longer overrides all cache-clearing methods, which can lead to fatal errors. 2012-05-21 11:13:13 +09:00
catch b08c8b478e Issue #1464944 by heyrocker, alexpott, David_Rothstein, ksenzee: Fixed Installation of configuration system fails in some cases. 2012-05-20 15:41:16 +09:00
Larry Garfield 9fdd40f8c9 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-19 00:04:26 -05:00
Niklas Fiekas 5a6d0c284e Use '' rather than 'a' for HTTP 204 response body. 2012-05-19 00:01:56 -05:00
Niklas Fiekas 4b17901b5f Revert making error_test module not hidden. 2012-05-19 00:01:08 -05:00
Dries 5b52cea97d - Patch #1539608 by cosmicdreams, Rob Loach: Modify comment module to use Dependency Injection for language. 2012-05-18 16:42:40 -04:00
Dries 2379c9b95b - Patch #1587822 by drumm, bfroehle: Code style: link in field_system_info_alter(). 2012-05-18 16:38:28 -04:00
Dries 26aaa9fbde - Patch #1496462 by acrollet, cosmicdreams, Niklas Fiekas | heyrocker: Convert RSS publishing settings to configuration system. 2012-05-18 16:34:59 -04:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
catch 25713f0b25 Issue #1495024 by aspilicious: documentation follow-up for convert the entity system to PSR-0. 2012-05-17 11:33:40 +09:00
Dries c176370239 Patch #598586 by tim.plunkett: updated documentation. 2012-05-16 22:09:32 -04:00
Dries 98858def41 - Patch #1533022 by duellj, aspilicious: convert taxonomy.module entity classes to PSR-0. 2012-05-16 21:53:35 -04:00
Dries 6f760ac8a2 - Patch #1578998 by droplet: move forum topic and leave shadow cause duplicated topics show in list. 2012-05-16 21:18:09 -04:00
Dries 39195776b1 Patch #1552984 by Niklas Fiekas: Added Make 'File displayed by default' depend on 'Enable display field' with #states. 2012-05-16 21:12:19 -04:00
catch 747e01ca53 Issue #1493098 by jcisio, pcambra, Pol, wamilton, Rok Žlender, beejeebus: Convert cron settings to configuration system. 2012-05-16 12:41:18 +09:00
catch 74c409f134 Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0. 2012-05-16 12:38:40 +09:00
catch 6616910f9d Issue #1541676 by Berdir, tstoeckler, Rob Loach, tim.plunkett: Convert Simpletest base test classes to PSR-0. 2012-05-16 12:04:41 +09:00
catch e0ba373d6e Issue #1500238 by alexpott, sun, chx: Encode/decode data via PHP serialize()/unserialize() for DatabaseStorage (storage controller specific data formats). 2012-05-16 12:02:24 +09:00
catch 14fbd55791 Issue #1574484 by tim.plunkett, nod_: Replace authorize.js with states. 2012-05-16 11:58:58 +09:00
catch ccde359a97 Issue #1573082 by grendzy: Fixed watchdog 'Deleted content type' uses wrong type. 2012-05-15 21:49:41 +09:00
catch 9dee6f6128 Issue #1539626 by cosmicdreams: Modify node module to use dependency injection for language. 2012-05-15 21:37:07 +09:00
Dries f9e44fc40a - Patch #967566 by mariusz.slonina, rbayliss, joestewart, xjm, tim.plunkett, indytechcook, tsvenson, adnasa, oriol_e9g | DocuAnt: Several important Core User settings lack support for hook_field_extra_fields(). 2012-05-14 22:11:31 -04:00
catch 969e670eae Issue #1546752 by Gábor Hojtsy, erno, xjm: Move negotiation tests to language module. 2012-05-14 18:16:42 +09:00
catch 9e2223c534 Issue #1377468 by droplet: Fixed remove unnecessary user join in forum_forum_load(). 2012-05-14 12:29:49 +09:00
catch 1f3142df75 Issue #1539622 by cosmicdreams: Modify locale module to use dependency injection for language. 2012-05-14 12:25:46 +09:00
catch f54e6e3823 Issue #1564996 by greggles: Added Make one-time login link watchdog more useful for auditing. 2012-05-14 12:22:49 +09:00
catch 439e27cc10 Issue #20446 by dead_arm: Added Cursor focus on user login page. 2012-05-14 12:20:18 +09:00
catch c74aa1ecd0 Issue #1009982 by klaasvw: Fixed node/add page misses content types when menu links are moved or disabled. 2012-05-14 11:50:42 +09:00
Larry Garfield eb8fe490da Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-13 12:21:10 -05:00
catch 44c07e9b26 Issue #1545068 by Berdir: Convert Exception in update.inc to PSR-0. 2012-05-12 12:10:23 +09:00
Larry Garfield d44e497bb0 Port Drupal's default HTTP headers to a response listener. 2012-05-11 21:45:05 -05:00
catch c01dafd61e Issue #1361234 by Berdir: Make the node entity a classed object - followup for node revision timestamps. 2012-05-11 13:26:13 +09:00
catch 1fa5a5b12b Issue #1556502 by mrfelton: Fixed Inconsistency in wording in validation error when requesting new password ('Username' vs 'User name'). 2012-05-11 13:08:23 +09:00
catch f272a6b7e9 Issue #1038356 by jensimmons, rjgoldsborough, droplet: Fixed labels in tables need some left padding. 2012-05-11 13:06:53 +09:00
catch bb691f62d7 Issue #1567812 by sun: Remove 'Verified' from configuration class names. 2012-05-10 23:54:04 +09:00
catch db79496ae9 Issue #1558468 by chx, jwineinger, linclark, Berdir: Fixed SA-CORE-2012-002 - Denial of Service, forward port from 7.x 2012-05-10 15:26:50 +09:00
catch 0e0e6b3df4 Issue #1541676 by Berdir, tstoeckler, Rob Loach: Convert Simpletest base test classes to PSR-0. 2012-05-10 15:01:48 +09:00
Larry Garfield 270dcd2e88 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-10 00:14:31 -05:00
cosmicdreams b77faa14dd Correct typo in unit test. 2012-05-09 21:13:04 -05:00
effulgentsia 87979eaad8 Improve system path handling and use the system path to determine if we need to show a custom theme. 2012-05-09 21:11:33 -05:00
catch 352645e4a6 mlhess, coltrane, xjm, and jhodgdon, penyaskito: forward port DRUPAL-SA-CORE-2012-002 - Access bypass - forum listing. 2012-05-09 13:43:25 +09:00
catch f263e898da Issue #1551626 by moshe weitzman: follow-up to disable page caching in cron callback 2012-05-09 13:38:47 +09:00
Jennifer Hodgdon eb745338f7 Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say whether themes are loaded when they run 2012-05-08 11:20:05 -07:00
catch 7c5214c714 Issue #617562 by sun, matt2000: Remove underscore-to-dash conversion in path arguments for content types. 2012-05-08 14:12:18 +09:00
catch d390816023 Issue #1444620 by dawehner, sun, heyrocker: Remove file signing from configuration system. 2012-05-08 14:04:54 +09:00
catch 263c6802b9 Issue #86461 by ergonlogic, davidjdagino, marcingy, emclaughlin, Bakus: Truncate long paths and path aliases on admin/build/path. 2012-05-08 14:03:01 +09:00
catch 4beaeab9fe Issue #1552236 by duellj: Move user language tests to user module. 2012-05-08 13:59:45 +09:00
catch 9be8c892ff Issue #1541958 by sun, alexpott: Split setUp() into specific sub-methods. 2012-05-08 13:53:51 +09:00
catch a82955bfd5 Issue #1174766 by Niklas Fiekas, ericduran: Added Support the #pattern FAPI property for native HTML5 pattern attribute. 2012-05-08 12:00:06 +09:00
catch bd30dbfc09 Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce clean code. 2012-05-08 11:57:33 +09:00
catch 3e8861682a Issue #1540174 by Niklas Fiekas, attiks: Fixed Some attributes not allowed for the new HTML5 input elements. 2012-05-08 11:53:23 +09:00
Larry Garfield 12e53f92a3 Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.

Conflicts:
	core/INSTALL.txt
	core/includes/bootstrap.inc
	core/modules/simpletest/drupal_web_test_case.php
	core/modules/system/system.install
	core/modules/system/system.module
	core/modules/system/system.test
	core/scripts/cron-curl.sh
	core/scripts/cron-lynx.sh
2012-05-06 23:03:57 -05:00
catch fe01ab6e16 Issue #1542682 by Berdir: Convert exception classes in field.module to PSR-0. 2012-05-07 11:56:49 +09:00
catch 1bd03e00bf Issue #1453984 by xjm, naxoc, underq, davidjdagino, Heine: Fixed Color module doesn't test for unlimited memory. 2012-05-07 11:55:11 +09:00
catch d13fd18f1e Issue #1551626 by sun, Crell: Convert cron.php into a regular menu router page callback. 2012-05-07 11:50:05 +09:00
webchick 00e99a41cb Issue #1558464 by Berdir, chx, fago, greggles: Fixed SA-CORE-2012-002 - Unvalidated form redirect. 2012-05-05 10:01:11 -07:00
Jennifer Hodgdon 845d9839fd Issue #1552412 by duellj: Make API links point to D8 version, and where possible make them future-proof 2012-05-04 13:07:43 -07:00
Jennifer Hodgdon a440f52c71 Issue #1443202 by TravisCarden, tim.plunkett, xjm: Make sure hook_preprocess documentation points to real funcions 2012-05-04 12:53:43 -07:00
catch 3b5711466b Issue #1352000 by BTMash: Forward-port upgrade test clean-ups from 7.x to 8.x. 2012-05-04 11:33:29 +09:00
webchick 252e84ec59 Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: default_image() in image_field_prepare_view(). 2012-05-03 10:37:15 -07:00
Dries e971776ba4 - Patch #1552744 by Rob Loach, effulgentsia, sun: Fixed Bootstrap for the Dependency Injection Container and make sure SimpleTest abides to it. 2012-05-03 11:12:19 -04:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
catch cfc84e3afe Issue #1533020 by duellj: Convert comment.module entity classes to PSR-0. 2012-05-03 14:49:41 +09:00
berdir e10c72aef9 Issue #1558268 by Berdir: Fixed Database tests are not available. 2012-05-02 17:22:30 -07:00
catch 5506f8f23b Issue #1541958 by sun: Split setUp() into specific sub-methods. 2012-05-01 16:41:11 +09:00
catch 83a6b9f19c Issue #1550454 by tim.plunkett, xjm: Fixed Regression: Following taxonomy entity conversion, Taxonomy EFQ causes warnings and notices. 2012-05-01 12:45:50 +09:00
catch 9111e803b1 Issue #822128 by roborn, JamesK, nod_: Fixed 'Textarea + summary' widget broken when field allows multiple values. 2012-05-01 12:43:16 +09:00
catch fd9a2104d0 Issue #1419968 by nod_, tim.plunkett, droplet, cosmicdreams: Replace $('selector', domelement) with $(domelement).find('selector'). 2012-05-01 12:17:59 +09:00
catch 3102ae42c1 Issue #1036780 by Mike Wacker: Added Drupal.org should collect stats on enabled sub-modules and core modules. 2012-05-01 12:15:27 +09:00
catch c30624a1c3 Issue #1355526 by cafuego: Added a way to determine the date a module was added so the modules page can use it for sort. 2012-05-01 12:13:54 +09:00
Larry Garfield 29ec5c929b Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/includes/common.inc
	core/includes/menu.inc
	core/modules/image/image.test
	core/modules/system/tests/file.test
2012-04-30 21:29:48 -05:00
Dries f356dc2178 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-04-29 22:31:00 -04:00
Dries ae015c91d0 - Patch #1542674 by bas.hr, damiankloip: wrong count assertion in taxonomy.test. 2012-04-29 12:28:03 -04:00
Dries 9dd0e7bebf - Patch #1545930 by c960657: DrupalLogout() should only do one request, not two. 2012-04-29 12:19:35 -04:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
webchick 56ded311cb Issue #1497230 follow-up by sun: Fixed SimpleTest UI failure after dependency injection patch. 2012-04-28 23:06:18 -07:00
Larry Garfield 40817bb3cd Adjust error handling to account for the new DatabaseWrapperException. 2012-04-28 22:12:09 -05:00
Larry Garfield acf9151af7 Port Drupal's legacy exception handling into the ExceptionController. 2012-04-28 22:12:09 -05:00
Larry Garfield 434a84a16a Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-28 22:00:51 -05:00
Niklas Fiekas 6d12bff490 More Response objects for openid_test.
Converts openid_test.module to use Response and RedirectResponse instead of
manually setting headers.
OpenID account registration tests are now green.
2012-04-28 21:57:03 -05:00
Niklas Fiekas f492b98bd1 Use Response object in openid_test_yadis_xrds(). 2012-04-28 21:57:03 -05:00
Katherine Bailey 3f67d56abb Return xml data for update status checks as streamed response 2012-04-28 21:25:36 -05:00
webchick 4c24974c24 Issue #1490150 follow-up by xjm: Text fixes. 2012-04-28 13:24:13 -07:00
Niklas Fiekas c37ad75c3a Fix XML-RPC tests.
url() will put /index.php/ in the URL. Use $base_url instead, to get to the
XML-RPC front controller.
2012-04-28 14:23:46 -05:00
Niklas Fiekas 11255cdbc1 Fix testNodeFeedExtraChannelElements(). 2012-04-28 21:04:09 +02:00
Larry Garfield 4899a97a21 Remove cron.php entirely, as it is no longer necessary. 2012-04-28 01:14:57 -05:00
Larry Garfield 88be740cdb Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/modules/node/node.module
	core/modules/overlay/overlay.module
2012-04-27 21:59:33 -05:00
catch 9b88eeac14 Issue #1484216 by Berdir, beejeebus: Fixed Race condition in _update_create_fetch_task() (PDO Exceptions). 2012-04-28 10:12:05 +09:00
catch c7c6b79d31 Issue #1490150 by duellj, catch: Fixed EntityFieldQuery::pager(0) generates PHP error 'divide by zero'. 2012-04-28 10:09:31 +09:00
catch 3d4d950555 Issue #1172560 by bas.hr, bellesmanieres, NROTC_Webmaster: Fixed The block X was assigned to the invalid region Y and has been disabled. 2012-04-28 10:08:33 +09:00
catch 7846509737 Revert "Issue #1541958 by sun: Split setUp() into specific sub-methods."
This reverts commit 4079eb2d78.
2012-04-27 17:58:34 +09:00
catch 4079eb2d78 Issue #1541958 by sun: Split setUp() into specific sub-methods. 2012-04-27 13:13:57 +09:00
catch 78e0de2758 Issue #1348758 by drewish: Fixed Add an index to {users}.picture so user_file_delete() isn't insanely slow. 2012-04-27 13:02:56 +09:00
webchick db8913a7c3 Issue #1361234 follow-up by Berdir: Fix random test failures. 2012-04-26 16:33:58 -07:00
webchick d822b8dd26 Issue #1541792 follow-up by chx, Berdir, xjm: Fix for random test values occasionally failing. 2012-04-26 10:42:27 -07:00
catch 51c004aba9 Issue #1361234 by duellj, loganfsmyth, aspilicious, cosmicdreams, fago, amateescu, sun: Added Make the node entity a classed object. 2012-04-27 01:44:37 +09:00
catch 4daf1c6345 Issue #1160566 by Dave Reid, bdlangton, aspilicious, fago, cosmicdreams, tstoeckler, tim.plunkett, Berdir, sun: Entity_load() is actually entity_load_multiple(). 2012-04-26 13:07:55 +09:00
catch 52d7970bad Issue #1209532 by timmillwood: Count node views via AJAX in the statistics module. 2012-04-26 13:05:27 +09:00
catch efd9012f3a Issue #1277776 by sun: test cleanup for generic field/property getters/setters (with optional language support) for entities. 2012-04-26 12:58:09 +09:00
catch 93c20fd054 Issue #1361228 by marcingy, Niklas Fiekas, fago, cosmicdreams, aspilicious et al: Make the user entity a classed object. 2012-04-26 12:51:09 +09:00
catch 0594b0148a Issue #1541792 by tim.plunkett, chx: follow-up to remove random test failures. 2012-04-26 12:13:31 +09:00
catch bc913ac714 Issue #1492188 by Berdir: Fixed Update module creates duplicate queue items. 2012-04-26 11:41:39 +09:00
Dries bf6a8a1a8e - Patch #1468582 by Schnitzel, lewisnyman, dcmouyard, alanburke, tstoeckler, edward_or, janusman: Add mobile friendly meta tags to the html.tpl.php. 2012-04-25 17:02:24 -07:00
Dries d4cf91211f - Patch #1329410 by Gábor Hojtsy, Sutharsan, dww: Extend update data collection to support localization update. 2012-04-25 16:51:09 -07:00
Dries bac3ed7764 - Patch #1539072 by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it. 2012-04-25 16:44:20 -07:00
webchick 4ef74ecd98 Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list values function with additional context 2012-04-25 15:00:46 -07:00
catch 74d3fc229f Issue #1525640 by jeff.maes: Fixed Disable autocompletion for email/password field when editing user profile. 2012-04-25 13:33:09 +09:00
Jennifer Hodgdon 80189e786e Issue #1509838 by cosmicdreams, klausi: Use elseif not else if 2012-04-24 15:51:38 -07:00
Jennifer Hodgdon 6968da74fc Issue #720630 by kid_icarus, tsphethean: Clean up documentation for watchdog, hook_watchdog, and watchdog constants 2012-04-24 15:29:27 -07:00
catch b5ad27e375 Issue #135464 by Gábor Hojtsy: Follow-up, move tests to block module. 2012-04-24 21:00:08 +09:00
catch 933b844ab9 Issue #1519942 by Gábor Hojtsy, dawehner, kalman.hosszu, balintk: Decouple locale module from user module. 2012-04-24 13:01:42 +09:00
catch 7642d2466b Issue #1497230 by Rob Loach, pdrake, effulgentsia, beejeebus: follow-up for dependency injection - ensure t() can be called early in bootstrap. 2012-04-24 11:14:08 +09:00
catch bc7f5c39a4 Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of CSS/JS. 2012-04-24 11:05:45 +09:00
catch 6fbbde25a2 Issue #751168 by elliotttf, caktux, andyceo, setvik, xjm, sun: Fixed Regression: Missing 'Default image' per field instance. 2012-04-24 11:03:13 +09:00
catch 249d9eae67 Issue #1213536 by David_Rothstein, sun, effulgentsia, Yorirou: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. 2012-04-24 10:57:26 +09:00
catch 3c7a609bb6 Issue #1262592 by jmarkel, pingers, marcingy: Fixed numeric names fail image creation. 2012-04-24 10:55:26 +09:00
catch 169a8c126c Issue #857124 by lucascaro, Alan D., 30equals, tim.plunkett: Fixed Collapsible fieldsets and vertical tabs do not work without form_builder() (Form API). 2012-04-24 10:52:29 +09:00
catch 277e4b1e47 Issue #1039666 by Jelle_S, droplet, Kevin Morse, nod_: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom. 2012-04-24 10:51:14 +09:00
catch 042de88417 Issue #1477218 by Berdir, Rob Loach: Convert Tracker tests to PSR-0, register PSR-0 test classes. 2012-04-23 12:01:03 +09:00
webchick 85a421eb9b Issue #966210 by mfb, catch, bfroehle, drewish, drumm, makara, sun, BTMash, iamEAP: Fixed DB Case Sensitivity: system_update_7061() fails on inserting files with same name but different case. 2012-04-22 19:48:48 -07:00
Larry Garfield 9cf81913e9 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-22 18:50:18 -05:00
catch 48f271b63e Issue #822418 by catch, marcingy, davidjdagino, ezheidtmann: Fixed Field form structure incomplete if field_access() returns FALSE. 2012-04-22 23:03:31 +09:00
catch 5e65498a34 Issue #1517138 by sun: Follow-up for SimpleTest does not create configuration folder causing test failures. 2012-04-21 10:38:11 +09:00
Jennifer Hodgdon 121f7ee093 Issue #1540072 by xjm: American spelling for behavior 2012-04-20 12:51:35 -07:00
Larry Garfield c96c3fca10 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-20 01:07:37 -05:00
Dries 6251c4066e - Patch #135464 by Artusamak, Gábor Hojtsy, brantwynn, YesCT, z.stolar: add language options to block visibility. 2012-04-19 13:45:46 -04:00
Jennifer Hodgdon 16e1171377 Issue #1313510 by NROTC_Webmaster: Fix whitespace from API cleanup, oops 2012-04-19 10:40:55 -07:00
Jennifer Hodgdon 0016283b17 Issue #1313510 by NROTC_Webmaster, oriol_e9g, aenw: API docs cleanup for Statistics module 2012-04-19 08:17:35 -07:00
Dries f61cb9bc21 - Patch #1538370 by Jody Lynn: Fixed Wrong version in common_test_cron_helper().info. 2012-04-19 07:38:46 -04:00
Dries 3a9a31251d Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-04-19 07:32:00 -04:00
Dries 055716fe39 - Patch #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation. 2012-04-19 07:31:47 -04:00
catch d28d65ba17 Issue #1229442 by bleen18, amateescu, chrispomeroy, aspilicious: Convert poll tpls and markup to HTML5. 2012-04-19 12:18:54 +09:00
catch ec59f02c12 Issue #1302228 by xjm, yched, kathyh, chx, tim.plunkett: Fixed field_has_data() returns inconsistent results – possible data loss. 2012-04-19 12:16:57 +09:00
catch 6ead5e0750 Issue #1174646 by aspilicious, ericduran, Niklas Fiekas: Added new HTML5 FAPI element: range. 2012-04-19 12:07:55 +09:00
catch 3b1b9c71f9 Issue #1183042 by mgifford: Follow up for Add WAI-ARIA roles to Core blocks. 2012-04-19 12:04:09 +09:00
Dries 1f2622c8b8 - Patch #1497230 by Rob Loach, pdrake, effulgentsia: Use Dependency Injection to handle object definitions. 2012-04-18 14:30:50 -04:00
Katherine Bailey 89335b2cd3 Change the test for index.php/user to make sure it DOES return a valid page and NOT a 404 2012-04-18 10:54:34 -07:00
Jennifer Hodgdon 135c7866d4 Issue #1537888 by wulff: Fix typo in EntityFieldQuery docs 2012-04-18 09:13:40 -07:00
catch 812413b922 Issue #642734 by nod_, yhahn: Fixed Simpletest behaviors should process the elements only once. 2012-04-18 12:29:51 +09:00
catch a5e3fac8d5 Issue #1159002 by sun: Show comment field first and before contact info in comment form. 2012-04-18 12:23:31 +09:00
Jennifer Hodgdon aab45ade9f Issue #1533498 by jmarkel: Fix see doc issue and clean up doc in hook_field_widget_form_alter 2012-04-17 15:13:57 -07:00
enzo - Eduardo Garcia 384187a162 Fixes for Images Tests with WSCCI 2012-04-16 22:53:28 -05: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 945e7605e6 Issue #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL comparison . 2012-04-17 12:37:26 +09:00
catch b3e2c8b4af Issue #1473314 by litwol, nod_, tim.plunkett, attiks: Core js still uses -processed instead of context/.once(). 2012-04-17 12:33:58 +09:00
catch a4de2caaf0 Issue #1354726 by develCuy, gnuget, droplet: Add more indexes on {forum_index()}. 2012-04-17 12:28:52 +09:00
catch f6cb088ed4 Issue #1527720 by Gábor Hojtsy: Fixed OpenID language matching finds least specific instead of most specific match. 2012-04-17 12:23:52 +09:00
catch b5973cd97d Issue #1195254 by underq, kid_icarus, oriol_e9g, xjm: Taxonomy test cleanup and wording improve. 2012-04-17 12:14:25 +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 5de2f76426 Issue #277200 by andypost, Damien Tournoud: Add tests for vocabulary hierarchy. 2012-04-17 12:05:39 +09:00
catch ce793feeb7 Issue #1060700 by eiriksm, alexweber: Fixed Text in new topic and new post links does not describe its purpose. 2012-04-17 12:02:27 +09:00
Jody Hamilton f811458288 Fixing fatal error in getting token from request 2012-04-16 19:53:10 -05:00
Jody Hamilton da3aa99f22 remove use of $_GET[token] from overlay 2012-04-16 19:53:10 -05:00
Jody Hamilton 6f911290fc removing menu constant from user module 2012-04-16 19:53:10 -05:00
Jody Hamilton 7f12d2ccf9 Remove menu constant from comment module 2012-04-16 19:53:10 -05:00
Jody Hamilton 9a34e05e53 removing use of $_GET and menu constanct from overlay 2012-04-16 19:53:10 -05:00
Jody Hamilton 48dd0e6b68 Issue 1534716: Use access callback for aggregator refresh link and replace use of $_GET 2012-04-16 19:53:10 -05:00
Katherine Bailey 2961c4feee Make node module's rss.xml controller return a response object with content-type set to xml 2012-04-15 22:52:30 -05:00
Larry Garfield 1c6379e1db Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-15 18:44:08 -05:00
catch 789ab2a316 Issue #1299424 by Niklas Fiekas, sun: Implement a one module per directory rule. 2012-04-14 01:05:19 +09:00
catch 25ef3c917f Issue #1277776 by fago, plach, Gábor Hojtsy, tim.plunkett, aspilicious, brantwynn: Add generic field/property getters/setters (with optional language support) for entities. 2012-04-13 19:55:39 +09:00
catch fe51314cb8 Issue #1237252 by bfroehle, drewish, Berdir: Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. 2012-04-13 17:21:35 +09:00
catch 1f4ececf10 Issue #189544 by cafuego, BrockBoland, Dave Cohen: Added Allow administrator to edit account without email address. 2012-04-13 17:10:57 +09:00
catch 2a30669ab3 Issue #1513970 by Berdir: Convert SearchQuery to PSR-0. 2012-04-13 17:09:54 +09:00
catch 95001d3096 Issue #1480866 by hansyg, underq, Berdir, tstoeckler, cosmicdreams: Add type-hinting and parameter type documentation for comment objects. 2012-04-13 17:01:13 +09:00
catch e8b9f3b44b Issue #1058754 by Yaron Tal, kathyh, naxoc, xjm: Fixed attempt to loop through undefined result set in aggregator. 2012-04-13 16:16:11 +09:00
Larry Garfield a94bb607ed Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-13 00:19:25 -05:00
Larry Garfield a001caf29f Update Batch API to return a JSON response directly from the controller, and from _batch_do(). 2012-04-13 00:01:33 -05:00
Jody Hamilton 25ea4a1f4a Update administrative theme switching to use the request rather than the legacy current_path(). 2012-04-12 23:11:15 -05:00
catch 234b0c639d Revert "Issue #1277776 by fago, plach, Gábor Hojtsy, aspilicious, brantwynn: Add generic field/property getters/setters (with optional language support) for entities."
This reverts commit a86777338f.
2012-04-13 11:27:27 +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 a86777338f Issue #1277776 by fago, plach, Gábor Hojtsy, aspilicious, brantwynn: Add generic field/property getters/setters (with optional language support) for entities. 2012-04-13 10:46:36 +09:00
Jody Hamilton 74fffed482 separate the access logic into a menu access callback 2012-04-12 13:10:28 -04:00
webchick 05b0eb5b1f Issue #787652 by andypost, larowlan, joachim: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab. 2012-04-12 00:42:12 -07: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
Jody Hamilton 585d64809c refactoring comment_approve to stop fatal errors 2012-04-11 17:50:54 -04:00
Dries 15e625132c - Patch #1512564 by Berdir, tstoeckler, fago: Remove entity info from the Entity classes. 2012-04-11 10:59:59 -04:00
Dries 1a35adf05d - 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:54:17 -04: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
Dries 1fd8114910 - Patch #1519852 by Niklas Fiekas: Use the new number FAPI element for the number field textfield widget. 2012-04-10 17:46:55 -04:00
Jennifer Hodgdon 6a3b939653 Issue #1452070 by kgoel: Remove crufty comment in menu_block_info() left over from Drupal 5 2012-04-10 10:54:48 -07:00
catch 93534fc051 Issue #1439692 by Gábor Hojtsy: Follow-up for Rename field language properties to langcode. 2012-04-10 16:55:20 +09:00
catch a812e6e840 Issue #1428524 by nod_: Follow-up to fix dashboard after replacing all $.each() with filtered for loop. 2012-04-10 16:53:10 +09:00
catch 215c3e8285 Issue #1439692 by Gábor Hojtsy: update for Fixed Rename field language properties to langcode. 2012-04-10 16:28:13 +09:00
Dries 2f167bdda3 - Patch #246029 by zserno, rjgoldsborough, blisteringherb, rfay, Alan Evans | izmeez: Added Use variables for timeout values in user module's password reset. 2012-04-09 17:12:37 -04: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 47556803a8 - Patch #1439692 by clemens.tolboom, plach, dawehner, das-peter, Gábor Hojtsy: Rename field language properties to langcode. 2012-04-09 14:51:01 -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 ea26475dac Issue #1174640 by Niklas Fiekas: test coverage follow-up for new HTML5 FAPI element: number. 2012-04-09 12:48:03 +09:00
Nathaniel 7388171b2b Issue #1477446 by pounard, amateescu: Move lock backend to PSR-0 code. 2012-04-09 12:04:51 +09:00
catch eab6f127ad Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace $('selector', domelement) with $(domelement).find('selector'). 2012-04-07 16:19:30 +09:00
catch d0c4f9997b Issue #1491542 by c960657: Fixed testHavingCountQuery() fails on pgsql and sqlite. 2012-04-07 16:17:29 +09:00
catch 1a095dd602 Issue #1512676 by swentel: Fixed Simpletest doesn't clean up the config directories generated by the configuration . 2012-04-07 11:40:36 +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
Larry Garfield c45a3d572f Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-06 16:25:48 -05:00
Larry Garfield 41de04e38f Merge branch 'kernel-ajax' into kernel 2012-04-06 16:24:27 -05:00
webchick f9d4759b81 Committing missing files from #1217000. 2012-04-06 08:23:31 -07:00
catch 9656e51ac5 Issue #365554 by TheRec, Kiphaas7, adharris, Gurpartap Singh: Fixed colspan in tableselect. 2012-04-06 14:38:32 +09:00
catch 9b762dbf1d Issue #1216776 by illmasterc, dawehner, Niklas Fiekas: Fixed Two nested contextual links regions are active, when the outer region is hovered. 2012-04-06 14:35:09 +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 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
Jennifer Hodgdon b4c77c09d4 Issue #1504226 by kim.pepper: Add detail to return value docs of taxonomy_vocabulary_get_names 2012-04-02 13:48:38 -07:00
Jennifer Hodgdon 4a56c0f2be Issue #1313980 by Albert Volkman: A few more fixes for node module API docs 2012-04-02 13:21:52 -07:00
Jennifer Hodgdon 6fa18ff89e Issue #1509796 by markdorison: Fix docs for a test method in user.test 2012-04-02 10:39:48 -07:00
Niklas Fiekas 989e2d3c5b Fix taxonomy term functions and forms test. 2012-04-02 18:15:23 +02:00
Peter Drake a63f8a1c01 Merge branch 'kernel' into kernel-ajax 2012-04-02 06:32:33 -07:00
catch 526fc9bce9 Issue #1505146 by Tor Arne Thune: Remove unused argument from update_calculate_project_update_status(). 2012-04-02 12:28:37 +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 a3d299b8b4 Issue #331893 by mgifford, nigel, Xano, Everett Zufelt, nod_: Added colouring (and description) to password checker. 2012-04-02 12:03:17 +09:00
catch 588a7e1e4f Issue #1490080 by tsphethean: A lower height for Body text areas. 2012-04-02 12:01:48 +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
Larry Garfield 31b8653f9f Update unit test for new clean URL format. 2012-04-01 15:37:54 -05:00
Larry Garfield c522dad503 Merge branch 'kernel' into kernel-ajax 2012-03-31 19:34:19 -05:00
Larry Garfield 020d18696e Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-31 18:19:48 -05:00
Jennifer Hodgdon 992692441e Issue #1440834 by nmudgal: Add clarity and information to docs for hook_field_delete/update/insert 2012-03-30 14:45:46 -07: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
Dries 642f91d112 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-30 12:16:57 -04:00
Dries 4c0124b78a - Patch #1481156 by npiacentine, lucascaro: Incorrect logic in creating url to fetch information about project updates. 2012-03-30 12:02:46 -04:00
catch 72cf5a7553 Revert "Issue #787652 by larowlan, andypost: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab."
This reverts commit e179ee1d64.
2012-03-30 13:42:49 +09:00
catch e179ee1d64 Issue #787652 by larowlan, andypost: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab. 2012-03-30 12:44:06 +09: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
Jennifer Hodgdon ac8fb672d4 Issue #1347890 by hansyg: Fix typo in file.field.inc 2012-03-29 13:54:48 -07:00
Jennifer Hodgdon 923e1ffc94 Issue #1327484 by nmudgal: Fix a couple of docs headers in Book module 2012-03-29 13:50:53 -07:00
Dries 315793a7f2 - Patch #1452070 by aloyr: incorrect code comment in menu_block_info(). 2012-03-29 15:31:52 -04:00
Dries 01b40c0248 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-29 15:21:48 -04:00
Dries 31461129dc - Patch #1345970 by tsvenson: rename 'Translate' tab to 'Translations'. 2012-03-29 15:21:37 -04:00
Peter Drake 08c2cddea2 Add onAjax and onIframeUpload handlers to ViewSubscriber. Add x-requested-with header to AJAX tests. 2012-03-28 22:16:31 -04:00
James Gilliland 2beb7964a1 Fix overlay top region rendering 2012-03-28 18:38:56 -07:00
James Gilliland 73629899a6 Revert "Fix kernel overlay rendering"
This reverts commit 99bd08556c.
2012-03-28 18:38:54 -07:00
James Gilliland f4183ac34a Fix kernel overlay rendering 2012-03-28 18:38:51 -07:00
Jennifer Hodgdon 56741a0937 Issue #1355682 by chertzog: Clean up API docs for the Path module 2012-03-28 11:02:04 -07:00
Jennifer Hodgdon 72f97d9a3f Issue #1500160 by jmarkel, tstoeckler: Better documentation for hook_block_info, especially the pages component 2012-03-28 10:33:43 -07:00
webchick 3cc0296738 Issue #41595 follow-up by BTMash, scor: Fixed pager tests so they now work from Drupal sub-directory installs. 2012-03-27 14:26:09 -07:00
catch 5e0041c42b Issue #1150134 by dcmouyard, nod_: Admin Panels — Remove Columns for screen widths under 600px. 2012-03-27 16:04:31 +09:00
catch 1f88ff7c19 Issue #1497408 by Dan Silver: Fixed URL being passed through t(). 2012-03-27 15:58:42 +09:00
catch 9e1c680106 Issue #1217000 by jyve, aspilicious: Clean up the CSS for Filter module. 2012-03-27 15:55:05 +09: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 6218db81f9 Issue #1217038 by jyve, idflood, dcmouyard, aspilicious: Clean up the CSS for the Shortcut module. 2012-03-27 15:33:36 +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
James Gilliland e13dd9cb64 Fix overlay top region rendering 2012-03-26 20:59:03 -06:00
James Gilliland c6ceeebc86 Revert "Fix kernel overlay rendering"
This reverts commit 99bd08556c.
2012-03-26 20:58:19 -06:00
Jennifer Hodgdon 0f3ad42730 Issue #1346468 by rootwork, mallezie: Add reference to html.tpl.php to page.tpl.php 2012-03-26 10:44:22 -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 bb3270d80a Issue #1335388 by wojtha: Fixed Warning: strpos(): Empty delimiter in search_simplify_excerpt_match(). 2012-03-24 00:35:42 -06:00
webchick edb7ea957c Issue #1378092 by oriol_e9g, wedge, beejeebus: Fixed User pictures are not removed properly. 2012-03-24 00:33:20 -06:00
webchick 67235411bb Issue #687586 by oriol_e9g, Mike Wacker, agentrickard: Fixed Remove access check from user_register_submit(). 2012-03-24 00:31:35 -06:00
webchick 9163c0893e Issue #1009832 by edb, chertzog, rjgoldsborough: Added menu name to breadcrumb on List Links page. 2012-03-24 00:27:36 -06:00
James Gilliland 99bd08556c Fix kernel overlay rendering 2012-03-24 00:25:19 -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
Dries c16a978c2a - Patch #1497088 by acrollet: Fixed Empty configuration values should return an empty string instead of an empty array. 2012-03-23 16:21:49 -06:00
Dries 0de82eeffe - Patch #1454630 by mottihoresh: user_autocomplete() page callback uses as a local variable (coding standards, bad example). 2012-03-23 16:03:55 -06:00
Dries d2f1b2560f - Patch #1484690 by Pol, jhedstrom, beejeebus: implement overrides in the configuration system. 2012-03-23 15:35:53 -06:00
Dries 5868d523c9 - Patch #1322794 by JohnAlbin, alanburke, jrbeeman, rupl, Tor Arne Thune: make Stark use a responsive layout. 2012-03-23 14:43:01 -06:00
Dries 13f73f695e - Patch #1496638 by ksenzee: roll back system_settings_form_submit(). 2012-03-23 13:58:41 -06:00
Dries bf1ed668d3 - Patch #1479638 by droplet: rename WATCHDOG_CRITICALI constant to WATCHDOG_CRITICAL. 2012-03-23 13:52:49 -06:00
webchick 0eda2c5870 Issue #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() documentation. 2012-03-23 13:45:06 -06:00
Jennifer Hodgdon 824ba69df5 Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form 2012-03-23 10:41:58 -07: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
Jennifer Hodgdon 5e0eac1c0f Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page caching 2012-03-22 16:44:01 -07: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 92373806e4 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:19:45 +09:00
catch b402d4b384 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:18:36 +09:00
catch 71296a8075 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:16:58 +09:00
catch a97f440f03 Revert "- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular."
This reverts commit 854ad21158.
2012-03-21 19:15:16 +09:00