Commit Graph

747 Commits (4e0d7b51ecbfb115d759fa51fd40cbaa82af13eb)

Author SHA1 Message Date
Alex Pott 8c384bc415 Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController. 2013-08-03 23:28:28 +02:00
Alex Pott 5dba5f608c Issue #1849356 by dawehner: Added a HTTP response code area handler. 2013-08-02 15:26:16 +02:00
Alex Pott 2e29f25661 Issue #2046983 by damiankloip: Inject dependencies into ViewsEntityRow derivative class. 2013-08-02 01:29:08 +02:00
Alex Pott a2f9a60724 Issue #2033383 by tim.plunkett: Provide a default plugin bag. 2013-08-01 17:42:57 +02:00
Alex Pott 74cbf95634 Issue #2046603 by DuaelFr: Improve 'use_more_always()' understandability. 2013-08-01 00:28:45 +02:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Alex Pott 391755e4c1 Issue #2049723 by dawehner, tim.plunkett: Fixed Mini pager shows 'Page 1' if there is non item at all available. 2013-07-31 22:22:21 +02:00
Alex Pott 0e6c03df64 Issue #1968398 by joelpittet, Mark Carver, Les Lim, brunodbo: Convert Views () to ['attributes'] . 2013-07-31 00:28:34 +02:00
Jennifer Hodgdon 99575b2beb Issue #2050883 by Cottser, tstoeckler, dawehner: Fix references to obsolete functions in code comments in views module 2013-07-30 06:08:25 -07:00
Alex Pott b6c78d35f2 Issue #2044355 by dawehner: Move the link display to the middle column. 2013-07-28 23:53:19 +02:00
Alex Pott 9dd98eaa6f Issue #1957346 by dawehner, olli, damiankloip, jibran, ParisLiakos: Add some settings on the block display to allow overrides on the block instance configuration. 2013-07-28 23:09:59 +02:00
Alex Pott 0932270aec Issue #2048897 by Les Lim: Fixed Views Grid style: tokens not replaced in custom row/column classes. 2013-07-26 18:42:05 +02:00
Alex Pott 8043b9aa34 Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views. 2013-07-26 17:57:08 +02:00
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott 6a9d9d5027 Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc. 2013-07-24 22:56:59 +02:00
Alex Pott 41f6e35eb7 Issue #864006 by mgifford, dawehner, AjitS: Improve table semantics by adding scope or headers/id attributes. 2013-07-24 22:56:59 +02:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott a09093be77 Issue #2042941 by mondrake: Full pager plugin: reference the 'pager' theme in the annotations. 2013-07-24 17:47:47 +02:00
Alex Pott cab25677f8 Issue #2046845 by bdone: Remove space after $this-> testHelperPlugin. 2013-07-24 01:43:56 +02:00
Alex Pott 88cbedb8e8 Issue #2046537 by DuaelFr: End with 'any' label configuration to improve consistency and localization. 2013-07-23 09:48:19 +01:00
Alex Pott 8cf78305af Issue #2005166 by slashrsm, dawehner: Create simple file listing under admin/content/file. 2013-07-21 09:17:17 +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 08aeb8717f Issue #2034947 by damiankloip: Change view results to use a classed object. 2013-07-21 08:46:30 +01:00
Alex Pott 338705adf3 Issue #1979036 by dawehner: Convert views_ajax() to a Controller. 2013-07-20 21:31:43 +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 ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Alex Pott bd51e51a90 Issue #2028511 by damiankloip, dawehner: Allow plugin derivative classes to use services from the container. 2013-07-19 10:08:06 +01:00
Alex Pott 535ed4185b Issue #1812048 by mikeker, Pancho, dawehner, tim.plunkett: Build the exposed form using form API functions. 2013-07-18 23:53:52 +01:00
Alex Pott d8e21f879c Issue #2032031 by damiankloip: Deprecate use of views_get_view() function in favour of Views::getView() method. 2013-07-16 21:17:11 -04:00
Alex Pott 14708544c8 Issue #2031885 by droplet: Add t() context to 'Order' string. 2013-07-16 20:56:44 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Alex Pott 5beb2f94af Issue #1903746 by Mark Carver, mgifford, DaneMacaulay: Replace the views grid table template with one using divs. 2013-07-16 02:37:55 -04:00
Alex Pott 31efff2728 Issue #2036087 by YesCT: Add public identifier to all render methods in all views plugins in core. 2013-07-15 18:39:32 -04:00
Alex Pott e0f675f3b2 Issue #2019095 by crispiatico, vijaycs85, piyuesh23: Complete Configuration schemas for views style. 2013-07-15 13:05:42 -04:00
Nathaniel Catchpole 22a6d8ccec Issue #2012382 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +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
Nathaniel Catchpole 7232dbf9f1 Issue #2024893 by bdone, dawehner: Change status filter on admin/people to 'active'/'blocked'. 2013-07-13 12:03:08 +01: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 c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott 6b6c6f20ee Issue #2007474 by dawehner: Make it easy to refresh a view. 2013-07-11 10:39:08 +01:00
Nathaniel Catchpole 419d1d9b34 Issue #1945670 by dawehner, damiankloip: Load plugin instances implicit on the ViewExecutable. 2013-07-10 22:53:20 +01:00
Alex Pott cd7ca03c27 Issue #2033447 by tim.plunkett: Remove obsolete ContainerFactoryPluginBase. 2013-07-10 17:05:43 +01:00
Alex Pott 06cb438e03 Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
Alex Pott c250f7354d Issue #2016589 by amateescu, tim.plunkett: Add a dedicated @EntityReferenceSelection annotation. 2013-07-09 15:39:11 +01: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 f24e7123e6 Issue #1958470 by olli | yuriy.babenko: Fixed Division by zero in pager_default_initialize(). 2013-07-06 16:27:11 +01:00
Nathaniel Catchpole f77b7106da Issue #1966514 by Sutharsan, ivansf: Fixed Do not use \' in translatable strings. 2013-07-06 16:15:51 +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
Nathaniel Catchpole b15a9b40f4 Issue #2033653 by damiankloip: Remove occurrences of api_version() 2013-07-04 09:46:47 +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