Commit Graph

339 Commits (0e95fcf8cd6c6ded8e7e0b36fd378cd1c579821b)

Author SHA1 Message Date
Alex Pott 99b39dc7d8 Issue #1963470 by effulgentsia, Crell, tim.plunkett, larowlan: Move controller derivation to route enhancers (and just that). 2013-04-15 10:21:21 +01:00
Alex Pott e784ac79b6 Issue #1964098 by larowlan | jm.federico: Fixed #ajax doesn't work on #number field types. 2013-04-14 13:04:35 +01:00
webchick b5c0d297ab Issue #1862398 by Berdir: Replace drupal_http_request() with Guzzle. 2013-04-13 16:06:25 -07:00
webchick b77715c307 Issue #1967294 by tim.plunkett: Add a dedicated @EntityType annotation. 2013-04-13 15:15:20 -07:00
Alex Pott a820153fa5 Issue #1735118 by swentel, yched, xjm, larowlan, alexpott, tim.plunkett: Convert Field API to CMI. 2013-04-13 18:06:40 +01:00
webchick 0c1777a91d Issue #1967420 by tim.plunkett, dawehner: Allow Core\AnnotatedClassDiscovery to pass all parameters to the constructor of Component\AnnotatedClassDiscovery. 2013-04-11 22:59:05 -07:00
Alex Pott b4cc0cc5bd Issue #1033116 by eojthebrave, c4rl, brianV, tim.plunkett | webchick: Rename template.php to THEMENAME.theme to elimnate ambiguity around 'the template file' vs. 'template files'. 2013-04-11 07:30:05 +01:00
catch e287c9de95 Issue #1957590 by dawehner, mkadin: Remove remaining procedural ajax command usages. 2013-04-09 21:30:46 +01:00
Alex Pott 34e630950a Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
Alex Pott 42bfe9293d Issue #1843380 by wuinfo, netol, xjm: Fixed The message telling that the new user has been e-mailed is always displayed, even if it's not true. 2013-04-08 00:04:41 +01:00
Alex Pott f6b150aa51 Issue #1396892 by larowlan, nick_schuch | quicksketch: Fixed drupal_get_library() may break JavaScript library path by clobbering it with the library version number. 2013-04-07 19:30:13 +01:00
catch 6a27d1b0eb Issue #1958702 by rootatwc: Fixed Aggregator variables to config update is never executed. 2013-04-03 12:21:35 +01:00
webchick 20ec5dc16d Issue #1945418 by tim.plunkett, jaskho: Fixed New-style placeholders in menu_router() table break breadcrumbs, menu tree, etc. 2013-03-29 08:54:24 -07:00
webchick 57669aabf1 Revert "Issue #1938980 by Crell, rootatwc, tim.plunkett: Move controller derivation to route enhancers."
Temporary rollback; this broke AJAX paths. Working on better test coverage.

This reverts commit 221099b571.
2013-03-27 16:35:02 -07:00
Dries 221099b571 Issue #1938980 by Crell, rootatwc, tim.plunkett: Move controller derivation to route enhancers. 2013-03-27 15:27:28 -04:00
Dries f969d2c104 Issue #1866908 by klausi: Honor entity and field access control in REST Services. 2013-03-27 15:07:39 -04:00
catch c07e727d8f Issue #1664844 by alexpott, cweagans, heyrocker, eojthebrave, ACF, Berdir: Convert image toolkits into plugins. 2013-03-25 11:55:05 +00:00
Dries 44eda14f65 Issue #1862750 by fubhy, Berdir, dawehner: Implement entity access API for nodes. 2013-03-22 12:45:08 -04:00
catch 71b4a0d018 Issue #1839066 by Berdir, das-peter, amateescu, fago: Implement the new entity field API for the image field type. 2013-03-22 10:38:30 +00:00
webchick e6f953db92 Issue #1875182 by yched: Pass plugin definition to plugin instances instead of discovery object. 2013-03-19 17:28:35 -04:00
webchick 1bec76308f Issue #1446382 by plach: Need a reliable way to determine if a specific bundle for an entity type is translatable. 2013-03-18 05:40:12 -07:00
webchick c309e0e598 Issue #1938600 by tim.plunkett: Add a FormInterface replacement for confirm_form(). 2013-03-17 12:01:24 -07:00
webchick f37b8675d2 Issue #1870764 by quicksketch, dawehner, frega, larowlan, nod_: Add an ajax command which makes it easy to use the dialog API in complex cases. 2013-03-17 09:04:07 -07:00
webchick 4cc0db2d26 Issue #1540136 by Rob Loach, Pete B: Simplify index.php by moving DRUPAL_ROOT to bootstrap.inc. 2013-03-16 23:36:36 -07:00
catch ee5b4a7040 Issue #1883152 by klausi: Field level access for EntityNG. 2013-03-12 16:03:16 +00:00
webchick 3c2ac065df Issue #1933548 by alexpott: Fixed Book allowed_types() settings repetitive and in under certain conditions can change unexpectedly. 2013-03-10 12:27:34 -07:00
webchick 277d8fe978 Issue #1934716 by alexpott: Merge system.fast_404 config object into system.performance. 2013-03-10 12:14:36 -07:00
webchick 37afef0004 Issue #1818556 by das-peter, plach, fago, Berdir, vijaycs85: Change notice: Convert nodes to the new Entity Field API. 2013-03-10 12:05:24 -07:00
webchick 0f618becfa Issue #1857376 by dawehner, tstoeckler, damiankloip: Provide an area handler that renders an entity. 2013-03-09 23:00:51 -08:00
webchick 00d7d0c275 Issue #1934832 by tim.plunkett, Crell: Provide a dedicated approach for using forms in routes. 2013-03-08 20:29:10 -08:00
catch a92b264dce Issue #1891980 by Berdir, amateescu: Add Service termination API to reliable terminate/shut down services in the container. 2013-03-07 13:13:43 +00:00
catch b0666783f5 Issue #1821420 by vijaycs85, cam8001, Albert Volkman, ACF, typhonius, pcambra, Berdir: Convert mail variables to cmi. 2013-03-07 10:48:27 +00:00
catch dc164770f7 Issue #1932806 by ACF: Change entity_form_langcode() to the state system. 2013-03-07 10:44:50 +00:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
webchick 570433156d Issue #1848880 by Wim Leers, effulgentsia: Test order of AJAX commands: add Ajax\FrameworkTest::testOrder(), strengthen testLazyLoad(), fix JS settings not being prepended. 2013-03-04 20:16:44 -05:00
catch e1fa73eaf4 Issue #1903750 by benjy: Convert menu_link() hooks to use Type-Hinting. 2013-03-04 15:28:39 +00:00
catch f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00:00
catch 780b439297 Issue #1836008 by dawehner, Berdir, alexpott, katbailey, effulgentsia, EclipseGc: Fixed Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery. 2013-02-28 11:24:13 +00:00
webchick d4c21cd945 Issue #1893108 by Berdir, dawehner: Convert most entity tests to DrupalUnitTestBase. 2013-02-27 21:18:48 -05:00
webchick dcad36aa85 Issue #1922950 by alexpott: Fixed Failures in MenuRouterTest due to unmet dependency. 2013-02-27 20:36:24 -05:00
webchick 1813bf3d01 Issue #1928082 by vijaycs85, YesCT, alexpott: Fixed Make usage of book.settings:allowed_types() consistent. 2013-02-27 18:20:15 -05:00
webchick e898c4ddcb Issue #1925140 by tim.plunkett: Fixed drupal_form_submit() does not accept FormInterface objects. 2013-02-27 17:30:50 -05:00
webchick 74804f701a Issue #1921996 by damiankloip, tim.plunkett, larowlan: Convert system_config_form() to implement FormInterface as a base class. 2013-02-27 17:17:09 -05:00
Dries 6aa308f8ea Issue #1798734 by Berdir, ACF, leschekfm, heyrocker, alexpott: Convert drupal_private_key() to the configuration system. 2013-02-27 16:27:35 -05:00
catch ca5a3ef054 Revert "Issue #1883152 by klausi: Field level access for EntityNG."
This reverts commit 172318fb71.
2013-02-27 11:19:00 +00:00
catch 172318fb71 Issue #1883152 by klausi: Field level access for EntityNG. 2013-02-27 09:53:43 +00:00
catch 01d6fee5ec Issue #1804380 by miro_dietiker, vijaycs85, 8thom, swentel: Convert color variables to config/state. 2013-02-22 11:18:33 +00:00
webchick 89686bf45c Issue #1743686 by EclipseGc, fago, amateescu, damiankloip: Added Condition Plugin System. 2013-02-18 22:43:39 -08:00
Dries 395d3a6bf1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-02-18 17:00:21 -05:00