Tim Plunkett
|
5ea8bb2bdb
|
Issue #1760284 by tim.plunkett: Convert Views Export UI to to an Annotated PSR-0 plugin.
|
2012-10-21 22:48:47 -04:00 |
Daniel Wehner
|
3905c51ad3
|
Issue #1762662 by dawehner, tim.plunkett: Cleanup methods on DisplayPluginBase.
|
2012-10-21 22:48:47 -04:00 |
Tim Plunkett
|
ebaa0f1cde
|
Miscellaneous code clean-ups.
|
2012-10-21 22:48:46 -04:00 |
damiankloip
|
c29f2e2dd0
|
Issue #1762352 by aspilicious, dawehner, damiankloip: Clean up /camelCase methods on View.
|
2012-10-21 22:48:46 -04:00 |
dereine
|
b774fcbf5f
|
Issue #1760276 by dawehner: Improve wizard validation related methods.
|
2012-10-21 22:48:46 -04:00 |
dereine
|
9fc9f6f846
|
Issue #1760380 by dawehner: Improve docs/code of the wizard constructor.
|
2012-10-21 22:48:46 -04:00 |
damiankloip
|
69060eca11
|
Issue #1632504 by joachim, damiankloip: Fixed views_handler_field_term_link_edit() should check it actually has a term tid.
|
2012-10-21 22:48:46 -04:00 |
dereine
|
24dca83743
|
Issue #1760748 by dawehner, aspilicious: Move ViewsSearchQuery.
|
2012-10-21 22:48:46 -04:00 |
damiankloip
|
336e2e1034
|
Issue #1760838 by damiankloip, dawehner: Update core/api_version() of all the views.
|
2012-10-21 22:48:46 -04:00 |
Tim Plunkett
|
1f0ac8aa02
|
Issue #1760764 by tim.plunkett: Remove usage of Standard profile in tests where possible.
|
2012-10-21 22:48:45 -04:00 |
Bojan Zivanovic
|
4ea004218c
|
Issue #1758634 by bojanz: The query plugin should load entities after the query has been executed.
|
2012-10-21 22:48:45 -04:00 |
dereine
|
1f4c2c1676
|
Issue #1760448 by dawehner: Move taxonomy tag filter to node specific handler.
|
2012-10-21 22:48:45 -04:00 |
dereine
|
771b6ddf66
|
Issue #1760472 by dawehner | slv_: Fixed HttpKernel error when trying to get comments_recent() default view.
|
2012-10-21 22:48:45 -04:00 |
bojanz
|
3f892c2ddf
|
Issue #1760772 by bojanz: Remove pure_distinct(), cleanup the query assembly code.
|
2012-10-21 22:48:45 -04:00 |
Tim Plunkett
|
f200debb4d
|
Issue #1760586 by tim.plunkett: Refactor and reorganize the tests.
|
2012-10-21 22:48:45 -04:00 |
alasdair86
|
3e354810de
|
Issue #1748168 by ACF | tim.plunkett: Convert or document all usages of db_query().
|
2012-10-21 22:48:45 -04:00 |
Bojan Zivanovic
|
9965220abd
|
Issue #1760396 by bojanz: Clean up PrerenderList.
|
2012-10-21 22:48:45 -04:00 |
Tim Plunkett
|
93cbe5c43e
|
Remove legacy code for default Views and exportables.
|
2012-10-21 22:48:45 -04:00 |
Tim Plunkett
|
f4805c6bf5
|
Go through all of the Configurables code, add/update documentation, and clean-up code.
|
2012-10-21 22:48:44 -04:00 |
xjm
|
9345beada5
|
Documentation improvements.
|
2012-10-21 22:48:44 -04:00 |
damiankloip
|
e4abe393d5
|
Added docblocks for ViewStorage and ViewStorageController
|
2012-10-21 22:48:44 -04:00 |
Daniel Wehner
|
aeabd304fe
|
Fix notices.
|
2012-10-21 22:48:44 -04:00 |
Daniel Wehner
|
dd333e57d6
|
Clear the Views cache everytime a view is created.
|
2012-10-21 22:48:44 -04:00 |
damiankloip
|
fee13c0487
|
Refactored ViewStorageTest into helper functions
|
2012-10-21 22:48:44 -04:00 |
Daniel Wehner
|
2b5d64241d
|
Remove and comment out unneeded tests.
|
2012-10-21 22:48:44 -04:00 |
damiankloip
|
ea3e288d53
|
Added enabled/disabled tests.
|
2012-10-21 22:48:44 -04:00 |
damiankloip
|
3a993a051a
|
Removed constructor from ViewStorage
|
2012-10-21 22:48:43 -04:00 |
damiankloip
|
b260fc135a
|
Implement ViewStorageInterface on ViewStorage
|
2012-10-21 22:48:43 -04:00 |
damiankloip
|
151d7b25fb
|
Added a ViewStorageInterface
|
2012-10-21 22:48:43 -04:00 |
Daniel Wehner
|
cc9d0ca5c1
|
Add tests to check whether the right display handlers are used
|
2012-10-21 22:48:43 -04:00 |
Daniel Wehner
|
6b7288feb1
|
Use plugin_id instead of type in view::add_display
|
2012-10-21 22:48:43 -04:00 |
damiankloip
|
7f04b59829
|
Added temporary parameters to default views to avoid warnings
|
2012-10-21 22:48:43 -04:00 |
damiankloip
|
6aa0208070
|
Added default values for default display plugin
|
2012-10-21 22:48:43 -04:00 |
damiankloip
|
5ee195f5f3
|
Add a test to check creation and saving of a new display
|
2012-10-21 22:48:43 -04:00 |
Daniel Wehner
|
10db2c1799
|
Simplify the constructor of ViewDisplay.
|
2012-10-21 22:48:43 -04:00 |
Daniel Wehner
|
b93c8e0e54
|
Provide a sane default for the displays.
|
2012-10-21 22:48:42 -04:00 |
Daniel Wehner
|
4ed293f8a5
|
Add tests to save and load the view and see that the config stays the same.
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
72c5850596
|
Removed db_table property from ViewStorage.
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
5799c9fa35
|
Renamed ViewsStorageTest and ViewsDisplay.
|
2012-10-21 22:48:42 -04:00 |
Daniel Wehner
|
4689534744
|
Make sure that the display object is converted into the config object as required.
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
aae02bde02
|
Removed reference in entity paramter in attachDisplays()
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
e01e4194dc
|
Refactored attachDisplays() method to use get/set methods
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
752319c127
|
Added delete test
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
1c68d776e3
|
Docs for attachDisplays() method
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
d222c3f99a
|
Moved display_option in constructor inside conditional
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
b30d03cf4a
|
created tests
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
3a169279ee
|
Added id() method to ViewStorage
|
2012-10-21 22:48:42 -04:00 |
damiankloip
|
b12d843679
|
Added initial save tests
|
2012-10-21 22:48:41 -04:00 |
damiankloip
|
283d9f907b
|
Added attachDisplays() method to ViewStorageController
|
2012-10-21 22:48:41 -04:00 |
damiankloip
|
65b1a47c3a
|
use format_patch instead of t, Added create tests
|
2012-10-21 22:48:41 -04:00 |