Commit Graph

537 Commits (c76c95a9abc1686b62ddfdb994b7d723f0624a21)

Author SHA1 Message Date
webchick 17766341f8 Issue #1873442 by fabpot: Fixed Refactored core Twig integration. 2012-12-29 00:54:13 -08:00
webchick c77cee1c14 Issue #1810386 by plach, YesCT, Bojhan, bforchhammer, Gábor Hojtsy, falcon03: Create workflow to setup multilingual for entity types, bundles and fields. 2012-12-29 00:13:54 -08:00
catch 2288314826 Issue #1852966 by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 23:03:17 +00:00
catch 53de739800 Revert "Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0.
2012-12-28 23:02:37 +00:00
catch bb2b90af3f Issue #1874694 by damiankloip, chx: DrupalUnitTestBase breaks state(). 2012-12-28 22:56:51 +00:00
catch 8ad67af2e0 Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 19:05:41 +00:00
catch adc8b1e725 Issue #1849752 by effulgentsia, Berdir: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2012-12-27 22:24:32 +00:00
webchick c2fb90f953 Issue #1872640 by fabpot: Renamed the dispatcher service to event_dispatcher(). 2012-12-26 10:20:15 -08:00
webchick 532ea17f07 Issue #937284 by chx, tim.plunkett, Berdir, Damien Tournoud: Fixed DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows. 2012-12-21 21:09:52 -08:00
Dries 3f4d8bc40a Issue #1826688 by klausi | mitchell: Added REST module: PATCH/update. 2012-12-19 17:17:59 -05:00
Dries 2aa87d3993 Issue #1778478 by dstol, cam8001, Albert Volkman, japicoder, ACF: Convert fast_404 to CMI. 2012-12-17 16:56:35 -05:00
catch b9be32ec79 Issue #1187726 by beejeebus: remove dead global $conf declaration. 2012-12-17 11:09:56 +00:00
Dries bc93618d2b Issue #1629994 by Aron Novak, oadaeh, yurtboy: Fixed Mail functions reference obsolete RFC. 2012-12-14 21:42:57 -05:00
Dries fec72c2224 Issue #1864360 by oadaeh: Clean up some inconsistencies with @link...@endlink. 2012-12-14 21:26:51 -05:00
catch 3cbb4d38b1 Issue #1853226 by yched, fubhy, tim.plunkett: Fixed Improve performance of CacheDecorator. 2012-12-15 01:07:11 +00:00
catch bc801aab00 Issue #1187726 by chx, Berdir, Fabianx, sun: Fixed Add caching for configuration / rework config object loading. 2012-12-14 22:30:50 +00:00
Dries 6d29b0ee32 Issue #1846000 by damiankloip, linclark, dawehner: Add serializer support for JSON and AJAX. 2012-12-14 13:29:50 -05:00
Dries f03337ade5 Issue #1825044 by sun: turn contact form submissions into full-blown Contact Message entities, without storage. 2012-12-14 11:16:41 -05:00
Dries 3250f84ace Issue #1849570 by das-peter, marcingy: remove file.inc ties and fix unlink while at it in MTimeProtectedFastFileStorage . 2012-12-14 10:20:02 -05:00
catch 6810dfa827 Issue #1864292 by effulgentsia: Fixed Installation in non-English language fails. 2012-12-13 13:04:37 +00:00
catch 380cdbc6f1 Issue #1849792 by damiankloip: Abstract usage of 'config_prefix' on ConfigStorageController into getConfigPrefix method. 2012-12-13 12:14:32 +00:00
catch 5c16622ac2 Issue #1851180 by heyrocker: Add deleteAll() function to Drupal\Core\Config\StorageInterface. 2012-12-13 12:05:46 +00:00
Dries 4db1986446 Issue #1849480 by tim.plunkett, sdboyer: Fixed Allow ConfigEntity classes to control how they are saved. 2012-12-11 13:52:15 -05:00
catch f101830de6 Issue #1862024 by katbailey: Remove all references to hook_url_inbound_alter() as it is no longer invoked. 2012-12-10 13:51:05 +00:00
webchick bebb345917 Issue #1848964 by tim.plunkett: EntityManager should process its definitions before altering them. 2012-12-08 15:10:13 -08:00
webchick 936cbb9144 Issue #1804688 by Sutharsan, YesCT, clemens.tolboom, Gábor Hojtsy, webflo, Jose Reyero: Download and import interface translations. 2012-12-07 13:32:32 -05:00
Dries 9a8a42d1a9 Issue #1833440 by scor, klausi, Crell: Added Implement partial matcher based on content negotiation MIME type. 2012-12-07 12:54:51 -05:00
webchick 4b88391c24 Issue #1855204 by g.oechsler, effulgentsia: Fixed RouteBuilder needs to respect route options set in yaml file. 2012-12-05 20:07:47 -05:00
catch 5221886921 Issue #1849700 by katbailey, effulgentsia: Fixed DrupalKernel's container.modules param should contain module filenames, not full namespace paths. 2012-12-03 17:20:24 +00:00
catch 5aa641ae03 Issue #1279680 by tmsimont: Allow NULL as a watchdog() argument while retaining array type hinting. 2012-12-03 13:08:48 +00:00
webchick 5058fa3803 Issue #1447736 by rbayliss, mikeytown2, effulgentsia, kim.pepper, Fabianx, boombatower: Adopt Guzzle library to replace drupal_http_request(). 2012-11-29 17:26:33 -08:00
webchick 18902b2d9b Issue #203955 follow-up by Shawn DeArmond: Fix installation docs and field description to note that database now can be created at install time. 2012-11-29 15:29:15 -08:00
catch e96e573ce4 Revert "Revert the revert of Issue #1849004 by chx, xjm: One Service Container To Rule Them All. It was innocent after all."
This reverts commit a1638b87eb.
2012-11-29 20:55:21 +00:00
catch a1638b87eb Revert "Issue #1849004 by chx, xjm: One Service Container To Rule Them All."
This reverts commit 761ac67906.
2012-11-29 20:41:30 +00:00
catch 761ac67906 Issue #1849004 by chx, xjm: One Service Container To Rule Them All. 2012-11-29 20:26:37 +00:00
webchick aa676a59dc Issue #1854274 by jibran: Fixed DateTimePlus uses SELF instead of self; breaks on Windows. 2012-11-29 11:19:04 -08:00
webchick be694ba944 Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system. 2012-11-28 23:37:55 -08:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
catch 7e8d99b5b6 Issue #1376778 by c960657 | andypost: Added Consistent 'duplicate key' detection in core. 2012-11-28 11:38:42 +00:00
catch c99f461d37 Issue #1848968 by Berdir: Fixed Too many checksum tag queries executed by the cache backend. 2012-11-27 20:44:05 +00:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
webchick 8019e5593c Issue #1848072 by katbailey, sun: Fixed Path alias manager hardcodes keyvalue.database instead of using the generic factory. 2012-11-26 21:55:40 -08:00
webchick a23fde58b7 Revert "Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA."
Note to self: Don't commit from the same install you're testing on. ;)

This reverts commit cf860477f4.
2012-11-26 10:30:36 -08:00
catch c37973bb27 Issue #1793520 by disasm, klausi, tnightingale, Crell: Add access control mechanism for new router system. 2012-11-26 18:00:36 +00:00
webchick cf860477f4 Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA. 2012-11-26 09:51:32 -08:00
webchick fd846046df Issue #1812866 follow-up by mkadin, effulgentsia, Wim Leers: Fixed Rebuild the server side AJAX API. 2012-11-26 09:07:06 -08:00
catch 3ee3f5ad54 Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator. 2012-11-26 10:34:46 +00:00
catch cde72309be Issue #1846376 by effulgentsia, amateescu | katbailey: Fixed Namespaces for disabled modules are registered during the first request after a module is disabled. 2012-11-26 10:32:47 +00:00
Dries bb3b4b996a Issue #1463624 by znerol, marcingy, Rob Loach, cosmicdreams: Move password.inc into DIC. 2012-11-24 09:12:43 +01:00
Dries 3d2c548b41 Issue #1764232 by yched, tim.plunkett: CacheDecorator provides no way to clear cached definitions. 2012-11-23 20:58:38 +01:00