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 |
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
|
14fbd55791
|
Issue #1574484 by tim.plunkett, nod_: Replace authorize.js with states.
|
2012-05-16 11:58:58 +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
|
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 |
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
|
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
|
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
|
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 |
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 |
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 |
berdir
|
e10c72aef9
|
Issue #1558268 by Berdir: Fixed Database tests are not available.
|
2012-05-02 17:22:30 -07: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
|
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 |
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 |
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 |
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
|
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
|
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 |
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
|
bac3ed7764
|
- Patch #1539072 by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it.
|
2012-04-25 16:44:20 -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
|
bc7f5c39a4
|
Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of CSS/JS.
|
2012-04-24 11:05:45 +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
|
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 |
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 |
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
|
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
|
6ead5e0750
|
Issue #1174646 by aspilicious, ericduran, Niklas Fiekas: Added new HTML5 FAPI element: range.
|
2012-04-19 12:07:55 +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 |
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
|
d9135600c9
|
Issue #1509996 by jhedstrom: Added Convert hook_cron_queue_info() to hook_queue_info().
|
2012-04-17 12:07:50 +09: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 |
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
|
969256bd8b
|
Issue #636454 by catch, carlos8f, msonnabaum, beejeebus, Berdir, moshe weitzman, pillarsdotnet: Added Cache tag support.
|
2012-04-13 10:49:34 +09: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
|
62a39c9a18
|
- Patch #1503184 by aspilicious, Rob Loach, cweagans: convert Graph.inc to PSR-0.
|
2012-04-09 14:02:59 -04: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
|
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
|
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 |
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
|
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
|
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 |
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
|
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
|
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 |
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
|
efc984dfda
|
Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates.
|
2012-03-21 14:51:30 +09:00 |
Dries
|
50a8bb8523
|
- Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0.
|
2012-03-15 12:37:16 -04: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 |
webchick
|
9f205a9767
|
Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table pattern'.
|
2012-03-13 12:42:14 -07:00 |
catch
|
aab8b66a29
|
Issue #1373142 by sun, beejeebus, aspilicious, amateescu: Use the Testing profile. Speed up testbot by 50%.
|
2012-03-13 12:16:40 +09:00 |
catch
|
9e43704ae6
|
Issue #1468244 by amateescu, aspilicious: Convert DrupalQueue system to PSR-0.
|
2012-03-12 12:07:39 +09:00 |
webchick
|
368cf30de0
|
Issue #1471376 by amateescu: Convert updater.inc to PSR-0.
|
2012-03-10 16:23:05 -08:00 |
webchick
|
59e142d1b5
|
Revert "- Patch #1471376 by amateescu: convert updater.inc to PSR-0."
This reverts commit de2ef9def5 .
|
2012-03-10 16:21:58 -08:00 |
Dries
|
de2ef9def5
|
- Patch #1471376 by amateescu: convert updater.inc to PSR-0.
|
2012-03-10 18:04:45 -05:00 |
webchick
|
53692e5ff6
|
BAH. I hate my life.
|
2012-03-10 12:20:23 -08:00 |
webchick
|
e4e1a7f026
|
Revert "- Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0."
This reverts commit 45a4c44702 .
|
2012-03-10 12:16:09 -08:00 |
Dries
|
45a4c44702
|
- Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0.
|
2012-03-10 08:31:55 -05:00 |
catch
|
f48225b06c
|
Issue #1323120 by webchick, David_Rothstein, kotnik, amateescu: Documentation follow-ups for convert cache system to PSR-0.
|
2012-03-09 13:32:23 +09:00 |
catch
|
982087f210
|
Issue #1471368 by amateescu: Convert uuid.inc to PSR-0.
|
2012-03-09 13:28:33 +09:00 |
catch
|
da3a59b574
|
Issue #1174630 by Dave Reid, Niklas Fiekas, ericduran, xjm: Added new HTML5 FAPI element: url.
|
2012-03-09 00:13:41 +09:00 |
catch
|
b9e9244171
|
Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE.
|
2012-03-09 00:10:59 +09:00 |
Jennifer Hodgdon
|
b3bb147c8c
|
Issue #1470080 by Gábor Hojtsy: move base system language hook docs to standard location
|
2012-03-07 09:28:15 -08:00 |
webchick
|
55982862ae
|
Issue #1454538 follow-up by btmash: Fix update hook number.
|
2012-03-02 11:07:10 -08:00 |
Dries
|
2d6dcdd509
|
- Patch #1454538 by effulgentsia, Gábor Hojtsy, kalman.hosszu: langcode property to all entity types; for the user entity, distinguish entity language from user's language preference.
|
2012-03-02 13:46:16 -05:00 |
Dries
|
44963050b2
|
Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x
|
2012-03-02 12:42:36 -05:00 |