Commit Graph

19916 Commits (45c60ea0288a34eb279ecb59bd67192434dead0e)

Author SHA1 Message Date
webchick 45c60ea028 Issue #1939024 follow-up by tim.plunkett: Small clean-ups to code. 2013-04-03 18:46:50 -07:00
webchick eebd063734 Issue #1847600 by amateescu: Fixed Use proper entity 'view' access checks in entity reference. 2013-04-03 13:06:56 -07:00
webchick 7e465a9b17 Issue #1888390 by dawehner, damiankloip, tim.plunkett: Change 'human_name()' to 'label' and replace View::getHumanName() with View::label(). 2013-04-03 12:57:49 -07:00
webchick 934f83fe30 Issue #1950700 by xjm: Rename 'Add block' to 'Place block' on the blocks admin page. 2013-04-03 12:54:07 -07:00
webchick 577a3ef841 Issue #1914966 by Wim Leers, jessebeach: Fixed Nested contextual links triggers don't work well. 2013-04-03 12:26:39 -07:00
catch e7d8f3682d Issue #1289336 by JimmyAx, marcingy, rooby, no_commit_credit | janipuni: Fixed D8 test coverage: Calling node_view() for the same node with muliple view modes on the same page does not correctly attach fields. 2013-04-03 12:41:59 +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
catch ee96cf6b96 Issue #1889328 by gielfeldt, gumanist: Fixed Not all objects respect the query option throw_exception. 2013-04-03 11:55:27 +01:00
catch 31bd200679 Issue #1944674 by damiankloip, dawehner: Improve performance of ViewsDataCache. 2013-04-03 11:52:26 +01:00
catch 8c21dcb622 Issue #1658720 by RobLoach, dawehner, sun, chx: Use ClassLoader instead of UniversalClassLoader. 2013-04-03 11:38:50 +01:00
Alex Pott 7aca9955dc Issue #1937600 by Berdir, rootatwc | webchick: Determine what services to register in the new Drupal class. 2013-04-03 09:44:04 +01:00
Alex Pott b71bc2c193 Issue #1950326 by swentel: Fixed Entity displays are not renamed/deleted when a bundle is renamed/deleted. 2013-04-03 08:57:23 +01:00
Alex Pott 291dbd545b Issue #1935970 by msonnabaum, dawehner, RobLoach: Convert timer_* to a utility class and convert tests to phpunit. 2013-04-02 22:37:55 +01:00
Alex Pott c0eaf0f5fd Issue #1925738 by tim.plunkett: Followup: Convert language's system_config_form() to SystemConfigFormBase. 2013-04-02 21:12:48 +01:00
webchick 06ed667acd Issue #1935094 by vijaycs85, nick_schuch: Create configuration schemas for Tour module. 2013-04-02 09:55:48 -07:00
webchick 8199247dc8 Issue #1954246 by Wim Leers: Fixed Underlying content visible in the editing area while using PropertyEditor widget that uses padding. 2013-04-02 08:46:33 -07:00
Alex Pott 1a17076521 Issue #1925738 by tim.plunkett: Convert language's system_config_form() to SystemConfigFormBase. 2013-04-02 11:53:46 +01:00
Alex Pott c4c7f792d0 This reverts commit 80e373fa92 2013-04-02 11:53:10 +01:00
Alex Pott 715ff030a3 Issue #1898448 by julien, drupalway, podarok, jenlampton, steveoliver, joelpittet, jwilson3, chrisjlee, Cottser | c4rl: Convert search module to Twig. 2013-04-02 11:25:52 +01:00
Alex Pott 80e373fa92 git commit -m Issue 2013-04-02 10:18:50 +01:00
Alex Pott 3ae853248d Issue #1958560 by alexpott: Add alexpott to branch maintainers for Drupal 8. 2013-04-02 07:51:36 +01:00
webchick aa5902497d Issue #1957314 by rootatwc: Add rootatwc as aggregator maintainer in MAINTAINERS.txt. 2013-04-01 10:29:02 -07:00
webchick c0a5951ca1 Issue #1955972 by BTMash: Remove BTMash from MAINTAINERS.txt. 2013-04-01 10:15:59 -07:00
webchick bfbf011fa6 Issue #1945348 by damiankloip: Call decorated storage methods in ViewsUI explicitly. 2013-03-30 22:25:19 -07:00
webchick 3cbb29b2d3 Issue #1930274 by rootatwc, Berdir: Convert aggregator processors and parsers to plugins. 2013-03-30 21:08:45 -07:00
webchick 0b306f9385 Issue #1956434 by Berdir, amateescu: Fixed Can't edit nodes with entity reference fields. 2013-03-30 20:08:25 -07:00
webchick 47fbd65789 Issue #1932336 by damiankloip: Use override free configuration context for SystemConfigFormBase. 2013-03-30 18:03:58 -07:00
webchick 4ac059e5e9 Issue #1945326 by tim.plunkett: Rename \Drupal\system\Tests\System\SystemConfigFormBase to \Drupal\system\Tests\System\SystemConfigFormTestBase. 2013-03-30 18:03:22 -07:00
webchick fee1152503 Issue #1952842 by tim.plunkett: Fixed Views UI still uses NOT_USED for page callbacks. 2013-03-30 17:17:24 -07:00
webchick 64cbbc02e7 Revert "Issue #1952842 by tim.plunkett: Fixed Views UI still uses NOT_USED for page callbacks."
A little bit too much...

This reverts commit aab7094cdf.
2013-03-30 17:16:06 -07:00
webchick aab7094cdf Issue #1952842 by tim.plunkett: Fixed Views UI still uses NOT_USED for page callbacks. 2013-03-30 17:14:49 -07:00
webchick 537362c120 Issue #1876964 by dawehner, tim.plunkett: Improve DX when writing style plugins by adding a renderSingle function. 2013-03-30 16:54:48 -07:00
webchick 98865e8c11 Issue #1932048 follow-up by yched: Remove unnecessary constructor. 2013-03-30 16:51:57 -07:00
webchick 20a0f40a9c Issue #1953832 by xjm, David_Rothstein: Replace 'target type' on entity reference field settings with something clearer. 2013-03-30 16:50:18 -07:00
webchick 46284d2e07 Issue #1927884 by Alan D., swentel: Always return an array from field_get_items(). 2013-03-30 16:44:45 -07:00
webchick e8ee80086d Issue #1948884 follow-up by swentel, YesCT: Fix name of block schema file. 2013-03-30 16:42:19 -07:00
webchick c0771678a7 Issue #1942490 by steveoliver, Cottser: Make Twig engine available during install. 2013-03-29 11:02:49 -07:00
webchick 3b44941302 Issue #1948884 by vijaycs85, YesCT, Gábor Hojtsy: Create configuration schemas for block and custom_block() modules. 2013-03-29 10:55:22 -07:00
webchick f7dcd4fe0e Issue #1833126 by micnap, mgifford, YesCT, craychee: Add more semantic representation of original language in translations UI. 2013-03-29 10:51:33 -07:00
webchick 03b8692b41 Issue #1902856 by rcaracaus, echoz: Search page results in narrow screens. 2013-03-29 10:30:36 -07:00
webchick d35d390ffd Issue #1561362 by Niklas Fiekas, chrisdolby, mtift: Change file_transfer() to use BinaryFileResponse. 2013-03-29 10:27:03 -07:00
webchick a64d7b7db6 Issue #1939024 by Alan Evans, mtift, Crell: Convert action_admin_manage() to a new-style Controller. 2013-03-29 10:00:13 -07:00
webchick ef63cffdf3 Issue #1801356 by dawehner, disasm, amateescu, effulgentsia: Entity reference autocomplete using routes. 2013-03-29 09:54:05 -07:00
webchick 4b455afc6d Issue #1931976 by linclark, effulgentsia: Support deserialization for hal+json. 2013-03-29 09:00:20 -07: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 8aedb8ba85 Issue #1847084 by jessebeach, trawekp, LewisNyman, nod_, tarekdj: Fixed Vertical toolbar doesn't work with overlay (measure/track displacing elements better + provide change events for them). 2013-03-29 08:23:50 -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 016c15289e Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-03-27 15:07:48 -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