Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#584880 by drewish: Relationships defined using wrong base field
#363516 by dagmar: Validate the uniqueness of exposed filter identifiers.
#363516 by dagmar: Validate the uniqueness of exposed filter identifiers.
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
#550062 by dereine: Remove unused variable.
#550062 by dereine: Remove unused variable.
#313418 by alex_b: Allow explicit node::user relationship and user::node relationship.
#409428 by gpk: Missing field: node input format.
#409428 by gpk: Missing field: node input format.
#478312 by yhahn: Provide specific node access filter.
#478312 by yhahn: Provide specific node access filter.
#298616: Add argument for node updated time similar to node created time.
#298616: Add argument for node updated time similar to node created time.
#349157 by yched: Support CCK build modes in node style.
#327366 by yched: Allow row styles to follow relationships too.
#284768 by drewish: Proper templates for RSS feeds rather than format_rss_item().
#340033 by pancho: Clearer wording on some field help texts.
#336531 (by dww): Set boolean filter to not use a checkbox which is lesser UI.
#329746: Comment rendering in the node row style was not working.
#321284: comment_render() could be called even if comment.module was not enabled.
#307032 by Nedjo: Expanded support for translations.
styles were using wrong method of finding help topic.
#280476: Account for offset with pager
Fix incorrect parents for date handlers
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.
#298500: Add "day of month" created argument
#289477: Node "has new content" still tried to render a link for anonymous users even though there is nothing to render.
#252954: Do not show expose button on filters that have nothing to expose.
#279899 by mooffie and nonsie: Move views_preprocess_node() to views.module so it always appears; add display name to node template suggestions. Needs documentation.
Noticed by Gurpartap: frontpage default view had sort in wrong order.
#277807 by alevine: Restore missing "moderate" flag to node.views.inc
API documentation update.
#274360: Add hard path checking to Node from URL and User from URL to get instances where core menu loader functions are not in use.
Fix some minor code formatting issues.
#269151: Node type inadvertantly did not have a sort handler
#265536: Fix a fatal error when relationships are removed.
#258491 by KarenS: A base argument handler for dates.
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.
Add "no language" as an option for Node: Language
Restore missing functionality from Views 1 to node: nid argument; expand node validator to compensate; also give that functionality to user: uid and node revision: vid
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.
#255390: Create a relationship between node revision uid and user.
#257172: Better selection widget for current language; somehow the selection widget had disappeared entirely. Not sure where it had gone.
#256089: Drupal block delta has a limit of 32, but views could generate deltas longer than 32; this puts an md5 hash in for long deltas that keeps a conversion table.
#256047: Created month summary not giving right month due to not adding 0 padding to arguments between 1 and 10.
#256047: Created month summary not giving right month due to not adding 0 padding to arguments between 1 and 10.
Add taxonomy term validator that can also do conversion from term name or synonym to tid.
Tracker view, adjustments to convert, minor bug fixes
Some more improvements to comment.views.inc
Make options on plugins more consistent with options() on handlers.
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
#249135: RSS pubDate should not be localized.
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.
RSS implementation
#242419: More UI tweaks from yoroy
#242730: (by mfb) misplaced parenthesis made bad call to db_rewrite_sql
#243767: (by alpritt) correction to "node: has new content" filter
Add basic support for "files" table. Still needs upload.module stuff to really link it in, though.
#241917: (by John Morahan) -- allow two displays on the same view to have the same path, using access control to determine which view the user is given. This allows separate administrative views, for example.
#241033: (by hass) String translatability fixes.
Initial taxonomy implementation. There's still a ways to go -- I totally punted on depth -- and we need a few more argument handlers.
#240102: (Largely by neclimdul) -- Initial pass at profile field handlers. Still 3 @todo items remain but they are not hard.
#239428: (Possible fix) -- some systems having problems with their blocks all showing up.
#239380: Database safe date handling by KarenS! This is a major improvement for PGSQL users!
Re-order views_handler_field_node so that it comes before items that try to extend it
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
Fixed the "extra" portion of views_join which was totally borken. Added "has new content" field shows new/updated.
Retooled join syntax (old syntax still works...for now). Added "history" table and has new content filter
Implement more fields for node links and revisions
Finish implement and clean up node.created arguments
#238252 (by Jose Reyero) basic support for node language in translation
"string" handler argument which is used for the node title argument
Various node.views.inc based improvements.
Granular date sorting
Introduced views_handler_filter_date based on views_handler_filter_numeric as an all-purpose unix timestamp based date filter. Plus re-introduced hook_views_query_substitutions
Refactor views_handler_filter_numeric to use dependency and be easier to create a child class of
#236894 (by KarenS) basic filter for handling strings with like/not like filters available.
Miscellaneous cleanup; ensure relationship safety for some formerly hardcoded/poorly coded items.
New feature: relationships. Connect tables through alternate link points.
Miscellaneous minor fixes, including fixing the uid and nid argument titles
Table style with a custom sorting implementation that mimics core
pre_query plus some new filter handlers from eaton
Reduce some of the hassle of the value/operator crap I had. THIS WILL AFFECT EXITING FILTERS
Import/export now work, plus an unfortunate major overhaul underneath. THIS CHECKIN WILL BREAK ALL EXISTING VIEWS.
Some fixes for the "in" operator filter"
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.
A start on user handlers thanks to fago!
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
Basic node.created summaries for archive view
Some more theme re-org
Restore summary functionality
UI saves! Simple view even works again!
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
Simple form of node_view plugin
Teaser & body fields with generic "check markup" handler
More handlers for the node table, plus a bit more documentation stuffs
Add basic support for summary styles; they don't quite work yet because view URL knowledge isn't implemented.
Basic menu code (needs patch to core). Maybe basic block code too, but I didn't test that part.
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 |