Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#535868 by dagmar: Exposed forms as plugins, helping to isolate exposed form code and increase the ability for modules to change the behavior of exposed forms.
First (actually probably abouth twentieth, but first committed) pass at porting Views to D7 based upon revision 221 from https://code.launchpad.net/~d7cx/d7cx-views/DRUPAL-7--3
If you have CTools 1.3 enabled, you can use a "Jump Menu" style for both summaries and normal Views.
#561892 by dereine: Unchecking "rewrite this field" but leaving a value caused field to be rewritten anyway.
Reverting #563564
#563564 by dereine: Unformatted style does not use options, so the options icon should not appear.
#563564 by dereine: Unformatted style does not use options, so the options icon should not appear.
#468824 by eaton: Pluggable caching mechanism which can cache both the query result and rendered result.
#468824 by eaton: Pluggable caching mechanism which can cache both the query result and rendered result.
#428192 by dereine: Move comments to their correct files.
#428192 by dereine: Move comments to their correct files.
#293841: Allow different back ends for Views to facilite things like flickr api, solr, rdf, etc.
#343047 by alienbrain: Allow all handlers to participate in view validation.
#326934: Need another check to make sure already added aliases do not get blown away.
#319170 by KarenS: "Additional themes" not being used properly by the theme: information system.
#279073 by hass and pwolanin: A subset of some translation fixes.
styles were using wrong method of finding help topic.
Various handler/plugin fixes
Reworked access control to be a plugin. This will have the beneficial effect of drastically reducing Views load during menu access checks.
Apparently plugins.inc was the wrong place to put that. Let us try admin.inc instead.
Move theme preprocess function out of views_plugin_style_table.inc where it should not have been
Somehow views_plugin_style didn't get moved out of plugins.inc
Major re-organization of handlers. PLEASE NOTE: This drastically affected the Views module API and until modules are updated to match, they will stop working. Efforts have been made to ensure that this won't cause your site to crash, but that's partly up to the individual module as well.
#300220: Validate that % cannot be at the beginning of a page path
#298191: Extraneous apply buttons showing up on blocks
#288101: Allow block views to use exposed filters if AJAX is set.
#296891 by cpugeniusmv: Block display with attached feed not adding <link> to page.
#291079 rollback.
#290328 by KarenS: "Even empty" was not being respected on blocks due to typo
#290098 by cpugeniusmv: RSS link not using proper base link.
#278594: fix page display not properly 404ing when arguments tell it to.
#278013: "contains word" filter should support empty word.
theme-css.html plus a couple of minor fixes I found
Allow "additional themes" for plugins to be listed in the theme information as alternatives.
Fix argument validator so that access() is handled properly like it is on the default argument type.
#274926 by aclight: Typo fixes in comments and t() strings.
Change the update button to "update default display" when you are changing values on the default display.
#273570 by aclight: Properly allow attached displays to inherit exposed filters via UI option.
#274341 by mooffie: Check for the presence of template files so that we can tell if a template got renamed but theme registry was not cleared.
Restore some code that made sure that style options followed style changes.
#267457: Fixed. For real.
#271019 by mooffie: Add a button to clear the theme registry on the theme: information page
#270920 by mooffie: Add checkbox to feed displays to allow use of the site name for the feed title, in order to better duplicate the basic Drupal rss.xml capability.
#270892 by aclight (expanded by me): put default action and validator options in a fieldset to make the form less confusing.
#249934: If a view had attachments, views_get_current_view() could return wrong results.
Fix some minor code formatting issues.
Clarify that the PHP Code argument default plugin just wants a single value.
Major documentation update.
#267457: Ensure exposed filter options remain in feed URLs (and "more" link URLs as well)
Revamped export functionality. This is a less verbose export that takes advantage of the newer options/defaults system so that it does not have to export quite as much data. Also a tool to export multiple views simultaneously.
Blocks should recuse themselves if they have no results, no empty text, and "even empty" is not set for the style plugin.
Modify $view to only use handlers for the field items, since it cares a lot more about the handlers than it cares about the actual storage of the field items. This could have implications for modules, particularly date and calendar.
Keep original args as $view->original_args in an attachment
Add a hook for query information, plus add timing info to the block.
Revert obnoxious background color on popover links.
Introduce new "unformatted" summary style which can do inline.
Methods to deal with the back references causing Views to leak memory.
Add an extra link to style settings since they can be a little difficult to find.
utility to make it easier to get handlers off of a display
#265910: Restore "access all views" permission from Views 1.
#264204: Clarify offset form item.
#263084: Automaticaly remove leading and trailing "/" from path since it is invalid.
Some refactoring of how handlers are handled, particularly with their default options. This is an unfortunately widespread change and will affect modules utilizing the API.
#254657 by Crell: Support for simple, single level grouping.
#261977: (by hass) String fixes.
#262820: Minor fixes to php validate code plugin
Show override status on all fields/filters/etc; shorten status message and provide link to help explaining it.
Typo fix
Create a default preprocess for the "field" theme and make a real template that just will not get used unless copied into a theme.
Argument default to extract a node ID from the URL based upon menu_get_object
Row style to view a comment similar to the node view.
Restore "base table" checking for plugins.
#255390: Create a relationship between node revision uid and user.
#258185 (by Moonshine): Provide option to retain sticky headers on tables.
#256951: Additional validation on menu items
Some minor fixes, including a possible fix for #257718
#243365: Expose core block caching setting
Add taxonomy term validator that can also do conversion from term name or synonym to tid.
Add inline options to the "fields" row style.
#255063: Run feed url through url() prior to sending it to drupal_add_feed or theme(feed_icon);
Minor correction to help text in attachment display
#254088 by pl2: make default menu tabs actually be default
#251467: Make sure column sanitizing works if a field is removed that has another field place into its column.
Views blocks should not be cached.
Fixes for empty
'more' block should use get_url() in *addition* to get_path()
'more' block should use get_url(), not get_path()
Comment links were not working; Lack of RSS row style was not properly validating; added node and user relationships for comment
A couple more help files, mostly stubs
Fix pager which was claiming to be full but showing mini for a setting that was sort of in between.
Fix pager which was claiming to be full but showing mini for a setting that was sort of in between.
Tracker view, adjustments to convert, minor bug fixes
Add a bit of validation
Redo some form stuff to make it easier to choose the next form when chaining; and add some new chaining options. This commit will require you to visit admin/build/modules to reset the menu or the UI will stop working.
Fix problem grabbing incorrect data from cache
Make options on plugins more consistent with options() on handlers.
Assorted code and @todo cleanup
New filter for published or can view published nodes; also analyze check to see if node views have a published filter if they have no access control.
Add base table to view list info and filter
Some stub help files to get started.
Spiffy improvements to grid view
#248999: (by eaton) Grid style that uses a simple table to display a grid in X columns.
#247929: Multiple attachment displays failed due to shallow cloning problems.
Better text on the "path" field to inform people about % arguments
Revamped view list page, plus the first advanced help file!
A basic analyzer to help find problems, though it needs more analyzing. Plus, new theming information that will really help people figure out exactly what templates they can use to affect their output.
NEW: argument defaults and validation; pluggable. This will greatly ease some of the problems with argument discovery. We need to get a few more basic plugins written for this.
Comment fix by John Morahan
RSS implementation
#242388: (partially by John Morahan) Create a new display type whose sole purpose is to attach to another display on the view, thus allowing views within views. Like magical querying burritos.
Some documentation stubs and cleanup.
Code cleanup related to arguments
#241296: Add a more explanatory title (tooltip) for the style settings button, and a note in the style description to keep an eye out for it.
#241391: (by John Morahan) Allow "distinct" setting on the display.
#241033: (by hass) String translatability fixes.
check_markup should not check to see if the current user has permission.
#240524: Use pager option always said "Mini" (fix by alpritt)
#240510: (by neclimdul) Add "title" attribute to AJAX links. Also some misc cleanup.
New .pot file (and a couple of t() errors fixed)
#235026: "More" link for block and block-like displays
#115949: (by Nedjo) Allow use if AJAX paging with exposed filters and pager.
#239380: Database safe date handling by KarenS! This is a major improvement for PGSQL users!
Most of user.views.inc plus some bug fixes, improvements to join handling. For those interested in the real complexities, check out views_handler_filter_many_to_one to see cool stuff you can do with joins in views 2 that you could not in views 1
"string" handler argument which is used for the node title argument
Miscellaneous cleanup; ensure relationship safety for some formerly hardcoded/poorly coded items.
#236786: (by KarenS) Make sure all views.*.inc files can be loaded from the module's path or module_path/include directory.
#105125: (by moshe) Per field access control; fields will now remove themselves from views if the viewing user does not have access to see the field.
Dependenct javascript so some form elements can appear and disappear when needed/not needed.
Basic validation framework; check to make sure that items that need fields have fields.
PHP4 fixes
Improvements to Views 1 converter
#232905: view id was not getting read due to previous patch, thus display was getting saved with vid 0.
swap sort and order so that it matches what Drupal core uses
Some minor cleanup and documentation expansions to the table commit
Table style with a custom sorting implementation that mimics core
Initial implementation of menu and tab options for displays.
->pre_render()
#232051: Remove "Table" type from style list as it is not yet implemented.
#232431 (by catch): Improved description for the pager page element
Fixes for complex menu replacement paths
Better use_pager fix
Fix argument handlers I broke
Very simple exposed filter widgets
Fix for an annoying cloning bug, plus some more random improvements
breadcrumbs, titles, paths
Fix a couple of small theming bugs, plus some new handlers from adrian. These need some adjustments still but I wanted to get them in as a start.
Converted main UI to use templates
Pager settings in and working.
Add better hiliting to the UI; now possible to tell what items are overridden as well as what item is currently being edited
Fix some problems with style/row plugin options
Some more theme re-org
Restore summary functionality
UI saves! Simple view even works again!
Checkpoint checkin
UI is really getting there now.
Checkpoint checking. UI is getting better, but it is also getting further away from what currently runs, so when this is done a bunch of refactoring is going to have to happen.
UI checkpoint checkin.
Some code re-org, putting stuff in cache.inc where it belongs
Simple form of node_view plugin
Add basic support for summary styles; they don't quite work yet because view URL knowledge isn't implemented.
#188640 (by Crell): Add default views, and lots of comments, many of which need to be dealt with one way or another.
Basic menu code (needs patch to core). Maybe basic block code too, but I didn't test that part.
Cleanup so doxygen runs w/o errors
First semi-working version of $view->render()!
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |