| /[drupal]/contributions/modules/vocabindex/vocabindex.admin.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Fixed #581162: Wrap JavaScript for compatibility with other libraries.
Converted queries to DBTNG.
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 #435902: Taxonomy is a name and should start with a capital letter.
Fixed #435902: Taxonomy is a name and should start with a capital letter.
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.
An admin interface isn't worth much without the file it's in...
Cleanup of old files.
Fixed #344058.
Fixed #344058.
Fixed #344058.
Undid code simplification, because it prevented pages from being saved correctly.
Simplified a bit of code. Also fixed a bug that would prevent VIs from being enabled.
Cleaned up the code according to Coder.
Cleaned up the code according to Coder.
Cleaned up the code according to Coder.
Using 'value' field instead of 'hidden'.
Using 'value' field instead of 'hidden'.
Using 'value' field instead of 'hidden'.
Fixed #344058.
Fixed #344058.
Fixed #344058.
Code comment love.
Code comment love.
Code comment love.
Code comment love.
Code comment love.
Code comment love.
Fixed some string errors.
Fixed some string errors.
Fixed some string errors.
Updated strings.
Updated strings.
Updated strings.
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.
Implemented FAPI change (#value -> #markup for markup elements), added defined() when working with constants.
Changed default value for vid column to 0 (zero) and cleaned up vocabindex_admin_vi_form().
Cleaned up vocabindex_admin_vi_form().
String update.
String update.
Ported caching mechanism and parts of the administration and viewing code.
Partial port of hook_menu() and the administration forms.
Fixed minor bug in the comments.
Added #310771.
Rewrote vocabindex_vi_load(). It now uses only one query to load an infinite number of VIs.
Code comment love.
Cleaned up vocabindex_admin_vi_form_submit().
Rewrote vocabindex_vi_load() again, renamed constants and cleaned up some code.
Rewrote vocabindex_vi_load().
Fixed #283948.
Renamed all VI-relted functions from vocabindex_index_X() to vocabindex_vi_X().
Updated default value for path column in vocabindex table.
Used drupal_set_message() to inform the user he hasn't got any vocabularies to create VIs for.
Code comment love.
Made function names (vocabindex_delete(), etc.) consistent with vocabindex_index_load().
Updated the admin settings page. The cache will not automatically be cleared if either the lifetime or transliteration options have been changed. It also cannot be cleared accidentally anymore by turning the button into a checkbox.
Added #296462, comment #1. Updated hook_help with information about this feature.
Added #296462.
Updated path validation. Fixed a minor bug where VI paths wouldn't be matched with paths in the DB containing wildcards.
Set default cache lifetime to sixty minutes.
Changing the 'clear cache' button from a submit button to a normal button caused the callback to malfunction. This commit undoes that change.
Added #296225.
Updated classnames for CSS.
Added instructions not to use caching in combination with any form of taxonomy access control.
Hitting enter while a form element other than the submit button had the focus in the system settings button didn't save the settings, but cleared the cache instead. This has been fixed, but there's still no confirmation message when submitting a form this way.
Removed unnecessary use of check_plain().
Fixed link at settings page to Wikipedia article about the modern Latin alphabet.
Fixed #296193.
Changed vocabindex_load() to vocabindex_index_load() to prevent confusion with hook_load().
Updated #295516.
Fixed #293575.
Updated header comment blocks.
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.
Updated path validation. Slashes at the beginning of each path are now automatically removed. Using a percentage sign results in a form error. A minor bug that occured when saving the paths when they were unchanged has also been fixed.
Fixed bug where cache lifetime validation would say the lifetime should be specified in hours while this should have been minutes.
Simplified code for removing a slash at the beginning of a path.
Fixed #290385
Fixed: #290363
Fixed #290331
Merged vocabindex_admin_page() and vocabindex_admin_block().
Simplified path validation and added more self-descriptive error messages.
Updated function commenting.
Merged caching admin page with the normal settings page.
Changed and simplified list styles in admin panel.
Added #209875 Added/updated comments in template files to indicate which variables are available for each file.
Changed 'else if' statements to 'elseif' statements.
Vocabindex no longer sets an error if paths start with a slash but instead removes those slashes.
Removed a return statement that wasn't supposed to be there.
Fixed #233735, #235362, #235365, #233741 and #268005
Fixed #219959. Vocabindex also clears up all its data at uninstall.
Added Dutch translation
Fixed issues #209303 and #209305 by Xano
Removed redundant files
Removed auto-refresh as it's of no use
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 |