Commit Graph

18442 Commits (b38996475dd09e5c3709397cd28fb6f69cb0b51c)

Author SHA1 Message Date
Daniel Wehner 9b956ea6f5 move some classes in seperated files 2012-10-21 22:23:12 -04:00
Daniel Wehner d37ab8619e some more tiny little fixes 2012-10-21 22:23:12 -04:00
Daniel Wehner 5c83cdfd79 some more tiny little fixes 2012-10-21 22:23:12 -04:00
Daniel Wehner e7d09285eb some missing classes 2012-10-21 22:23:12 -04:00
Daniel Wehner 506960b5e8 convert another bazzilons of instances 2012-10-21 22:23:12 -04:00
Daniel Wehner cb3b6ee9b9 Use the PSR0 handler classes in many modules 2012-10-21 22:23:12 -04:00
Daniel Wehner 4576815435 use the right base class for all handlers 2012-10-21 22:23:12 -04:00
Daniel Wehner 3ccb1139a2 move the old handler code into the handler class 2012-10-21 22:23:12 -04:00
Daniel Wehner 953de7e4e2 remove a bunch of notices 2012-10-21 22:23:12 -04:00
Daniel Wehner dd7d246bed add the missing handler.php file 2012-10-21 22:23:11 -04:00
Daniel Wehner 44c25bdffd use views_get_plugin instead of using the plugin manager manually 2012-10-21 22:23:11 -04:00
Daniel Wehner 5cd3787761 extend feed from page not from the default display 2012-10-21 22:23:11 -04:00
Daniel Wehner cabe4b1995 Introduce a handler base plugin 2012-10-21 22:23:11 -04:00
Daniel Wehner be8fab2fe4 try to make basic plugins possible 2012-10-21 22:23:11 -04:00
Daniel Wehner 2f42adf45d fix views_get_localization_plugin 2012-10-21 22:23:11 -04:00
Daniel Wehner 5a3629df7c Some work on style plugins 2012-10-21 22:23:11 -04:00
Daniel Wehner da4d994453 by damiankloip: Make some work to get display going on 2012-10-21 22:23:11 -04:00
Daniel Wehner 02ee6ae577 fix some merge conflicts 2012-10-21 22:23:11 -04:00
Daniel Wehner 1d248ad779 Add an argument validator/default plugin 2012-10-21 22:23:11 -04:00
dereine 0d940a4f01 Issue #1331272 by dawehner | mototribe: Added Global: View Area sorting. 2012-10-21 22:23:11 -04:00
dereine ab79f5463b Issue #1566394 by dawehner | rszrama: Fixed views_handler_relationship_groupwise_max() does not export its subquery_string(). 2012-10-21 22:23:11 -04:00
damiankloip f59a54cbc2 Issue #1580816 by damiankloip | cperg: Added Count Records on Current Page. 2012-10-21 22:23:11 -04:00
rocket 0dbfc2b790 Issue #1661372 by rocket_nova: Fixed Contextual links render incorrectly when the field returns empty. 2012-10-21 22:23:11 -04:00
damiankloip 86ec547c7a Issue #1674356 by damiankloip, dawehner: Make a battleplan for the plugins. 2012-10-21 22:23:10 -04:00
Daniel Wehner 89531573af Convert the math field to use the PSR-0 class. 2012-10-21 22:08:44 -04:00
damiankloip c77636780a Issue #1720400 by damiankloip: Fixed views_handler_filter_user_name() throws errors when using grouping filter option. 2012-10-21 22:08:44 -04:00
dereine 02a35e24f6 Issue #1715458 by dawehner, damiankloip: Replace calls to ->title with label(). 2012-10-21 22:08:44 -04:00
Letharion 51f953e2fd Issue #1718956 by Letharion: Document that add_where() takes DatabaseCondition as an argument. 2012-10-21 22:08:44 -04:00
tim.plunkett 29be73c229 Issue #1507368 by Dave Reid, damiankloip, tim.plunkett, aspilicious: Added hook for when the view cache is invalidated. 2012-10-21 22:08:44 -04:00
Daniel Wehner 805048810a Issue #1345934 by dawehner, damiankloip, joachim: Fixed default display being hidden makes it possible to be unable to save a view with validation errors. 2012-10-21 22:08:44 -04:00
Tim Plunkett e5079a4276 Issue #1717686 by tim.plunkett: language_manager() was renamed language(). 2012-10-21 22:08:43 -04:00
damiankloip 3865a7c8d4 Issue #1711640 by damiankloip, tim.plunkett, aspilicious: Use $modules property for enabling tests. 2012-10-21 22:08:43 -04:00
aspilicious e42f0d8c93 Issue #1719188 by aspilicious: Coder cleanup. 2012-10-21 22:08:43 -04:00
aspilicious 18bb81596d Issue #1705650 by damiankloip, aspilicious: Fixed Convert core variables to the config system. 2012-10-21 22:08:43 -04:00
git 7dd0ee98b8 Issue #1718924 by cam8001 | romaingar: Fixed JS settings cache comparision. 2012-10-21 22:08:31 -04:00
damiankloip 4235bf138a Issue #1306564 by damiankloip, dawehner | gaslkn: Added Remove contextual links from rendered view. 2012-10-21 22:08:31 -04:00
Tim Plunkett 112050bed7 Issue #1717686 by aspilicious, tim.plunkett: Make use of the new language_manager(). 2012-10-21 22:08:31 -04:00
aspilicious f1234cdf53 Issue #1409640 by Dean Reilly, aspilicious | 5kot: Fixed Taxonomy terms on node relationship potentially joins on wrong table. 2012-10-21 22:08:31 -04:00
damiankloip 2e0b521e93 Issue #1715322 by damiankloip: Move 'Live preview settings' into a form container. 2012-10-21 22:08:31 -04:00
aspilicious 77c5714ca0 Issue #1716908 by aspilicious, tim.plunkett: Follow-up to using the new attributes system in D8. 2012-10-21 22:08:31 -04:00
Tim Plunkett 4daa01cb89 Issue #1716908 by aspilicious, tim.plunkett: Use the new attributes system in D8. 2012-10-21 22:08:31 -04:00
dereine 86dc2687f4 Issue #1677784 by kenneth.venken, dawehner: Follow up, Make sure the empty area is rendered on empty results. 2012-10-21 22:08:31 -04:00
aspilicious 073d932de0 Issue #1712456 by aspilicious: Convert old cache api in groupwise_maximum handler. 2012-10-21 22:08:31 -04:00
Daniel Wehner 987f73ad36 Issue #1557680 by tim.plunkett, dawehner, DuaelFr: Fixed More link options not imported. 2012-10-21 22:08:31 -04:00
tim.plunkett a5adf1c52c Issue #1273946 by Dmitriy.trt, tim.plunkett | ralf.strobel: Added Option to override user time zone in date handlers. 2012-10-21 22:08:30 -04:00
blauerberg 1189d6cc45 Issue #569194 by jschrab, blauerberg, tim.plunkett | yaoweizhen: Fixed wrong url arguments on pager. 2012-10-21 22:08:27 -04:00
damiankloip fb03f46ce1 Issue #1547726 by dawehner, damiankloip: Kill implicit relationship from node to node_revision(). 2012-10-21 22:08:27 -04:00
Bram Goffings e0c6a8dd46 Issue #1712456: hook_flush_caches() was renamed to hook_cache_flush(). 2012-10-21 22:08:16 -04:00
slashrsm 915450db68 Issue #1315578 by slashrsm, paranojik, dawehner: Added Ability to save exposed filters state only for registered users?. 2012-10-21 22:08:15 -04:00
greggles 0efb93b72b Issue #1708578 by greggles: Added Let people filter term parents. 2012-10-21 22:08:15 -04:00