Log of /contributions/modules/category/category.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.162 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 5 04:52:53 2009 UTC
(3 months, 3 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC1,
HEAD
Changes since
1.161: +96 -89 lines
Diff to
previous 1.161
#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.157 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 5 22:23:54 2009 UTC
(8 months, 3 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-BETA2
Changes since
1.156: +2 -2 lines
Diff to
previous 1.156
- 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.154 -
(
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
Changes since
1.153: +3 -2 lines
Diff to
previous 1.153
- 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.150 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 10 07:50:38 2008 UTC
(16 months, 2 weeks ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-ALPHA3
Changes since
1.149: +9 -8 lines
Diff to
previous 1.149
- Node teasers now get outtputted (through check_plain) as title text for
tagged node links.
- Fixed node IDs not getting outputted in tagged node link hrefs.
- Fixed (admin) titles not getting outputted on distant parent selection list.
- Fixed many bugs in the new category_menu menulink create / update logic.
- Added menu link deletion implementation to category_menu.
- Removed old D5 code from category_menu.
- Added a new 'menu wrapper' module. This is not a proper wrapper: it's
exactly the same as the core D6 menu module, except that menu-on-the-fly
functionality (i.e. the menu_nodeapi() and menu_form_alter() functions) has
been stripped out, as menu OTF interferes with category_menu, and as it
doesn't seem to be going away (or being made turn-off-able) any time soon.
Revision
1.148 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 8 16:12:38 2008 UTC
(16 months, 2 weeks ago)
by
jaza
Branch:
MAIN
Changes since
1.147: +118 -342 lines
Diff to
previous 1.147
- Added first version of the D6 book wrapper: not complete or tested yet, but it's a start.
- Added what I've got so far for the D6 category_menu module: mainly the container add/edit UI is done so far (lots of new AJAXy goodness), menu logic not yet implemented.
- Fixed up the too-strict line wrapping in the category.module code.
Revision
1.147 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 8 10:24:31 2008 UTC
(16 months, 2 weeks ago)
by
jaza
Branch:
MAIN
Changes since
1.146: +37 -84 lines
Diff to
previous 1.146
#279784 by etzel: variable_get() call missing default argument. Also started de-linebreaking category.module code.
Revision
1.146 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 02:50:11 2008 UTC
(17 months, 1 week ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-ALPHA2
Changes since
1.145: +97 -44 lines
Diff to
previous 1.145
- 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.
Revision
1.141 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 04:09:39 2007 UTC
(2 years, 4 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.140: +10 -8 lines
Diff to
previous 1.140
Well, now it loads at the very least...
Body on the native node types is broken at the moment, I guess the format changed again.
Revision
1.124.2.2.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 14 22:42:45 2007 UTC
(2 years, 9 months ago)
by
bdragon
Branch:
DRUPAL-5--2
Changes since
1.124.2.2: +65 -1 lines
Diff to
previous 1.124.2.2
Hello.
This branch is for a highly experimental test to see how performance, memory consumption, and stability is affected by relying more on node_load.
Hopefully, it will help identify bottlenecks in the existing code.
I have a feeling that by optimizing usage patterns (cough category_get_tree cough) and using better internal data structures, we can decrease complexity and improve speed.
Revision
1.126 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 2 08:03:41 2007 UTC
(2 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.125: +1 -1 lines
Diff to
previous 1.125
- #112208: probable fix for warning 'cannot use a scalar value as an
array' (only probable, as I was unable to reproduce).
Revision
1.124 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 5 15:31:15 2007 UTC
(2 years, 10 months ago)
by
jaza
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Branch point for:
DRUPAL-5
Changes since
1.123: +241 -183 lines
Diff to
previous 1.123
- #85239 by bdragon, drewish, DayShallCome, and myself: update category
module to Drupal 5. This commit upgrades all modules in the category
package, including:
- category
- category_display
- category_export
- category_legacy
- category_menu
- cac_lite
- category_bulkedit
- category_outliner
- category_pathauto
- category_transform
- category_views
Revision
1.118 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 17 14:57:02 2006 UTC
(3 years, 2 months ago)
by
jaza
Branch:
MAIN
Changes since
1.117: +13 -2 lines
Diff to
previous 1.117
- #76921 by bdragon: change category_get_parents() to return an array
with a zero-based index, rather than using the cids of parents as
index values.
- Changes to various parts of the category system to accommodate this
change, including category_menu, category_legacy, and the category
activeselect callback.
- Updated the taxonomy wrapper to convert the result of
category_get_parents() into its old form (to maintain full backwards
compatibility with taxonomy).
Revision
1.117 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 9 16:17:59 2006 UTC
(3 years, 2 months ago)
by
jaza
Branch:
MAIN
Changes since
1.116: +23 -9 lines
Diff to
previous 1.116
- Updated category module and wrapper modules to reflect all relevant
updates to core taxonomy and book modules since 5 Mar 2006.
Revision
1.100.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 10 09:02:10 2006 UTC
(3 years, 4 months ago)
by
jaza
Branch:
DRUPAL-4-7
Changes since
1.100.2.15: +1 -1 lines
Diff to
previous 1.100.2.15
, to
branch point 1.100
- Changed category_node_save() to flatten the category array before returning. As such, category_pathauto is now able to properly handle saving the alias for nodes with assigned categories (including with free tagging categories).
Revision
1.115 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 6 12:58:28 2006 UTC
(3 years, 5 months ago)
by
jaza
Branch:
MAIN
Changes since
1.114: +1 -1 lines
Diff to
previous 1.114
- #67154: illegal choice error when adding a category using the 'add child category' links.
- Fixed parent selection not defaulting correctly when using the 'add child category' links.
Revision
1.113 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 29 11:37:35 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.112: +7 -5 lines
Diff to
previous 1.112
Fixed bug with information of parent container getting loaded as default form values for 'add child container' links. Also fixed problem of parent '0' (root) not getting saved.
Revision
1.112 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 28 09:11:03 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.111: +6 -4 lines
Diff to
previous 1.111
#65450: critical SQL syntax error in category_node_get_categories function - occurs when using any node access module with category. Also fixed problem with loading allowed distant parents.
Revision
1.111 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 14 14:12:36 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.110: +1 -3 lines
Diff to
previous 1.110
- Initial commit of category_bulkedit module. This module is based on the multipage_form_example.module template, and allows you to bulk edit categories and containers by selecting the nodes to be bulk edited, then selecting the fields to bulk edit, then by setting the values for the selected fields. Still under development (read: doesn't work yet), so not branching to 4.7 yet.
- Removed category_legacy.css file - all it did was centre-align some table columns, and this can be done without custom CSS using theme_table().
Revision
1.110 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 13 14:28:36 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.109: +39 -387 lines
Diff to
previous 1.109
- Major refactoring of the main category / container node form system. The functions category_form_category() and _category_form_extended() in category.module are gone, and most of the form element definitions inside them have been moved to the new category_get_form() function in category.inc. This function is much more flexible and reusable than its predecessors - it supports supplying a form definition without any default values, and also supports supplying a definition either with or without the 'core node elements' (i.e. title, body, filter format). This function now invokes hook_category() with the 'form' op, and the modules that implement this hook have been cleaned up a bit. Category_transform and the new 'any node type as a category / container' feature now use category_get_form() instead of category_form_category().
- Category_legacy now calls category_get_form() to grab all the form element definitions that it needs for the import forms, and implementations of hook_category_legacy() with the 'import_taxonomy_form' and 'import_book_form' op's now only need to alter the definition given by category_get_form(), if necessary. This means that modules with a hook_category_legacy() implementation no longer need to completely repeat the whole form definition! This has resulted in a huge amount of duplicate form-defining code being removed from almost all modules in the category ecosystem. The category module has just lost a lot of weight.
- Changed category_legacy's menu paths back to (being closer to) the old style: they're now 'admin/category/legacy/...', rather than 'admin/category_legacy/...'.
Revision
1.109 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 12 08:01:32 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.108: +18 -16 lines
Diff to
previous 1.108
Added ability to limit available containers for the built-in category node type (same as already exists for non-category node types).
Revision
1.108 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 10 14:51:25 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.107: +62 -1 lines
Diff to
previous 1.107
#53938 (follow-on): allow users to restrict categories of a certain node type to belonging in certain containers. Works only if #62829 is applied - will work OOTB when this patch gets committed.
Revision
1.106 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 8 13:36:17 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.105: +212 -181 lines
Diff to
previous 1.105
- #53938: allow other node types to also be categories / containers. This is a big patch that allows category or container behaviour to be toggled for any node type on a site. Also allows the built-in category and container types to be disabled. No DB changes, and no breaking of existing functionality - mainly a whole bunch of new settings (global and per-node-type), and some code cleanup and refactoring. See the issue thread for more details of what's changed in this patch.
Revision
1.100.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 7 12:47:04 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
DRUPAL-4-7
Changes since
1.100.2.4: +2 -8 lines
Diff to
previous 1.100.2.4
, to
branch point 1.100
- #61238: category selection boxes for containers with distant children not getting transformed into activeselects. For some reason (leftover crufty code from taxonomy- and pre-FAPI- days), these fields were getting their theme function manually set to theme('select'), meaning that theme('activeselect') never kicked in. No idea why this behaviour only showed up recently - perhaps a FAPI bug that was only recently fixed?
- Added a bottom-margin for the navlinks div in category_display.css.
Revision
1.105 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 7 12:46:35 2006 UTC
(3 years, 6 months ago)
by
jaza
Branch:
MAIN
Changes since
1.104: +2 -8 lines
Diff to
previous 1.104
- #61238: category selection boxes for containers with distant children not getting transformed into activeselects. For some reason (leftover crufty code from taxonomy- and pre-FAPI- days), these fields were getting their theme function manually set to theme('select'), meaning that theme('activeselect') never kicked in. No idea why this behaviour only showed up recently - perhaps a FAPI bug that was only recently fixed?
- Added a bottom-margin for the navlinks div in category_display.css.
Revision
1.100 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 14 11:40:21 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.99: +135 -1 lines
Diff to
previous 1.99
#56210: wrapper installation script. Updated INSTALL.txt and online instructions to explain how to use the script for installing and uninstalling the wrapper modules automatically.
Revision
1.98 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 11 09:47:13 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.97: +2021 -2011 lines
Diff to
previous 1.97
#57383: only output an RSS <category> element for categories whose containers have 'show links to categories on assigned nodes' enabled (or if category_display is not enabled, just output all assigned categories).
Revision
1.96 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 9 05:11:52 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.95: +16 -24 lines
Diff to
previous 1.95
- Changed theme_activeselect() to use _form_set_class() instead of _form_get_class() (the latter function has been removed from Drupal core).
- #57929: use JSON instead of pipe delimiters for AJAX response text. Activeselect now uses drupal_to_js() (on the PHP end) and parseJson() (on the JS end) for response text, and this has allowed a large amount of pipe-parsing code to be removed from the Activeselect JS library. API.txt has been updated to reflect this, and category_activeselect() has been updated to use the new API.
- New activeselect_explode_values() function, which does the work of turning the request string into a PHP array. API.txt and category_activeselect() have been updated with this function.
Revision
1.93 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 5 10:25:44 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.92: +6 -1 lines
Diff to
previous 1.92
#52552: category select boxes and parent select boxes should not display categories or containers that the user does not have access to, due to restrictions imposed by node access modules such as OG. This patch makes the category module more or less compatible with OG (was having a bit of trouble testing with TAC though).
Revision
1.92 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 3 08:32:02 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.91: +1 -2 lines
Diff to
previous 1.91
- #43161: navlinks link to distant neighbors when they shouldn't. The DB schema and the interface for this has now changed: you can now configure whether or not to link to the 'before' and the 'after' neighbor. DB upgrade included (in category_display).
- #47451: contained displayed in /node/add even when it shouldn't be. This was due to a problem in category_access().
Revision
1.89 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 07:20:12 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.88: +1 -170 lines
Diff to
previous 1.88
Moved the 'transform posts into categories / containers' feature into a separate category_transform module in contrib. Also split the 'transform posts into categories' permission into 2 separate permissions: one for categories, and one for containers.
Revision
1.88 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 06:43:21 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.87: +0 -212 lines
Diff to
previous 1.87
Moved the outline and orphan administrative views (and all code that handles those pages) to a new module, called category_outliner, which lives in the 'contrib/' directory. No new permissions: these pages still fall under the 'administer categories' permission.
Revision
1.86 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 05:35:36 2006 UTC
(3 years, 7 months ago)
by
jaza
Branch:
MAIN
Changes since
1.85: +16 -27 lines
Diff to
previous 1.85
- #47718: PHP timeout when accessing category pages, and when the 'show prev, next, and up links' setting in category_display is enabled. This problem was occurring if multiple containers (say, 5+), all with a large amount of categories (say, 500+), were present on a site. The tree-parsing logic in the category system has been refactored: the category_get_trees() function has been removed; and category_get_tree() is now capable of generating a tree for the entire site's category structure, with only one SQL query. Category_get_trees_flat() is now calling category_get_tree() directly (as are several other functions), and nav links are being generated much more efficiently (tested with 5,000+ categories on a dev box).
- It is still possible for a timeout to occur with nav links enabled, but it is much less likely. An extremely large number of categories and containers would now be needed for this to happen.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 29 12:51:48 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.82: +17 -6 lines
Diff to
previous 1.82
- #55129: categories with multiple distant parents get duplicated in admin listings.
- #56026: multiple parents not saved when using activeselect. Turned out that this problem could be solved entirely by patching activeselect, rather than by patching category (the Form API processes select data as an array if the name of the element has '[]' brackets on the end - so activeselect now appends and removes '[]' characters from a target element's name dynamically).
- Changed the activeselect API to use '|selected' notation, instead of the '#' notation, to indicate selected elements.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 28 13:23:35 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.81: +5 -5 lines
Diff to
previous 1.81
Changed the activeselect API, so that the 'multiple' attribute is defined more cleanly, at the end of the target name, rather than as a 'fake option element'.
Note: I experimented with various ways to solve #56026 purely by changing the JS, but was unsuccessful. It seems that a multi-select element with 'multiple="multiple"' defined, absolutely cannot be turned into a single-select, using JS (even removing it with removeAttribute() and removeAttributeNode() had no effect).
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 28 07:33:29 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.80: +9 -9 lines
Diff to
previous 1.80
#56150: removed call to node_validate_title() (no longer in Drupal core).
#56161: "no posts in this category" message should not display for containers unless they have a non-zero depth. This was not working with category_display disabled.
Revision
1.78 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 15 09:13:37 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.77: +98 -87 lines
Diff to
previous 1.77
- #53941: Activeselect elements now support multiple targets (category updated to work with this).
- #54050: move to new DB install system (category and all related modules).
- #54032: 'node type' DB field too short.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 13 21:53:04 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.75: +8 -0 lines
Diff to
previous 1.75
#53647: Fixed up IE problem with activeselect. Activeselect and category now working fine in IE. Also fixed help text in category_views.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 11 09:30:40 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.73: +28 -7 lines
Diff to
previous 1.73
Recursive / cascading activeselect containers now working properly! Change the value of one activeselect, and it will trigger a change in another one, which will trigger another one, etc. This is the coolest thing EVER - I could play with it all day! Note: still buggy in IE6, but fine in FF.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 11 07:19:08 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.72: +133 -35 lines
Diff to
previous 1.72
AJAX-enabled category select now available for assigned node forms!
- If a container is an allowed distant parent for any other container on the same node form, that container is displayed as an activeselect form element.
- Only categories with distant parents in the source container are affected, so it is possible for multiple activeselects to share the same target (not yet tested).
- Recursive / cascading activeselect containers are now possible (still a bit buggy).
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 11 01:10:46 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.71: +16 -1 lines
Diff to
previous 1.71
Allowed distant parents for each container are now stored in a separate DB table. Schema update included.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 10 06:59:08 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.70: +16 -4 lines
Diff to
previous 1.70
#45219: Initial commit of category_views module (in new 'contrib' folder), which provides integration between category and the views module. Views can now be assigned to a container (view-container == 1-M), and views takes care of the rest. Mappings stored in DB: schema upgrade included.
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 6 10:15:37 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.69: +11 -8 lines
Diff to
previous 1.69
- #52516: all links from admin interface to node add/edit form now have their destination set.
- #52544: fixed result pager on 'admin/category/x' pages.
- Made correct category get selected when a user goes to 'node/add/forum/x' (this put a bit of an ugly direct reference to forum.module in the code, but I can't think of any better solution).
- Taxonomy wrapper now updates term and vocabulary next_id's in the sequences table.
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 11:28:26 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.66: +6 -1 lines
Diff to
previous 1.66
- Input format can now be specified on taxonomy import.
- Fixed body text getting lost on book import.
- Fixed imported books not getting inserted by taxonomy wrapper.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 10:04:58 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.65: +19 -9 lines
Diff to
previous 1.65
category_legacy has new option: import taxonomy description fields into category description fields, or category body text.
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 06:52:27 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.63: +0 -10 lines
Diff to
previous 1.63
Removed breadcrumb generation from 'category/x' callback pages, as this is more of a query page than a browsing page.
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 27 15:01:41 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.61: +97 -24 lines
Diff to
previous 1.61
- Fixed taxonomy wrapper to properly support categories with distant parents.
- Cleaned up parent selection box code - _category_category_select() now split into three functions.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 21 09:46:40 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.58: +0 -0 lines
Diff to
previous 1.58
Added support for restriction on distant parent containers. This involves a database schema change (upgrade path included).
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 21 09:46:40 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.57: +41 -19 lines
Diff to
previous 1.57
Added support for restriction on distant parent containers. This involves a database schema change (upgrade path included).
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 20 10:12:20 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.56: +9 -9 lines
Diff to
previous 1.56
- IE fixes: the width of the target select element now gets dynamically set (by altering its style.width attribute using JS), to stop IE from giving it a width of 0; and new options are created using 'new Option()' rather than 'appendChild()', because IE6 refuses to display option text if the latter method is used.
- Style sheet and throbber image (copied from core /misc directory) added.
- Throbber now works properly in FF (but not visible in IE).
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 18 05:33:40 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.54: +67 -1 lines
Diff to
previous 1.54
On add/edit category forms, the 'parent' form element now gets updated using AJAX, when a new container is selected from the 'container' element. This behaviour only occurs if the activeselect module is enabled - if not, behaviour is the same as always.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 5 05:31:30 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.53: +4 -0 lines
Diff to
previous 1.53
category_legacy book import now working virtually bug-free: insert into category tables now works, and category_menu inserts are being triggered properly.
Revision
1.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 5 03:42:05 2006 UTC
(3 years, 9 months ago)
by
jaza
Branch:
MAIN
Changes since
1.52: +65 -7 lines
Diff to
previous 1.52
- Fixed up the stylesheet imports for category_legacy and category_display, so that they work with the new base_path patch.
- Initial release of book import functionality in category_legacy. Still very buggy, but getting there.
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 26 06:53:36 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.47: +2 -1 lines
Diff to
previous 1.47
#46354 (zeltins): cid needs to be passed back to main node object by reference (solution: move to hook_submit()).
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 26 06:29:47 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.46: +47 -21 lines
Diff to
previous 1.46
- Book wrapper module now ready and stable: fully supports maintaining data in book DB tables; allows import / export modules (e.g. export_dxml) to function with new category export API; and provides wrapper for relevant book functions.
- Initial commit of category_export: contains the book module's 'export as HTML' / 'printer-friendly version' functionality.
- category.inc now has category_export() function, which hooks in to export routines defined by other modules.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 24 00:23:51 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.45: +8 -2 lines
Diff to
previous 1.45
Moved including of category.inc back to hook_init - but this time, with dependence only on bootstrap functions.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 18 12:09:11 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.44: +4 -2 lines
Diff to
previous 1.44
Fixed up assigned node saving so it works when revisions are reverted. Similar problem was occurring to that in issue #44129. Assigned node saving still buggy, still sometimes inserts 'cid, 0' values into category_node table.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 18 06:06:42 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.43: +2 -2 lines
Diff to
previous 1.43
#45190: include statement with drupal_get_path() moved inside modules/category/may_cache area in hook_menu() - chx assures me that it will still get executed on every page.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 18 05:43:23 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.42: +2 -7 lines
Diff to
previous 1.42
#45190 by lsabug: drupal_get_path() call in category_init() fails for cached pages. I've fixed the problem by moving the call to categoy_menu(), but I'm not 100% sure this will fix the problem.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 17 13:34:09 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.41: +0 -0 lines
Diff to
previous 1.41
- Additional operations can now be defined through hook_category_legacy().
- Changing existing path aliases to taxonomy terms is the first such operation to be defined (works well, except that only the last alias is saved if multiple aliases exist for a single term).
- Option to alias legacy paths removed, as this aliases all imported categories with taxonomy-like URLs. This needs to be re-thought: probably need to develop a mapping and redirection system for it instead.
- Overview table on taxonomy import form now shows the no. of terms in each vocabulary.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 17 09:43:48 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.40: +1 -1 lines
Diff to
previous 1.40
- Menu parents are getting set correctly in category_legacy taxonomy import!
- Changed all uses of array_key_exists() to isset() in category package.
- Fixed logic for category_menu delete to be aware of per-container settings.
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 17 03:29:51 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.39: +20 -1 lines
Diff to
previous 1.39
- Category_legacy taxonomy import now working much better. Everything works
great, except that assigned nodes aren't getting imported at all, and menu
parents aren't getting set correctly by category_menu.
- Additional operations also not done yet.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 16 14:37:57 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.38: +14 -1 lines
Diff to
previous 1.38
Taxonomy import in category_legacy is closer to finished. Selected taxonomy data now gets parsed, has additional fields appended to it, has a backup saved to the DB, has its old taxonomy data deleted, gets transformed into category data, and gets inserted into the DB. Additional operations (e.g. URL aliasing) not yet supported. Conversion from taxonomy to category data is still buggy.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 16 07:35:23 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.37: +57 -0 lines
Diff to
previous 1.37
Initial commit of category_legacy module. All that's done so far is the taxonomy import screen (just a dummy interface for now): does not function as yet. New category_legacy hook, which allows other modules to add settings to the import form (will also do other things). Category, category_menu, and category_display updated to implement this hook.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 13 02:14:52 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.36: +1 -0 lines
Diff to
previous 1.36
- Made paging work for category node listings (removed 'GROUP BY n.nid' from $sql_count query that gets sent to pager_query()).
- Added _taxonomy_del_term() function to taxonomy wrapper (used by simplenews).
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 12 23:38:55 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.35: +4 -3 lines
Diff to
previous 1.35
- Patch #44429 by yogadex: fix broken select forms.
- Fixed TOC depth select box in category_display having default weight of -10.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 12 02:00:40 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.34: +3 -0 lines
Diff to
previous 1.34
Issue #44022 by snickl: <none> category should be automatically selected for non-required containers on node add/edit form.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 8 13:35:26 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.33: +6 -7 lines
Diff to
previous 1.33
- Added 'none' option to 'related terms' select list, and made this the default.
- Fixed weird new problem of weight and depth form elements defaulting to '-10'.
- Changed 'description' form element to textarea, and changed 'description' DB field from varchar to longtext (more like taxonomy.module description field - mainly to allow longer definition input for glossary.module).
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 1 01:51:08 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.31: +1 -0 lines
Diff to
previous 1.31
#42888: date field in node object not getting set when a non-category node is transformed into a category/container.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 1 01:38:15 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.30: +7 -5 lines
Diff to
previous 1.30
Patch #42899 by kbahey: including category.inc should be done using drupal_get_path(), to ensure that the file path is portable. Also made code that uses ->nodes check that it is an array before looping through it.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 1 01:20:58 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.29: +1 -1 lines
Diff to
previous 1.29
Patch #42884 by snickl: array2object() and object2array() now removed from Drupal core, replace all calls to these functions with (object) and (array) casts respectively.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 29 11:04:43 2005 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
Changes since
1.28: +3 -3 lines
Diff to
previous 1.28
Fixed up all node queries to check that categories / containers / assigned nodes are set to 'published', and are not set to 'in moderation'. (I could have sworn that node_db_rewrite_sql() or an older equivalent used to do this check - why isn't this being done? Grrr).
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 28 15:25:37 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.27: +1 -1 lines
Diff to
previous 1.27
Changed permissions in core system: instead of needing 'create' permissions to perform outline operations, users now need 'maintain' permissions.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 28 04:46:22 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.24: +1 -1 lines
Diff to
previous 1.24
Do not show 'no posts' message on containers that have this option disabled, even if the container's depth is not 0.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 28 02:55:16 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.23: +3 -1 lines
Diff to
previous 1.23
Further improvements to the taxonomy wrapper: now fully compatible with glossary module. Regression tests against forum and image went poorly, so further bugs have been fixed for that as well. Taxonomy wrapper now has a setting 'maintain category data in taxonomy tables' (enabled by default), allowing all taxonomy DB maintenance to be turned on/off. Some bug fixes for category selection in node form fixed also.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 27 12:24:02 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.22: +9 -1 lines
Diff to
previous 1.22
#42374 - taxonomy wrapper module tested further, more bugs have been fixed, it now works basically fine with forum.module. Also tested with image.module (works very well), and with glossary.module (which doesn't seem to be fully 4.7-compatible yet, but works OK). Also fixed bug in update logic for category_menu.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 27 08:26:47 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.21: +6 -6 lines
Diff to
previous 1.21
Taxonomy wrapper module now maintains a mirror copy of category data in the old taxonomy tables. This, along with a few other tweaks, allows forum.module to function properly through the taxonomy wrapper (tested a fair bit, but still not perfect).
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 27 01:16:10 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.20: +37 -7 lines
Diff to
previous 1.20
category_display now fully functional: TOC depth is working; 'show links to assigned nodes' and 'show message if no posts' options are working; and 'show prev, next, and up links' setting has been modified to have 3 options now, for extra flexibility.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 25 14:00:31 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.19: +9 -1 lines
Diff to
previous 1.19
Refactored settings on add/edit container form, and changed database schema to match. category_display 'TOC for this container' and category_menu 'menu item for this container' settings removed; instead, new setting called 'hidden container' in core category module. Also added settings checking to update logic in category_menu (previously only in insert logic).
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 25 12:19:51 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.18: +21 -2 lines
Diff to
previous 1.18
Parent field now gets displayed and populated (with one option) when adding a new category in a container that disallows hierarchies. This fixes the bug of the parent not getting set for such categories, and hence for category_menu failing to place such categories correctly in the menu hierarchy.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 25 05:33:15 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.17: +1 -1 lines
Diff to
previous 1.17
Made input format selection appear in fieldset once more (fieldset disappeared after patch #34920 was committed).
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 13 08:27:19 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.16: +75 -41 lines
Diff to
previous 1.16
Many changes to the control flow in category / container outline, e.g. now uses node_save(), submit actions moved to hook_form_submit. Settings now get displayed / saved for category_display, but do not yet have any effect. Database schema created for category_display.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 12 15:12:38 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.15: +25 -2 lines
Diff to
previous 1.15
Initial release of category_display module. So far, outputs nav-links (prev, next, up) and TOC (no depth) very nicely for categories and containers. No settings as yet: these need to be implemented per-container. Category API updated to support category_display operations (functions ported from book.module).
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 12 08:46:51 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.14: +60 -30 lines
Diff to
previous 1.14
Fixed bug: form validation not being triggered when performing outline, as drupal_get_form() not called on form submission.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 11 10:11:19 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.12: +16 -34 lines
Diff to
previous 1.12
Added menu settings options to add/edit container form, and implemented settings checks in the category_menu 'logic engine'. The settings affect categories and containers for insert only, and assigned nodes for insert and update. Also updated database schema for category_menu.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 10 06:30:15 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.11: +15 -0 lines
Diff to
previous 1.11
Fixed category_menu so it works for outlined categories and containers as well. Added 'default menu' option to category settings page (controlled by category_menu, through 'op settings' in hook_category). Draws on new api function, category_menu_api_get_root_menus().
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 10 05:02:50 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.10: +3 -5 lines
Diff to
previous 1.10
Added 'default menu' option to category settings page (controlled by category_menu, through 'op settings' in hook_category). Draws on new api function, category_menu_api_get_root_menus().
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 10 02:39:16 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.9: +25 -22 lines
Diff to
previous 1.9
Updated category selection on node forms to use hook_form_alter instead of the old nodeapi 'op form' hook.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 4 11:33:28 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.7: +44 -35 lines
Diff to
previous 1.7
Delete cases implemented for category_menu: category_menu now functional for all use cases. Changed category form api _execute hooks to _submit hooks. Fixed outline and orphan display for individual containers. Various other bug fixes.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 2 14:49:13 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.6: +1 -1 lines
Diff to
previous 1.6
Insert and update cases now thoroughly tested for category_menu - delete not yet implemented. Some changes to category API.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 2 12:15:31 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.5: +52 -12 lines
Diff to
previous 1.5
Mapping system created for category_menu. Category_menu now supports update action as well as insert (not yet bug tested). Some changes to category module.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 30 08:08:43 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.3: +26 -15 lines
Diff to
previous 1.3
Outline feature now works with containers. Also, simply caching implemented for some functions in the category API.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 30 04:52:15 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.2: +93 -70 lines
Diff to
previous 1.2
Implemented outline feature (so far only working for categories, not for containers), + various bug fixes.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 29 03:22:52 2005 UTC
(3 years, 11 months ago)
by
jaza
Branch:
MAIN
Changes since
1.1: +35 -21 lines
Diff to
previous 1.1
Fixed outline so it saves parents of categories. Also fixed saving of related categories and synonyms.
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.