Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#503452: Retool exports to properly use option definition, improving translatability and information use.
Reverting accidentally committed export retooling patch. It was not ready to be committed.
#633482 by dagmar: pre_execute() method needs to be called on exposed forms.
#396380 by merlinofchaos, dereine and dagmar: Initial support for GROUP BY queries!!!!!!!!!!!!
#623580 by dagmar: Move can_expose() method to base handler to deal with validation change made in previous commit.
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
#411566: Fix warning when 0 given as a taxonomy tid to the validator.
#411566: Fix warning when 0 given as a taxonomy tid to the validator.
#512650 by sdboyer: Multiple many to one arguments on the same relationship were not relationship safe.
#512650 by sdboyer: Multiple many to one arguments on the same relationship were not relationship safe.
#523580 by JirkaRybka: More documentation on Reduce Duplicates option.
#523580 by JirkaRybka: More documentation on Reduce Duplicates option.
#468370 by emackn: Proper timezone support on postgres.
#468370 by emackn: Proper timezone support on postgres.
#407538: Ensure views_break_phrase() will stop providing warnings on empty strings.
#407538: Ensure views_break_phrase() will stop providing warnings on empty strings.
Can now directly add a taxonomy term relationship to nodes, allowing more control by vocabulary.
Can now directly add a taxonomy term relationship to nodes, allowing more control by vocabulary.
Typo fix in last commit
Allow formulas the left side in joins.
#409428 by gpk: Missing field: node input format.
#409428 by gpk: Missing field: node input format.
#430068 by dereine: New global counter field for displaying row number.
#430068 by dereine: New global counter field for displaying row number.
#154865 by Zack Rosen, josh_k and KarenS: Allow user contact form as a field.
#154865 by Zack Rosen, josh_k and KarenS: Allow user contact form as a field.
#458140 by KarenS: Allow any handler to expose widgets.
#428742 by fralenuvol: Fix broken relationship causing sql error with multiple taxonomy term arguments.
#412576 by yhahn: Restore missing views_handler_filter_float class.
#371219 by aclight: Incorrect logic in views_many_to_one_helper::ensure_my_table()
#356276 by nedjo: Locale support.
#349178 by agentrickard: Add generic link handling plus a custom text field. Also automatic trimming.
#343047 by alienbrain: Allow all handlers to participate in view validation.
#317562 by ingaro: Wrong date format for PGSQL.
#288801 by drewish and eaton: Aggregator item support! Make views of feeds!
#326034 by yched: Allow short names in admin summaries via new "title short" definition.
#332568 by Moonshine: Correct views performance timers.
#298884 (by neclimdul): Requested missing filter to filter for whether a user has a picture or not.
#324058 by yched: Make aliases safer for many to one tables.
#324058: Broken queries created by string values in multiple fields.
Somehow uncommitted translation pieces
#298675: Attachment titles were not always correct due to complexity of building titles.
#311345: User ID from URL default argument finder missing.
#306832: "parent" incorrectly defined for views_plugin_argument_validate_taxonomy
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.
#278013: Failure to check for relationship with base table causes error when adding many to one filters and fields on a relationship.
#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.
#284259 by mooffie: Better logic in views_prepare_handler() to get default definition settings.
Create a "soft" fail condition for arguments, which means that if an argument is part of a % placeholder in a URL, failing validation is not actually a failure IF there is some other action to take when validation fails.
Exposed filter memory was being trashed by a rewriting validate; also, exposed filters that decided not to participate weren't properly storing that status in session. This fixes both things.
#249934: If a view had attachments, views_get_current_view() could return wrong results.
Capture queries run during view render, with an optional checkbox to turn this off.
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.
Improved handling of broken fields.
#264282: Check for errors before doing foreach on an item that might not be an array when breaking 1,2,3
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.
Some code re-org to reduce the weight of views.module
#261152: Some fixes to making taxonomy term filters cooperate properly with each other.
Some minor fixes, including a possible fix for #257718
Missing body caused table level override on field level text items; i.e, "Node revision" overriding "Body"
Also check to see if the handler is empty.
Guard against instantiating non existing classes.
Some updates to comment.views.inc (more to come) plus a fix to the last checkin.
#248749: Use more INNER joins for some taxonomy filtering
Provide "access callback" and "access arguments" extension to field access control.
#246290: wildcard argument code had never been implemented. Luckily implementation was simple.
Fix user name filter; add user current filter
Rename "primary_table" to "base_table" to remove confusion
Add missing user.module handlers
Another small bit of code (mostly comment) cleanup.
Code cleanup related to arguments
Finally! Taxonomy arguments. That work! Except I left out depth.
Some cleanup, some re-org, some minor fixes.
#240850: (By John Morahan) add book.module support
Initial taxonomy implementation. There's still a ways to go -- I totally punted on depth -- and we need a few more argument handlers.
#240510: (by neclimdul) Add "title" attribute to AJAX links. Also some misc cleanup.
Add an "empty text" option to the prerender_list handler (which affects user roles and profile freeform list)
#240478: some string cleanup
#240102: (Largely by neclimdul) -- Initial pass at profile field handlers. Still 3 @todo items remain but they are not hard.
Correct non-granular date sorting
#238482: (by KarenS) Remove warnings in exposed filters
#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
Restore missing, lost object
Implement more fields for node links and revisions
Various node.views.inc based improvements.
Granular date sorting
Another correction
Correction to empty filter from yched
simple IS NULL check in _string and _numeric
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.
#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.
#234969: accept_exposed_input() should return TRUE by default to prevent Views from removing their handlers from the query.
More PHP4 fixes
Live preview
Be more explicit about date formats
Documentation cleanup to remove doxygen warnings
Table style with a custom sorting implementation that mimics core
Templateized exposed filters; exposed filter memory; exposed filter smoothing. Mostly done with exposed filters now; leaving exposed sorts for later.
Some more improvements to exposed filters.
minor handler fixes
pre_query plus some new filter handlers from eaton
Fix for views-view-fields.tpl.php and more exposed stuff.
Very simple exposed filter widgets
Reduce some of the hassle of the value/operator crap I had. THIS WILL AFFECT EXITING FILTERS
A little polish on the in array filter
#223057 by yched: Require primary table name in count field
Import/export now work, plus an unfortunate major overhaul underneath. THIS CHECKIN WILL BREAK ALL EXISTING VIEWS.
Fix for argument settings "not found", "ignore" and "empty text"
Some fixes for the "in" operator filter"
#222766: Make sure boolean filter handler ensures its table.
Another UI makeover, thanks yoroy!
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.
A start on user handlers thanks to fago!
Basic node.created summaries for archive view
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.
Checkpoint checkin
Some code re-org, putting stuff in cache.inc where it belongs
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()!
handlers.inc
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 |