Commit Graph

125 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
webchick 55c154d698 Issue #2075503 by tstoeckler: Fixed Wrong issue linked in @todo in ViewUI::baseFieldDefinitions(). 2013-08-28 02:07:04 -07:00
webchick 334703ac2b Issue #2072303 by tim.plunkett: Modernize views_ui().module forms. 2013-08-28 00:06:21 -07: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 06ca120b3e Issue #2068269 by dawehner: Use _content where possible in views_ui().routing.yml. 2013-08-24 09:56:39 +01:00
Alex Pott 5f0fc08ba7 Issue #2029167 by oadaeh, mandarmbhagwat78: Fixed Global text textarea is hidden due a CSS problem in Firefox. 2013-08-23 02:44:46 +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
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
Dries 52676a7bf6 Issue #2028535 by nick_schuch, clemens.tolboom: Provide a TourTestBase class for use by core and contrib modules. 2013-08-16 15:16:15 -05:00
Dries a18a231ea4 Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -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
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott 808100c663 Issue #2062179 by duozersk: Remove Unused local variable from /core/modules/views_ui()/lib/Drupal/views_ui()/Tests/StyleUITest.php. 2013-08-13 16:23:50 -05:00
webchick a6b26016ad Issue #2062755 by sergeypavlenko: Remove Unused local variable from /core/modules/views_ui()/lib/Drupal/views_ui()/Tests/RowUITest.php. 2013-08-13 01:47:04 -07:00
Nathaniel Catchpole 7827f1d7dd Issue #2050227 by damiankloip, pwolanin: Add local action plugin deriver to use YAML discovery for static definitions. 2013-08-13 06:01:50 +01:00
webchick 31a50d5be5 Issue #1918648 by mr.baileys, chrisjlee, steveoliver, joelpittet, jenlampton, Cottser: Convert theme_views_ui_style_plugin_table() to Twig . 2013-08-12 00:22:49 -07:00
Nathaniel Catchpole 9479e664d4 Issue #2048309 by mondrake: Fixed Views UI Preview - navigation is broken. 2013-08-12 04:39:02 +01:00
Alex Pott fedfd496b0 Issue #2029451 by R.Hendel: Fixed to general css in the views UI. 2013-08-09 09:44:19 +01: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
webchick 9a77b82151 Issue #1839130 by rballou, nod_, droplet: Refactor modules/views_ui()/js/views-admin.js. 2013-08-06 23:27:16 -07:00
Alex Pott a2f9a60724 Issue #2033383 by tim.plunkett: Provide a default plugin bag. 2013-08-01 17:42:57 +02:00
Alex Pott 637beb94d0 Issue #1915026 by steveoliver, 2ndmile, damiankloip, echeese, eromero1, joelpittet, rvilar, waynethayer, Hydra, drupalninja99, dsdeiz: Convert theme_views_ui_container() to Twig. 2013-07-25 16:08:22 +02:00
Alex Pott 251499736b Issue #1875344 by aaronott, damiankloip: Add back removed test coverage in Views' OverrideDisplaysTest. 2013-07-24 22:56:59 +02:00
Dries f5cc9308c9 Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Alex Pott 4dfc5e34c3 Issue #2044521 by bowersox, DuaelFr: Fixed Label used for markup, not associated with input form. 2013-07-24 02:46:37 +02:00
Alex Pott 972ad35072 Issue #2045709 by damiankloip, fubhy: Remove tempStore dependency from ViewsUIController. 2013-07-24 02:04:48 +02:00
Nathaniel Catchpole eaacc4e6b9 Issue #2042487 by tim.plunkett, damiankloip: Fixed Token checking for Views enable/disable is missing. 2013-07-21 16:25:33 +01:00
Alex Pott 982452f77a Issue #2030293 by mondrake, YesCT: Fixed View preview is broken in UI if a pager has to be displayed. 2013-07-21 08:48:19 +01:00
Alex Pott 91fbd4b5ca Issue #2029733 by damiankloip, tim.plunkett: Add a getExecutable() method to View. 2013-07-20 20:32:31 +01:00
Alex Pott 1eb378f424 Issue #1806288 by dead_arm, mgifford: Fix duplicate ID's in Views HTML structure. 2013-07-20 20:27:43 +01:00
Alex Pott f92f05c171 Issue #2040369 by xjm: Fixed The Views UI tour is broken. 2013-07-20 02:14:38 +01:00
Alex Pott 3bc754a644 Issue #1963986 by chrisjlee, designesse, joelpittet, waynethayer: Convert theme_views_ui_view_info() to Twig. 2013-07-20 01:23:33 +01:00
Alex Pott d03acd3ce9 Issue #1831080 by dawehner, IshaDakota, YesCT: Remove the 'More' area from the bottom of handler configuration. 2013-07-14 14:01:25 -04:00
Alex Pott 53f96eda08 Issue #1933364 by dawehner: Remove the ajax errors in the UI. 2013-07-14 09:06:59 -04:00
Nathaniel Catchpole c094757a99 Issue #1963942 by joelpittet, ACF, dasjo: Change all instances of $vars to $variables. 2013-07-13 11:30:18 +01:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Dries 5feff937fa Issue #2031473 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
Jennifer Hodgdon 317230271a Issue #2035087 by lazysoundsystem, Crell, Cottser: Remove remaining t() from test assert messages in views and views_ui 2013-07-09 07:06:52 -07:00
Nathaniel Catchpole f77b7106da Issue #1966514 by Sutharsan, ivansf: Fixed Do not use \' in translatable strings. 2013-07-06 16:15:51 +01:00
Dries 59f478ff96 Issue #2031519 by damiankloip: Deleting a view does not empty it's object cache. 2013-07-02 14:23:02 -04:00
Alex Pott b48f8fda69 Issue #2030925 by echoz: Quote rtl attribute selector. 2013-07-02 13:40:19 +01:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Dries d988a30f87 Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements. 2013-06-30 20:09:38 -04:00
Alex Pott e36b51237d Issue #2006974 by thedavidmeister, jlbellido: Replace theme() with drupal_render() in views_ui().module. 2013-06-29 15:17:05 +01:00
Alex Pott 2f872b853f Issue #2016939 by tim.plunkett, dawehner: Views listing page links are broken for default task page displays. 2013-06-29 15:03:53 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +01:00
Alex Pott f74d2981ef Issue #2025991 by plach, David Hernández: Introduce hook_entity_prepare() to generalize hook_node_prepare(). 2013-06-28 09:41:01 +01:00
Alex Pott 7d267ffc43 Issue #1963988 by joelpittet, Gaelan, chrisjlee: Convert theme_views_ui_view_preview_section() to Twig. 2013-06-27 10:26:32 +01:00