Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Revert #501552 node_access workaround.
Oops, committed debugging message.
Fix node::term_data relationship which was not relationship safe.
#512650 by sdboyer: Multiple many to one arguments on the same relationship were not relationship safe.
#460838 by Darren Oh: Make DISTINCT more distinct.
#501552 by neclimdul: Work around a core bug with DISTINCT on nodes.
#317271 by quicksketch: ensure_my_table() limited to one relationship per table.
#419270 by voxpelli: set_where_group() could fail if no previous groups.
Remove redundant code
#293841: Allow different back ends for Views to facilite things like flickr api, solr, rdf, etc.
#386986: 2 or more relationships could block a normal table from being added.
Remove accidental debug message.
#362830: Search was mostly broken, especially score but also searching on multiple terms.
#371923 by David_Rothstein: Another DISTINCT fix related to summaries.
#378164 by yched: Unexposed taxonomy filter could accidentally stop working.
#371923 by noahb: Summaries could be distinct even when they should not be.
#343223 by alienbrain: Ensure path before join.
#291079 by sammys (reroll by jaydub): Fix use of GROUP BY on pgsql.
#291292 by sammys (reroll by jaydub): Proper use of DISTINCT on summary views for pgsql.
#349739: Fix arguments not getting transmitted to attachment displays properly.
#324513: If a relationship table was added more than 1 hop away from the base, SQL errors resulted.
#326934: Need another check to make sure already added aliases do not get blown away.
#325765: Prevent key merge errors on query::add_where and query::add_having.
#319167: add_table() would return TRUE if the table was already added but the expected return is the alias.
Revert some amount of COUNT query stuff so that db_rewrite_sql does not destroy the query.
query::add_field() called ensure_table too aggressively and could cause aliases to improperly overwrite already existing tables.
#290132: Optimize count query somewhat.
Fix for multiple relationships failing
#282864: Fix collapsing relationships in CCK fields that was returning wrong value and breaking collapse.
#291079 rollback.
#291079 by cwoodruf and sammys: PGSQL compatibility with GROUP BY and COUNT/DISTINCT syntax.
Remove incorrect phpdoc
#270861: Don't automatically add order by clauses to the group by if the order by is a formula.
query::add_relationship was adjusting the join for the relationship prematurely; add_table will do that on its own.
Fix a problem with relationships that caused the adjust_join to sometimes not be run, thanks to a minor error in the join collapsing code.
Fix something I broke with relationships
#25631 by bjaspan: query optimization primarily for CCK that will combine joins that are identical.
Some updates to comment.views.inc (more to come) plus a fix to the last checkin.
RSS implementation
Some documentation stubs and cleanup.
Rename "primary_table" to "base_table" to remove confusion
Finally! Taxonomy arguments. That work! Except I left out depth.
#242243: (by John Morahan) support for HAVING in the query object.
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.
New feature: relationships. Connect tables through alternate link points.
Live preview
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.
Checkpoint checkin of Views2. Basic view builder lives.
Minor style and documentation update; schema update
Very early checking for Views 2 for Drupal 6. Currently query.inc looks good and view.inc can at least load and save views, though the schema needs more tweaks.
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 |