Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#396380 by merlinofchaos, dereine and dagmar: Initial support for GROUP BY queries!!!!!!!!!!!!
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
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.
#381346 by ayalon: Allow Taxonomy: Tid as a field, which is now needed for rewrites which may need tids.
#381346 by ayalon: Allow Taxonomy: Tid as a field, which is now needed for rewrites which may need tids.
#466454 by neclimdul: PHP strict fixes.
#271833 by grugnog, agentrickard and others: Taxonomy depth in filter.
#271833 by grugnog, agentrickard and others: Taxonomy depth in filter.
#463634 by alienbrain: "Empty field name" incorrectly specified.
#463634 by alienbrain: "Empty field name" incorrectly specified.
#408180 by joachim: Allow taxonomy term parent argument.
#408180 by joachim: Allow taxonomy term parent argument.
#323049 by yched: Allow Empty/Not Empty on select many to one.
#323049 by yched: Allow Empty/Not Empty on select many to one.
#339223 by greggles: Allow taxonomy term tid to be sortable.
#315643: Fix incorrectly named node language filter handler
Fix taxonomy term ID field, filter and argument for term views, which were incorrectly keying off of term_node.
More gracefully handle an invalid style plugin.
#306832: "parent" incorrectly defined for views_plugin_argument_validate_taxonomy
Fix taxonomy term validator which never got fully updated to the new plugin system.
#278932: "All terms" field should skip term_data base.
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.
#288757 by BDragon: term parent relationship
Remove the "reduce" option when using a taxonomy autocomplete exposed widget
#283903 by Anselm Heaton: Ensure taxonomy term filter has correct terms selected when editing
#282081 by Cobalt747@drupal.ru: Mistype in taxonomy validator description
Rename taxonomy: term ID filter to just taxonomy: term
#275153: taxonomy term depth filter should find nodes based on vid, not nid.
API documentation update.
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.
#274926 by aclight: Typo fixes in comments and t() strings.
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.
Exposed filters needed to use $form_state[input] not $form[#post], which was causing the "remember" setting to fail intermittently; also, if filters are not overridden use the default display ID for session storage so that remembered filters can be shared across displays.
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.
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.
#261152: Some fixes to making taxonomy term filters cooperate properly with each other.
#262032: Remove extra check_plain on taxonomy term filter options
#261007 (by pl2): Do not show administrative links on views if Views UI is not enabled.
Provide new "reduce list" option which lets any in_operator based filter show only options selected by the administrator as an exposed filter.
#259721: Ensure "date" filters do not affect the query when left empty and set to optional. Also ensure they get validated on exposed input when not set to optional.
#259911: taxonomy term with depth inadvertantly inverted.
#259914: Exposed user: name filter broken. This also affected taxonomy, so fixed that at the same time.
Allow taxonomy term argument to muck with the breadcrumb trail.
Some minor fixes, including a possible fix for #257718
A special argument that will modify the depth of the previous term argument, so we can emulate the original taxonomy/term URL.
Finally! A taxonomy term argument that supports depth.
Add taxonomy term validator that can also do conversion from term name or synonym to tid.
#248750: Really really fixed this time.
Some updates to comment.views.inc (more to come) plus a fix to the last checkin.
#248750: Taxonomy "all terms" linking via nid when it should be vid
Add base table to view list info and filter
#247885: user name filter (and taxonomy term filter) did not check for blank string and caused bad query when updating
#248750: term_node should link to node via vid, not nid
Fix broken SQL in argument title queries
#246255: Fix typo in handler names
#246177: In PHP4, reference mangling caused the many to one filter to totally barf.
Remove accidentally duplicated function
#242544: Ensure use_pager is unset if items_per_page is 0.
Some documentation stubs and cleanup.
Add basic support for "files" table. Still needs upload.module stuff to really link it in, though.
Another small bit of code (mostly comment) cleanup.
Finally! Taxonomy arguments. That work! Except I left out depth.
Some cleanup, some re-org, some minor fixes.
Initial taxonomy implementation. There's still a ways to go -- I totally punted on depth -- and we need a few more argument handlers.
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 |