Commit Graph

1025 Commits (d0210a98d771c6573b03689b0acd76ced57fe409)

Author SHA1 Message Date
Nathaniel Catchpole 58afd192b8 Issue 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 by drupalrv: Replace all module_implements() deprecated function calls. 2013-07-27 15:30:10 +01:00
Alex Pott 12eba5629f Issue by Xano: EntityManager::getControllerClass() throws confusing exceptions. 2013-07-26 11:14:54 +02:00
Alex Pott d88a2be443 Issue by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Dries 38bf424dfd Issue by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects. 2013-07-24 16:38:18 -04:00
Dries f5cc9308c9 Issue by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Alex Pott 8e23b465a6 Issue by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Jennifer Hodgdon 4c52a6e3e9 Issue by drunken monkey, Damien Tournoud: Correct error in UUID docs 2013-07-24 10:30:55 -07:00
Jennifer Hodgdon 3a0e78e8bd Issue 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 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 by dawehner: Load all routes for local tasks via getRoutesByNames(). 2013-07-21 08:45:20 +01:00
Alex Pott d7bbf9f2ee Issue by fubhy: Improve TypedConfigManager. 2013-07-20 21:33:39 +01:00
Alex Pott 566ebfd9de Issue 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 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 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 by katbailey: Remove unused 'matcher' compiler pass. 2013-07-20 01:25:18 +01:00
Alex Pott a7ef6f36bb Issue by marcingy: Fixed PHP notice when creating new Drupal user. 2013-07-19 18:22:38 +01:00
Alex Pott 8d693aded0 Issue by fubhy, Pancho, h3rj4n, dawehner: Convert system_modules() to a Controller. 2013-07-19 11:17:03 +01:00
Alex Pott b64ada17fb Issue by klausi: Fixed uri_field() should use uri type as value. 2013-07-19 10:44:26 +01:00
Alex Pott bd51e51a90 Issue by damiankloip, dawehner: Allow plugin derivative classes to use services from the container. 2013-07-19 10:08:06 +01:00
Dries edcd8df4bd Issue by Alan Evans, fubhy, dawehner, ParisLiakos: Convert user_access() to User::hasPermission(). 2013-07-18 14:31:35 -04:00
Jennifer Hodgdon acbddd14f2 Issue 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 by tim.plunkett: Fixed Annotation parsing should ignore @file doxygen. 2013-07-16 16:32:14 +01:00
Nathaniel Catchpole 7dd31494f3 Issue 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 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +01:00
Alex Pott 8b4fa68c75 Issue 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 by joelpittet, ACF, dasjo: Change all instances of $vars to $variables. 2013-07-13 11:30:18 +01:00
Nathaniel Catchpole 2644090a64 Issue by Xano: Fixed Routing system cannot handle /foo/bar and /foo/{baz}. 2013-07-12 13:15:43 +01:00
Dries d5b6771752 Issue by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Dries 5feff937fa Issue 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 by Berdir: Mark CacheArray deprecated in favour of CacheCollector. 2013-07-10 22:34:06 +01:00
Alex Pott 5207055bc6 Issue by effulgentsia: Limit APIs to FieldDefinitionInterface when FieldInstance isn't needed. 2013-07-10 20:28:14 +01:00
Alex Pott cd7ca03c27 Issue by tim.plunkett: Remove obsolete ContainerFactoryPluginBase. 2013-07-10 17:05:43 +01:00
Alex Pott 06cb438e03 Issue by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
Alex Pott 45a9e859d6 Issue by Berdir: Adding methods to UserInterface/AccountInterface. 2013-07-09 15:39:11 +01:00
Alex Pott 5fc86b0029 Issue 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 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 by dawehner, chx, agentrickard, marcingy, alexpott: Move node access storage to DIC. 2013-07-05 14:39:57 +01:00
Nathaniel Catchpole 2c11efed11 Issue 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 by pcambra: Fix typo in QueryInterface API docs 2013-07-03 07:39:28 -07:00
Alex Pott d5d172e3c8 Issue 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 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 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 by Cottser, geoffreyr, joelpittet: Contrib cannot define additional Twig extensions. 2013-07-02 13:45:03 +01:00
Dries 58de5374c4 Issue by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Dries d988a30f87 Issue by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements. 2013-06-30 20:09:38 -04:00
Alex Pott 2e9c7fefd6 Issue by Berdir, fago, dixon_: Move TypedData primitive types to interfaces. 2013-06-30 11:03:43 +01:00
Alex Pott c56cb20453 Issue by Sutharsan, webflo: Reduce dependency of Locale on Update module . 2013-06-30 10:48:34 +01:00
Alex Pott 9dbbb4dd98 Issue by fietserwin, jthorson: LocalReadOnlyStream::stream_open() refuses to open a file when 'rb' flag is passed in. 2013-06-30 02:12:07 +01:00
Alex Pott 91c32e3da9 Issue by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Dries 8ce27f2279 Issue by Sutharsan, penyaskito, chx: Fixed locale.module uses eval. 2013-06-29 17:25:40 -04:00
Nathaniel Catchpole f1e9349a15 Issue 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 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 2c2f5f59f5 Issue by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01:00
Alex Pott 0453593c66 Issue followup by tim.plunkett: Replace entity_page_create_access() by an access controller. 2013-06-29 12:36:37 +01:00
Alex Pott 4c357934c2 Issue by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 0c957d310a Issue by tim.plunkett: Fixed Language::LANGUAGE_DEFAULT should be Language::LANGCODE_DEFAULT. 2013-06-29 11:34:03 +01:00
Alex Pott 0af43e4e71 Issue by ParisLiakos, dawehner, tim.plunkett: Replace entity_page_create_access() by an access controller. 2013-06-29 07:52:24 +01:00
catch 4e9792633c Issue by fgm: Fixed Simplify DerivativeInterface implementations by refactoring duplicated code to a base class. 2013-06-28 22:17:30 +01:00
Dries 6f29144a10 Issue by JohnAlbin, Pancho: Fixed Switch from ISO-3166-1 country data to CLDR unicode data. 2013-06-28 13:06:49 -04:00
Alex Pott b1c684b8f8 Issue by katbailey: Stop pretending we support Symfony bundles when we really just have service providers. 2013-06-28 17:13:22 +01:00
Alex Pott f74d2981ef Issue by plach, David Hernández: Introduce hook_entity_prepare() to generalize hook_node_prepare(). 2013-06-28 09:41:01 +01:00
Alex Pott 4586ea128d Issue by amateescu, swentel: Introduce form modes UI and their configuration entity. 2013-06-27 22:24:39 +01:00
catch 264d1d9767 Issue by dawehner, jhedstrom: Convert system module's JsonUnitTest to phpunit. 2013-06-27 22:04:31 +01:00
Alex Pott 4f8b8a5087 Issue by twistor, tim.plunkett, damiankloip, Berdir: EntityListController::getOperations() should respect access checks. 2013-06-27 07:13:06 +01:00
Alex Pott 46973e74b5 Issue by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01:00
Dries da60ebc321 Issue by effulgentsia: Finish the removal of non-formatter's prepareView(). 2013-06-26 22:17:42 -04:00
Alex Pott d0d1817738 Issue by Berdir, plach, amateescu, yched: Remove Drupal\field_test\Plugin\Entity\Type\TestEntity in favor of EntityTest. 2013-06-26 16:38:18 +01:00
Alex Pott b537ccd584 Issue by chx, dawehner: Move entity query out of field_sql_storage(). 2013-06-26 15:21:57 +01:00
Alex Pott 93ea9a472b Issue by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-26 09:17:11 +01:00
Alex Pott 356dc8bacd Issue by xjm, damiankloip, tim.plunkett, yched: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data). 2013-06-25 23:57:46 +01:00
Alex Pott c6ebde4325 Issue by Berdir: Use static caches for parsed .services.yml and .info.yml files. 2013-06-25 20:19:00 +01:00
Alex Pott de3558c214 Issue by vijaycs85: Rename translation_entity() to content_translation(). 2013-06-25 20:16:20 +01:00
Alex Pott a9b5c81657 Revert "Issue by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller."
This reverts commit af5478b863.
2013-06-25 17:44:41 +01:00
Alex Pott af5478b863 Issue by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-25 16:23:13 +01:00
Alex Pott a2c2367bf8 Issue by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott 377521e267 Issue by damiankloip: Add a dedicated @Condition plugin annotation. 2013-06-25 09:39:29 +01:00
Alex Pott 0d20ccb2a7 Issue by tsphethean: Move batch storage to Drupal\Core\Batch. 2013-06-24 16:05:10 +01:00
Alex Pott e865959961 Issue followup by damiankloip: Add module owner to plugin definition in AnnotatedClassDiscovery. 2013-06-22 22:47:45 +02:00
Alex Pott a93de78702 Issue by damiankloip, pwieck: Convert system_theme_settings() to FormInterface. 2013-06-22 21:36:14 +02:00
Nathaniel Catchpole 21812ed3a1 Issue by Berdir: Extract generic CacheCollector implementation and interface from CacheArray. 2013-06-21 10:22:46 +01:00
Dries 5f67fd1d08 Issue by fago, das-peter, Berdir: Manage entity field definitions in the entity manager. 2013-06-20 15:09:30 -04:00
Dries 0eaa35d578 Issue by ParisLiakos, damiankloip, dawehner, jibran: Replace aggregator rss parsing with Zend Feed. 2013-06-19 16:36:24 -04:00
Dries 4ab87f7e56 Issue by Berdir, Dean Reilly: Fixed Unserialised database connection objects don't use Drupal's PDO Statement class. 2013-06-19 15:29:38 -04:00
Nathaniel Catchpole 00cb147e14 Issue by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Nathaniel Catchpole cc7ca3ed63 Issue by plach, Berdir: Make the $type parameter of LanguageManager::getLanguage() optional. 2013-06-19 10:59:38 +01:00
Alex Pott fd5f765f76 Issue followup by tim.plunkett, andypost: Reconcile entity forms and confirm forms. 2013-06-19 11:35:56 +02:00
Nathaniel Catchpole 270db4a504 Issue by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
Alex Pott 851d7d0ff2 Issue by fago, klausi, sun, dasjo: Provide a way to define default values for entity fields. 2013-06-19 10:31:20 +02:00
Alex Pott 4756994e09 Issue by Berdir, LukyLuke_ch, giammi, effulgentsia: Convert contact message entities to the new Entity Field API. 2013-06-19 01:42:10 +02:00
Alex Pott 0360c07ec1 Issue by damiankloip: Add module owner to plugin definition in AnnotatedClassDiscovery. 2013-06-19 01:37:47 +02:00
Alex Pott b22c7a5b66 Issue by ParisLiakos, pwieck: Drupal\Component\Gettext\PoStreamReader calls get_t(). 2013-06-19 01:36:06 +02:00
Alex Pott 69f2cef030 Issue by dawehner, jhedstrom: Convert system module's Batch unit tests to phpunit. 2013-06-19 01:32:50 +02:00
Alex Pott c707cf7964 Issue by dawehner: Extend the router provider interface so that Views can override routes. 2013-06-18 09:29:38 +02:00
Alex Pott f7f7f37305 Issue by larowlan, jibran, quicksketch: Allow Dialog Controller to work with form/entity form routes. 2013-06-18 09:19:24 +02:00
Alex Pott 4d08d57418 Issue by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott c4b665859a Issue by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
webchick 1a416d4403 Issue follow-up by tim.plunkett: Remove remaining incidents of st(). 2013-06-17 23:44:52 -05:00
Alex Pott 94b0b70f93 Issue by effulgentsia, yched: Make TypedData implement PluginInspectionInterface. 2013-06-18 00:33:02 +02:00