Commit Graph

74 Commits (da1234fb74994f34bc3795451b4deb43c131f4a1)

Author SHA1 Message Date
Alex Pott 272c5c6bd9 Issue #2027335 by YesCT: If EntityFormController implements EntityControllerInterface it can ignore in createInstance()/__construct(). 2013-06-26 15:02:29 +01:00
Alex Pott 356dc8bacd Issue #1969698 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 b15e92136a Issue #1962234 by dawehner, damiankloip, alexpott: Move views_fetch_fields() into an autoloadable class. 2013-06-22 21:38:13 +02:00
Jennifer Hodgdon 5d0f9d91c3 Issue #2022207 by pcambra, Berdir: Make references to User class in test docs reference UserInterface instead 2013-06-20 09:33:23 -07:00
Jennifer Hodgdon 0366140fa0 Issue #2013094 by pwieck, Cottser: Remove unnecessary template_preprocess() reference from all Twig files 2013-06-20 07:02:02 -07:00
Alex Pott e52a3bbf27 Issue #2005520 by echoz: Remove remaining prefixed border-radius and box-shadow from core. 2013-06-19 22:49:23 +02:00
Dries abd15444cd Issue #1907902 by dawehner, damiankloip: Move views_get_handler() into the handler plugin manager. 2013-06-19 16:23:10 -04:00
Alex Pott b44d95bf93 Issue #2015999 by damiankloip: Fields cannot be used as the row style on style plugins that support it. 2013-06-19 11:35:56 +02:00
Alex Pott 851d7d0ff2 Issue #1777956 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 0e8571d150 Issue #1998192 by damiankloip, dawehner: Allow the boolean labels of exposed filters to be configurable. 2013-06-18 09:20:41 +02:00
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
Alex Pott 73fbcf8072 Issue #2011018 by tim.plunkett: Reconcile entity forms and confirm forms. 2013-06-17 23:26:42 +02:00
Alex Pott 116f0a389e Issue #2003366 by sillygwailo, Joe9, kenianbei, pcambra, heddn, YesCT, damiankloip: Rename Views method pre_render() to preRender(). 2013-06-17 22:53:40 +02:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02:00
webchick 5cfd21bb87 Issue #2014049 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the views_ui() module. 2013-06-17 01:31:01 -05:00
webchick 071fa21e2b Issue #2004408 follow-up by tim.plunkett: Fix tests to account for previous fix. 2013-06-16 23:32:45 -05:00
webchick bff96f484f Issue #2004408 follow-up by tim.plunkett: Fixed broken tests due to missing use statement. 2013-06-16 23:04:53 -05:00
Alex Pott a544e13f51 Issue #2012882 by damiankloip, dawehner: Move getDisplaysList() out of View storage class to ViewListController. 2013-06-17 01:58:58 +02:00
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02:00
Alex Pott 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott 466c8c4ca5 Issue #2015377 by kim.pepper: Move Controllers in 'Routing' to 'Controller' namespace. 2013-06-14 23:48:32 +02:00
Alex Pott 3b61f06bf9 Issue #2019481 by nod_: JavaScript AJAX commands object is borked: it is shared among all Drupal.ajax instances, preventing scoped overrides. 2013-06-14 15:37:00 +02:00
Alex Pott fc7897f36b Issue #1967112 followup by David_Rothstein, dawehner: HTML 5 validation breaks the cancel button in Views UI dialogs. 2013-06-13 23:32:39 +01:00
Alex Pott 07c6057fb3 Issue #2015165 by damiankloip: Exposed forms are not rendered in the Views UI preview. 2013-06-13 22:57:38 +01:00
Alex Pott 4b815b31e9 Issue #2012502 by damiankloip: Fixed Tab options form cannot be submitted. 2013-06-13 21:50:46 +01:00
Alex Pott 342f132b35 Issue #1970360 by Crell, linclark, dawehner, YesCT, matt2000: Entities should define URI templates and standard links. 2013-06-13 09:19:53 +01:00
Alex Pott 202fe604b4 Issue #1986802 by yched: Rename PluginInspectionInterface::getDefinition() to getPluginDefinition(). 2013-06-12 17:14:59 +01:00
Alex Pott f7ded179bf Issue #2002506 by pcambra, JoshuaRogers: Fixed Rearranging fields and sorts causes existing items to be removed. 2013-06-12 16:43:42 +01:00
Alex Pott 07bf168bd6 Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface. 2013-06-11 23:16:25 +01:00
Alex Pott 4d85fa44a3 Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user. 2013-06-11 15:04:34 +01:00
Alex Pott b0aa1ae48c Issue #1888954 by dawehner: Attachments with only display cause a php error in the edit UI. 2013-06-11 00:57:38 +01:00
Alex Pott 081a59c764 Issue #2012170 by ParisLiakos: Move ViewsUITest to the correct place. 2013-06-10 14:13:55 +01:00
Alex Pott 96c82a2913 Issue #1921748 by damiankloip: Fixed Views UI gives no indication that you are editing a disabled view. 2013-06-09 15:07:44 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Nathaniel Catchpole f67a09b263 Issue #1278456 by dawehner, damiankloip: Append [hidden] to administrative title of excluded fields. 2013-06-05 12:36:22 +01:00
Alex Pott 7166d89041 Issue #1983164 by dawehner, larowlan: Entity Forms in ajax requests don't find the route. 2013-06-05 11:24:59 +01:00
Alex Pott b0d6b2ace5 Issue #2002374 by brentaar, toddtomlinson: Rename Views method build_form() to buildForm(). 2013-06-05 07:15:58 +01:00
Alex Pott 577949ff96 Issue #2002434 by sillygwailo: Rename Views method create_view() to createView(). 2013-06-05 07:05:16 +01:00
Dries f37d3c80c6 Issue #1879774 by damiankloip, dawehner, effulgentsia: catch plugin exceptions for invalid views display plugins. 2013-06-03 21:05:48 -04:00
Alex Pott ace3459c4b Issue #2006636 by tim.plunkett: Fixed menu_contextual_links() will always return a link to the MENU_DEFAULT_LOCAL_TASK, never the parent. 2013-06-03 20:52:29 +01:00
Alex Pott b06ef6d1bf Issue #2002892 by toddtomlinson, jeroen12345, tvlooy: Rename Views method get_aggregation_info() to getAggregationInfo(). 2013-05-30 00:29:57 +01:00
Alex Pott 687af78488 Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4.
2013-05-29 22:08:39 +01:00
Dries 876ee0a312 Issue #2003440 by iStryker: Change the location of the save button. 2013-05-29 16:07:50 -04:00
Dries a317b3ef79 Revert "Issue #1879774 by damiankloip, dawehner, xjm: Catch plugin exceptions for invalid views display plugins."
This reverts commit db2df2d808.
2013-05-29 15:28:27 -04:00
Dries db2df2d808 Issue #1879774 by damiankloip, dawehner, xjm: Catch plugin exceptions for invalid views display plugins. 2013-05-29 15:00:12 -04:00
Alex Pott 5501be94ab Issue #2002418 by Psikik: Rename Views method can_group() to canGroup(). 2013-05-29 14:21:16 +01:00
Alex Pott c4e52bb6b4 Issue #1892182 by nod_: #type details: Rename #collapsed to #open. 2013-05-29 12:31:25 +01:00
Alex Pott 00fdcd39cc Issue #1908756 by tim.plunkett: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu(). 2013-05-27 20:20:55 -05:00