Alex Pott
|
11495979d0
|
Issue #2041423 by yched: Rely on 'provider' instead of 'module' for Field plugin types.
|
2013-07-28 23:29:26 +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
|
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 |
Nathaniel Catchpole
|
d3c5919d17
|
Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls.
|
2013-07-27 15:30:10 +01:00 |
Alex Pott
|
12eba5629f
|
Issue #1980464 by Xano: EntityManager::getControllerClass() throws confusing exceptions.
|
2013-07-26 11:14:54 +02:00 |
Alex Pott
|
d88a2be443
|
Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory.
|
2013-07-25 00:57:30 +02:00 |
Dries
|
38bf424dfd
|
Issue #2021817 by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects.
|
2013-07-24 16:38:18 -04: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 |
Jennifer Hodgdon
|
4c52a6e3e9
|
Issue #2046951 by drunken monkey, Damien Tournoud: Correct error in UUID docs
|
2013-07-24 10:30:55 -07:00 |
Jennifer Hodgdon
|
3a0e78e8bd
|
Issue #2049091 by jibran, larowlan: Fix reference to TranslationManager class to right namespace in Drupal class docs.
|
2013-07-24 10:28:09 -07:00 |
Nathaniel Catchpole
|
2460eb7c77
|
Issue #1927584 by Mark Carver, ezeedub, drupalninja99, Cottser, geoffreyr, John Bickar, jenlampton, penyaskito: Add support for the Twig {% trans %} tag extension.
|
2013-07-21 17:50:08 +01:00 |
Alex Pott
|
2f0e07fa96
|
Issue #2032311 by dawehner: Load all routes for local tasks via getRoutesByNames().
|
2013-07-21 08:45:20 +01:00 |
Alex Pott
|
d7bbf9f2ee
|
Issue #2030859 by fubhy: Improve TypedConfigManager.
|
2013-07-20 21:33:39 +01:00 |
Alex Pott
|
566ebfd9de
|
Issue #1856976 by andypost, Soul88, ACF, aspilicious, vijaycs85, dawehner: Convert language_count() to the state system.
|
2013-07-20 20:39:11 +01:00 |
Alex Pott
|
b2b2a4444b
|
Issue #2029505 by penyaskito, YesCT, Gábor Hojtsy: Fixed Exporting translations does not correctly generate empty strings.
|
2013-07-20 18:57:18 +01: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
|
ed556d1923
|
Issue #1913162 by katbailey: Remove unused 'matcher' compiler pass.
|
2013-07-20 01:25:18 +01:00 |
Alex Pott
|
a7ef6f36bb
|
Issue #2030551 by marcingy: Fixed PHP notice when creating new Drupal user.
|
2013-07-19 18:22:38 +01:00 |
Alex Pott
|
8d693aded0
|
Issue #1990544 by fubhy, Pancho, h3rj4n, dawehner: Convert system_modules() to a Controller.
|
2013-07-19 11:17:03 +01:00 |
Alex Pott
|
b64ada17fb
|
Issue #2039961 by klausi: Fixed uri_field() should use uri type as value.
|
2013-07-19 10:44:26 +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 |
Jennifer Hodgdon
|
acbddd14f2
|
Issue #2038059 by Elijah Lynn, aaronott: Fix up grammar in boostrap and cache utility docs
|
2013-07-17 07:37:04 -07:00 |
Nathaniel Catchpole
|
2735b59b5e
|
Issue #2042545 by tim.plunkett: Fixed Annotation parsing should ignore @file doxygen.
|
2013-07-16 16:32:14 +01: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 |
Nathaniel Catchpole
|
c094757a99
|
Issue #1963942 by joelpittet, ACF, dasjo: Change all instances of $vars to $variables.
|
2013-07-13 11:30:18 +01:00 |
Nathaniel Catchpole
|
2644090a64
|
Issue #2036241 by Xano: Fixed Routing system cannot handle /foo/bar and /foo/{baz}.
|
2013-07-12 13:15:43 +01: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 |
Dries
|
5feff937fa
|
Issue #2031473 by pwolanin, fubhy, dawehner, tim.plunkett: Convert menu local actions to plugins so that we can generate dynamic titles and paths.
|
2013-07-11 12:40:33 -04:00 |
Nathaniel Catchpole
|
a2e041920e
|
Issue #1957092 by Berdir: Mark CacheArray deprecated in favour of CacheCollector.
|
2013-07-10 22:34:06 +01:00 |
Alex Pott
|
5207055bc6
|
Issue #2032393 by effulgentsia: Limit APIs to FieldDefinitionInterface when FieldInstance isn't needed.
|
2013-07-10 20:28:14 +01:00 |
Alex Pott
|
cd7ca03c27
|
Issue #2033447 by tim.plunkett: Remove obsolete ContainerFactoryPluginBase.
|
2013-07-10 17:05:43 +01:00 |
Alex Pott
|
06cb438e03
|
Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities.
|
2013-07-09 19:57:20 +01:00 |
Alex Pott
|
45a9e859d6
|
Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface.
|
2013-07-09 15:39:11 +01:00 |
Alex Pott
|
5fc86b0029
|
Issue #1868004 by fago, das-peter, Berdir, EclipseGc, fubhy the cat, dixon_: Improve the TypedData API usage of EntityNG.
|
2013-07-05 19:43:36 +01: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 |
Nathaniel Catchpole
|
58850a9493
|
Issue #1921426 by dawehner, chx, agentrickard, marcingy, alexpott: Move node access storage to DIC.
|
2013-07-05 14:39:57 +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 |
Jennifer Hodgdon
|
d5c0b6dc7d
|
Issue #2031649 by pcambra: Fix typo in QueryInterface API docs
|
2013-07-03 07:39:28 -07:00 |
Alex Pott
|
d5d172e3c8
|
Issue #1833022 by e0ipso, plach, YesCT, kfritsche, penyaskito, vijaycs85, nod_, cam8001: Only display interface language detection options to customize more granularity.
|
2013-07-03 13:48:55 +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
|
436fe57760
|
Issue #1964156 by Cottser, geoffreyr, joelpittet: Contrib cannot define additional Twig extensions.
|
2013-07-02 13:45:03 +01:00 |
Dries
|
58de5374c4
|
Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers.
|
2013-06-30 20:09:38 -04:00 |
Dries
|
d988a30f87
|
Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements.
|
2013-06-30 20:09:38 -04:00 |
Alex Pott
|
2e9c7fefd6
|
Issue #2002102 by Berdir, fago, dixon_: Move TypedData primitive types to interfaces.
|
2013-06-30 11:03:43 +01:00 |