| 1 |
CHANGELOG for Views 2 for Drupal 6
|
| 2 |
|
| 3 |
Views 2.x-dev
|
| 4 |
Bug fixes:
|
| 5 |
o Table style when not overriding sorts put sorts in wrong order.
|
| 6 |
o #488908 by sl27257: "Node: Has new content" only worked when exposed.
|
| 7 |
o #451110 by wonder95: Fixed missing word in transform case help text.
|
| 8 |
o #385904 by JirkaRybka: Prevent duplication of id edit-submit on views exposed form.
|
| 9 |
o #489888 by TheRec: Remove erroneous "alt" attribute from <a> when using link rewriting.
|
| 10 |
o #499078 by Darren Oh: Make sure theme is initialized for pre_render hook.
|
| 11 |
o #490516 by v_20q: Some fields not properly being marked as translatable due to option unpacking bug.
|
| 12 |
o #484222 by dereine: Attachment displays were ignoring access settings.
|
| 13 |
o #503098 by Davide Goode: Feed displays should have link displays since they link to a page display.
|
| 14 |
o #381346 by ayalon: Allow Taxonomy: Tid as a field, which is now needed for rewrites which may need tids.
|
| 15 |
o #485296 by overall and deekayen: Remove unnecessary t() call.
|
| 16 |
o #460838 by Darren Oh: Make DISTINCT more distinct.
|
| 17 |
o #503774 by dereine: Cache time failed to return the proper cutoff time.
|
| 18 |
o #506098: Table sorting with no default was overriding sorts even tho it was not supposed to.
|
| 19 |
o #407538: Ensure views_break_phrase() will stop providing warnings on empty strings.
|
| 20 |
o #420850 by dereine: Commas should not be used to separate items in a profile list field.
|
| 21 |
o #482162 by agentrickard: link path needed further sanitization to properly encode special characters.
|
| 22 |
o Tables would not accept 0 as having data so columns with zeroes would lose data when merging with other columns.
|
| 23 |
o #529164: Fatal typo in profile list field.
|
| 24 |
o #537870 by dww: Fixed a bug in the [uplodate_fid-size] token where format_size() was called on it twice.
|
| 25 |
o #510910 by mfb: Fixed bug where multiple fields sharing a column in a table was broken so only the final field would display.
|
| 26 |
o #546586 by dww: Fixed bugs that prevented '0' being a valid rewrite text or empty text for a view field. Also fixes a logic bug regarding the handling of the 'Count the number 0 as empty' setting.
|
| 27 |
o #507884 by TheRec: Removed matching title (alt) attribute on node links.\
|
| 28 |
o #468370 by emackn: Proper timezone support on postgres.
|
| 29 |
o #508124 by voxpelli: Optionally allow boolean to treat NULL as FALSE.
|
| 30 |
o #487528 by dereine: Fix typo in 'Maximum length' field instructions.
|
| 31 |
o #303800 by Justin W Freeman: Improve dashes to spaces transformation.
|
| 32 |
o #538530 by elcuco: Views export textareas should be LTR.
|
| 33 |
o #538204 by dereine: User picture should be sortable.
|
| 34 |
o #540122 by stella: Attachment displays should attach even if arguments caused the primary display to abort.
|
| 35 |
o #544098 by joachim: Fix validation quirks with defaulted handlers.
|
| 36 |
o #485872 by dereine: Make sure views.css is always loaded for all users.
|
| 37 |
o #442982 by killes: Make destroy() method more robust so that views are more readily reused.
|
| 38 |
o #520558 by bdurbin: node access filter not properly checking 'view'.
|
| 39 |
o #535424 by Hugo Wetterberg: Download file link could provide empty a tag if no file is available.
|
| 40 |
o #554000 by killes: Preview checking wrong flag for preview state causes feeds to display incorrectly when embedded.
|
| 41 |
o #554016 by webchick: views_embed_view() should check view access.
|
| 42 |
o #523222 by gpk: Contact link should not be allowed for the anonymous user.
|
| 43 |
o #563540 by dereine: Fix description of cache plugin settings.
|
| 44 |
o #564536 by dereine: Node links should allow language setting from node data.
|
| 45 |
o #551752 by dereine: Clean up row counter code.
|
| 46 |
o #451208 by dereine and superbaloo: Fix grid style to not leave missing tds in bottom row.
|
| 47 |
o #561892 by dereine: Unchecking "rewrite this field" but leaving a value caused field to be rewritten anyway.
|
| 48 |
o #408894 by dereine: Views AJAX incorrectly used "access content" permission.
|
| 49 |
o #574150 by dereine: Remove user search because user.module does not store user keywords.
|
| 50 |
o #511908 by dww: Too many check plains in selects because of problems with checkboxes.
|
| 51 |
|
| 52 |
Other changes:
|
| 53 |
o Implement a post_render hook (for themes too) and cache method.
|
| 54 |
o #501552 by neclimdul: Work around a core bug with DISTINCT on nodes.
|
| 55 |
o #430068 by overall and aclight: Improvements to the global "counter" field.
|
| 56 |
o #492002 by iterato: Allow "target" specification in field linking.
|
| 57 |
o #466454 by neclimdul: PHP strict fixes.
|
| 58 |
o Can now directly add a taxonomy term relationship to nodes, allowing more control by vocabulary.
|
| 59 |
o #472194: !1 can now be used with field rewriting to get the raw argument.
|
| 60 |
o #480162: Fields row style now contains option to hide empty fields.
|
| 61 |
o #433318: Special handling for empty fields, allowing them to avoid rewriting and not be displayed.
|
| 62 |
o #354457 by ausvalue: Example integrating node_example.module with Views API.
|
| 63 |
o #479728 by enboig: Allow "Does not start with" and "Does not end with" as string operators.
|
| 64 |
o #511468 by dereine: State which view was saved after saving a view.
|
| 65 |
o #520632 by DamZ: Add comment hostname and mail to available comment fields.
|
| 66 |
o #523580 by JirkaRybka: More documentation on Reduce Duplicates option.
|
| 67 |
o #510920 by apanag: Add set_current_page() method to view class.
|
| 68 |
o #337741 by joachim: Allow profile fields to have "link to user" option.
|
| 69 |
o #534680 by dagmar: Visual indicator if checkbox will expand options.
|
| 70 |
o #512650 by sdboyer: Multiple many to one arguments on the same relationship were not relationship safe.
|
| 71 |
o #536994 by dboulet: Store result in variables for use in unformatted style.
|
| 72 |
o #458194 by voxpelli: Add first and last row classes to table style.
|
| 73 |
o #254895: Add form to clean up Views 1 tables.
|
| 74 |
|
| 75 |
Views 2.6
|
| 76 |
Bugs fixed:
|
| 77 |
o #419226 by kelvincool: Respect admin theme during views ajax operations.
|
| 78 |
o #419270 by voxpelli: set_where_group() could fail if no previous groups.
|
| 79 |
o #422054 by yhahn: Protect exports from impropertly indenting multiline strings.
|
| 80 |
o #437070 by mikeryan: Base table formerly limited to 32 characters.
|
| 81 |
o #317271 by quicksketch: ensure_my_table() limited to one relationship per table.
|
| 82 |
o #441520 by jonathan1055: Allow the "time ago" date format to work on future dates as well.
|
| 83 |
o #445398 by casey: reduce_value_options() using wrong value array.
|
| 84 |
o #451370 by skwashd: base.js had some DOS line endings.
|
| 85 |
o #454754 by dww: Fix PGSQL related errors with comment author filtering.
|
| 86 |
o #384286 by dww: Make it possible to expose the filter for "Node: Has new content"
|
| 87 |
o #463634 by alienbrain: "Empty field name" incorrectly specified.
|
| 88 |
o #463580 by ximo: AJAX summary links broken in some displays.
|
| 89 |
o #468336 by psynaptic: Fix broken hook_views_admin_links_alter
|
| 90 |
o #422868 by mattman: Breadcrumbs not properly substuting % replacements.
|
| 91 |
o #440676 by dereine and Razorraser: View import form crashed on empty view input.
|
| 92 |
o #461842 by dereine: Use gmtime() instead of format_date() to prevent localization of dates in RSS feeds.
|
| 93 |
o #316556 by darrenoh and JirkaRybka: More 1.x upgrade fixes.
|
| 94 |
o #382398 by elcuco: Force LTR in the views admin.
|
| 95 |
o #461144: Fix trimming to correctly remove tags when they are trimmed in half.
|
| 96 |
o #330956: Theme: Information only scanned information from the default theme.
|
| 97 |
o SA-CONTRIB-2009-037: Filter checkboxes could be displayed unfiltered allowing XSS attacks.
|
| 98 |
|
| 99 |
Other changes:
|
| 100 |
o #298616: Add argument for node updated time similar to node created time.
|
| 101 |
o #325607 by bangpound: Automatically sort exports from bulk export.
|
| 102 |
o #323049 by yched: Allow Empty/Not Empty on select many to one.
|
| 103 |
o #340701 by swentel: Restore allowing Views to set block caching mode.
|
| 104 |
o #347892 by dww: Allow <any> option in Boolean filters.
|
| 105 |
o #358314 by brmassa: Catch the exposed filter form so it doesn't process twice on a single view.
|
| 106 |
o #154865 by Zack Rosen, josh_k and KarenS: Allow user contact form as a field.
|
| 107 |
o #411880 by fgm: Add "options callback" to items using in_operator handler.
|
| 108 |
o #360657 by yhahn: new hook_views_default_views_alter().
|
| 109 |
o #430068 by dereine: New global counter field for displaying row number.
|
| 110 |
o #420340 by derine: Translate node type filter.
|
| 111 |
o #325796 by yang_yi_cn: Translate node type argument.
|
| 112 |
o #446726 by yhahn: Improved performance for js dependencies.
|
| 113 |
o #437760 by leeneman: Remove duplicate terms from taxonomy term argument title.
|
| 114 |
o #354270 by dereine: Allow "tag" to be added to the theme template suggestions.
|
| 115 |
o #408180 by joachim: Allow taxonomy term parent argument.
|
| 116 |
o #469456 by dereine: Automatically give .info file during views bulk export.
|
| 117 |
o #424460 by thePanz: Customizable breadcrumb title for arguments.
|
| 118 |
o #436398 by Pasqualle: Support for aggregator category table.
|
| 119 |
o #424648 by quicksketch and dereine: Allow format selection on filesize field.
|
| 120 |
o #478312 by yhahn: Provide specific node access filter.
|
| 121 |
o #479878 by dereine: User language field.
|
| 122 |
o #468824 by eaton: Pluggable caching mechanism which can cache both the query result and rendered result.
|
| 123 |
o #399534 by clemens.tolboom and drewish: Add fragment and query string as options when making fields into links.
|
| 124 |
o #315915 by dixon_: Add another base row class to rows.
|
| 125 |
o #353403 by agentrickard: Field to provide "more" text.
|
| 126 |
o #377896 by dereine: When ticked "link to node" show node title as a href title attribute.
|
| 127 |
o #386098 by dereine: Add "watchdog" as a debug logging options.
|
| 128 |
o #409428 by gpk: Missing field: node input format.
|
| 129 |
o #271833 by grugnog, agentrickard and others: Taxonomy depth in filter.
|
| 130 |
|
| 131 |
Views 2.5
|
| 132 |
Bugs fixed:
|
| 133 |
o #363817 by thePanz: Empty fields in table could still trigger separators.
|
| 134 |
o #388952 by nikita@protsenko.com: Ensure taxonomy term validator sets the validated title when available.
|
| 135 |
o #392176: Trim on word boundary would stop at newlines.
|
| 136 |
o #415706 by dww: Fix broken relationship in search that caused SQL error.
|
| 137 |
o #428742 by fralenuvol: Fix broken relationship causing sql error with multiple taxonomy term arguments.
|
| 138 |
o #428102 with help from deviantintegral: Broken option_definition() causes warnings.
|
| 139 |
|
| 140 |
Other changes:
|
| 141 |
o #379382 by neochief: Add option to strip tags during advanced rendering.
|
| 142 |
o #400914 by joachim: Add a link field to get to comments for a node that works just like the normal links.
|
| 143 |
o #402650 by drewish: Bulk export views alphabetically by view name.
|
| 144 |
o #349157 by yched: Support CCK build modes in node style.
|
| 145 |
|
| 146 |
Views 2.4
|
| 147 |
Bugs fixed:
|
| 148 |
o #371466 by dereine: Fix incorrect link to comments.
|
| 149 |
o #371923 by noahb: Summaries could be distinct even when they should not be.
|
| 150 |
o #368764: Fix User ID validator to actually have proper dependencies.
|
| 151 |
o #375342 by dww: node_comment_statistics should be INNER joined because there is always 1:1 reference.
|
| 152 |
o #372959: Archive view should not use AJAX by default.
|
| 153 |
o #373155: Not clearing "many to one" data breaks some attachment displays.
|
| 154 |
o #375000 by elcuco: View name should always be LTR.
|
| 155 |
o #378534 by dww: Validators do not fire if argument === 0 due to PHP loose type conversions.
|
| 156 |
o #378164 by yched: Unexposed taxonomy filter could accidentally stop working.
|
| 157 |
o #371923 by David_Rothstein: Another DISTINCT fix related to summaries.
|
| 158 |
o #365831 by tomiyana: Fix typos in help.
|
| 159 |
o #357368 by Pasquale: schema descriptions should not be translated.
|
| 160 |
o #379602 by dww: Add a second "time ago" variant to dates to allow NOT printing the word "ago".
|
| 161 |
o #379354 by neochief: Add an extra regex to remove mangled HTML entities in output rewriting.
|
| 162 |
o #362830: Search was mostly broken, especially score but also searching on multiple terms.
|
| 163 |
o #350376 by pfournier: Missing "return" statement caused certain argument date validation to fail.
|
| 164 |
o #364082 by hass: Unique key missing on views_view table.
|
| 165 |
o #366250 by sirkitree: Fix deprecated jquery selectors so we can work with jquery 1.2.6 as well as 1.3.2.
|
| 166 |
o #386986: 2 or more relationships could block a normal table from being added.
|
| 167 |
o #371219 by aclight: Incorrect logic in views_many_to_one_helper::ensure_my_table()
|
| 168 |
o #376570 by yhahn: Better AJAX scrolling.
|
| 169 |
o #412576 by yhahn: Restore missing views_handler_filter_float class.
|
| 170 |
o #378710: Add strip_tags() to path when displaying a field as a link as a path can never have HTML in it.
|
| 171 |
o #380560: UI could suddenly cause errors with get_handlers() in certain situations with relationships.
|
| 172 |
o #342215: Occasional "holes" could appear in taxonomy term field causing query errors when relationship is used but not present.
|
| 173 |
o #414074 by dereine: Prevent fields becoming not editable by having just spaces in them in the Views UI.
|
| 174 |
o #378724: Displaying uploaded files as a link accidentally made the entire field a link rather than each one.
|
| 175 |
o #415672 by yhahn: Views inadvertently rounds negative numbers down instead of up when truncating.
|
| 176 |
o #408414 by rb7: Prevent empty links with the "has new comments" field.
|
| 177 |
o #406680 by Büke Beyond: Missing clear-block caused problems in IE for Views UI.
|
| 178 |
o #373771 by dropcube: Fix missing aggregator feed trying to use non-existing handlers.
|
| 179 |
o #341960 by sun: Clean up dependent.js javascript declarations which potentially caused .js errors.
|
| 180 |
o #372227: On Debian etch, tables would lose fields due to PHP bug.
|
| 181 |
|
| 182 |
Other changes:
|
| 183 |
o #375182 by vaish: Allow a reset parameter to views_get_all_views().
|
| 184 |
o #356276 by nedjo: Locale support.
|
| 185 |
o #316556 by Darren Oh: Better Views 1.x upgrades.
|
| 186 |
o #383242 by dww: Allow - Any - instead of <Any> as an option in the Views tools menu.
|
| 187 |
o #303800 by KarenS: Additional dashes to spaces option in taxonomy argument validator.
|
| 188 |
o #327366 by yched: Allow row styles to follow relationships too.
|
| 189 |
o #405130 by dereine: Make the output field rewrite a textfield rather than textarea.
|
| 190 |
|
| 191 |
Views 2.3
|
| 192 |
Bugs fixed:
|
| 193 |
o #349739: Fix arguments not getting transmitted to attachment displays properly.
|
| 194 |
o #354707: Display attachment happened too early preventing default arguments from passing to the attachment.
|
| 195 |
o #277321 by nedjo: Use AJAX properly supports summaries in attachments.
|
| 196 |
o #291292 by sammys (reroll by jaydub): Proper use of DISTINCT on summary views on pgsql.
|
| 197 |
o #291079 by sammys (reroll by jaydub): Fix use of GROUP BY on pgsql.
|
| 198 |
o #295246 by webchick: Wrong table type on views object cache caused truncation of cached data and mysterious errors on large views.
|
| 199 |
o #315007 by Garrett Albright, Paul Kishimoto and catch: Take into account page count when using comment new link.
|
| 200 |
o #317562 by ingaro: Wrong date format for PGSQL.
|
| 201 |
o #327604 by mr.baileys: Fix improper use of multibyte library when mb library unavailable.
|
| 202 |
o #335926 by sapark and drewish: "January, 2009" should be "January 2009".
|
| 203 |
o #341263 by cdale: Prevent exposed filter forms from processing during batch operations.
|
| 204 |
o #342322 by drewish: Correct label for translation status.
|
| 205 |
o #343223 by alienbrain: Ensure path before join.
|
| 206 |
o #343284 by andypost: Fix odd/even reversed in table style compared to Drupal core.
|
| 207 |
o #345545 by mfb: Correct occasional Drupal.settings related javascript error.
|
| 208 |
o #345546: Fix Node: Created day argument off by 1 error.
|
| 209 |
o #345707 by aries: Do not display breadcrumb link if no link text.
|
| 210 |
o #355939 by yhager: Fix missing comment GUID in comment RSS style.
|
| 211 |
o #321332 with help from brahms: views_handler_field_markup only worked if format was named "format".
|
| 212 |
o #348322 by Darren Oh: Fix missing /code in api plugins help.
|
| 213 |
o #353090 by eaton: RSS feeds were not using all of the Drupal hooks to ensure full compatibility with core feeds.
|
| 214 |
o #293832 by drewish: Allow menu items to have administrative description.
|
| 215 |
o #345528: Mini-pager generated invalid HTML with empty li tags.
|
| 216 |
o #351745: Exposed taxonomy term autocomplete filter failed if term existed in multiple vocabularies.
|
| 217 |
o #353002: tracker view had wrong argument and was not picking up comments by the selected user.
|
| 218 |
o Case sensitivity on string filter checkmark was backward.
|
| 219 |
o #355919: views_theme() needed to include plugin theme files to detect functions.
|
| 220 |
o #353515: Many characters could get incorrectly translated in exposed filters combined with ajax tablesorting.
|
| 221 |
o #359818: Delete button should say Revert when reverting a view to default.
|
| 222 |
o #359132 by grugnog: CSS files should be marked conditional so they don't impact the CSS cache.
|
| 223 |
o #360637: Extra slash in theme includes could cause some systems to fail.
|
| 224 |
o #363081: Disabled views could still provide blocks.
|
| 225 |
o #366666 by Deadmonk also yched: File size field should not try to print a size on NULL values.
|
| 226 |
o #367203: Improper caching of default views caused incomplete handlers that could WSOD.
|
| 227 |
o #365283: views_handler_filter_ncs_last_updated improperly registered causing fatal errors trying to use it.
|
| 228 |
o #365712: select list exposed filters were trying to limit to list when selecting "All" even when "limit" was not selected.
|
| 229 |
o #357196 by Grugnog: hook_views_pre_view not getting $display_id sent properly.
|
| 230 |
|
| 231 |
Other changes:
|
| 232 |
o #288801 by drewish and eaton: Aggregator item support! Make views of feeds!
|
| 233 |
o #335647 by markus_petrux: Add memory and a reset button to the Views list page.
|
| 234 |
o #343047 by alienbrain: Allow all handlers to participate in view validation.
|
| 235 |
o #339223 by greggles: Allow taxonomy term tid to be sortable.
|
| 236 |
o #324378 by eigentor: CSS improvements to the view list page.
|
| 237 |
o #354736 by Shai: Clarification on exposed filter text.
|
| 238 |
o #364637 by moshe and dww: Allow preprocessors to add row classes to table style.
|
| 239 |
o #349178 by agentrickard: Add generic link handling plus a custom text field. Also automatic trimming.
|
| 240 |
o #368234 by dww and neclimdul: Allow the "Anonymous" user to have a different (or no) name in User: name field.
|
| 241 |
o #368754 by dww: User ID validator, with role testing.
|
| 242 |
o #369505 by dww: Add helper function to get the value of a view argument.
|
| 243 |
o #353002 by neclimdul: Provide a filter for user posted or commented on to complement the argument with the same functionality.
|
| 244 |
|
| 245 |
2.3 API Notes:
|
| 246 |
A minor change in the API now requires that styles that render fields MUST
|
| 247 |
render them in order, first by row and then by field ID. Not doing so will
|
| 248 |
cause the token expansion to fail.
|
| 249 |
|
| 250 |
Views 2.2
|
| 251 |
Bugs fixed:
|
| 252 |
o #305756: Number formatting caused illogical rounding.
|
| 253 |
o #324272 by neochief: hook_pre_render never called.
|
| 254 |
o #324058: Broken queries created by string values in multiple fields.
|
| 255 |
o #324726: "tag" fields should be autocomplete in View edit.
|
| 256 |
o #324058 by yched: Make aliases safer for many to one tables.
|
| 257 |
o #325765: Prevent key merge errors on query::add_where and query::add_having.
|
| 258 |
o #324378: Minor usability improvements to the list page.
|
| 259 |
o #326934: Need another check to make sure already added aliases do not get blown away.
|
| 260 |
o #324513: If a relationship table was added more than 1 hop away from the base, SQL errors resulted.
|
| 261 |
o #326129 by mindgame: Not between operator did not function.
|
| 262 |
o #326198: != mistakenly typod as = (display only)
|
| 263 |
o #326379: Provide a default title for the archive view.
|
| 264 |
o #327151: Add filter for node_counter.timestamp.
|
| 265 |
o #327113: Clean up error text when display will not validate.
|
| 266 |
o #307287: (Panels related) view::preview() would override previously set arguments if no arguments were sent.
|
| 267 |
o #321589: Comment template preprocessor misnamed so it would not fire.
|
| 268 |
o #329746: Comment rendering in the node row style was not working.
|
| 269 |
o #321109: view::destroy() needs to unset current_display or future init_displays won't work.
|
| 270 |
o #325115: If the block description is not set, show the display title as well as the view name in block administration.
|
| 271 |
o #327604 by henrrrik: should use multibyte string functions.
|
| 272 |
o #328933 by cmyers: views_handler_filter_date fails to use exposed operator.
|
| 273 |
o #332568 by Moonshine: Correct views performance timers.
|
| 274 |
o #332679 by yched: render_link() does not check for empty data.
|
| 275 |
o #333593: Incorrect reference to non-existent views_handler_join in help/api-tables.html.
|
| 276 |
o #334337 by miro_dietiker: Documentation clarification for arguments, blocks and PHP Code plugins.
|
| 277 |
o #336456 by dww: Date filter had trouble with NULL operators.
|
| 278 |
o #336125 by nedjo: Missing filter for node translation.
|
| 279 |
o #337360: Menu selection causes crash if menu module not active.
|
| 280 |
o #339295 by katbailey: AJAX paging could fail with the same view in multiple tabs.
|
| 281 |
o #339676 by nedjo: Source translation had wrong filter handler.
|
| 282 |
o #340002 by hass: Allow the "Add display" button to wrap for translations whose phrase is longer.
|
| 283 |
o #340033 by pancho: Clearer wording on some field help texts.
|
| 284 |
o #340515: views_perm() was incorrectly views_ui_perm().
|
| 285 |
o #330897: Invalid displays causing 'path' lookup to crash.
|
| 286 |
o #339674 by nedjo: Translation code cleanup.
|
| 287 |
o #341897: views_perm() mistakenly declared in views_ui.module.
|
| 288 |
|
| 289 |
Other changes:
|
| 290 |
o Reorganize the analysis code into analyze.inc to make it easier for people to find the code and use it externally.
|
| 291 |
o #298884 by neclimdul: Requested missing filter to filter for whether a user has a picture or not.
|
| 292 |
o #336531 by dww: Set boolean filter to not use a checkbox which is lesser UI.
|
| 293 |
o #338632 by drewish: Remove use of format_rss_channel and use proper templating instead.
|
| 294 |
o #326034 by yched: Allow short names in admin summaries via new "title short" definition.
|
| 295 |
o #335613 by swentel: Add hook_views_api() setting to bulk export.
|
| 296 |
o #339707 by nedjo: Add filter to show child translations.
|
| 297 |
o #284768 by drewish: Proper templates for RSS feeds rather than format_rss_item().
|
| 298 |
|
| 299 |
|
| 300 |
Views 2.1
|
| 301 |
Bugs fixed:
|
| 302 |
o #322862: 1.0037 debug code left in.
|
| 303 |
o #322908: README.txt update.
|
| 304 |
o #323014 by yched: Typo in exposed filter text.
|
| 305 |
o #323033: Using empty/is not empty in string/numeric filters caused notices.
|
| 306 |
o #322874 by yched: Errors in summary for some filters.
|
| 307 |
o #323282: Taxonomy term default choice handled incorrectly.
|
| 308 |
o #323318: Exposed taxonomy term failed if not set force single.
|
| 309 |
|
| 310 |
Views 2.0
|
| 311 |
o First 2.0 official release
|
| 312 |
|