Log of /contributions/modules/category/category.pages.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6 -
(
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.5: +2 -2 lines
Diff to
previous 1.5
#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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 5 22:23:54 2009 UTC
(8 months, 2 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-BETA2,
DRUPAL-6--2-0-BETA3
Changes since
1.4: +16 -1 lines
Diff to
previous 1.4
- Change wrapper modules to be disabled by default, and to be required to be
manually installed after installing category. This is due to difficulties
with having the wrapper files present when installing Drupal.
- Include .install files in wrapper install / uninstall script.
- Make the 'category' and 'container' node types get their default status /
commenting / theme settings configured properly at install time.
Revision
1.4 -
(
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
Changes since
1.3: +6 -12 lines
Diff to
previous 1.3
- 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).
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 02:50:11 2008 UTC
(17 months ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-ALPHA2,
DRUPAL-6--2-0-ALPHA3
Changes since
1.1: +3 -0 lines
Diff to
previous 1.1
- Added _category_filter_pick_elements() function, to remove distant-parent
'update' form buttons before calling category_node_save(), or before calling
taxonomy_node_save() for the wrapper.
- Updated category_del_container() to remove container IDs from
'category_allowed_containers_[nodetype]' variables on delete.
- Fixed incorrect logic in category_check_container_hierarchy().
- Changed the parent select form element, so that it doesn't appear for
free-tagging categories, and the user is instead given a message saying that
free-tagging categories always have their container set as their parent.
- Fixed a bug in wrapper's taxonomy_node_save() function - assigned category
objects not getting converted to terms.
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.