larowlan
0703718bcd
Various documentation and whitespace fixes.
2012-10-01 17:01:20 -07:00
effulgentsia
7019a0c1ca
Ensure router.builder and other services are available during upgrade.
...
This is mostly temporary measures to work around bootstrap circular
dependencies until those are fixed.
2012-10-01 17:01:20 -07:00
Lin Clark
ea8d2911b7
Fixed RouterTest fail that results from /user redirect.
2012-10-01 17:01:19 -07:00
Larry Garfield
8504d42979
Allow a trailing / to still match as if it weren't there.
2012-10-01 16:57:24 -07:00
Larry Garfield
ce54838752
Fix handling of default values for placeholders.
...
In order to make default placeholders work, we had to modify the fit and path outline
routines to ignore them. That also necessitated switching back to the original
outline/ancestors logic from Drupal 7, which with a very slight tweak to the masks
and '/'-prefix on paths still works just as it should.
2012-10-01 16:57:24 -07:00
Larry Garfield
8306c5a32a
Non-working tests to demonstrate that default values don't work yet.
2012-10-01 16:57:23 -07:00
Larry Garfield
1d8036319a
Add unit tests for FirstEntryFinalMatcher.
2012-10-01 16:57:23 -07:00
Larry Garfield
02fd4b2334
Port the regex path matching from Symfony to our CompiledRoute class so that we can match placeholder-using paths.
2012-10-01 16:57:23 -07:00
Larry Garfield
820a633cce
Documentation fixes.
2012-10-01 16:57:23 -07:00
Larry Garfield
b9d5689987
Introduce a default controller for pages with a _content request attribute.
2012-10-01 16:57:22 -07:00
Katherine Bailey
89e4c42bbd
Fixing the update number in system.install
2012-10-01 16:57:22 -07:00
Larry Garfield
684f00dcc1
Add a functional test for the new router.
2012-10-01 16:57:21 -07:00
Larry Garfield
2bf5b4d17e
Wire the new PartialMatcher and PathMatcher into the routing configuration.
2012-10-01 16:57:21 -07:00
Larry Garfield
ac10076ccf
Wire the new PartialMatcher and PathMatcher into the routing configuration.
2012-10-01 16:57:21 -07:00
Larry Garfield
41586439a4
Remove extraneous t() calls from assertion messages.
2012-10-01 16:57:20 -07:00
Larry Garfield
66a2409303
Add a basic ChainMatcher, modeled on Symfony CMF's ChainRouter.
2012-10-01 16:57:20 -07:00
Larry Garfield
5c6979bb1d
Add start of a router_test module for hooking in the new routing system.
2012-10-01 16:57:20 -07:00
Larry Garfield
e31cf8274d
Add tests for the path matcher, both outline-based paths and not-found paths.
2012-10-01 16:57:20 -07:00
Larry Garfield
5701e622f6
Split PartialMatcher tests out into their own test class.
2012-10-01 16:57:20 -07:00
Larry Garfield
f0c3b571e7
Make the mock FinalMatcher a real matcher, since it's useful on its own.
2012-10-01 16:57:19 -07:00
Larry Garfield
7a8d3df9a6
Make the HttpMatcher throw a MethodNotAllowedException if it filters out all possible routes.
2012-10-01 16:57:19 -07:00
Larry Garfield
d372d6de99
Complete exact-path matching.
2012-10-01 16:57:18 -07:00
Larry Garfield
f55ab1aff6
Move more fixture logic to the fixture class.
2012-10-01 16:57:18 -07:00
Larry Garfield
e9a95aa1fb
Add a skeleton for a Path matcher.
...
The PathMatcher matches against the database table structure generated by the
MatcherDumper. As of this commit the lookup is not yet implemented. It's still
in testing.
2012-10-01 16:57:18 -07:00
Larry Garfield
db11de09c8
Rename UrlMatcherDumper to MatcherDumper, since we use more than just the Url for matching.
2012-10-01 16:57:18 -07:00
Larry Garfield
806ff4acc8
Add a mechanism for a NestedRouter.
...
A Nested router is a series of partial routers, each of which whittle down a RouteCollection
until it is left with a single matching route. That single route is the final route that
matches the request.
2012-10-01 16:57:18 -07:00
Larry Garfield
b0f90a1046
Add a basic framework for stackable partial matching.
2012-10-01 16:57:17 -07:00
Larry Garfield
52fd27522b
Convert tests to namespaced format.
2012-10-01 16:57:17 -07:00
Larry Garfield
3019c6f74d
Convert WebTests to UnitTests.
2012-10-01 16:57:17 -07:00
Larry Garfield
f14521489a
Add ablity to dump a route collection to the database.
2012-10-01 16:57:17 -07:00
Larry Garfield
2ed208b1e0
Add pattern outline generation to the route compilation.
2012-10-01 16:57:17 -07:00
Larry Garfield
a524a35d1d
Add basic route compilation mechanism.
2012-10-01 16:57:17 -07:00
Larry Garfield
eba77ad5c6
Add a basic dumper object.
...
This is not yet complete, but it can have routes added to it and retrieved from it.
2012-10-01 16:57:17 -07:00
Jennifer Hodgdon
f1c7eec635
Issue #1797120 by Lars Toomre: Remove a couple more t() uses from system tests A-C
2012-10-01 14:46:22 -07:00
Jennifer Hodgdon
8e2d696c95
Issue #1797452 by Lars Toomre: Remove t() from system tests starting with M
2012-10-01 13:01:17 -07:00
catch
2d264b5cbb
Issue #1145080 by David_Rothstein, Noe_, drewish, hosef, bigjim: Fixed SelectQuery::countQuery() incompatible with UNION queries.
2012-10-01 14:14:04 +01:00
catch
17db0ac2bb
Issue #1799594 by nod_: Update jQuery version.
2012-10-01 10:50:08 +01:00
webchick
195f1f802f
Issue #1798302 by alippai: Fixed Remove unnecessary join.
2012-09-30 20:50:34 -04:00
webchick
d52fc9b4f6
Revert "git commit -m Issue"
...
I fail at committing from airports. :P
This reverts commit 26e0acb8d0
.
2012-09-30 20:49:53 -04:00
webchick
26e0acb8d0
git commit -m Issue
2012-09-30 20:46:27 -04:00
webchick
294f1790e2
Issue #1798756 by andreiashu, alexpott: Fixed Finish conversion of error_level() to CMI.
2012-09-30 14:51:30 -04:00
webchick
e112c456a7
Issue #1798382 by Berdir: Fixed Random Test failures in Entity translation tests.
2012-09-30 12:35:34 -04:00
Jennifer Hodgdon
1451a548d8
Issue #1797296 by Lars Toomre: Remove t() in test assertions in file sub-system
2012-09-28 12:41:40 -07:00
Dries
6824ba0ed7
Issue #1696640 by fago, effulgentsia, tim.plunkett, dixon_, plach: Add a uniform Entity Property API.
2012-09-28 13:00:24 -04:00
Jennifer Hodgdon
b9af7fe849
Issue #1797120 by Lars Toomre: Remove t from test assertion messages in system tests A-C
2012-09-28 09:57:15 -07:00
Jennifer Hodgdon
f988a548f8
Issue #1794012 by Lars Toomre: Remove use of t function from test assertion messages
2012-09-27 09:04:48 -07:00
catch
b2bcf284df
Issue #1251188 by Sagar Ramgade, cam8001, MauHG, sag_13684, fenstrat, ruloweb, xjm: Fixed Set unique titles for user/register, user/password, and user/login menu items.
2012-09-27 12:04:02 +01:00
webchick
2edfc475e5
Issue #1008166 by sun, catch, rootatwc, Rob Loach, Jody Lynn: Actions should be a module.
2012-09-26 22:57:50 -04:00
webchick
6e8a223b15
Issue #1276908 by jessebeach, nod_, moshe weitzman, lewisnyman, webchick: Fixed Administrative tables are too wide for smaller screens.
2012-09-26 14:26:15 -04:00
catch
1377aaef98
Issue #1215104 by sun, lucascaro, effulgentsia: Use the non-interactive installer in WebTestBase::setUp().
2012-09-24 22:08:10 +01:00
Dries
e81a2d353d
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-09-24 17:01:12 -04:00
Dries
6ef8765849
Issue #1790882 by beejeebus, sun: allow to store value FALSE in the key value store.
2012-09-24 17:00:37 -04:00
catch
bd07cedb74
Issue #1760548 by nod_: Remove dependency on jQuery drupal.js? for JS settings.
2012-09-24 14:12:09 +01:00
catch
f5955bfead
Issue #1785436 by Boobaa: Fixed Submission of #required elements without #title and empty value does not display any error.
2012-09-24 10:15:37 +01:00
Dries
6da30cc2e5
Issue #1788608 by bfr: system_modules_confirm_form(), line 1079, if () is always true.
2012-09-23 22:20:05 -04:00
Dries
4e4ea71e66
Patch #1161486 by rootatwc, sun, andypost, catch, marcingy, aspilicious, cam8001: Move IP blocking into its own module.
2012-09-23 22:17:45 -04:00
webchick
7b8712b1b2
Issue #1789606 by sun, alexpott: Fixed Upgrade path tests for all system module variables converted to CMI so far.
2012-09-20 17:45:16 -07:00
catch
b10ff4324b
Issue #1362974 by droplet, dcam, Jacine, tkrajcar: Remove type='text/javascript' from <script> tags.
2012-09-20 11:06:41 +01:00
catch
8be3d3e2de
Issue #1691952 by plach, Berdir: Make EntityFieldQuery work with multilingual properties.
2012-09-20 10:25:58 +01:00
catch
8337955d48
Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state.
2012-09-20 10:25:24 +01:00
webchick
91c41b3f37
Issue #1738368 by Schnitzel, YesCT, Gábor Hojtsy, c31ck, sun, plach: Fixed Not possible to use the entity getter to retrieve non-translatable field values.
2012-09-19 23:15:55 -07:00
catch
277c7f7bf6
Issue #1564832 by sun, dcam: Remove _node_extract_type() and node_type_get_name().
2012-09-19 10:54:05 +01:00
Dries
584e709d8b
Issue #1712352 by sun, effulgentsia: configuration system does not support themes.
2012-09-18 16:04:16 +02:00
catch
3da6b98435
Issue #1460764 by klausi: Missing test coverage for a D7 install with non-required modules installed but disabled.
2012-09-17 12:30:00 +01:00
catch
768dfcd9cf
Issue #1774134 by larowlan, amateescu: Remove BC layer for lock API.
2012-09-17 10:49:18 +01:00
webchick
4efc71cf20
Issue #1754208 by PrabhuG, webflo, savithac, Gábor Hojtsy: Convert hook_mail() and hook_mail_alter() to langcode.
2012-09-13 01:48:24 -07:00
webchick
5254501a02
Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info.
2012-09-13 01:41:11 -07:00
webchick
857ded8c79
Issue #1627006 follow-up by YesCT, webflo, Gábor Hojtsy: CMI conversion and minor followups to 'Collect project information for translation update'.
2012-09-13 00:25:54 -07:00
webchick
83a91f4265
Issue #1757566 by alexpott, aspilicious: Convert user account e-mail templates to configuration system.
2012-09-12 23:41:38 -07:00
webchick
09b998f131
Issue #1777430 by Crell, sun, tim.plunkett: Fixed Allow for ContainerAware controllers.
2012-09-12 23:16:39 -07:00
webchick
3d2aad9e0a
Issue #1757232 by peximo, plach: Improve test coverage for the entity form controller.
2012-09-12 23:14:51 -07:00
catch
f556c0b023
Issue #1760786 by sun: Move entity system 'back' into a Drupal\Core component.
2012-09-12 10:18:04 +01:00
webchick
9ad5b16eb5
Issue #1164760 by tim.plunkett, LoMo, Mile23, David_Rothstein, webchick, Bojhan, yoroy, naught101: [meta] Rename 'Modules' in toolbar to 'Extend'.
2012-09-10 22:10:55 -07:00
Jennifer Hodgdon
082cae5c25
Issue #262690 by Albert Volkman: Call Form API by its proper name not Forms API
2012-09-10 12:05:33 -07:00
webchick
295d4e45cf
Issue #1057912 by bfroehle, mgifford, bowersox, tarekdj, geerlingguy, irunflower, hgurol: Fixed Weird Border on Vertical Tabs with Google Chrome and Safari caused by .element-invisible.
2012-09-05 23:37:54 -07:00
webchick
b72e28127e
Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, fgm, Dave Reid: Added Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term.
2012-09-05 23:25:20 -07:00
webchick
9c20b2fe4b
Issue #1776030 by sun: Fixed Machine name JavaScript behavior is broken, since jquery.once isn't loaded.
2012-09-05 21:00:02 -07:00
webchick
7e97629745
Issue #1768484 by dagmar, sun: Fixed Indentation in YAML files violates Drupal coding standards.
2012-09-04 13:58:37 -07:00
catch
8f785ff8de
Issue #1637478 by alexpott, pounard, catch, fubhy: Fixed Add a PHP array cache backend.
2012-09-04 15:00:37 +01:00
catch
4b5fad5475
Issue #1702080 by sun, chx: Added Introduce canonical FileStorage + (regular) cache.
2012-09-04 14:51:51 +01:00
catch
4f37cf0255
Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes().
2012-09-04 14:32:47 +01:00
webchick
de473408a6
Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase.
2012-09-01 21:50:06 -07:00
webchick
4a32c5d36e
Issue #1764634 by tim.plunkett, nod_: Fixed Drupal.settings is only populated if a custom setting is added.
2012-09-01 19:23:09 -07:00
Dries
6ee939ee97
Issue #253157 by Maxtorete, j.somers, FiNeX, 5ven, fastangel, jibran, penyaskito: added 'Translate own content' permission, rename 'Translate content' to 'Translate all content'.
2012-09-01 08:15:08 -04:00
catch
b65fd7feb6
Issue #1541674 by Berdir, Tor Arne Thune, sun, plach, dixon_, tim.plunkett: Remove the registry.
2012-08-31 11:03:05 +01:00
webchick
a2215bf8b5
Issue #1739808 by Berdir, salvis: Fixed Notice: Undefined index: file in Drupal\Core\Database\Log->findCaller().
2012-08-30 18:53:47 -07:00
webchick
316c1f4a7a
Issue #1468328 by Berdir: Move file entity info, managed file, and file usage functionality into File module.
2012-08-30 18:27:21 -07:00
webchick
b75c3af144
Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed.
2012-08-30 18:08:16 -07:00
webchick
c69d5cf92c
Issue #1422614 by droplet, rob.black, nod_: Drop Firefox 3.6 support in Drupal core.
2012-08-30 15:34:27 -07:00
webchick
1ca01c77d8
Issue #1691438 by Dave Reid, CrashTest_, quicksketch, jbrown: Fixed Regression: {file_managed()}.filename should NOT be binary (and case-sensitive by default).
2012-08-30 13:27:48 -07:00
webchick
07ad6e733c
Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js().
2012-08-30 12:24:38 -07:00
webchick
7c7b91ef66
Issue #1741804 by beejeebus, sun, chx, alexpott, matason: Implement a config import/staging directory.
2012-08-30 10:30:12 -07:00
Jennifer Hodgdon
2d4c3c65a1
Issue #794192 by kim.pepper: add note to hook_update_N docs about calling functions from modules
2012-08-29 11:04:59 -07:00
Jennifer Hodgdon
65d37afbea
Issue #716496 by killtheliterate, rootwork: Make sure all core template files are in themeable group
2012-08-28 11:31:58 -07:00
catch
7d4962b50d
Issue #1414510 by Spleshka, andypost, tim.plunkett: Fixed Remove drupal_reset_static() for drupal_html_id() when form validation fails.
2012-08-28 16:57:02 +01:00
catch
ee2c99b0bd
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-08-28 10:39:46 +01:00
webchick
1d6bcb11d5
Issue #1759026 by chx, Berdir: Fixed Testing broken: Exception is never caught.
2012-08-28 00:57:08 -07:00
catch
ea1b955192
Issue #1748880 by mikeytown2: Only clear the stat cache for the files we care about.
2012-08-27 22:40:39 +01:00
webchick
44fc81a277
Issue #1305378 by bforchhammer, penyaskito, k4v, Schnitzel, Gábor Hojtsy, Dave Reid: Added Tokens should use $options["langcode"] and not need a language object.
2012-08-26 20:25:18 -07:00
webchick
4a677afc98
Issue #1754142 by Damien Tournoud: Move CACHE_PERMANENT out of bootstrap.inc.
2012-08-26 14:27:30 -07:00
webchick
16005119bc
Issue #1496534 by cosmicdreams, alexpott, aspilicious, kim.pepper, acrollet, dagmar, beejeebus, wizonesolutions | heyrocker: Convert account settings to configuration system.
2012-08-26 14:15:58 -07:00
webchick
79b9a36cb0
Issue #1739994 by pp, das-peter, Gábor Hojtsy: Use the Language class universally instead of stdObj instances.
2012-08-26 10:01:29 -07:00
Jennifer Hodgdon
6d6e73a490
Issue #1728472 by plopesc: Add link from form alter hooks to form API reference
2012-08-24 11:06:41 -07:00
Dries
de5718848b
- Patch #1279680 by cam8001: watchdog() does not type its array arguments.
2012-08-24 14:48:55 +02:00
Dries
85f1c8539c
- Patch #948516 by sirtet: usability bug: down arrow of fieldsets in D7 overlays should be part of the link.
2012-08-24 12:41:38 +02:00
webchick
55fae988c9
Issue #1684788 by pascalduez, nod_: JSHint ajax.js.
2012-08-24 11:15:48 +02:00
webchick
5c8cdca2c4
Issue #1669902 by alexpott, aspilicious, sun: Adjust system.performance configuration for new guidelines.
2012-08-24 06:53:11 +02:00
catch
3d94f559c8
Issue #1637478 by alexpott, pounard, catch: Add a PHP array cache backend.
2012-08-23 15:26:14 +02:00
catch
6e8a671f83
Issue #1675260 by chx, effulgentsia, pwolanin, neclimdul: Implement PHP reading/writing secured against 'leaky' script.
2012-08-23 13:52:46 +02:00
webchick
7a95a78eb2
Issue #1727538 by katbailey, chx, alexpott: WebTest tests should have access to the correct DIC.
2012-08-22 01:34:31 +02:00
webchick
6cdb69e106
Issue #1280996 by tarmstrong, vasi1186, fastangel, dawehner, tobiasb: New language_select() element type for form API.
2012-08-22 01:31:54 +02:00
catch
64625f9048
Issue #1184272 by Berdir, corvus_ch, sun: Remove deprecated $conditions support from entity controller.
2012-08-21 17:38:04 +02:00
webchick
ea5de2e379
Issue #1392208 by Gábor Hojtsy, penyaskito, David_Rothstein: Fixed Impossible to install Drupal in a non-English language when following the provided instructions.
2012-08-18 17:45:05 +02:00
webchick
31bd760e4f
Issue #1730754 by sun: Fixed UpgradePathTestBase::performUpgrade() does not always load all new modules after upgrade.
2012-08-18 13:59:49 +02:00
catch
c4262320fd
Issue #1716900 by chx: Clarify why hook_exit() must not print.
2012-08-17 12:03:39 +01:00
catch
ea25df8570
Issue #1499596 by plach, fago: Introduce a basic entity form controller.
2012-08-16 12:30:43 +01:00
catch
5d73f9764e
Issue #1727522 by chx: Fixed page_compression() default accidentally got changed to off .
2012-08-15 15:43:11 +01:00
catch
b29cc7e1aa
Issue #1726810 by xjm: Fixed Theme page test module not marked as 'hidden'.
2012-08-15 15:41:12 +01:00
Dries
2c656cd69a
- Patch #1397882 by sun, catch: system_theme_settings_submit() does not properly clean up submitted form values.
2012-08-12 14:53:54 -04:00
Dries
ed9f736bc0
- Patch #542828 by sun, Pasqualle, marcingy, Gábor Hojtsy: do not special case disabled admin theme.
2012-08-12 14:48:54 -04:00
catch
b996bbb220
Issue #562042 by cburschka, Rob Loach, sun, scor: Added Search for install profiles in sites/[all|site]/profiles folders, and move core profiles into /core/profiles.
2012-08-10 10:18:18 +01:00
webchick
7e9d2c1676
Issue #1711070 by kid_icarus, tim.plunkett, xjm, droplet, zendoodles and cam8001: Convert tests to use ::$modules property instead of parent::setUp($modules).
2012-08-09 18:24:21 -07:00
Dries
9a0367face
- Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup.
2012-08-09 16:17:01 -04:00
catch
9532b4b8c3
Issue #1706878 by tim.plunkett: Add WebTestBase::assertThemeOutput() to allow modules to test theme function output.
2012-08-07 23:42:08 +01:00
Dries
33227d0132
- Increased the update number to avoid clash.
2012-08-07 15:40:47 -04:00
Dries
34573dde97
- Patch #1496458 by swentel, pcambra, n3or, sun, kbasarab, marcingy, no_commit_credit: convert maintenance mode settings to configuration system.
2012-08-07 15:26:00 -04:00
Dries
d1ea099f80
- Patch #1348162 by catch, sun, Berdir: Add update_variable_*().
2012-08-07 15:11:13 -04:00
Dries
4c2e6b41ec
- Patch #1637370 by danielnolde, sun, djdevin, Berdir: Added UUID support to core entity types.
2012-08-07 14:33:39 -04:00
Dries
1f31a38fde
Merge remote-tracking branch 'sandbox/bundles' into 8.x
2012-08-07 14:19:31 -04:00
webchick
f77cdf16d3
Issue #1698108 by chx, effulgentsia, Rob Loach: Update Drupal's dependencies.
2012-08-07 10:05:42 -07:00
effulgentsia
bc1da650eb
Remove DIC compilation until it can be dumped to disk
2012-08-06 21:52:14 -07:00
Katherine Bailey
842d1217d3
Various coding standards fixes, cleanup and documentation fixes
2012-08-06 21:52:13 -07:00
Larry Garfield
33b5c4b6ef
Whitespace and documentation fixes.
2012-08-06 21:52:12 -07:00
Katherine Bailey
bbbfe4535a
Adding an explanation of the tests
2012-08-06 21:52:12 -07:00
Katherine Bailey
171bc5e534
Adding a test, and a test module, to show that bundles provided by modules have their services added to the DIC
2012-08-06 21:52:12 -07:00
Katherine Bailey
e1b4fe97a7
Get rid of the request() wrapper function, plus various other cleanups
2012-08-06 21:52:11 -07:00
Katherine Bailey
1cd28eb4e5
Using the language_manager wrapper function to return a language whether or not we're in the requet scope
2012-08-06 21:52:11 -07:00
Niklas Fiekas
6b231d8f86
Database bootstrap level before booting kernel.
...
Switching to the test database connection only happens when
_drupal_bootstrap_database() runs before executing a first query.
To avoid complicating the boostrap with more fine grained level booting, just
boot the DrupalKernel after DRUPAL_BOOTSTRAP_CODE. Getting rid of those levels
is for a seperate issue.
Additionally mirror the changes in the testing files
core/modules/system/tests/http.php and https.php.
2012-08-06 21:52:09 -07:00
catch
e06c4610db
Issue #304540 by Rob Loach, marcingy, typhonius, BrockBoland, jaredsmith: Fixed Disable themes when theme engine or base theme arn't available.
2012-08-06 14:18:08 +01:00
catch
ed1d937f56
Issue #1493108 by marcingy, sun, Mike Wacker, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system.
2012-08-06 10:30:10 +01:00
Dries
7587186f99
- Patch #1691394 by pwolanin, tim.plunkett: added current Drupal path to drupal JS settings.
2012-08-03 13:26:05 -04:00
Dries
a7530e13ab
- Patch #1700682 by tim.plunkett, sun: run-tests.sh attempts to run abstract/base test classes.
2012-08-03 13:15:12 -04:00
Dries
7155e01f77
- Patch #1697170 by tobiasb, nick_schuch, adamdicarlo, dagmar: convert menu_configure() to new configuration system.
2012-08-03 13:09:51 -04:00
Dries
3ed46905f3
- Patch #1710512 by n3or: Convert update settings to configuration system.
2012-08-03 12:52:07 -04:00
Dries
18d21ed048
- Patch #1192044 by mjohnq3, Manuel Garcia, effulgentsia, sun, JohnAlbin, jessebeach, moshe weitzman: Convert Bartik's layout to mobile-first and responsive.
2012-08-03 12:02:37 -04:00
Dries
33d4ef886c
- Patch #1290694 by hefox, tlattimore, c4rl, chx, tim.plunkett, tstoeckler, msonnabaum: provide consistency for attributes and classes arrays provided by template_preprocess().
2012-08-03 11:31:18 -04:00
catch
20ba61fd54
Issue #1061924 by catch, tim.plunkett, sun, Stefan Freudenberg, bfroehle: Fixed system_list() memory usage.
2012-08-01 18:40:47 +01:00
catch
820f4eb86b
Issue #1564388 by anrikun, sun: Fixed 'My account' link is never in the active trail.
2012-08-01 18:39:02 +01:00
Dries
60782b52ae
- Patch #1696902 by sun, larowlan, cosmicdreams, heyrocker, tobiasb: Convert forum_admin_settings() to new configuration system.
2012-08-01 08:51:24 -04:00
Dries
b29e244bd3
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-07-31 22:04:00 -04:00
Dries
12ef20ce84
- Patch #461938 by c960657, Kars-T, Garrett Albright, dsdeiz, JamesAn, grendzy: Fixed inconsistent use of filter_xss_admin() on () and ().
2012-07-29 09:26:11 -04:00
webchick
04a2523997
Issue #1493108 by marcingy, Mike Wacker, sun, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system.
2012-07-28 11:35:17 -05:00
webchick
cd224643ba
Issue #1496458 by swentel, pcambra, n3or, kbasarab, sun, marcingy: Convert maintenance mode settings to configuration system.
2012-07-28 08:39:43 -05:00
webchick
0e4742c536
Issue #1503224 by catch, sun, chx, bojanz, tim.plunkett: Cleanup module_list().
2012-07-27 15:29:21 -05:00
Dries
1746681619
- Patch #1496462 by acrollet, sun, cosmicdreams, Niklas Fiekas, aspilicious: convert RSS publishing settings to configuration system.
2012-07-26 17:10:11 -04:00
Dries
48d139aed1
- Patch #1496462 by acrollet, sun, cosmicdreams, Niklas Fiekas, aspilicious: convert RSS publishing settings to configuration system.
2012-07-26 17:09:56 -04:00
webchick
3f300231c4
Issue #811542 follow-up by David_Rothstein, thekevinday, attiks, quicksketch: Fixed illegal choice errors on radio buttons.
2012-07-26 06:57:45 -05:00
catch
a9a89f3f3a
Issue #1441180 by scor: Fixed hook_requirements() REQUIREMENT_ERROR broadcasting.
2012-07-26 10:38:17 +01:00
Dries
bf24773d38
- Patch #1677304 by socketwench, Niklas Fiekas: Remove drupal_deliver_page(), ajax_deliver(), drupal_deliver_html_page().
2012-07-24 12:56:55 -04:00
webchick
353eb10cc2
Issue #950956 by tim.plunkett, aspilicious, jenlampton, chx, Rob Loach: Remove Dashboard module until/unless such time as it's more useful.
2012-07-21 21:23:27 -07:00
Dries
f193db251f
- Patch #1493098 by sun, jcisio, pcambra, Pol, wamilton, Rok Žlender, beejeebus: convert cron settings to configuration system.
2012-07-21 15:16:31 -04:00
catch
a108b4446b
Issue #1541958 by sun, effulgentsia, alexpott, tim.plunkett, Berdir, David_Rothstein: Fixed Split setUp() into specific sub-methods.
2012-07-18 11:06:49 +01:00
catch
b91a015b6c
Issue #687842 by tim.plunkett et al: Added a 'description callback' property to menu items.
2012-07-18 11:03:02 +01:00
catch
5511cdda61
Issue #171267 by tim.plunkett, chx, NROTC_Webmaster: Fixed form redirects remove get variables like sort and order.
2012-07-18 10:41:36 +01:00
catch
fd352bff0c
Issue #1158322 by sun, jhedstrom, et al : Added backtrace to all errors.
2012-07-18 10:38:16 +01:00
Dries
1d4a4a2126
- Patch #1471848 by BassistJimmyJam, michaellenahan: user interface text containing URLs in translated part.
2012-07-15 06:18:37 -07:00
Dries
5a5cdc702c
- Patch #1497366 by neclimdul, effulgentsia, EclipseGc, merlinofchaos: introduce Plugin System to core.
2012-07-14 22:05:46 -04:00
Dries
d93bbc93a8
- Patch #1591618 by Niklas Fiekas, aspilicious: remove menu_execute_active_handler().
2012-07-09 16:20:56 -04:00
webchick
b255c36053
Issue #1445224 follow-up by xjm: Fixed more broken tests.
2012-07-08 07:31:45 -07:00
webchick
a73d65122c
Issue #1445224 follow-up by sun, tim.plunkett: Fixed broken tests.
2012-07-07 21:32:00 -07:00
webchick
25248da99a
Issue #1071818 by JeremyFrench, nod_, reglogge, anthbel, xjm, sun, NROTC_Webmaster, lliss, Cottser: Fixed Lazy-loading CSS fails in IE.
2012-07-07 13:52:10 -07:00
webchick
e06e89612e
Issue #343706 by tstoeckler, deviantintegral, rocket_nova: Add link to handbook page in PHP memory limit check on /admin/reports/status.
2012-07-07 13:37:43 -07:00
webchick
5789200b3e
Issue #1445224 by Niklas Fiekas, sun, Tor Arne Thune: Add new HTML5 FAPI element: color.
2012-07-07 13:21:18 -07:00
webchick
218cf051f0
Issue #1621740 by sun: Fixed Headings for primary and secondary links/menu are not supposed to be visible.
2012-07-07 13:11:03 -07:00
webchick
7d41f69046
Issue #1599618 by droplet, yurtboy: Fixed Remove duplicate array keys.
2012-07-07 12:25:50 -07:00
webchick
d3c06f5931
Issue #1630746 by tim.plunkett: Fixed Checking for 'twice the available memory limit' fails when running on a system with a memory_limit() of -1.
2012-07-07 12:09:30 -07:00
webchick
c10af0cdad
Issue #1573556 by disasm, justafish: Fixed Install suggests PHP memory limit is increased when it's already sufficient.
2012-07-07 12:05:30 -07:00
webchick
776c4bc5d3
Issue #1587642 by TravisCarden: Rename drupal_uninstall_modules() to module_uninstall().
2012-07-07 11:50:30 -07:00
Dries
df07e0d2f8
- Patch #1211668 by scito, Devin Carlson, bornholtz: special characters are encoded twice for feed icon attribute title.
2012-07-07 09:25:17 -04:00
Dries
4c81313cad
- Patch #1503224 by catch, sun, bojanz: cleanup module_list().
2012-07-04 14:49:18 -04:00
Dries
c35ae62e7d
- Patch #1560028 by bleen18, sun: remove all calls to rand() from tests.
2012-07-04 10:00:08 -04:00
webchick
231278433c
Adding missing yaml file.
2012-07-02 10:21:22 -07:00
webchick
4b6bdbb1dd
Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system.
2012-07-02 10:20:33 -07:00
webchick
517ef08221
Issue #1666074 by sun: Move 'default_nodes_main()' setting to node module.
2012-06-30 11:24:01 -07:00
webchick
28df3aa644
Issue #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach | beejeebus: Configuration system cleanup and rearchitecture.
2012-06-29 10:35:06 -07:00
webchick
450135017d
Revert "- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture."
...
This reverts commit 8df23c8a87
. Original commit
was missing some files. Trying again.
2012-06-29 10:34:05 -07:00
Dries
bc7db62399
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-06-29 12:30:04 -04:00
Dries
8df23c8a87
- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture.
2012-06-29 12:29:51 -04:00
webchick
deae32e9cb
Issue #1619446 by Niklas Fiekas: Fixed All autocomplete and drupal_json_output() responses are broken (returning Ajax instead of JSON).
2012-06-29 09:10:25 -07:00
Dries
acf0737347
- Patch #1263208 by Niklas Fiekas, BTMash, aiwata55, Berdir, kathyh: upgrade path for blog module removal.
2012-06-29 11:24:40 -04:00
webchick
4f50bc1c69
Issue #1599554 by sun, dww, effulgentsia: Tutorial/guidelines for how to convert variables into configuration.
2012-06-27 14:31:52 -07:00
webchick
0ecf36682f
Issue #1658164 by Rob Loach, Berdir: Fixed TableSort Class not found exception thrown in database_test_theme_tablesort().
2012-06-26 18:02:29 -07:00
webchick
c1c8135dd2
Issue #1085590 follow-up by David_Rothstein: Another fix to hook_library_info().
2012-06-25 22:58:41 -07:00
webchick
d8a61c8971
Issue #1085590 follow-up by Rob Loach, tim.plunkett: Add CHANGELOG.txt entry, fix typos.
2012-06-25 13:34:27 -07:00
webchick
b0e14ca1d4
Issue #1085590 by Rob Loach, keichee, tim.plunkett, mfer, ericduran: Update jQuery UI to the latest in the git repository.
2012-06-24 10:30:34 -07:00
Dries
fb1cb6f327
- Patch #1591710 by swentel, heyrocker, sun: Remove vestiges of block caching from core.
2012-06-23 14:43:10 -07:00
Dries
675803d885
- Patch #1428534 by nod_: Use === and !==
2012-06-23 09:50:41 -07:00
Jennifer Hodgdon
030a0b6c57
Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docs
2012-06-19 12:51:07 -07:00
Jennifer Hodgdon
735ad52016
Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and preprocess/process functions so it is clearer which ones get called for theme functions vs. templates
2012-06-18 14:52:12 -07:00
Jennifer Hodgdon
cf195c541a
Issue #1619482 by mr.baileys: Remove stray space in hook_update_N docs
2012-06-18 12:20:33 -07:00
Dries
47aca952c5
- Patch #998302 by mgifford: 'Skip to main content' link links to region, not content.
2012-06-17 13:15:47 -04:00
Dries
0ac10a7b82
- Patch #1262812 by Everett Zufelt, dww, klausi, xjm: make 'Roles' a tab of 'admin/people' instead of 'admin/people/permissions'.
2012-06-16 22:23:56 -04:00
webchick
2103890de1
Issue #258785 by Désiré, Schnitzel, kbasarab, pkiraly, desbeers, Bojhan, voxpelli, clemens.tolboom, Artusamak, Gábor Hojtsy, dvinegla: Added Provide more flexible settings for initial language on content types.
2012-06-16 16:48:36 +02:00
webchick
142778af85
Issue #1635134 by hairqles, floretan, webflo: Move date format translation functions from locale to system.
2012-06-16 16:38:11 +02:00
webchick
18040223ad
Issue #1471432 by Gábor Hojtsy, vasi1186, tobiasb, kalman.hosszu, Schnitzel, nod_, pixelite, dawehner: Rework language_list(), let people use more special languages.
2012-06-15 19:03:15 +02:00
webchick
c32682a70f
Issue #1598620 follow-up by Albert Volkman: Rename uuid.test to restore its autoloadability.
2012-06-15 11:39:56 +02:00
Dries
3c00c30184
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-06-14 16:20:16 -04:00
Dries
b3f9bc773e
- Patch #1617208 by effulgentsia, neclimdul: after kernel patch, module_hook_info() returns an empty array when called by load callback, access callback, or hook_init().
2012-06-14 16:20:09 -04:00
Jennifer Hodgdon
807631497a
Issue #1619482 by mr.baileys: Better docs for hook_update_N
2012-06-14 08:35:59 -07:00
webchick
b83525327e
Issue #1598610 by aspilicious: Convert symfony.test to PSR-0 and remove all the files[] instances in system.info.
2012-06-14 16:25:37 +02:00
webchick
9d8d569685
Issue #1598558 by Niklas Fiekas, Rob Loach, aspilicious: Convert cache.test to PSR-0.
2012-06-14 15:23:12 +02:00
webchick
5118e5827b
Issue #1593058 by aspilicious: Remove system.info's files[] entry.
2012-06-14 11:20:48 +02:00
webchick
9c93a2afb4
Issue #1619898 by Rob Loach, aspilicious, BTMash: Convert upgrade tests to PSR-0.
2012-06-14 11:17:27 +02:00
webchick
499c1cddec
Issue #1598558 by Niklas Fiekas, Rob Loach: Convert cache.test to PSR-0.
2012-06-14 11:13:12 +02:00
webchick
b30c3bbf8b
Issue #1538478 by Niklas Fiekas: Register lib/ directories of themes as PSR-0 roots for Drupal$theme namespace.
2012-06-14 11:09:25 +02:00
webchick
a2f971e4c4
Issue #1629858 by aspilicious, amateescu: Convert the theme registry to PSR-0.
2012-06-14 11:07:35 +02:00
webchick
480497f1a7
Issue #1598590 by Albert Volkman, Rob Loach: Convert menu.test to PSR-0.
2012-06-14 11:04:53 +02:00
webchick
8d6fe79b53
Issue #1598582 by aspilicious: Convert image.test to PSR-0.
2012-06-14 11:01:02 +02:00
webchick
41cd3d5c59
Issue #1598576 by Rob Loach: Convert filetransfer.test to PSR-0.
2012-06-14 10:58:39 +02:00
webchick
ea0f0828f0
Issue #1598574 by Niklas Fiekas, aspilicious: Convert file.test to PSR-0.
2012-06-14 10:56:07 +02:00
webchick
580d3951f5
Issue #1598568 by aspilicious, Rob Loach: Convert database.test to PSR-0.
2012-06-14 10:54:00 +02:00
catch
2e47b2fbee
Issue #445012 by David_Rothstein, sun: Prevent drupal_rewrite_settings() from overwriting customizations made to settings.php.
2012-06-14 11:48:09 +09:00
Dries
57ab8a5465
- Patch #1510686 by cosmicdreams, vasi1186, webflo, disasm: replace remaining references to global () with drupal_container().
2012-06-12 22:31:11 -04:00
Dries
5b8960df6d
- Patch #730060 by beejeebus, catch, Damien Tournoud, moshe weitzman, msonnabaum, oriol_e9g, aspilicious: Fixed Replace CACHE_TEMPORARY, cache_clear_all() (no arguments) and minimum cache lifetime with cache tags support.
2012-06-12 21:37:07 -04:00
Dries
4bd1231165
- Patch #1630108 by cosmicdreams: improper reference to Drupal\Database\Query\AlterableInterface.
2012-06-12 20:46:57 -04:00
catch
62b1cbde49
Issue #1593058 by aspilicious: Convert system tests to PSR-0.
2012-06-12 12:23:41 +09:00
catch
2f7f9c3543
Issue #1033818 by catch, Rob Loach, amateescu, sun: Move xmlrpc includes into xmlrpc.module.
2012-06-12 11:18:51 +09:00
catch
b305521ab0
Issue #1569580 by naxoc: Unnecessary call to urldecode().
2012-06-12 11:06:17 +09:00
catch
cbaa67d966
Issue #1598578 by aspilicious: Convert form.test to PSR-0.
2012-06-12 11:03:12 +09:00
catch
d66a67777f
Issue #1598620 by Albert Volkman, aspilicious: Convert uuid.test to PSR-0.
2012-06-12 11:02:07 +09:00
catch
5f1812b9dc
Issue #1598614 by Rob Loach, aspilicious, Albert Volkman: Convert theme.test to PSR-0.
2012-06-12 11:00:03 +09:00
catch
c1ecf4f6c8
Issue #1598618 by aspilicious, Rob Loach: Convert update.test to PSR-0.
2012-06-12 10:58:32 +09:00
catch
c1f05ae409
Issue #1541892 by Rob Loach: Convert TableSort to PSR-0.
2012-06-08 21:26:56 +09:00
catch
ede4aee9c4
Issue #1598594 by cosmicdreams, aspilicious: Convert pager.test to PSR-0.
2012-06-08 21:26:07 +09:00
catch
6aed10eb02
Issue #1598584 by Rob Loach: Convert installer.test to PSR-0.
2012-06-08 21:23:55 +09:00
catch
f2bc296a46
Issue #1598606 by Albert Volkman, Rob Loach, Niklas Fiekas: Convert schema.test to PSR-0.
2012-06-08 21:21:54 +09:00
catch
dfbc9682a3
Issue #1561004 by marcingy, aries, yurtboy, Tor Arne Thune: Many tests still reference locale although they only need language module.
2012-06-08 21:15:19 +09:00
catch
ace802ec5b
Issue #1598552 by cosmicdreams, Rob Loach, aspilicious: Move batch tests to the right directory.
2012-06-08 20:19:56 +09:00
catch
fbe34afe2b
Issue #1598564 by Niklas Fiekas: Convert common.test to PSR-0.
2012-06-08 16:33:08 +09:00
catch
f6f33a1926
Issue #1598592 by Rob Loach: Convert module.test to PSR-0.
2012-06-08 16:31:11 +09:00
catch
681e44355f
Issue #1598552 by cosmicdreams, Rob Loach: Convert batch.test to PSR-0.
2012-06-08 16:28:03 +09:00
catch
29223699a9
Issue #1598600 by c31ck, Rob Loach: Convert path.test to PSR-0.
2012-06-07 21:39:18 +09:00
Jennifer Hodgdon
5be3d554cb
Issue #1598586 by Rob Loach: PSR-0 conversion of system lock.test
2012-06-06 10:26:18 -07:00
Jennifer Hodgdon
73b1dc4070
Issue #1598596 by Albert Volkman: Convert password.test to PSR-0
2012-06-06 09:10:31 -07:00
Jennifer Hodgdon
199a3dbc2d
Issue #1598608 by bleen18: Convert session.test to PSR-0
2012-06-06 09:07:44 -07:00
Jennifer Hodgdon
b15d9a9111
Issue #1598570 by Rob Loach: PSR-0 for error.test
2012-06-06 08:57:50 -07:00
catch
ff639ed52c
Revert "Issue #1464244 by dawehner, tim.plunkett: Fixed Rewrite as URL adding equals sign to end of url."
...
This reverts commit e6986e5a48
.
2012-06-06 12:04:09 +09:00
Dries
33e8b1b57e
- Patch #1598556 by Niklas Fiekas, Rob Loach: Convert bootstrap.test to PSR-0.
2012-06-05 08:53:48 -04:00
Dries
8456c62674
- Patch #1616896 by Rob Loach: remove ().
2012-06-05 08:46:23 -04:00
Dries
67af8a4988
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-06-05 08:43:38 -04:00
catch
84ca10a3d3
Issue #935062 by klausi, sun, wamilton, ksenzee, oriol_e9g: Change role id to machine name.
2012-06-05 21:19:14 +09:00
catch
e6986e5a48
Issue #1464244 by dawehner, tim.plunkett: Fixed Rewrite as URL adding equals sign to end of url.
2012-06-05 17:16:23 +09:00
catch
cc16c4d2ff
Issue #1611686 by TravisCarden, dww: Add test for unprotected settings.local.php.
2012-06-05 14:51:41 +09:00
catch
4c9e2ed7a4
Issue #1579810 by SeeSchloss: Fixed GD tests do not test check every case.
2012-06-05 14:48:01 +09:00
catch
92490ed529
Issue #1541684 by Rob Loach, aspilicious: Convert PagerDefault db extender to PSR-0.
2012-06-05 14:42:19 +09:00
Dries
002769ef32
- Patch #1591604 by underq, chrisdolby, Albert Volkman, pfrenssen: replace drupal_access_denied() with throw AccessDeniedHttpException.
2012-06-04 08:06:09 -04:00
Dries
ee8fbcf2f3
- Patch #1598548 by Rob Loach, Niklas Fiekas: Convert ajax.test to PSR-0.
2012-06-03 13:15:00 -04:00
Jennifer Hodgdon
c657bb5d39
Issue #1598602 by Niklas Fiekas, Berdir: Move queue test to correct directory
2012-06-03 06:30:28 -07:00
Dries
9b29a0dad0
- Patch #1361226 by Berdir, aspilicious, cosmicdreams, fago: make the file entity a classed object.
2012-06-03 07:25:35 -04:00
Dries
c677a96ff7
- Patch #1589174 by sun, marcingy: Fixed Configuration upgrade path is broken.
2012-06-02 15:45:56 -04:00
Jennifer Hodgdon
b913301638
Issue #1598616 by Rob Loach: PSR-0 conversion of unicode.test
2012-06-01 17:06:34 -07:00
Jennifer Hodgdon
1998e0310b
Issue #1598602 by Rob Loach: PSR-0 conversion of queue.test
2012-06-01 16:58:32 -07:00
Dries
0eb59c20c5
- Patch #1415828 by BJ___, patrickd, nod_, damiankloip: made Tabledrag a library.
2012-06-01 12:45:18 -04:00
Larry Garfield
94d877eb94
Merge remote-tracking branch 'upstream/8.x' into remerge
2012-05-31 23:13:29 -05:00
catch
cc8147dde2
Issue #1597888 by Niklas Fiekas, sun: Fixed Cache NullBackend is entirely broken, does not implement CacheBackendInterface.
2012-05-31 13:53:42 +09:00
Jennifer Hodgdon
c91177e08e
Issue #1598588 : fix the previous commit on this issue (rename file that was missed)
2012-05-30 15:29:50 -07:00
Jennifer Hodgdon
9a83d2142b
Issue #1597630 by Rob Loach: Convert actions.test to PSR-0
2012-05-30 15:19:13 -07:00
Jennifer Hodgdon
876d410c8c
Issue #1598588 by Niklas Fiekas: PSR-0 conversion of mail tests
2012-05-30 10:26:11 -07:00
Jennifer Hodgdon
4de11faac4
Issue #1156576 by Ryan Weal, jhodgdon, plach: Document language negotiation API
2012-05-29 10:36:56 -07:00
Dave Reid
0339963f99
Fixing merge with 8.x
2012-05-29 10:02:27 -05:00
catch
b29fc4b26b
Issue #1140356 by iamEAP, ericduran, Rob Loach, arnested: Added support for async property to script tags.
2012-05-29 15:44:27 +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
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
Dave Reid
98fbeaf315
Fixing merge with 8.x upstream.
2012-05-26 13:46:07 -05:00
effulgentsia
b02b51cce1
Revert XML-RPC test changes that have already been committed.
2012-05-26 11:32:55 -05: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
Larry Garfield
848c134d65
Merge remote-tracking branch 'upstream/8.x' into kernel
2012-05-23 23:55:54 -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
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
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
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
catch
2cc2aa2568
Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email.
2012-03-02 16:29:16 +09:00
catch
4f00ad8b5a
Issue #1138258 by Rob Loach, idflood, nod_, ericduran: Drop textarea.js in favor of CSS3 resize.
2012-03-02 15:28:37 +09: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
Jennifer Hodgdon
d1aee00aaf
Issue #1217012 by jyve, aspilicious, brianV, jvc26: Clean up CSS for the Node module
2012-02-29 17:03:30 -08:00
Jennifer Hodgdon
456a06e4a9
Issue #1430452 by Cottser: Make core module names use Proper Noun Case
2012-02-29 13:15:08 -08:00
Greg Dunlap
80448f69b7
Also fixed those comments in hook_schema, fixed a typo
2012-02-28 23:14:22 -08:00
Greg Dunlap
d8729ea064
Fixed comments in update hook that creates config table
2012-02-28 23:08:33 -08:00
Greg Dunlap
5981cc85c1
Merge remote-tracking branch 'origin/8.x' into 8.x-file-config
2012-02-28 23:03:30 -08:00
webchick
655a58bfd2
Issue #404302 by KrisBulman, kathyh, JamesAn, droplet, sun: Fixed Improve tabledrag grippie CSS (and fix an IE7 alignment issue).
2012-02-28 10:49:59 -08: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
Dries
cc9cd9947f
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-02-21 10:44:21 -05:00
catch
5820eb7b96
Issue #1436936 by Snugug: Add Clearfix Class to <header> in page.tpl.php.
2012-02-20 14:43:39 +09:00
catch
859fdb931e
Issue #1373312 by sun: Assign system_main() block to 'content' region and help block to 'help' region by default.
2012-02-20 14:41:29 +09:00
Dries
f3aa73aefb
- Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up.
2012-02-18 22:26:01 -05:00
catch
78d1b495c7
Issue #1376166 by sun: Fixed Custom logo and favicon functionality inanely tries to support absolute local file paths.
2012-02-17 12:38:33 +09: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
ec5ca21e94
Issue #1430986 by Gábor Hojtsy, plach: Clean up naming for language negotiation configuration functions/paths.
2012-02-14 21:50:30 +09:00
Nathaniel
8e7a80bb0f
Issue #334948 by David_Rothstein, Albert Volkman: Fixed The 'default' folder is sometimes required to be writable even when installing Drupal in sites/example.com.
2012-02-14 12:39:35 +09:00
Greg Dunlap
a8313cf422
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-02-12 11:24:16 -05:00
catch
869b5e1a7e
Issue #761608 by JohnAlbin: Fixed Missing theme settings values because list_themes() has inconsistent theme object data.
2012-02-03 23:16:11 +09:00
Larry Garfield
1bc5b98e6c
Merge remote-tracking branch 'dries/8.x' into dbtngtng
2012-02-02 23:50:39 -06:00
Dries
f7daf3453b
- Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update results page lead to 403s.
2012-02-02 13:09:46 -05:00
Dries
31544e56ff
- Patch #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs.
2012-02-02 11:38:57 -05:00
Dries
823ff6a19b
- Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS.
2012-02-02 10:49:10 -05:00
Greg Dunlap
a7c6328d17
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-02-01 14:02:58 +01:00
webchick
67d180bafa
Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404.
2012-01-31 00:16:04 -08:00
webchick
8e4638721b
Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI.
2012-01-30 23:53:00 -08:00
webchick
853ae41231
Issue #1405260 by skottler: Clarify the language around non-reliable queue examples.
2012-01-30 23:48:51 -08:00
Larry Garfield
e9453d8b04
Merge branch '1400748-namespaces' into dbtngtng
2012-01-28 17:51:18 -06:00
Dries
52f5529536
- Patch #1394790 by joachim: explain system_admin_compact_mode().
2012-01-27 10:37:10 -05:00
Dries
99ac453714
- Patch #1377544 by kotnik: hook_update_N documentation uses dead links.
2012-01-27 10:25:49 -05:00
Larry Garfield
b5e33f620e
Merge branch '8.x' into dbtngtng
2012-01-26 23:47:34 -06:00
Bram Goffings
755d8f92f6
Removed tabs from system.performance config file
2012-01-25 21:16:44 +01:00
Greg Dunlap
a5b4c2500a
Merge from core for PSR-0
2012-01-25 21:01:35 +01:00
Dries
39b65b363e
- Patch #1269586 by Everett Zufelt, ericduran: Use .js instead of html.js in CSS.
2012-01-24 21:00:59 -05:00
Dries
b55fc01277
- Patch #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace.
2012-01-24 20:18:24 -05:00
Dries
fc5b03dacf
- Patch #1352272 by sven.lauer, LSU_JBob: Remove obsolete system_settings_overview().
2012-01-24 17:51:41 -05:00
Larry Garfield
0ee2386bc0
Merge branch '1400748-namespaces' into dbtngtng
2012-01-23 19:32:58 -06:00
Dries
4b92841794
- Patch #1387608 by Gábor Hojtsy, tstoeckler: Unify language_list() and locale_language_list().
2012-01-23 10:46:29 -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
Dries
1b6ba5243c
- Patch #1357912 by Gábor Hojtsy, sun: convert path language code schema to langcode.
2012-01-22 21:14:12 -05:00
Dries
89d83c6f15
- Patch #1217788 by droplet: drop IE7 support from Drupal 8.x.
2012-01-22 17:42:49 -05:00
Dries
eeed9ed8a6
- Patch #764558 by Rob Loach, sun, xjm, chx, catch: Remove trigger module from core.
2012-01-22 13:53:27 -05:00
catch
f363f945c1
Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload in form_set_error() instead of favicon_upload in system.admin.inc.
2012-01-20 02:43:14 +09:00
catch
aa400e9e8a
Issue #1174634 by ericduran, rupl, Dave Reid, jhedstrom, helior: Add new HTML5 FAPI element: telephone.
2012-01-19 21:55:48 +09:00
catch
2f0d691cb1
Issue #278425 by andypost, OnkelTem, chx, c960657, droplet et al: Fixed Using basename() is not locale safe.
2012-01-18 13:10:02 +09:00
catch
c95075ec68
Issue #996236 by fago, sun, pillarsdotnet: Fixed drupal_flush_all_caches() does not clear entity info cache.
2012-01-18 13:02:34 +09:00
catch
f969b391b4
Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module.
2012-01-16 11:18:26 +09:00
catch
1878eb1534
Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode.
2012-01-11 00:29:08 +09:00
Nathaniel
a74ffedcd5
Issue #1397882 by sun: Fixed system_theme_settings_submit() does not properly clean up submitted form values.
2012-01-10 13:22:09 +09:00
Nathaniel
dd1f6d349a
Issue #1183042 by Everett Zufelt, Rob Loach: Add WAI-ARIA roles to Core blocks.
2012-01-10 12:22:24 +09:00
xjm
0a15aaa360
Doxygen correction for update function (see #1326664 ).
2012-01-08 06:35:32 -06:00
xjm
92a7f43363
Adjust submission handler docs to standard.
2012-01-08 06:30:34 -06:00
catch
b3cf068140
Issue #375397 by sun, Xano, Rob Loach: Make Node module optional.
2012-01-08 16:14:15 +09:00
catch
f8ff93c562
Issue #1336308 by kathyh | meshkinsoft: Fixed wrong usage of function t in system_menu().
2012-01-08 16:07:48 +09:00
sun
ce3bbc87e7
Added System module update to ease developer testing.
2012-01-08 02:52:32 +01:00
sun
e312880573
Fixed coding style, comments, and some trivial issues.
2012-01-08 02:29:22 +01:00
Greg Dunlap
cdc4bc1c64
Merging from core
2012-01-07 22:12:13 +01:00
catch
6ea395e685
Issue #1260716 by David_Rothstein: Follow-up for improve language onboarding user experience.
2012-01-04 14:47:07 +09:00
catch
e526dceb97
Issue #131737 by malc0mn, pillarsdotnet, xjm, scor, v1nce, Pancho, mrfelton. et al: Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems.
2012-01-03 14:42:21 +09:00
Larry Garfield
05a4376ff4
Rename classes to remove the redundant Database prefix and move query exceptions into the query namespace.
2012-01-02 14:57:30 -06:00
Larry Garfield
0879ffd974
Merge branch '8.x' into dbtngtng
...
Manually merged the transaction order fixes, since that code has moved to new files.
2012-01-02 14:13:49 -06:00
catch
e037d80bb1
Issue #1341186 by ericduran, Rob Loach: Remove deprecated Library names.
2011-12-30 20:10:04 +09:00
catch
24f206c28e
Issue #1214344 by wiifm, msonnabaum: Fixed "misc/progress.js" is not being included when "Aggregate JavaScript files." is used.
2011-12-30 15:15:16 +09:00
catch
6cdcad7429
Issue #1085590 by Rob Loach, keichee, mfer, ericduran: Update jQuery UI to the latest release.
2011-12-30 15:07:57 +09:00
catch
a8addadfad
Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API.
2011-12-30 15:00:36 +09:00
Larry Garfield
001707761c
Merge remote-tracking branch 'dries/8.x' into dbtngtng
2011-12-29 01:27:16 -06:00
Larry Garfield
13e82d2e0e
Rename more type hints.
2011-12-28 14:19:52 -06:00
Larry Garfield
b5de187356
Let getDriverClass() handle defaults, so that extenders work. Also use it in more places, eliminating the old-school crappy approach.
2011-12-28 13:08:26 -06:00
webchick
7de6cda767
Issue #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter().
2011-12-27 21:42:03 -08:00
Larry Garfield
67429ab19f
Initial move and rename of database classes to PSR-0 namespaces. So far only MySQL has been converted.
2011-12-27 15:17:19 -06:00
catch
ed3c7d8b01
Issue #769936 by fago, Jacine, quicksketch, jenlampton: Fixed .ajax-progress divs floating problem.
2011-12-23 12:31:10 +09:00
catch
09fb07615b
Issue #771540 by c960657: Added Fetch timezone and language using OpenID SREG/AX.
2011-12-23 12:23:30 +09:00
webchick
256a10dd19
Revert "Issue #1368872 by agentrickard: Clean up API docs for syslog."
...
This reverts commit 9db1fddb90
.
2011-12-22 14:33:38 -08:00
catch
9db1fddb90
Issue #1368872 by agentrickard: Clean up API docs for syslog.
2011-12-22 20:45:21 +09:00
catch
13830d022c
Issue #1301040 by Gábor Hojtsy: Move language listing functionality from locale.module to a new language.module.
2011-12-22 20:26:12 +09:00
Nathaniel
f9be1f55a8
Issue #1347266 by Everett Zufelt, pcambra, JohnAlbin, tim.plunkett: Convert theme_breadcrumb() to HTML5.
2011-12-20 14:32:29 +09:00
catch
a3ebad0633
Issue #1346032 by xjm, aspilicious: Fixed Ordering of hook_entity_delete() is inconsistent.
2011-12-17 21:43:37 +09:00
Dries
010e99986b
- Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
2011-12-14 10:04:55 -05:00
Dries
1374de6047
- Patch #1181776 by sun, Psikik, mallezie, scor: change theme_default() variable to Stark.
2011-12-12 22:29:45 -05:00
Dries
1de37b34d2
- Patch #1361810 by rlmumford: non-collapsible fieldsets within collapsed fieldsets have 'expanded' icon.
2011-12-09 10:28:44 -05:00
Nathaniel
c0216187f3
Issue #1309742 by rocket_nova: Add inline comment clarifying use of language_list() in system_date_format_save().
2011-12-09 12:45:17 +09:00
Greg Dunlap
5d3e3a1fc3
Reworked calls to remove nesting of values
2011-12-08 09:40:48 +01:00
Greg Dunlap
9273863917
And we're back to non-nested config, which will help us avoid calls to nested_array() functions
2011-12-08 09:35:07 +01:00
Greg Dunlap
e7b56dfbf0
Fixed broken js hide code
2011-12-08 09:33:43 +01:00
Dries
e4bf86c163
- Patch #1362920 by scor: Wrong sitename variable in system.api.php.
2011-12-07 23:40:14 -05:00
Nathaniel
df47c12180
Issue #1347812 by nanotube: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
2011-12-08 13:29:32 +09:00
Greg Dunlap
7baacd2774
Holy crap most of the performance form is working
2011-12-07 21:53:15 +01:00
Greg Dunlap
4372e4c92b
Working on undoing the system_settings_form stuff in system module
2011-12-07 21:24:50 +01:00
Greg Dunlap
539ee4b7f0
Changed my mind but fixed formatting
2011-12-07 20:58:40 +01:00
Greg Dunlap
4c391b83fa
Removed nesting which I don't think is serving a point
2011-12-07 20:45:59 +01:00
Dries
cb4d787849
- Patch #953336 by sun, pillarsdotnet, chx: contributed modules are not able to test theme-related functionality.
2011-12-03 18:43:50 -05:00
Nathaniel
d8c739586b
Issue #1346760 by xjm, droplet, catch: Fixed Drag and drop needs a scalable weight select element.
2011-12-02 14:05:37 +09:00
Greg Dunlap
c1c2ceab25
Fixing problems related to corepocalypse merge
2011-11-30 13:17:28 +01:00
Greg Dunlap
4eb660a57f
Fixing problems related to corepocalypse merge
2011-11-30 13:16:05 +01:00
Greg Dunlap
9032509c26
Merge from corepocalypse
2011-11-30 11:46:45 +01:00
catch
c237d184ba
Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail.
2011-11-30 12:13:51 +09:00
catch
efe0a73b29
Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define().
2011-11-29 18:56:53 +09:00
Nathaniel
129de63e06
Issue #1260716 by good_man, Gábor Hojtsy, emarchak, David_Rothstein, ezra-g: Improve language onboarding user experience.
2011-11-25 15:22:29 +09:00
Nathaniel
1b4dfed494
Issue #1025796 by jthorson, Rob Loach, tim.plunkett, alex_ustinov: Fixed Rename path to uri in image functions.
2011-11-25 12:09:40 +09:00
Dries
371f1a1e88
- Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths.
2011-11-22 20:32:00 -05:00
Dries
26e0575cdf
- Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.
2011-11-22 19:54:51 -05:00
Dries
835068dda2
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases.
2011-11-21 22:17:33 -05:00
catch
ccbadedd42
Issue #1203532 by ericduran, keichee: Fixed jQuery Form Plugin update to latest stable release.
2011-11-18 23:59:36 +09:00
Nathaniel
2173020359
Issue #1077878 by ericduran, Mark Trapp, JohnAlbin, jessebeach, Jacine: Added HTML5shiv to core.
2011-11-17 16:33:06 +09:00
catch
f2a145052e
Issue #1328900 by Rob Loach, amateescu: Update to jQuery 1.7.
2011-11-15 11:20:26 +09:00
webchick
d2f32b2aae
Issue #1339292 by xjm: Fixed hook_requirements() documentation references incorrect path for cron in system.api.php.
2011-11-12 15:41:54 -08:00
webchick
faed976f0e
Issue #999024 by bfroehle, O Govinda: Fixed Status Report page refers to 'update status module' instead of 'update manager module'.
2011-11-11 11:49:57 -08:00
catch
9d961cc2d3
Issue #1002258 by tstoeckler, xjm, kathyh: Fixed D6 modules satisfy D7 module dependencies.
2011-11-09 01:04:26 +09:00
Nathaniel
578e5ff5c4
Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer works unless there are updates pending.
2011-11-08 13:21:48 +09:00
Nathaniel
132ae79332
Issue #916424 by rjgoldsborough, Jacine: Merge system.messages.css and system.menus.css into system.theme.css.
2011-11-04 15:33:29 +09:00
catch
5f46023c78
Issue #865536 by ericduran, effulgentsia, cosmicdreams, sreynen, jessebeach et al: Added drupal_add_js() is missing the 'browsers' option.
2011-11-03 20:00:04 +09:00
catch
e6ae6a89dc
Issue #1077578 by rupl: Convert page.tpl.php to HTML5.
2011-11-03 16:48:05 +09:00
catch
70b8337cdc
Issue #1291100 by moshe weitzman, David_Rothstein: Remove category system from user edit and view.
2011-11-03 16:34:18 +09:00
Nathaniel
07abfc136a
Issue #1312844 by sven.lauer, kathyh: Fixed hook_schema() doc should state that database tables are auto-created.
2011-11-02 17:28:14 +09:00
Nathan Haug
f434037c0e
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
2011-11-01 12:48:40 +09:00
Nathan Haug
06fb770bd3
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
2011-11-01 12:48:40 +09:00
Nathaniel
906a6db347
Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
...
This reverts commit f0a16bf2a4
.
2011-11-01 12:32:15 +09:00
Nathaniel
f0a16bf2a4
Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades.
2011-11-01 12:25:12 +09:00