Log of /contributions/modules/category/category.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 5 04:52:53 2009 UTC
(3 months, 2 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC1,
HEAD
Changes since
1.4: +7 -9 lines
Diff to
previous 1.4
#158598 by JirkaRybka: a massive collection of bug fixes, D6 upgrades, and performance / usability improvements and other tasks for the category package. This commit includes patches from the following threads:
- #370641: Port category_views to D6
- #370633: Port category_breadcrumb to D6
- #484624: Fix all broken category/container previews, and add category_display defaults
- #481280: Generated menu items vs. menu administration and weights
- #457688: Get rid of Menu wrapper, moving functionality to category_menu
- #484084: Update README.txt and friends
- #483978: Remove t() from database schema descriptions
- #501378: PERFORMANCE! Central caching for category API functions
- #521680: Missing argument error on category/### paths
- #521714: Missing JavaScript file in Taxonomy wrapper
Lots and lots of thanks go to JirkaRybka for this monumental cleanup effort.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 7 09:01:16 2009 UTC
(9 months, 2 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-BETA1,
DRUPAL-6--2-0-BETA2
Changes since
1.2: +4 -3 lines
Diff to
previous 1.2
- Show 'none' in the 'types' column on 'admin/content/category', when a
container has no assigned node types defined.
- Output the name of each container on 'admin/content/category' as a link.
- For the message on 'admin/content/types/_type_' indicating that a node type
is a container and cannot be changed, properly use format_plural().
- fix all AJAX forms to use form_set_cache() instead of cache_set(), in
conformance with the updates introduced in Drupal 6.4 core.
- New feature for category_menu: allow admins to choose the menu in which to
populate auto-generated menu links for each container. If admins choose
'default', then the normal book-module-style behaviour still applies, i.e.
menu links are put into a 'hidden' menu called 'category-toc-_cnid_'.
NOTE: this requires a database update. New update.php function included.
- Fixed important bug where category_menu generated menu links were never
getting saved properly on insert, only on update. Needed to call
category_get_parents() (from _category_menu_map_save_category()) with
reset parameter set to TRUE, to clear a static var cache.
- category_display TOC listings are now working correctly. Yay! Introduced a
new _category_menu_tree_all_data() function to make this possible. TOC
depth is now being honoured, and all paths of the tree are being traversed
to the specified depth. _category_menu_tree_all_data() is a modification of
menu_tree_all_data(), and it maintains its own cache (which is cleared when
saving affected categories/containers).
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.