Commit Graph

87 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
Alex Pott 182ba50b8a Issue #2065571 by pwolanin, damiankloip, neclimdul: Add YAML Plugin discovery. 2013-08-29 02:48:27 +01:00
Alex Pott 358de91aee Issue #2062367 by tim.plunkett, dawehner: Fixed Prevent PluginBags from reordering the export based on their sort. 2013-08-29 01:11:00 +01:00
Alex Pott bc58322aae Issue #2036081 by ParisLiakos: Fixed DateTimePlusTest are failing in phpunit. 2013-08-28 02:12:12 +01:00
Alex Pott bc602a7a49 Issue #1957330 by ParisLiakos, twistor: Make possible for parsers and fetchers to expose configuration through plugins. 2013-08-28 01:55:42 +01:00
Alex Pott 6cb659a97e Issue #2039521 by Berdir, tim.plunkett: Convert FilterPluginManager to extend DefaultPluginManager. 2013-08-23 02:53:08 +01:00
webchick 2132c17948 Issue #2057155 by pwolanin, dawehner: Add a generateFromRoute() method on the url generator to accept options like url(). 2013-08-22 10:28:40 -07:00
webchick fa967340e3 Revert "git commit -m Issue"
Stupid commit message. :P Fixing. :P

This reverts commit 838bf21e31.
2013-08-22 10:25:55 -07:00
webchick 838bf21e31 git commit -m Issue 2013-08-22 10:21:03 -07:00
Nathaniel Catchpole 928a366d16 Issue #2067891 by dawehner: Remove override of check_plain(). 2013-08-21 06:45:35 +01:00
Alex Pott d663924e93 Issue #2064557 by tim.plunkett: Improve strange coupling in EntityListControllers by improving buildRow() and buildHeader(). 2013-08-19 21:30:34 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Nathaniel Catchpole cd15b235db Issue #2046737 by dawehner, pwolanin, tim.plunkett: Add a method to the AccessManager that only needs a route name and parameters. 2013-08-15 08:44:05 +01:00
Nathaniel Catchpole 8abed81318 Issue #2036351 by damiankloip, dawehner, Xano: Convert CSRF tokens to a service is broken for skip_anonymous(). 2013-08-15 02:55:07 +01:00
Nathaniel Catchpole 882ef344ed Issue #2036351 by damiankloip, Xano, dawehner: Convert CSRF tokens to a service. 2013-08-13 07:47:07 +01:00
Alex Pott 4431c7e13a Issue #2014851 by hlieberman, Wim Leers: Fixed Drupal CSS preprocessing breaks protocol-relative paths. 2013-08-11 01:15:30 +01:00
Alex Pott 8cfc089e26 Issue #2033669 by tim.plunkett, larowlan: Image file objects should be classed. 2013-08-11 00:57:37 +01:00
Nathaniel Catchpole ccc7822c4d Issue #1198904 by jox, das-peter: Fixed drupal_load_stylsheet() does not comply with standards when using @import. 2013-08-10 11:49:54 +01:00
webchick 7a82f32a6f Issue #2049817 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\Timer. 2013-08-10 01:59:24 -07:00
Nathaniel Catchpole e2a81db3c6 Issue #1844956 by msonnabaum, beejeebus: Fixed Optimize date formatting performance. 2013-08-10 08:00:02 +01:00
Alex Pott bc0570c864 Issue #2051877 by dawehner: Log error when people use invalid route parameters. 2013-08-10 03:11:12 +01:00
Nathaniel Catchpole fca3051719 Issue #2019071 by tsphethean: Fixed EntityListController::buildRow() should return secure label. 2013-08-07 09:31:10 +01:00
Alex Pott 40bc8bced4 Issue #2028499 by tsphethean, damiankloip, dawehner: Drupal_sort_weight() should be converted to a class. 2013-08-06 00:24:38 +02:00
Alex Pott 8c384bc415 Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController. 2013-08-03 23:28:28 +02:00
Alex Pott 1deffa8312 Issue #2040265 by larowlan: Add a _entity_view() routing default for viewing an entity. 2013-08-02 12:51:08 +02:00
Alex Pott b0c8255cba Issue #2050535 follow-up by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-08-02 01:07:58 +02:00
Nathaniel Catchpole 6daeb3c7f2 Issue #2042745 by jhedstrom: Convert system module's RouteTest to phpunit. 2013-08-01 14:36:08 +01:00
Alex Pott 03e535ca7c Issue #2050289 by damiankloip, msonnabaum: Add class to make yaml discovery reusable. 2013-07-29 18:59:01 +02:00
Alex Pott 7ec526e957 Issue #2050535 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-07-28 11:40:59 +02:00
Alex Pott 926a067758 Issue #2043781 by pwolanin: Fixed Drupal::request()->attributes->get('account') may conflict with an account object loaded from the path. 2013-07-27 23:11:14 +02:00
Nathaniel Catchpole 67b5d792a7 Issue #2035863 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\Settings. 2013-07-27 18:27:45 +01:00
Nathaniel Catchpole 58afd192b8 Issue #2031487 by fubhy, dawehner, pwolanin: When replacing the upcasted values in the request attributes array, retain the original raw value too. 2013-07-27 15:35:36 +01:00
Dries f5cc9308c9 Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott 486f5d0376 Issue #2031353 by pwolanin, dawehner, katbailey: Fixed URLgenerator broken for Drupal installed in a subdirectory - doesn't have a way to get a Drupal path. 2013-07-20 18:42:28 +01:00
Alex Pott bd51e51a90 Issue #2028511 by damiankloip, dawehner: Allow plugin derivative classes to use services from the container. 2013-07-19 10:08:06 +01:00
Dries edcd8df4bd Issue #1966334 by Alan Evans, fubhy, dawehner, ParisLiakos: Convert user_access() to User::hasPermission(). 2013-07-18 14:31:35 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Nathaniel Catchpole 22a6d8ccec Issue #2012382 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +01:00
Alex Pott 8b4fa68c75 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-14 16:17:23 -04:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Nathaniel Catchpole 8ceb6e1719 Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Add loadMultiple() and listAll() caching to (cached) config storage. 2013-07-05 14:45:20 +01:00
Alex Pott 1cac317046 Issue #2003698 by jhedstrom, ParisLiakos: Convert system module's Datetime unit tests to phpunit. 2013-07-05 00:49:14 +01:00
Nathaniel Catchpole 2c11efed11 Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable. 2013-07-04 09:38:19 +01:00
Alex Pott 3d521d93b0 Revert "Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class."
This reverts commit 5aced021d9.
2013-07-03 13:06:04 +01:00
Alex Pott 5aced021d9 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-02 13:48:47 +01:00
Alex Pott 91c32e3da9 Issue #2010024 by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Nathaniel Catchpole f1e9349a15 Issue #2020209 by alexpott, YesCT, Gábor Hojtsy: Fixed Random failures due to non uniqueness of randomString() and randomName(). 2013-06-29 17:37:13 +01:00
Alex Pott aa9c2ccc85 Issue #1890878 by corvus_ch, ygerasimov, berenddeboer, Crell, fubhy the cat, effulgentsia: Add modular authentication system, including Http Basic; deprecate global . 2013-06-29 17:26:55 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00