catch
|
ea25df8570
|
Issue #1499596 by plach, fago: Introduce a basic entity form controller.
|
2012-08-16 12:30:43 +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 |
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 |
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 |
Dries
|
1b0e550212
|
- Patch #1461572 by underq, izus: openid_update_6000() should not be in Drupal 8.
|
2012-06-29 09:35:20 -04:00 |
Dries
|
675803d885
|
- Patch #1428534 by nod_: Use === and !==
|
2012-06-23 09:50:41 -07: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 |
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
|
356aa34d9d
|
- Patch #1587850 by pfrenssen, chrisdolby: replace drupal_not_found() with throw NotFoundHttpException.
|
2012-06-02 15:41:40 -04:00 |
Larry Garfield
|
2a8b9b7eae
|
Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php
core/modules/update/update.fetch.inc
|
2012-05-28 16:38:37 -05:00 |
catch
|
cb80acc53e
|
Issue #1593166 by aspilicious: Convert openid tests to PSR-0.
|
2012-05-28 20:42:54 +09:00 |
Dave Reid
|
98fbeaf315
|
Fixing merge with 8.x upstream.
|
2012-05-26 13:46:07 -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 |
Larry Garfield
|
848c134d65
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-23 23:55:54 -05:00 |
catch
|
9d8b3f59ed
|
Issue #1481560 by nod_: Follow up for, Add 'use strict' to all core JavaScript to enforce clean code.
|
2012-05-22 11:49:17 +09:00 |
Larry Garfield
|
9fdd40f8c9
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-19 00:04:26 -05:00 |
Jennifer Hodgdon
|
467a825239
|
Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax
|
2012-05-17 05:58:49 -07:00 |
Larry Garfield
|
eb8fe490da
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-13 12:21:10 -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 |
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 |
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
|
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 |
Niklas Fiekas
|
6d12bff490
|
More Response objects for openid_test.
Converts openid_test.module to use Response and RedirectResponse instead of
manually setting headers.
OpenID account registration tests are now green.
|
2012-04-28 21:57:03 -05:00 |
Niklas Fiekas
|
f492b98bd1
|
Use Response object in openid_test_yadis_xrds().
|
2012-04-28 21:57:03 -05:00 |
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
|
bac3ed7764
|
- Patch #1539072 by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it.
|
2012-04-25 16:44:20 -07:00 |
catch
|
933b844ab9
|
Issue #1519942 by Gábor Hojtsy, dawehner, kalman.hosszu, balintk: Decouple locale module from user module.
|
2012-04-24 13:01:42 +09:00 |
catch
|
b3e2c8b4af
|
Issue #1473314 by litwol, nod_, tim.plunkett, attiks: Core js still uses -processed instead of context/.once().
|
2012-04-17 12:33:58 +09:00 |
catch
|
f6cb088ed4
|
Issue #1527720 by Gábor Hojtsy: Fixed OpenID language matching finds least specific instead of most specific match.
|
2012-04-17 12:23:52 +09:00 |
catch
|
eab6f127ad
|
Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace $('selector', domelement) with $(domelement).find('selector').
|
2012-04-07 16:19:30 +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 |
catch
|
efc984dfda
|
Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates.
|
2012-03-21 14:51:30 +09: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 |
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 |
webchick
|
157cdc5895
|
Revert "Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests."
This reverts commit 9bda29ee1b .
|
2012-02-29 00:22:10 -08:00 |
webchick
|
9bda29ee1b
|
Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.
|
2012-02-29 00:08:18 -08:00 |
webchick
|
e5fe68e2a0
|
Issue #1425330 by swentel, grendzy, davereid, wojtha, c960657: Fixed Apply Aggregator and OpenID fixes from DRUPAL-SA-CORE-2012-001.
|
2012-02-28 10:33:17 -08:00 |
Dries
|
a58940f111
|
- Patch #1222194 by Gábor Hojtsy, plach: rename global to ().
|
2012-02-22 08:37:04 -05:00 |
Dries
|
1c09cbb5c4
|
- Patch #1346914 by droplet: use .length instead of jQuery.size().
|
2012-01-29 08:54:40 -05: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
|
4b92841794
|
- Patch #1387608 by Gábor Hojtsy, tstoeckler: Unify language_list() and locale_language_list().
|
2012-01-23 10:46:29 -05: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
|
1fe62f2a04
|
Issue #469590 by c960657, basvredeling, bradpeabody: Improve robustness of OpenID parsing for link 'rel' and meta 'http-equiv' attributes.
|
2012-01-10 12:19:15 +09:00 |
catch
|
06373cfba5
|
Issue #448162 by c960657, recidive, sun: Use hash extension in _openid_hmac().
|
2011-12-30 15:57:22 +09:00 |
catch
|
d9c93a90db
|
Issue #803294 by wojtha, mfb, c960657, Heine: Fixed OpenID discovery and login tests fail on HTTPS site.
|
2011-12-23 12:24:48 +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 |
catch
|
511513eceb
|
Issue #765984 by c960657: Convert hook_openid()('request', ...) to hook_openid_request_alter().
|
2011-12-22 20:52:16 +09:00 |