Commit Graph

747 Commits (4e0d7b51ecbfb115d759fa51fd40cbaa82af13eb)

Author SHA1 Message Date
catch 8787384e11 Issue #1869124 by Les Lim, damiankloip: Added Customizable 'true'/'false' Views output for booleans. 2013-02-06 16:15:31 +00:00
catch 9948cf0be6 Issue #1882538 by dawehner: Fixed Let's provide a non-broken hook menu implementation on the plugin base. 2013-02-06 16:06:31 +00:00
catch 050c8a74b5 Issue #1906448 by dawehner: Move Entity Reference Tests out of views folder. 2013-02-06 14:07:04 +00:00
catch 059e30b006 Issue #1881674 by dawehner: Drop legacy area render functions. 2013-02-06 14:02:52 +00:00
catch 63792c76df Issue #1907876 by dawehner: Remove views_import_access(). 2013-02-06 12:49:26 +00:00
catch a331965b58 Issue #1907882 by dawehner: Remove views_include(). 2013-02-06 12:48:37 +00:00
catch 5b04198364 Issue #1906146 by damiankloip: Move views_fetch_base_tables() into ViewsDataCache class. 2013-02-06 12:44:39 +00:00
catch 8c82db741b Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler. 2013-02-06 12:42:57 +00:00
catch 716c5abe08 Issue #1811982 by dawehner, damiankloip: Remove ui preview logic viewExecuteable::render() and move it to viewUI. 2013-02-06 12:16:36 +00:00
catch 1c92546e41 Issue #1826602 by damiankloip, xjm, sun, dawehner, EclipseGc: Allow all configuration entities to be enabled/disabled. 2013-02-06 12:00:39 +00:00
catch 26253b37f0 Issue #1866910 by damiankloip: Add an ajaxEnabled() method for ViewExecutable. 2013-02-05 13:03:02 +00:00
webchick a17c535531 Issue #1888700 by dawehner: Drop Drupal\views\Tests\Plugin\StyleTest::testLegacy(). 2013-02-02 10:32:19 -08:00
webchick 2ee77e4315 Issue #1898926 by damiankloip: Allow ViewExecutable to be pluggable. 2013-02-01 18:20:38 -08:00
webchick 530c4c4541 Issue #1899910 by tim.plunkett: Fixed Regression: Views blocks should not have an editable label. 2013-02-01 18:18:51 -08:00
webchick 72711258b1 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2013-02-01 18:15:01 -08:00
Dries 1f5e126d29 Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property. 2013-02-01 16:48:05 -05:00
Dries fb08e2f281 Issue #1801304 by Amitaibu, amateescu, effulgentsia, tim.plunkett, EclipseGc, Fabianx, Cottser: Added Entity reference field. 2013-02-01 11:08:58 -05:00
Dries 94278ddd5a Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration. 2013-01-31 17:09:08 -05:00
webchick 38e9b30c2b Issue #1851706 by yched, effulgentsia, tim.plunkett: Fixed Make all core plugin managers be consistent as to whether or ->discovery is passed to the factory. 2013-01-30 14:28:45 -08:00
webchick b261004a48 Issue #1879256 by tim.plunkett, dawehner: Refactor viewSpecialBlocks architecture once blocks are plugins. 2013-01-29 21:32:18 -08:00
webchick a06421e8c2 Issue #1317884 by reglogge, kathyh, izus, YesCT, smiletrl: Fixed Remove all instances of <none>, <Hidden> and <br/> from translatable strings because they lead to import errors. 2013-01-29 20:02:37 -08:00
webchick 6323f98c49 Issue #1900962 by damiankloip, tim.plunkett, dawehner: Use Config Entity query for views_get_applicable_views(). 2013-01-29 19:42:19 -08:00
webchick c4c71f4c77 Revert "Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler."
Broke HEAD. Temporary rollback.

This reverts commit 44cedfab94.
2013-01-29 08:06:25 -08:00
catch 77a2cf3a54 Issue #1898804 by dawehner, tim.plunkett: Fixed Create a view block, place the block, delete the block, BOOM your site is dead. 2013-01-29 13:24:07 +00:00
catch 63579a7239 Issue #1899440 by tim.plunkett: Fixed Views contextual links are gone. 2013-01-29 13:22:35 +00:00
catch 44cedfab94 Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler. 2013-01-29 13:11:54 +00:00
catch 7c61f4aa1b Issue #1834184 by dawehner: Fixed Add basic views hooks to hook_hook_info(). 2013-01-28 22:54:44 +00:00
webchick 1c06ef40a8 Issue #1892836 by dawehner, alexpott: Use user/autocomplete instead of views own autocomplete function. 2013-01-24 12:13:30 -08:00
webchick 3b9b91770a Issue #1896990 by tim.plunkett: Fixed Cannot edit a View's title from the UI. 2013-01-23 19:48:13 -08:00
webchick 2575651a83 Issue #1893336 by dawehner: Fixed Views Machine name field does not work. 2013-01-23 11:08:41 -08:00
Dries 2fa3ffe132 Issue #1822458 by tim.plunkett, effulgentsia: Move dynamic parts (view modes, bundles) out of entity_info(). 2013-01-23 12:46:47 -05:00
catch 431801a535 Issue #1625248 by dawehner, Jorrit: Fixed Mini Pager ('tags') are broken. 2013-01-23 13:44:55 +00:00
catch bbaf2a5462 Issue #1401778 by dawehner, tim.plunkett, damiankloip: Added the ability to clone a display while changing the display plugin. 2013-01-23 13:44:12 +00:00
webchick 26fe08d8fb Issue #1832872 follow-up by dawehner: Fixed broken Views UI search box/filtering. 2013-01-22 17:23:19 -08:00
webchick 3f8b6a1a84 Issue #1894784 by dawehner: Remove api_version from views 2013-01-21 16:35:35 -08:00
webchick 252f0c8ed6 Issue #1893850 by dawehner, xjm: Cleanup relationship tests and don't use the node module. 2013-01-21 16:29:20 -08:00
webchick 7e4aacd879 Issue #1893844 by dawehner: Mark AreaPluginBase::render as abstract 2013-01-21 16:12:10 -08:00
catch b3f18a65cc Issue #1891036 by damiankloip: Make 'click sortable' default to TRUE. 2013-01-21 20:59:01 +00:00
webchick 0b17f26aa7 Issue #1479454 by Hugo Wetterberg, galooph, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun, dawehner: Convert user roles to configurables. 2013-01-19 13:53:56 -08:00
webchick 273499059d Issue #1848998 by dawehner, chx, xjm: Fixed Module/Bundle services not available in update.php. 2013-01-19 12:13:19 -08:00
webchick d729e6be8a Revert "Issue #1479454 by Hugo Wetterberg, galooph, dawehner, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun: Change notice: Convert user roles to configurables."
Broke testbot. :(

This reverts commit 2ae1597227.
2013-01-18 23:46:12 -08:00
webchick 2ae1597227 Issue #1479454 by Hugo Wetterberg, galooph, dawehner, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun: Change notice: Convert user roles to configurables. 2013-01-18 21:16:28 -08:00
webchick dd8c44b490 Issue #1757564 by damiankloip, dawehner, tim.plunkett: Change 'name' to 'id' on View entity. 2013-01-18 21:10:42 -08:00
webchick bc237f9a13 Issue #1831264 by tim.plunkett: Use the Entity manager to create new controller instances. 2013-01-18 20:58:23 -08:00
webchick 3cf6ad7cd5 Issue #1779026 by dagmar, tim.plunkett, sun, heyrocker: Convert Text Formats to Configuration System. 2013-01-17 14:28:27 -08:00
webchick eec970060c Issue #1884860 by tim.plunkett: Remove 'block' prefix from BlockInterface method names. 2013-01-17 13:42:56 -08:00
catch 6ffd8c0940 Issue #1810816 by dawehner, damiankloip, fastangel: Fixed Link options for displayPluginBase is still using the display on the storage. 2013-01-17 21:12:38 +00:00
webchick d4f596b220 Issue #1819760 by damiankloip, fastangel, linclark, dawehner: Added a REST export display plugin and serializer integration. 2013-01-17 12:37:14 -08:00
webchick 4fff39498a Issue #1832872 follow-up by dawehner: Fixed JS bug in Views UI. 2013-01-17 11:59:05 -08:00
catch 1fdb3eea36 Issue #1884176 by dawehner, damiankloip: Fixed Exposed form ajax does not work. 2013-01-17 09:40:15 +00:00
webchick 34453e5e0c Issue #1871696 by tim.plunkett, xjm, sun, msonnabaum, EclipseGc: Convert block instances to configuration entities to resolve architectural issues. 2013-01-16 20:03:30 -08:00
webchick 62c93ff8d4 Issue #1253820 by yched, zserno, tim.plunkett, xjm, effulgentsia, plach: Fixed It's impossible to submit no value for a field that has a default value. 2013-01-16 09:37:23 -08:00
Dries 32e23b5719 Issue #1888942 by dawehner: Rename viewStorageController::attachDisplays(). 2013-01-16 08:20:26 -05:00
Dries 6a5461cbf0 Issue #1884180 by dawehner: Cleanup base.js for real. 2013-01-15 20:04:56 -05:00
catch d049222620 Issue #1876942 by damiankloip, dawehner, tim.plunkett: Use direct methods instead of arrayAccess for display handlers. 2013-01-15 16:34:32 +00:00
webchick 77f0384244 Issue #1886220 by damiankloip: Fixed views-admin.js 'select all' unchecking broken . 2013-01-11 10:10:34 -08:00
webchick 966c825f29 Issue #1821524 by rlnorthcutt, tim.plunkett, damiankloip: Decouple use of default views in ViewStorageTest. 2013-01-11 00:43:50 -08:00
webchick b481c94954 Issue #1884828 by pwolanin: Fixed Replace md5 calls with sha2 in Views in core. 2013-01-10 10:56:41 -08:00
catch acf577ed72 Issue #1827286 by dawehner, damiankloip: Fixed hook_views_analyze() is missing from hook_hook_info() so never gets executed. 2013-01-10 17:14:16 +00:00
catch f5d69718ee Issue #1792536 by chx, Berdir, sun, David_Rothstein: Remove the install backend and stop catching exceptions in the default database cache backend. 2013-01-10 12:08:06 +00:00
catch 2109351f15 Issue #1391856 by mariacha1, dawehner: Don't mark field->options['alter']['target'] as translatable. 2013-01-10 12:01:58 +00:00
webchick 6587212761 Issue #1877254 by Bojhan: Remove and cleanup text for adding to menu . 2013-01-09 18:02:33 -08:00
Dries c34a93544a Issue #1861838 by tim.plunkett, dawehner: Clean up the various Views field rendering methods. 2013-01-09 16:17:20 -05:00
Dries 0d55d1a660 Issue #1882310 by damiankloip: remove displayObjects() method from ViewExecutable. 2013-01-09 16:14:11 -05:00
Dries a6c11e9d4f Issue #1875122 by dawehner, damiankloip: field formatter settings on views are lost. 2013-01-09 16:03:56 -05:00
webchick 143994ccf0 Issue #1786540 by damiankloip: Added a ViewExecutable::removeItem method. 2013-01-09 11:59:17 -08:00
webchick d9a727416e Issue #1867304 by dawehner, damiankloip: Assess newDisplay method on ViewExecutable. 2013-01-09 11:12:46 -08:00
webchick d134c0258a Issue #1882114 by damiankloip: Remove listing filters option from views settings. 2013-01-09 11:01:16 -08:00
webchick b11bacd8f1 Issue #1872540 by xjm: Provide a test helper method for creating block instances. 2013-01-07 11:09:10 -08:00
catch d1613d0116 Issue #1880834 by damiankloip, dawehner: Fixed Don't return all data from views_data() service when an invalid table is requested. 2013-01-07 13:40:02 +00:00
catch a3a4347ffe Issue #1870410 by damiankloip: Inject display plugin manager into DisplayBag class. 2013-01-07 13:38:15 +00:00
catch b272b9d406 Issue #1810808 by dawehner, fastangel, damiankloip: Fixed HandlerBase::buildGroupByForm is still using the display on the viewExecutable. 2013-01-07 13:36:29 +00:00
catch 9030174d76 Issue #1818056 by Bojhan, OddJob, Gaelan: Reduce descriptions of default views. 2013-01-07 13:33:46 +00:00
catch cf0a25f67f Issue #1881672 by dawehner: Remove unused executeHookBlockList() code. 2013-01-07 13:26:52 +00:00
catch cdbdbec78e Issue #1876960 by dawehner: Don't concat strings in date fields settings. 2013-01-07 13:18:59 +00:00
catch 465924fc1c Issue #1875870 by dawehner: Cleanup WizardPluginBase::build_sorts(). 2013-01-07 13:18:04 +00:00
catch 455a299a4d Issue #1810812 by dawehner, damiankloip: Fixed Attachment is still using display on the view object. 2013-01-07 11:17:57 +00:00
catch e7c0975c57 Issue #1866830 by dawehner: Simplify DisplayPluginBase::validateOptionsForm(). 2013-01-07 11:15:41 +00:00
webchick 000def44f6 Issue #1877228 by dawehner, xjm, Bojhan: Remove duplication of pager text labels. 2013-01-04 10:03:17 -08:00
Dries 6e7b1219fe Issue #1535868 by EclipseGc, tim.plunkett, xjm, Jody Lynn, sdboyer, naxoc, tizzo, effulgentsia, dawehner, disasm, beejeebus: Convert all blocks into plugins. 2013-01-04 12:05:13 -05:00
catch 3ff387b4cc Issue #1877122 by Bojhan: Remove useless text 'Enable to create a label for this field'. 2013-01-04 12:44:45 +00:00
catch 9e7dee4fa4 Issue #1877292 by larowlan: Fixed Stray references to deprecated views_fetch_data() in doc blocks. 2013-01-04 12:43:41 +00:00
webchick 31d4f1b018 Issue #1806178 by tim.plunkett, beejeebus: Remove code duplication for hook_config_import_()*() implementations of config entities. 2013-01-02 17:17:20 -08:00
catch 81861b40e7 Issue #1869566 by tim.plunkett, dawehner: Allow any collection of plugins to be lazily instantiated. 2013-01-02 11:56:16 +00:00
catch c96966f079 Issue #1869250 by fago, Berdir, das-peter, YesCT, mradcliffe, fubhy: Various EntityNG and TypedData API improvements. 2013-01-02 11:51:19 +00:00
catch 8f03af994a Issue #1861874 by dawehner, damiankloip, tim.plunkett: Change all uses of NODE_NEW_LIMIT to HISTORY_READ_LIMIT. 2012-12-31 21:57:39 +00:00
catch 68395eef82 Issue #575298 by sun, tim.plunkett, Rob Loach, KrisBulman, Jacine, danillonunes: Provide non-PHP way to reliably override CSS. 2012-12-29 20:01:54 +00:00
webchick 189132a2c6 Issue #1875592 by dawehner: Remove _views_find_module_templates(). 2012-12-29 01:01:37 -08:00
webchick 07fe32f515 Issue #1866804 by damiankloip: Expand test coverage for ViewExecutable(). 2012-12-29 00:53:14 -08:00
webchick f95db7d468 Issue #1875960 by dawehner: Replaced globals with state() in views tests. 2012-12-29 00:40:21 -08:00
catch 2288314826 Issue #1852966 by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 23:03:17 +00:00
catch 53de739800 Revert "Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0.
2012-12-28 23:02:37 +00:00
catch 8ad67af2e0 Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 19:05:41 +00:00
Dries a8a4fd8611 Issue #1873342 by dawehner, damiankloip: Remove redundant/un-needed settings from views UI. 2012-12-27 20:15:31 +01:00
webchick a90b850f02 Issue #1825230 by Ivan Zugec: Fix documentation standards in PathPluginBase/Feed/Page. 2012-12-26 18:45:53 -08:00
webchick 215f7297c7 Issue #1840896 by dead_arm: Views UI CSS Cleanup. 2012-12-26 18:40:07 -08:00
webchick 0f2232c3a0 Revert "Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration."
Oops. Broke testbot.

This reverts commit 015d61bc03.
2012-12-26 12:14:40 -08:00
webchick 015d61bc03 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2012-12-26 10:53:54 -08:00
webchick c4fec19a1e Issue #1871556 by tim.plunkett: Remove wrappers around entity_create(). 2012-12-26 10:24:15 -08:00
webchick e970ca8f17 Issue #1864272 by dawehner, Crell: Fixed Don't use path.path_manager() service, as it is uncached. 2012-12-26 09:54:58 -08:00
webchick 01567a6343 Issue #1867782 by damiankloip, tim.plunkett: Replace _views_fetch_data() with cache class. 2012-12-21 21:15:44 -08:00
webchick dc6c7a4be9 Issue #1850792 by damiankloip, dawehner, tim.plunkett: Make init() method consistent across all views plugins. 2012-12-21 21:11:43 -08:00
Dries b5ac4a523f Issue #1848836 by dawehner, damiankloip: Change Views Wizard's primary button to 'Save and edit' and remove 'Save & exit' button. 2012-12-19 17:19:55 -05:00
catch 99f1870e85 Issue #1773832 by goldorak, dawehner, fastangel, tim.plunkett: Fixed Replace usage of drupal_attributes(), refactor to use Attribute better. 2012-12-19 17:10:45 +00:00
catch 4ed7a7d6aa Issue #1552396 by andypost, sun, tim.plunkett, amateescu, YesCT: Convert vocabularies into configuration. 2012-12-19 17:06:30 +00:00
catch c783542c40 Issue #1862344 by damiankloip, tim.plunkett: Combine the Views plugin managers. 2012-12-17 22:48:16 +00:00
catch 206598cc42 Issue #1826604 by dawehner, damiankloip, tim.plunkett: Add a dropbutton field handler to Views. 2012-12-17 22:38:55 +00:00
catch c34cdb0246 Issue #1837982 by tim.plunkett, dawehner: Fixed Contextual links within the Views UI preview are broken. 2012-12-17 22:35:26 +00:00
catch 838a9e573c Issue #1817582 by dawehner, damiankloip, tim.plunkett: Added Lazy load display plugins. 2012-12-17 22:29:36 +00:00
Dries 341e9f66ea Issue #1825278 by hrmoller, damiankloip: Add parenthesis to new stdClass calls in theme.inc. 2012-12-17 17:06:33 -05:00
Dries e43e77b735 Issue #1867310 by damiankloip: ViewExecutable::createDuplicate() is weird. 2012-12-17 17:00:38 -05:00
Dries f55649698c Issue #1705920 by tim.plunkett, sun, underq, javier.alejandr...: Convert all calls to procedural drupal_array_()*() functions to Drupal\Component\Utility\NestedArray. 2012-12-17 16:54:13 -05:00
Dries 3a150c7154 Issue #1867390 by dawehner: remove unused test yml files. 2012-12-17 16:49:06 -05:00
Dries ff8202a71c Issue #1832872 by dead_arm, Hydra, tim.plunkett, dawehner: Add visual emphasis on search box/filtering. 2012-12-14 21:39:15 -05:00
catch 2b5616298b Issue #1824920 by cam8001, justafish: Convert variable 'theme_link()' to config system. 2012-12-13 12:25:46 +00:00
catch 79eaae2b81 Issue #1783196 by dawehner, tim.plunkett, damiankloip: Get the views plugin manager from the DIC when possible. 2012-12-12 12:39:20 +00:00
catch 2b1d1d6100 Issue #1849814 by damiankloip, dawehner: Unit-Test for PluginBase::unpackOptions and PluginBase::setOptionDefaults. 2012-12-12 12:35:05 +00:00
webchick 2809f13d53 Issue #1805980 by tim.plunkett: Rename /theme to /templates and theme.inc to views.theme.inc 2012-12-11 12:51:50 -08:00
Dries 4db1986446 Issue #1849480 by tim.plunkett, sdboyer: Fixed Allow ConfigEntity classes to control how they are saved. 2012-12-11 13:52:15 -05:00
catch 0631d191c7 Issue #1855228 by damiankloip: Move Views core module tests to their respective modules. 2012-12-11 16:27:41 +00:00
catch 707c3d2f32 Issue #1859884 by dawehner: Convert user link fields to use entities. 2012-12-10 13:46:09 +00:00
Dries a61ace041d Issue #1833834 by dead_arm: Theme: information label is unclear. 2012-12-09 12:10:58 -05:00
Dries a6d45567c3 Issue #1854540 by Berdir: Array to string conversion warnings for some tests with PHP 5.4. 2012-12-09 12:01:29 -05:00
Dries 3721a6c5e6 Issue #1861852 by dawehner, tim.plunkett: Fixed Views Attachments aren't rendered anymore. 2012-12-09 11:56:41 -05:00
webchick 97969786b3 Issue #1858054 by tim.plunkett, dawehner: Remove ViewExecutable::cloneView(). 2012-12-08 15:21:07 -08:00
webchick 366afa1bc7 Issue #1861814 by tim.plunkett, dawehner: Fixed All views are rendered twice. 2012-12-08 15:11:44 -08:00
catch 42490d9c57 Issue #1850182 by Bojhan, swentel: Mark primary buttons in Structure blue. 2012-12-07 20:20:30 +00:00
catch b08c448389 Issue #1811828 by dawehner, tim.plunkett: Use #attached to find the css/js of a view. 2012-12-04 15:49:07 +00:00
catch 41ae1ead1a Issue #1856272 by tim.plunkett: Speed up tests by only installing the views used by that tests. 2012-12-04 10:45:59 +00:00
Dries f1b6874e72 Issue #1831324 by sun, effulgentsia: Form API #autocomplete_path() JS and callbacks to use GET q= parameter instead of menu tail. 2012-12-02 22:23:33 -05:00
webchick cd5a483ba8 Issue #1828642 by tim.plunkett, xjm, dawehner: Convert as many Views tests as possible to DrupalUnitTestBase. 2012-12-01 11:06:39 -08:00
webchick 0ee01627d2 Issue #1853636 by webchick: Fixed The Views wizard looks terrible after fieldsets were replaced with details. 2012-11-30 08:50:59 -08:00
webchick d0f5482d6d Issue #1818450 by damiankloip, fastangel: Added Introduce core token support in PluginBase class. 2012-11-29 00:25:05 -08:00
webchick a2ed151844 Issue #1831892 by dead_arm, nod_: Make Views UI usable on mobile. 2012-11-29 00:06:37 -08:00
webchick be694ba944 Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system. 2012-11-28 23:37:55 -08:00
webchick 3c7447f865 Issue #880940 by realityloop, xjm, Jody Lynn, tim.plunkett, smortimore, dagmar: Added view/revert/delete revisions per content type. 2012-11-28 23:28:47 -08:00
webchick 53e5a482ef Issue #1783196 by dawehner, damiankloip, tim.plunkett: Get the views plugin manager from the DIC when possible. 2012-11-28 22:20:24 -08:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
webchick f3e5e2fefd Issue #1850418 by xjm: Provide D7 -> D8 Views upgrade path in contrib, not core. 2012-11-27 16:57:00 -08:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
webchick 6522e7ee63 Issue #1831668 by tim.plunkett, Bojhan: Remove custom admin theme for just views. 2012-11-26 20:20:47 -08:00
webchick feaddcd0a8 Issue #1830822 by tim.plunkett, xjm: Split the Views UI listing into two tables for enabled and disabled. 2012-11-26 11:00:41 -08:00
webchick f14f63cc11 Issue #1820544 by damiankloip: Tidy up and remove legacy code from views_page_alter(). 2012-11-26 10:57:26 -08:00
webchick 739a4656ac Issue #1838006 by Bojhan: Re-phrase 'Are you sure you want to break this lock?'. 2012-11-26 10:44:28 -08:00
webchick e309496137 Issue #1844276 by YesCT, nagwani, mducharme, dawehner, jweowu: Fixed Spelling mistake in Views variable name. 2012-11-26 10:23:45 -08:00
catch 3ee3f5ad54 Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator. 2012-11-26 10:34:46 +00:00
catch 02a2a0e4d9 Issue #1826008 by damiankloip: Fixed Exposed form reset doesn't work. 2012-11-23 13:22:09 +00:00
Dries 55bdbb31a4 Issue #1847294 by dawehner: Make the apply button in views primary. 2012-11-22 17:05:19 +01:00
webchick 6ed4e11b7a Issue #1238484 by mrfelton, ry5n, aspilicious, Bojhan, Xano, nod_, rootatwc, effulgentsia, chx, sun: Ability to mark the form buttons to be of a specific type (so that they can be styled differently). 2012-11-21 11:37:44 -08:00
webchick 581dac09c3 Issue #1696660 by fubhy, xjm, fago, webflo: Added an entity access API for single entity access. 2012-11-21 11:16:38 -08:00
webchick 259b4e2468 Issue #1828410 by dawehner, damiankloip, tim.plunkett, stevector: Added Provide a bulk_form() element for actions. 2012-11-21 09:48:44 -08:00
Dries e3d863834c Issue #1269742 by katbailey, beejeebus, pwolanin, g.oechsler, ksenzee: Make path lookup code into an pluggable class. 2012-11-21 10:29:04 -05:00
catch 983bfd1ea6 Issue #1841442 by damiankloip, dawehner, tim.plunkett: Fixed Contextual filters are broken in the Views UI preview. 2012-11-20 11:39:03 +00:00
catch b77c5b3c88 Issue #1831162 by dcmouyard: Fixed Tables generated by Views need better semantics. 2012-11-20 11:11:00 +00:00
Dries 009ab352ae Issue #1826368 by larowlan, Yoshi: Place dropbutton operations after their heading. 2012-11-19 21:26:18 -05:00
Jennifer Hodgdon b2c0253500 Issue #1841806 by sjhuda, cferthorney: Rename duplicate defgroup name for Views Ajax 2012-11-19 14:10:18 -08:00
catch a0de1621f3 Issue #1829530 by tim.plunkett, dawehner: Added Provide a clone method on views listing/edit page. 2012-11-16 12:15:39 +00:00
catch b70ee4b4a0 Issue #1831142 by damiankloip, dawehner: Fixed Path is never empty in option summary. 2012-11-14 10:52:48 +00:00
webchick 09c541a220 Issue #1790964 by anzi31, dawehner, xjm, tim.plunkett: Document that ViewExecutable::preview() doesn't call ViewExecutable::access(). 2012-11-14 02:26:54 -08:00
webchick 9341f7a21f Issue #1828046 by dead_arm: Exposed forms look terrible. 2012-11-14 02:25:12 -08:00
catch 9d98cb98f0 Issue #1828528 by dawehner, xjm, tim.plunkett: Add language module integration for views. 2012-11-13 23:15:30 +00:00
webchick aa2fc49a30 Issue #1835076 by rballou: JSHint modules/views/js/base.js. 2012-11-12 01:00:19 -08:00
webchick 6fa68f4e85 Issue #1835074 by rballou: JSHint modules/views/js/ajax-views.js. 2012-11-12 00:59:25 -08:00
webchick 53c73ccf8a Issue #1828612 by dawehner, damiankloip: Fixed hook_views_query_substitutions() missing from hook_hook_info(). 2012-11-12 00:54:51 -08:00
webchick e318f1a6df Issue #1806022 by dead_arm, mgifford, ramkumarr, dcmouyard, Bojhan, tim.plunkett: Fixed Views' text color does not have sufficient contrast. 2012-11-12 00:51:46 -08:00
webchick 72654e0256 Issue #1826368 by larowlan, falcon03: Place dropbutton operations after their heading. 2012-11-07 04:46:43 -08:00
catch cb812fcd66 Issue #1748176 by tim.plunkett: HEAD BROKEN: follow up for test coverage for Views user integration. 2012-11-06 15:31:09 +00:00
catch d736cc1a1b Issue #1748176 by dawehner, fastangel, amateescu, damiankloip: Add test coverage for Views user integration. 2012-11-06 13:40:54 +00:00
catch a41da4e30f Issue #1822384 by Hanspolo: Don't replace ->extra on the JoinPlugin with adjusted. 2012-11-04 23:31:01 +00:00
catch 11cfa543be Issue #1778356 by dawehner: Unify and standardize the init() method for the query plugin. 2012-11-04 21:10:57 +00:00
webchick 265fe4e751 Issue #1697256 by heyrocker, alexpott, sun, xjm, webchick: Create a UI for importing new configuration. 2012-11-03 21:48:01 -07:00
catch 9d4d0e2b0a Issue #1820526 by damiankloip, pdrake: Remove UUID generation code from load() method in ViewStorageController. 2012-11-03 20:39:56 +00:00
webchick 489c6f7579 Issue #1828498 by dawehner: Fixed Query settings aren't saved. 2012-11-02 15:07:57 -07:00
webchick 5cf538e43a Issue #1826574 by dawehner, dead_arm, tim.plunkett: Move Views theme-specific CSS to their respective themes. 2012-11-02 15:07:57 -07:00
webchick 15c6ef599f Issue #1829424 by damiankloip, dawehner: Added Allow area plugins to be disabled for displays. 2012-11-02 15:07:57 -07:00
webchick dd60468d59 Issue #1828414 by tim.plunkett: Fixed Allow Views to be deleted. 2012-11-02 15:07:56 -07:00
catch 7df65c4bdd Issue #1826244 by dawehner, damiankloip: Replace variable_get() usage in the tests with state(). 2012-11-02 19:51:51 +00:00
catch 4cdc1cc1bb Issue #1809222 by dawehner: Replace specific cache behavior in viewExecuteable::execute with None cache plugin. 2012-11-02 19:45:17 +00:00
webchick a93b6375b8 Issue #1829822 by tim.plunkett, dawehner, damiankloip: Write a test which tests the UI for all of the handlers. 2012-11-02 12:37:25 -07:00
webchick 566ccd6344 Issue #1828482 by xjm: Make views HandlerAllTest message more useful for debugging. 2012-11-02 12:36:49 -07:00
Dries 567ec7deef - Issue #1817684 by damiankloip, dawehner, tim.plunkett: Use state() instead of variable_set() and remove redundant saveBlockCache() method in Block.php display plugin. 2012-11-02 10:41:07 -07:00
webchick 49d6255e3a Issue #1818082 by damiankloip, dawehner, Bojhan, yoroy: People miss view name field. 2012-11-01 22:51:39 -07:00
webchick 74c7f8cf97 Issue #1799498 follow-up by tim.plunkett: Fix views UI after dropbutton improvement patch. 2012-11-01 21:35:54 -07:00
webchick f42515e281 Issue #1798574 by tim.plunkett: Refactor Views UI to be a form controller. 2012-11-01 16:30:09 -07:00
webchick 6b8d66b5b1 Issue #1821654 by damiankloip, dawehner: Refactor Page based display plugin classes. 2012-10-31 10:08:47 -07:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
webchick a61f62b4c6 Issue #1798944 by kbasarab, sun, tim.plunkett, andypost: Convert config_test() entity forms to EntityFormController. 2012-10-30 12:05:58 -07:00
webchick c1f84e6355 Issue #1820332 by dawehner, tim.plunkett, msonnabaum: Fixed Views preview uses the wrong query class name. 2012-10-29 19:52:28 -07:00
catch 2d22def9cf Issue #1808712 by kevin.dutra, krishworks: Fixed Redundant token processing. 2012-10-29 22:44:16 +00:00
webchick 933b67c4f8 Issue #1808648 by damiankloip, fastangel: Move tokenization form code into AreaPluginBase. 2012-10-29 12:27:03 -07:00
catch 97b5c6d732 Issue #1817698 by andyceo: Move contextual links field handler out of views.views.inc and put it into contextual_links() module. 2012-10-29 15:37:46 +00:00
webchick cc38404bcd Issue #1792844 by tim.plunkett: Change more public properties to protected in ViewExecutable and ViewStorage. 2012-10-26 22:19:41 -07:00
webchick 805fa869d9 Issue #1810826 by dawehner, tim.plunkett, xjm, fastangel: Fixed Remove obsolete form code from views_ui()/admin.inc. 2012-10-26 21:46:39 -07:00
Dries 9fa172532b Issue #594660 by sun, jenlampton, dagmar, yoroy, no_commit_credit: rename default menu names. 2012-10-25 11:53:18 -04:00
webchick 4de661568c Issue #1813648 by Ignigena, dawehner: Change responsive table labels. 2012-10-23 16:47:29 -07:00
Tim Plunkett 20ba6bbd18 Issue #1805996 by tim.plunkett: Move Views integration for core to their respective modules. 2012-10-22 14:11:54 -04:00
Tim Plunkett c7b7c3e5ba Issue #1805996 by dawehner, tim.plunkett, damiankloip, xjm, et al: Add Views and Views UI to core. 2012-10-22 14:11:32 -04:00