Larry Garfield
|
a764bd3fbb
|
Revert "Convert more path utility functions to just wrap the request object."
We're not ready for this yet.
This reverts commit a2f83000b4 .
|
2012-03-31 20:17:44 -05:00 |
Larry Garfield
|
a2f83000b4
|
Convert more path utility functions to just wrap the request object.
|
2012-03-31 19:16:21 -05:00 |
Larry Garfield
|
020d18696e
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-31 18:19:48 -05:00 |
webchick
|
09f031097c
|
Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().
|
2012-03-29 17:38:24 -07: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
|
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 |
Andrew Berry
|
08d5e2850d
|
Documentation and TODO updates.
|
2012-03-23 14:56:51 -06:00 |
Larry Garfield
|
f078c8c38d
|
Copy the old 404 code into the new location. Still need to futz with it.
|
2012-03-15 23:55:14 -05:00 |
Larry Garfield
|
6673e6ca0b
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-14 23:42:15 -05: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
|
3ed34f67dc
|
Issue #1203112 by droplet, dcmouyard: Added X-UA-Compatible HTTP header.
|
2012-03-14 13:22:37 +09:00 |
Larry Garfield
|
dd2bfb73c3
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-12 23:45:46 -05:00 |
catch
|
9e43704ae6
|
Issue #1468244 by amateescu, aspilicious: Convert DrupalQueue system to PSR-0.
|
2012-03-12 12:07:39 +09:00 |
Larry Garfield
|
dab4c21f3c
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-11 03:16:01 -05:00 |
Dries
|
2e250c694f
|
- Patch #532512 by Gábor Hojtsy, andypost, no_commit_credit: fixed Plural string storage is broken, editing UI is missing.
|
2012-03-10 21:35:21 -05: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 |
Larry Garfield
|
63ec801e03
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-10 11:08:52 -06: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 |
Larry Garfield
|
b68927a276
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-03-05 21:41:14 -06:00 |
Dries
|
44963050b2
|
Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x
|
2012-03-02 12:42:36 -05:00 |
catch
|
2cc2aa2568
|
Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email.
|
2012-03-02 16:29:16 +09:00 |
Larry Garfield
|
d9b452b92e
|
Merge branch '8.x' into kernel
|
2012-03-01 23:32:55 -06:00 |
Greg Dunlap
|
1bc549de8f
|
Merge remote-tracking branch 'origin/8.x' into 8.x-file-config
|
2012-02-29 19:47:35 -08:00 |
Nathaniel
|
bdb71c6fa7
|
Merge remote branch 'crell/dbtngtng' into 8.x
|
2012-03-01 12:22:48 +09:00 |
Greg Dunlap
|
5981cc85c1
|
Merge remote-tracking branch 'origin/8.x' into 8.x-file-config
|
2012-02-28 23:03:30 -08:00 |
Nathaniel
|
f3da649b7c
|
Issue #967166 by effulgentsia, Cottser: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files.
|
2012-02-27 12:01:22 +09:00 |
Larry Garfield
|
7492474b2d
|
Convert clean URL handling to the format used by the Request object.
|
2012-02-26 13:41:29 -06:00 |
Larry Garfield
|
f9fe640f78
|
Move the new routing logic into a DrupalKernel object.
|
2012-02-22 22:53:15 -06:00 |
Greg Dunlap
|
bdd013ea2a
|
Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config
|
2012-02-22 14:29:38 -08:00 |
Dries
|
a58940f111
|
- Patch #1222194 by Gábor Hojtsy, plach: rename global to ().
|
2012-02-22 08:37:04 -05:00 |
Greg Dunlap
|
47cdc75465
|
Reinstated updates to common.inc that had apparently gotten clobbered during a previous merge
|
2012-02-22 00:06:14 -08:00 |
Dries
|
fa0562fac4
|
- Patch #1416392 by Gábor Hojtsy, plach, rvilar: clean up language (types) bootstrap function naming and documentation.
|
2012-02-21 10:44:11 -05:00 |
Greg Dunlap
|
eb9954acfa
|
Merge remote-tracking branch 'origin/8.x' into 8.x-file-config
|
2012-02-16 14:22:20 -08:00 |
catch
|
ddf4b81fc7
|
Issue #1221276 by fietserwin, Gábor Hojtsy, sun, gumanist: Fixed locale_get_plural() only works for a single language within a request and does not work for English.
|
2012-02-16 22:42:26 +09:00 |
sun
|
23ecfa9484
|
Fixed CommonJavaScriptTestCase.
|
2012-02-14 12:20:02 -08:00 |
James Gilliland
|
e7e6eb55f2
|
WIP
|
2012-02-13 09:57:30 -05:00 |
sun
|
f71138695f
|
Fixed configuration file directory not setup for tests.
|
2012-02-13 18:53:07 +01:00 |
justinrandell
|
a3156a15e7
|
Convert a couple of calls that look for cache settings using the old variable_get system.
|
2012-02-11 23:01:58 -05:00 |
catch
|
a8edf85f0f
|
Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, dixon_, et al: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests.
|
2012-02-03 23:37:28 +09:00 |
Larry Garfield
|
1bc5b98e6c
|
Merge remote-tracking branch 'dries/8.x' into dbtngtng
|
2012-02-02 23:50:39 -06:00 |
Dries
|
a7e6d4af19
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-01-31 14:13:57 -05:00 |
Nathaniel
|
1146ec3b47
|
Issue #1183250 by jessebeach, linclark, aspilicious, sun, Everett Zufelt, scor: Add a theme_datetime() function to consistently theme dates and datetimes.
|
2012-01-31 14:17:24 +09:00 |
Dries
|
cfab9bc488
|
- Patch #1229442 by bleen18, amateescu, chrispomeroy, jessebeach: convert poll tpls and markup to HTML5.
|
2012-01-29 16:47:33 -05:00 |
Larry Garfield
|
b5e33f620e
|
Merge branch '8.x' into dbtngtng
|
2012-01-26 23:47:34 -06:00 |
Dries
|
f5abeb9b11
|
- Patch #1416218 by scorchio: Improve variable naming in format_interval().
|
2012-01-25 08:19:32 -05:00 |
Larry Garfield
|
92286713d5
|
Move database files to the new lib directory and update code accordingly.
|
2012-01-22 23:56:07 -06:00 |
Larry Garfield
|
adbd7c9aad
|
Merge branch '8.x' into dbtngtng
|
2012-01-22 21:34:59 -06:00 |