Commit Graph

334 Commits (ff8fa8993a5bb362018ab8a58e2c6e1a90473595)

Author SHA1 Message Date
webchick 73050fbb3e Issue #2071019 by tim.plunkett, olli: Allow the block category for Views block displays to be edited. 2013-09-11 00:45:44 -07:00
webchick f503d2282a Issue #2074509 by tim.plunkett, falcon03, mgifford, Xano: Fixed Add missing #title property to ensure form accessibility. 2013-09-11 00:16:22 -07:00
Alex Pott 11eeb98bf3 Issue #2070609 by damiankloip, tstoeckler: Remove obsolete 'module' keys from Views plugin annotations. 2013-09-11 02:21:44 +01:00
webchick 7bdc1e61fa Issue #2060859 by tim.plunkett, Gábor Hojtsy: Make Block plugin's 'category' a translatable string. 2013-09-10 09:38:01 -07:00
Alex Pott c9b99fc6a5 Issue #2078675 by benjy: Remove unused constants in block.module. 2013-09-10 08:36:49 +02:00
webchick 727797565a Issue #2084197 by tim.plunkett: Fixed Uninstalling menu module removes all custom menus. 2013-09-09 23:33:15 -07:00
webchick 1028ebdfef Issue #2083877 by tim.plunkett: Add a theme selector to the place block form. 2013-09-09 22:52:19 -07:00
Dries c3dbc26969 Issue #2078341 by tim.plunkett: Restructure Block UI and custom block pages. 2013-09-06 13:25:30 -04:00
Dries dac7e2467c Issue #2078951 by tim.plunkett, jessebeach: Highlight the row of block that was just placed. 2013-09-06 13:22:45 -04:00
Dries 24e2dc2669 Issue #2074193 by Gábor Hojtsy, Wim Leers: Add changed time tracking to custom blocks. 2013-09-06 12:46:50 -04:00
Nathaniel Catchpole 085a24e07f Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants. 2013-09-05 10:48:11 +01:00
Nathaniel Catchpole fb38555e50 Issue #2079011 by Berdir, alexpott: Move field.module constants related to storage to EntityStorageControllerInterface. 2013-09-05 10:41:02 +01:00
Dries 1c54559172 Issue #2079761 by tim.plunkett: Use a template for the block listing page to simplify the form. 2013-09-04 16:42:50 -04:00
Alex Pott 7742cc3563 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-09-01 13:24:15 +01:00
Nathaniel Catchpole 613a370a5b Issue #2057589 by smiletrl, tim.plunkett, alexpott, dawehner: Rename ControllerInterface to ContainerInjectionInterface. 2013-09-01 09:04:33 +01:00
Nathaniel Catchpole c7994001cc Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
webchick 45e492dc05 Revert "Issue #2041333 by tstoeckler: Inject the module handler into the entity access controller."
This reverts commit 135f4e6a29.

Needs more discussion.
2013-08-31 00:10:01 -07:00
webchick 135f4e6a29 Issue #2041333 by tstoeckler: Inject the module handler into the entity access controller. 2013-08-30 23:32:10 -07:00
Alex Pott a8d4542933 Issue #2012312 by tim.plunkett: Remove legacy code from filter.module. 2013-08-29 20:38:58 +01:00
Alex Pott c5ef1c9c38 Issue #2063405 by dawehner, Wim Leers, Crell: Update all access checkers to use static::ALLOW/static::DENY/static::KILL. 2013-08-29 14:04:29 +01:00
Alex Pott 23fba8070e Issue #1997262 by andypost, nick_schuch, larowlan, tim.plunkett, jibran, chertzog, kim.pepper: Convert custom_block_delete_form() to new form interface. 2013-08-29 02:34:22 +01:00
webchick f2630dc63e Issue #2062091 by m1r1k: Remove references to global in Block module. 2013-08-28 01:35:55 -07:00
webchick 206e2b2525 Issue #2072941 by marcingy, tim.plunkett: Modernize block.module forms. 2013-08-27 23:57:42 -07:00
Alex Pott 55bd232761 Issue #1969388 by dawehner, tim.plunkett, olli: Add dedicated annotations for Views plugins. 2013-08-28 01:03:53 +01:00
Alex Pott 48ddeb48db Issue #2024963 by Berdir: Move baseFieldDefinitions from storage to entity classes. 2013-08-27 17:04:17 +01:00
Alex Pott 0489b631a8 Issue #2065721 by tim.plunkett: Add a dedicated @Block plugin annotation. 2013-08-25 19:57:31 +01:00
Alex Pott 703e9e476c Issue #2021063 by Berdir, kiamlaluno, YesCT: Use hook_entity_operation_alter() for manage fields and manage display links. 2013-08-25 11:41:10 +01:00
Alex Pott 3c2bee1d4a Issue #2067881 by ZenDoodles, mradcliffe: Fixed Search is missing from block admin UI after installation. 2013-08-25 10:56:12 +01:00
Nathaniel Catchpole 2db966381a Issue #2062151 by dawehner: Create a current user service to ensure that current account is always available. 2013-08-25 07:44:25 +01:00
Alex Pott 5fc01a83e8 Issue #2072181 by dawehner, tim.plunkett: Change title in blocks form for items_per_page(). 2013-08-24 01:51:29 +01:00
Alex Pott 410d56a7ba Issue #2059245 by tim.plunkett, msonnabaum: Add a FormBase class containing useful methods. 2013-08-22 03:02:00 +01:00
Nathaniel Catchpole a911c113a9 Issue #1961542 by mtift, ParisLiakos: Added Drupal::transliteration() and replace calls to transliteration service with it. 2013-08-21 02:49:29 +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
Alex Pott 58d8e35c38 Issue #2003058 by ashwinikumar, ebeyrent, DmitryDrozdik, benjy: Replace drupal_container() with Drupal::service() in the block module. 2013-08-16 18:26:53 -05:00
Dries 8c5f572b69 Issue #2032535 by dawehner, katbailey, pwolanin, Crell: Resolve 'title/title callback' by adding a _title propery on the route and allow a title be part of the render array. 2013-08-16 15:36:55 -05:00
Dries 07298d66e4 Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
Dries 3868033249 Issue #2046303 by kim.pepper: Convert aggregator_form_category() to FormInterface. 2013-08-16 12:32:24 -05:00
Dries 4e71065321 Issue #2058321 by tim.plunkett, pameeela: Move the 'place block' UI into the block listing. 2013-08-15 10:29:30 -05:00
Dries d6ba81b6d5 Issue #2058321 by tim.plunkett, pameeela: Move the 'place block' UI into the block listing. 2013-08-15 10:28:57 -05:00
Nathaniel Catchpole d789fcbfdf Issue #2064591 by larowlan: Missing test coverage for multiple custom block types. 2013-08-15 08:20:15 +01:00
webchick 129031e49d Issue #1995046 by pfrenssen, andypost, tim.plunkett: BlockListController doesn't call parent::getOperations() and so 'delete' is the default dropbutton operation. 2013-08-14 13:08:24 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott a0d303072f Issue #2062439 by tim.plunkett, larowlan: Provide listing of custom block entities. 2013-08-13 15:25:21 -05:00
webchick 0285ab1522 Issue #2062817 by xjm: Fixed Custom block edit path is incorrect in hook_admin_paths() and the configure path is missing from the .info. 2013-08-13 01:58:06 -07:00
webchick 76218456e5 Issue #2057149 by legolasbo: Remove Unused local variable () from /core/modules/block/block.module. 2013-08-13 01:37:51 -07:00
webchick 6f1e25234b Issue #1886390 by zuuperman, benjy: Unnecessary if state in block_page_build(). 2013-08-10 02:03:40 -07:00
webchick edcc75602f Issue #1998658 by larowlan: Fixed Creating Custom Block with same name as existing block throws SQL error. 2013-08-10 00:43:37 -07:00
webchick 18a03b1f13 Issue #2031467 by tim.plunkett: Fixed The Place blocks button shows on the Configure block page. 2013-08-09 23:52:52 -07:00
webchick b435b703d6 Issue #2056513 by tim.plunkett: Remove PluginUI subsystem, provide block plugins UI as one-off. 2013-08-07 12:49:26 -07:00