Commit Graph

37 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
catch cc7b115ed8 Issue #2053461 by larowlan, andypost, tim.plunkett, swentel: Node type settings such as published state, promoted state, create revision and author information cannot be turned off. 2013-12-30 18:00:49 +00:00
webchick 6db5c8594b Issue #2151355 by damiankloip: Enable reset button on admin/content exposed filters. 2013-12-07 22:54:48 -08:00
webchick cb978c820f Revert "Issue #2151355 by damiankloip: Enable reset button on admin/content exposed filters."
Whoops. 300 or so too many lines in that commit. ;)

This reverts commit 353315fc68.
2013-12-07 22:54:22 -08:00
webchick 353315fc68 Issue #2151355 by damiankloip: Enable reset button on admin/content exposed filters. 2013-12-07 22:43:04 -08:00
webchick 41623883bd Issue #1971490 by balagan, vijaycs85: Standardize label of langcode field in schema files. 2013-12-03 22:36:01 -08:00
webchick e9289c912e Issue #1958754 by greyrhino, emma.maria | LewisNyman: Copy improvements to default Views. 2013-10-11 07:50:32 -07:00
webchick 3da03a2673 Issue #1969800 by swentel, mtift, tayzlor, chx, xjm, herom: Add UUIDs to default configuration. 2013-10-09 18:37:14 -07:00
Nathaniel Catchpole abea2891b8 Issue #2057401 by plach, socketwench, kfritsche, Damien Tournoud: Fixed Make the node entity database schema sensible. 2013-10-08 13:14:08 +01:00
webchick ae7c20c7b5 Issue #2106459 by chx: Fixed core config has everything as string. 2013-10-07 17:32:28 -07:00
webchick 8a5c9202ee Revert "Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible."
HEAD broken; rolling back temporarily.

This reverts commit c72f39adba.
2013-10-04 10:35:28 -07:00
Nathaniel Catchpole c72f39adba Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible. 2013-10-04 15:12:22 +01:00
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +01:00
Nathaniel Catchpole 11aead58a2 Issue #2082499 by alexpott: Fixed Uninstalling action module removes actions created by the user module. 2013-09-07 23:30:22 +01:00
webchick e235776e24 Issue #2016953 by dawehner, damiankloip, tim.plunkett: Indicate when an optional handler is missing, that it is not 'broken'. 2013-09-04 15:25:05 -07:00
Nathaniel Catchpole cf98e43a9f Issue #2066145 by mtift: Convert node_admin_theme() to the configuration system. 2013-08-30 16:26:42 +01:00
Alex Pott 03649a3441 Issue #2043403 by bdone: Fixed admin/content View does not have 'new'/'update' indicators. 2013-07-23 00:00:05 +01:00
Alex Pott dc2304f23b Issue #2029405 by YesCT, vijaycs85, rahul.shinde: Write configuration schema for node types. 2013-07-18 22:42:06 +01:00
Alex Pott a4c65bec40 Issue #1825896 by dawehner, damiankloip, heddn: Add module owner to plugin data on handlers. 2013-07-05 21:54:59 +01:00
catch 24764e7ffa Issue #2029453 by pcambra: Move views node links back to node table. 2013-06-28 22:18:42 +01:00
Alex Pott de3558c214 Issue #2024867 by vijaycs85: Rename translation_entity() to content_translation(). 2013-06-25 20:16:20 +01:00
Alex Pott 7a0440d196 Issue #2022127 by damiankloip: Change status filter on admin/content to 'published'/'unpublished'. 2013-06-19 01:44:06 +02:00
Alex Pott 83f9d583ef Issue #1895160 by tim.plunkett: Convert admin/content to a View, keep a non-views fallback with no bulk operations. 2013-06-11 17:49:20 +01:00
Alex Pott bd1f226e8d Issue #1881606 by dawehner, jibran: Use a derivative to integrate all entities as row plugins. 2013-06-09 13:35:39 +01:00
Alex Pott b0cf1be964 Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API. 2013-06-06 20:10:20 +01:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott 6fa50c64eb Issue #1043198 by tim.plunkett, tstoeckler, swentel, larowlan: Convert view modes to ConfigEntity. 2013-05-16 08:29:16 +01:00
Alex Pott 9825bac9e5 Issue #1938654 by damiankloip, dawehner: Export all properties of all views handlers and plugins. 2013-05-15 11:44:57 +01:00
webchick 7cf52a7bdf Issue #1967092 by dawehner, xjm: Reorder the frontpage view so that the page display is first. 2013-04-14 12:58:43 -07:00
webchick 681a26068b Issue #1963268 by dawehner, xjm: The frontpage view no results title should be 'Welcome to [site:name]' (as opposed to hardcoding 'Drupal'). 2013-04-10 10:09:59 -07:00
webchick a627a34e95 Issue #1958820 by damiankloip: Fixed Frontpage (/node) view should have 'default' tag. 2013-04-05 15:27:01 -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 22d46a60e1 Issue #1940306 by dawehner: Convert the node RSS feed to a display of the frontpage view. 2013-03-17 01:04:43 -07:00
Dries 5d9b2bf392 Issue #1938414 by damiankloip: Fixed frontpage (/node) view should use unfiltered text for empty area handler. 2013-03-13 17:45:10 -04:00
webchick 089fd55684 Issue #1935022 by dawehner, Gábor Hojtsy: Add a language selector on views. 2013-03-09 22:15:43 -08:00
webchick 29146a41de Issue #1806334 by dawehner, xjm, tim.plunkett, rootatwc: Convert the node listing at /node to Views. 2013-03-08 21:20:26 -08:00
webchick 6f9ef78afe Issue #1919186 by vijaycs85: Create configuration schemas for node module. 2013-03-04 22:38:40 -05:00
catch 5f4e5d8d26 Issue #1824834 by vijaycs85, Albert Volkman: Covert default_nodes_main() variable to CMI system. 2012-10-31 22:55:19 +00:00