| /[drupal]/contributions/modules/vocabindex/vocabindex.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Fixed theming bug at the "Pages" and "Blocks" admin pages that rendered them unusable.
Fixed #494408: rework hook_menu_alter() for compatibility and performance reasons.
Converted queries to DBTNG.
Fixed #473772 by maikeru, mig5: support for PostgreSQL <8.2.
Fixed #473772 by maikeru, mig5: support for PostgreSQL <8.2.
Fixed #601138: upgrade instruction message is too persistent.
Fixed #601138: upgrade instruction message is too persistent.
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 #574872: Invalid calls to theme functions.
Fixed #574872: Invalid calls to theme functions.
Fixed #574872: Invalid calls to theme functions.
Fixed #435846: transliteration performance.
Fixed #435846: transliteration performance.
Fixed #368480.
Fixed #368480.
Added VI load functions.
Corrected path validation. Removed the VI class, moved creation of blank VIs from hook_menu() to the VI form.
Added schema. Added links to VI addition pages.
Added index page addition form. Improved VI addition form in general. Added Tree view for testing purposes. Removed content type selection element since it was of no use anyway.
Hook_vocabindex_info() has been renamed to hook_vocabindex(). General settings are now declared using hook_vocabindex() as well. Added preliminary block index addition form.
Completed settings page, added alphabetical view and help.
Added admin pages.
Code cleanup.
Removed old file.
Added #320612.
Added #320612.
Simplified a bit of code. Also fixed a bug that would prevent VIs from being enabled.
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.
Updated permissions and the string extraction file.
Updated permissions and the string extraction file.
Updated permissions and the string extraction file.
Cleaned up the code according to Coder.
Cleaned up the code according to Coder.
Cleaned up the code according to Coder.
Hook menu now returns an empty array instead of nothing if no menu items should be defined.
Hook menu now returns an empty array instead of nothing if no menu items should be defined.
Fixed #344058.
Fixed #344058.
Fixed #344058.
Fixed #336774.
Fixed #336774.
Fixed #336774.
Code comment love.
Code comment love.
Code comment love.
Fixed #324218 by agentrickard, Xano.
Fixed some string errors.
Fixed some string errors.
Fixed some string errors.
Overall update of the help page.
Overall update of the help page.
Overall update of the help page.
Fixed #330205.
Added screen shots of view modes to the help page.
Added screen shots of view modes to the help page.
Added screen shots of view modes to the help page.
Updated strings.
Updated strings.
Updated strings.
Cleaned up hook_menu() and hook_menu_alter and removed some redundant comments from the D5 branch.
Cleaned up hook_menu() and hook_menu_alter and removed some redundant comments from the D5 branch.
Cleaned up hook_menu() and hook_menu_alter and removed some redundant comments from the D5 branch.
Removed developer comments from previous commit.
Fixed #325090.
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.
Updated schema version check.
Updated schema version check.
Moved dynamic help to Vocabulary Index and updated it.
Moved dynamic help to Vocabulary Index and updated it.
Moved dynamic help to Vocabulary Index and updated it.
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.
Removed redundant function.
Minor cleaning.
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.
Implemented FAPI change (#value -> #markup for markup elements), added defined() when working with constants.
Moved dynamic help to vocabindex and update use of permissions table.
Initial port. Updated hook_menu, hook_perm, vocabindex.info and a bug in hook_help.
Moved fix from previous commit (bug concerning bi-diredtional text) from template files to vocabindex.view.inc to improve performance and ease of use.
Checking the update status doesn't require vocabindex.install anymore.
Fixed bug (calling D6 function) when disabling the module and checking the update status doesn't require vocabindex.install anymore.
Fixed #311833.
Ported caching and pagers.
Ported caching mechanism and parts of the administration and viewing code.
Moved all template code to a new include and removed the D6 template files.
Partial port of hook_menu() and the administration forms.
Partial port of hook_menu() and fixed bug that would cause foreach() errors if vocabularies were requested and none were found.
Fixed bug that would cause foreach() errors if vocabularies were requested and none were found.
Updated port of install file.
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().
Cleaned up hook_menu() and hook_menu_alter() and moved some functions to where they belong.
Moved Vocabulary Index menu from Administer > Content management to Site building.
Code comment love.
Added #294977.
Moved dynamic help to the top of the help page since it's more important than information about character transliteration and Pathauto.
Added #304859.
Code comment love.
Updated hook_help.
Fixed old table alias.
Fixed #298007
Removed unnecessary variable.
Made function names (vocabindex_delete(), etc.) consistent with vocabindex_index_load().
Updated hook_help.
Added #296462, comment #1. Updated hook_help with information about this feature.
Code comment love.
Updated help.
Removed unnecessary use of check_plain().
Changed vocabindex_load() to vocabindex_index_load() to prevent confusion with hook_load().
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.
Updated #295516.
Partially fixed #291129
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 minor bug in regular expression to validate paths for alphabetical lists.
Fixed #290385
Fixed: #290363
Fixed #290331
Merged vocabindex_admin_page() and vocabindex_admin_block().
Removed some code related to the no longer used vocabindex menu items.
Updated function commenting.
Removed _vocabindex_menu_delete_item() as it was no longer necessary.
Removed unnecessary part of vocabindex_delete() and updated commenting for that function.
Fixed #288418
Fixed #283948
Fixed #283948
Fixed #283948
Put back the 'view vocabulary index' permission because nobody because user 1 could see the index pages.
Added explanation about term descriptions being displayed as well due to #225916
Merged caching admin page with the normal settings page.
Improved help for index block admin page.
Updated hook_help() with some decent information.
Fixed issue with menu items in hook_taxonomy()
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'.
Made the pager for alphabetical lists part of page.tpl.php. This will allow users to put the pager where they want.
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.
Removed code used for debugging
Automatically deletes every system variable related to vocabindex. No manual variable_del() calls needed for every variable.
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
Removed some code used for debugging.
Fixed #240525. Also re-fixed some minor issues that I thought were fixed but were lost because my computer has crashed.
Fixed #246606 (Drupal 6.2 menu API change)
Fixed #239146 and #219753
Fixed #219959. Vocabindex also clears up all its data at uninstall.
Fiex #219753
Fixed #219753
Fixed #219654
Added Dutch translation
Added support for checking if paths are already in use by menu items
Backport from the current 6.x-1.x-dev. Features threaded and flat (top-level only) lists in addition to the already existing flat lists. Also supports sorting by weight or name for flat lists. A special stylesheet was added to properly display the index pages.
Removed some redundant lines containing personal notes I used during development
#184558: Fixed "Alias already exists" bug when trying to create index pages.
Removed auto-refresh as it's of no use
*** empty log message ***
*** empty log message ***
*** empty log message ***
First and development version of Vocabulary Index for Drupal 6
file vocabindex.module was added on branch DRUPAL-6--1 on 2007-12-15 16:51:12 +0000
The Vocabulary Index module provides index pages for the selected vocabularies. On these pages the terms instead of the nodes in a vocabulary are listed.
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 |