Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#616956 by neochief: Exposed form labels should have "for" keyword.
#616956 by neochief: Exposed form labels should have "for" keyword.
#616956 by neochief: Exposed form labels should have "for" keyword.
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
#502348 followup.
#502348 followup.
#502348: Move advanced rendering up the chain a little bit to allow for non-standard uses of fields, such as grouping, to use advanced rendering features.
#502348: Move advanced rendering up the chain a little bit to allow for non-standard uses of fields, such as grouping, to use advanced rendering features.
#458194 by voxpelli: Add first and last row classes to table style.
#458194 by voxpelli: Add first and last row classes to table style.
#451208 by dereine and superbaloo: Fix grid style to not leave missing tds in bottom row.
#451208 by dereine and superbaloo: Fix grid style to not leave missing tds in bottom row.
#551752 by dereine: Clean up row counter code.
#551752 by dereine: Clean up row counter code.
#563564 by dereine: Unformatted style does not use options, so the options icon should not appear.
#536994 by dboulet: Store result in variables for use in unformatted style.
#485872 by dereine: Make sure views.css is always loaded for all users.
#485872 by dereine: Make sure views.css is always loaded for all users.
#510910 by mfb: Fixed bug where multiple fields sharing a column in a table was broken so only the final field would display.
Tables would not accept 0 as having data so columns with zeroes would lose data when merging with other columns.
#480162: Fields row style now contains option to hide empty fields.
#480162: Fields row style now contains option to hide empty fields.
o #482162 by agentrickard: link path needed further sanitization to properly encode special characters.
#315915 by dixon_: Add another base row class to rows.
#315915 by dixon_: Add another base row class to rows.
#468336 by psynaptic: Fix broken hook_views_admin_links_alter
#468336 by psynaptic: Fix broken hook_views_admin_links_alter
#354270 by dereine: Allow "tag" to be added to the theme template suggestions.
#354270 by dereine: Allow "tag" to be added to the theme template suggestions.
Possibly bad comment breaking views-view.tpl.php on certain buggy PHP installations.
#363817 by thePanz: Empty fields in table could still trigger separators.
#405130 by dereine: Make the output field rewrite a textfield rather than textarea.
Add missing files from previous commit(s).
#349178 by agentrickard: Add generic link handling plus a custom text field. Also automatic trimming.
#364637 by moshe and dww: Allow preprocessors to add row classes to table style.
#345528: Mini-pager generated invalid HTML with empty li tags.
#277321 by nedjo: Use AJAX properly supports summaries in attachments.
#284768 by drewish: Proper templates for RSS feeds rather than format_rss_item().
#338632 by drewish: Remove use of format_rss_channel and use proper templating instead.
#325884 by yched: Allow fields to change clicksort status and table style to respect that.
#322187: deleting a view should cause menu rebuild.
#319170 by KarenS: "Additional themes" not being used properly by the theme: information system.
Somehow the preprocess for the list style disappeared.
#281555: Add row classes (first, last, even, odd, row number) to the unformatted and list styles.
#298416: Add a mechanism of determining if a field needs SPAN or DIV tags.
#293229 by mooffie: AJAX views had issues with multiple instances of the same view on a page.
#306279: Documentation update for template suggestions.
#306251: Allow pager theming to be view/display specific like everything else.
#290098 by cpugeniusmv: RSS link not using proper base link.
#277899: Ensure that a view that has fields but are all set to exclude will not cause a crash.
#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.
I used definition instead of options. Oops.
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.
Allow hover links to be turned off, and modified.
Introduce new "unformatted" summary style which can do inline.
#258491: Allow plugins to hide the floating edit links.
#254657 by Crell: Support for simple, single level grouping.
#261007 (by pl2): Do not show administrative links on views if Views UI is not enabled.
#259560 by KarenS: restore "even empty" feature from Views 1.
Create a default preprocess for the "field" theme and make a real template that just will not get used unless copied into a theme.
Row style to view a comment similar to the node view.
#258185 (by Moonshine): Provide option to retain sticky headers on tables.
Add inline options to the "fields" row style.
Various fixes, including making sure that exposed filter settings pass through to argument links and pager links.
Fixes for empty
#252436: upload table should link to views via vid, not nid. Plus, flesh out some help files.
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
Some updates to comment.views.inc (more to come) plus a fix to the last checkin.
Spiffy improvements to grid view
#248999: (by eaton) Grid style that uses a simple table to display a grid in X columns.
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.
Quick links on the edit page; hover links on the view view page.
RSS implementation
Move attachment rendering to views-view.tpl.php for greater flexibility.
Some more documentation updates
More field template fixing
#240634: Due to use of field aliases that are not always valid, multiple pseudo fields weren't showing up. Fixed up the field template to better conform to other templates.
Clean URL fix
#240102: (Largely by neclimdul) -- Initial pass at profile field handlers. Still 3 @todo items remain but they are not hard.
#235026: "More" link for block and block-like displays
#115949: (by Nedjo) Allow use if AJAX paging with exposed filters and pager.
Refactor views_handler_filter_numeric to use dependency and be easier to create a child class of
#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.
Retooled the form replacements into a single, unified form builder (which may be suitable for use in Drupal 7)
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
Templateized exposed filters; exposed filter memory; exposed filter smoothing. Mostly done with exposed filters now; leaving exposed sorts for later.
Very simple exposed filter widgets
Import/export now work, plus an unfortunate major overhaul underneath. THIS CHECKIN WILL BREAK ALL EXISTING VIEWS.
Pager settings in and working.
Basic node.created summaries for archive view
Restore summary functionality
UI saves! Simple view even works again!
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.
Updates for new HEAD
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 |