Log of /contributions/modules/category/category.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.22 -
(
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
Changes since
1.21: +118 -37 lines
Diff to
previous 1.21
#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.20 -
(
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.19: +19 -1 lines
Diff to
previous 1.19
- 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.11 -
(
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,
DRUPAL-5--1-1
Branch point for:
DRUPAL-5,
DRUPAL-5--2
Changes since
1.10: +65 -1 lines
Diff to
previous 1.10
- #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.8 -
(
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.7: +87 -1 lines
Diff to
previous 1.7
- #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.6 -
(
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.5: +18 -0 lines
Diff to
previous 1.5
Allowed distant parents for each container are now stored in a separate DB table. Schema update included.
Revision
1.5 -
(
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.4: +4 -0 lines
Diff to
previous 1.4
#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.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 5 07:17:03 2006 UTC
(3 years, 8 months ago)
by
jaza
Branch:
MAIN
Changes since
1.3: +4 -0 lines
Diff to
previous 1.3
Category export API and module vastly improved:
- New hook_category_export() allows modules to define category export formats (hook documentation updated to include this).
- Export formats defined by the hook can be turned on/off on a per-container basis.
- Other export formats, defined through the book wrapper, are still available, but are not configurable, as they do not implement the hook.
- Per-container settings stored in new category_export DB table (schema upgrade included).
- For recursive exports with distant parents, only those distant children where the container supports the relevant export format are included in the export.
Revision
1.3 -
(
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.2: +0 -0 lines
Diff to
previous 1.2
Added support for restriction on distant parent containers. This involves a database schema change (upgrade path included).
Revision
1.2 -
(
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.1: +5 -1 lines
Diff to
previous 1.1
Added support for restriction on distant parent containers. This involves a database schema change (upgrade path included).
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 22 06:18:01 2006 UTC
(3 years, 10 months ago)
by
jaza
Branch:
MAIN
- Updated DB Cron schema to support UTF-8 changes.
- Updates category and related modules to support UTF-8 changes.
- Changed primary key fields in category_legacy DB table.
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.