| /[drupal]/contributions/modules/vocabindex/vocabindex.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Converted queries to DBTNG.
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 #395290: Prevent installation when using PHP 4 due to incompatibilities.
Added schema. Added links to VI addition pages.
Code cleanup.
Updated permissions and the string extraction file.
Updated permissions and the string extraction file.
Updated permissions and the string extraction file.
Removed unnecessary parameter.
Removed unnecessary parameter.
Removed unnecessary parameter.
Clear cache after an update from 5.x-2.x to 6.x-2.x since Drupal 5 doesn't support bi-directional texts and the text-direction is used for the CID.
Initial port. Updated hook_menu, hook_perm, vocabindex.info and a bug in hook_help.
Fixed bug (calling D6 function) when disabling the module and checking the update status doesn't require vocabindex.install anymore.
Don't update the DB anymore when updating from 5.x-2.x.
Changed default value for vid column to 0 (zero) and cleaned up vocabindex_admin_vi_form().
Allow administrators to create VIs for the forum vocabulary.
Allow administrators to create VIs for the forum vocabulary.
Partial port of hook_menu() and fixed bug that would cause foreach() errors if vocabularies were requested and none were found.
Updated port of install file.
Code comment love.
Rewrote vocabindex_vi_load() again, renamed constants and cleaned up some code.
Rewrote vocabindex_vi_load().
Fixed #283948.
Made code comments and strings more consistent: There are no more 'lists', but VIs (in the code comments) or index pages/blocks (strings).
Added indexes to the DB table.
Renamed all VI-relted functions from vocabindex_index_X() to vocabindex_vi_X().
Updated default value for path column in vocabindex table.
Added #294977.
Made function names (vocabindex_delete(), etc.) consistent with vocabindex_index_load().
Code comment love.
Code comment love.
Remove blocks during uninstallation.
Moved configuration instructions from hook_install() to hook_enable().
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.
Fixed #233737 (hopefully)
Fixed #221044 by shelleyp.
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.
Removed unnecessary drupal_set_message() from hook_uninstall.
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 #233735, #235362, #235365, #233741 and #268005
Fixed #240525. Also re-fixed some minor issues that I thought were fixed but were lost because my computer has crashed.
Fixed #239146 and #219753
Fixed #219959. Vocabindex also clears up all its data at uninstall.
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.
*** empty log message ***
*** empty log message ***
*** empty log message ***
First and development version of Vocabulary Index for Drupal 6
file vocabindex.install 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 |