| /[drupal]/contributions/modules/vocabindex/vocabindex.view.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Updates the port to make up for core's changes of the last eight months (and we haven't even gone into freeze yet!)
Fixed bug in alphabetical pager where first letters in different cases would cause terms starting with the other case not to be displayed.
Fixed bug in alphabetical pager where first letters in different case would cause terms starting with the other case not to be displayed.
Fixed #574872: Invalid calls to theme functions.
Fixed #370820: hierarchy affects alphabetical sorting.
Fixed #370820: hierarchy affects alphabetical sorting.
Fixed #574872: Invalid calls to theme functions.
Fixed #372283.
Fixed #372283.
Added #372031.
Added #372031.
Cleanup of old files.
Fixed #357234.
Fixed #357234.
Fixed #357234.
The caching system has been reworked for the most part. VI blocks and VI pages using tree view are only being cached once now, since they are not pageable. Alphabetical VIs aren't being cached twice anymore. Also, the current code is more efficient.
The caching system has been reworked for the most part. VI blocks and VI pages using tree view are only being cached once now, since they are not pageable. Alphabetical VIs aren't being cached twice anymore. Also, the current code is more efficient.
The caching system has been reworked for the most part. VI blocks and VI pages using tree view are only being cached once now, since they are not pageable. Alphabetical VIs aren't being cached twice anymore. Also, the current code is more efficient.
Fixed #344058.
Fixed #344058.
Fixed #344058.
To improve performance, do not attempt paging if it has been disabled by the site administrator.
To improve performance, do not attempt paging if it has been disabled by the site administrator.
To improve performance, do not attempt paging if it has been disabled by the site administrator.
Cleaned up the code according to Coder.
Cleaned up the code according to Coder.
Fixed #321496.
Fixed #321496.
Fixed #321496.
Fixed #344058.
Fixed #344058.
Fixed #344058.
Fixed #330599.
Fixed #330599.
Fixed #330599.
Updated strings.
Updated strings.
Updated strings.
$vi is now being used to determine if node counts are enabled instead of comparing a term's node count with -1.
$vi is now being used to determine if node counts are enabled instead of comparing a term's node count with -1.
$vi is now being used to determine if node counts are enabled instead of comparing a term's node count with -1.
Removed options to disable CSS and JS files from admin page. Overriding or disabling those files should now be done using themes.
Removed options to disable CSS and JS files from admin page. Overriding or disabling those files should now be done using themes.
Removed options to disable CSS and JS files from admin page. Overriding or disabling those files should now be done using themes.
Pager now supports viewing multiple pages at the same page.
Pager now supports viewing multiple pages at the same page.
Pager now supports viewing multiple pages at the same page.
Removed check_plain() from template files.
Removed check_plain() from template files.
Removed check_plain() from template files.
Made $vi/$term available as $parent in vocabindex_page.tpl.php.
Made $vi/$term available as $parent in vocabindex_page.tpl.php.
Made $vi/$term available as $parent in vocabindex_page.tpl.php.
Fixed #313242 and made $term available to vocabindex_link.tpl.php.
Fixed #313242 and made $term available to vocabindex_link.tpl.php.
Fixed #313242 and made $term available to vocabindex_link.tpl.php.
Fixed term indexes: taxonomy_get_term() -> taxonomy_term_load().
Fixed paging bug.
Fixed paging bug.
Fixed paging bug.
Pager letters are now generated by calling l() directly.
Pager letters are now generated by calling l() directly.
Pager letters are now generated by calling l() directly.
The first link of an alphabetical pager now links to $vi->path without the extra letter behind it.
The first link of an alphabetical pager now links to $vi->path without the extra letter behind it.
The first link of an alphabetical pager now links to $vi->path without the extra letter behind it.
A RTL stylesheet is no longer necessary since themes take care of that now.
A RTL stylesheet is no longer necessary since themes take care of that now.
Using check_plain() for page titles.
Using check_plain() for page titles.
Backport from last commit to 7.x-2.x-dev.
Backport from last commit to 7.x-2.x-dev.
Changed » to » for page titles, since drupal_set_title uses check_plain() by default.
Changed argument order and related code comments.
Changed argument order and related code comments.
Removed redundant image files. Reworked the rendering functions. Vocabindex now uses theme_item_list() and no own templates anymore.
Rebuilt a lot of the rendering functions. Vocabindex now uses theme_item_list() and no own templates anymore. Updated CSS so it is more generic and works better in other themes. Also fixed two minor bugs related to zebra and term children calculation.
Rebuilt a lot of the rendering functions. Vocabindex now uses theme_item_list() and no own templates anymore. Updated CSS so it is more generic and works better in other themes. Also fixed two minor bugs related to zebra and term children calculation.
Now using defined() when working with constants from other modules.
Implemented FAPI change (#value -> #markup for markup elements), added defined() when working with constants.
Moved fix from previous commit (bug concerning bi-diredtional text) from template files to vocabindex.view.inc to improve performance and ease of use.
Fixed minor bug with bi-directional text.
Removed RTL support since I realised D5 doesn't support RTL languages. Will try to find out if i18n supports it.
Use language direction for caching.
Used language direction for caching.
Pagers can now be RTL.
Pagers can now be RTL.
Added #312704.
Added #312704.
Ported caching and pagers.
String update.
Ported caching mechanism and parts of the administration and viewing code.
Fixed bug where an object was created instead of an array.
Updated tree rendering.
Prevented redundant data from being cached, which reduces cached data nearly twice in size.
Fixed minor bug that prevented blocks from being displayed.
Fixed bug where a paged VI would always show the same page. The cause was that pages weren't taken into account when caching VIs.
Added missing parameter to function call.
Added #307788.
Added #310771.
Rewrote vocabindex_vi_load(). It now uses only one query to load an infinite number of VIs.
Code comment love.
Rewrote vocabindex_vi_load() again, renamed constants and cleaned up some code.
Rewrote vocabindex_vi_load().
Made code comments and strings more consistent: There are no more 'lists', but VIs (in the code comments) or index pages/blocks (strings).
Renamed all VI-relted functions from vocabindex_index_X() to vocabindex_vi_X().
Removed redundant comment.
Code comment love.
Removed breadcrumbs. It's not Vocabulary Index's task to provide these. Use Taxonomy Breadcrumb instead.
Added #296462.
Added #296225.
Made strings more consistent with core.
Vocabindex now caches the message saying there are no categories to display as well.
Fixed #296193.
Code comment love.
Made some variables more consistent.
Changed vocabindex_load() to vocabindex_index_load() to prevent confusion with hook_load().
Complete fix for #291129. See comment #1 for more details.
Moved configuration instructions from hook_install() to hook_enable().
Find and replace is the mother of all fuck-ups. This commit is another fix for the fix for #295516.
Yours truly forgot to update some callbacks and stuff during the last commit. Fixed those to prevent fatal errors. Basically another updated #295516.
Converted some function names I had forgotten.
Updated #295516.
Add some comments for development
Updated header comment blocks.
Cleaned up code using coder.module. Coder still throws some errors when checking vocabindex, but that's due to a bug in the module; When concatenating strings the period operator should be surrounded by spaces. See http://drupal.org/node/30785 for more information.
Fixed #290385
Updated function commenting.
Fixed #286187
Merged caching admin page with the normal settings page.
Fixed minor bug when a list item was both the first and last item in a list.
Fixed a minor bug concerning the value of $zebra in template files. Until now the first item of any list after the firstly rendered vocabindex list could either be 'odd' or 'even'. Now all first list items are 'even'.
Throw a 404 if no terms match the requested letter for alphabeticla lists
Made the pager for alphabetical lists part of page.tpl.php. This will allow users to put the pager where they want.
Fixed a minor HTML bug in threaded lists.
Added distinct styling for active letters in alphabeticla lists
Added #209875 Added/updated comments in template files to indicate which variables are available for each file.
Changed 'else if' statements to 'elseif' statements.
Fixed a few minor CSS issues and added $position in list_item.tpl.php. For more information see that file.
Fixed #233735, #235362, #235365, #233741 and #268005
Fixed #252183
Fixed #219959. Vocabindex also clears up all its data at uninstall.
Fixed #219639
Fixed issue #209311 by Xano
Removed redundant files
Fixed issues #204027 and #206837 (thanks to Surprise) as well as some other bugs and added some new features
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 |