Log of /contributions/modules/hierarchical_select/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 4 22:34:18 2009 UTC
(3 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.37: +48 -1 lines
Diff to
previous 1.37
Implemented #516782, sponsored by Southern Methodist University: Theme function to display lineages when viewing nodes
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 25 10:27:59 2009 UTC
(4 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.35: +3 -1 lines
Diff to
previous 1.35
Implemented #530618, sponsored by Merge: require_entity setting: only show items in the hierarchy when they are associated with at least one entity
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 18 11:25:14 2009 UTC
(4 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.34: +16 -1 lines
Diff to
previous 1.34
Documented #476656 by crea: Limitations of lineages and dropbox with multiple parent hierarchies
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 21 20:53:16 2009 UTC
(8 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.33: +13 -2 lines
Diff to
previous 1.33
Fixed #387130: Document how to generate a HS with selects with multiple "rows" more explicitly
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 9 17:24:37 2009 UTC
(8 months, 2 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.32: +6 -4 lines
Diff to
previous 1.32
Hierarchical Select now takes advantage of the taxonomy_override_selector variable to improve scalability: the whole tree is no longer loaded by Drupal core.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 7 16:00:14 2009 UTC
(8 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.31: +8 -1 lines
Diff to
previous 1.31
Fixed #346033 by sdsheridan: Document correct settings for "Is One Of" in filter settings and HS dropbox
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 2 18:26:58 2008 UTC
(11 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.29: +3 -5 lines
Diff to
previous 1.29
Update the documentation regarding the limitations of the save-lineage-termpath token.
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 22 11:00:08 2008 UTC
(15 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.25: +41 -1 lines
Diff to
previous 1.25
#284719 by jrbeeman: Document how to theme views exposed filters to play nicely with HS
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 09:10:34 2008 UTC
(16 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
Changes since
1.23: +19 -1 lines
Diff to
previous 1.23
Added 2 new sections to the README: "Limitations" and "Maximum scalability".
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 3 22:26:01 2008 UTC
(16 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
CVS Tags:
DRUPAL-5--3-0-BETA2
Changes since
1.22: +4 -5 lines
Diff to
previous 1.22
Updated the README: listed all other core modules with which we now integrate. I also was able to remove one of the troubleshooting entries thanks to the changes of the last commit.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 26 09:32:20 2008 UTC
(17 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.19: +1 -15 lines
Diff to
previous 1.19
Implemented #275004: Automatically enable the multiple values setting when appropriate and enforce Save as tag
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 25 19:49:06 2008 UTC
(17 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.16: +13 -3 lines
Diff to
previous 1.16
Fixed #261341: Save term lineage requires a "Multiple values" content_taxonomy field
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 18 19:17:23 2008 UTC
(18 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.15: +9 -7 lines
Diff to
previous 1.15
Implemented hook_requirements() for the Hierarchical Select Views Taxonomy module, to ensure that an up-to-date or patched version is used.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 28 22:43:25 2008 UTC
(19 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.11: +4 -1 lines
Diff to
previous 1.11
#241766: To use Hierarchical Select for forum selection, "Save only the deepest item" must be enabled
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 15 21:47:03 2008 UTC
(19 months, 1 week ago)
by
wimleers
Branch:
MAIN
Changes since
1.10: +3 -1 lines
Diff to
previous 1.10
First major feature of HS3. Scalability improvements: stop using a normal select for graceful degradation. More than half the codebase of HS has changed. This required *a lot* of Forms API tricks:
I'm using #process to expand the elements, but unsetting #post to prevent it to override my new #default_values. #after_build to simulate my own form cache (like Drupal 6's Forms API has) and to add a form #submit callback to remove items from this form cache. Setting a value in my #process callback that I use in my element #validate callback to set the proper return value, instead of the values used for internal purposes. And so on.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 3 13:04:17 2008 UTC
(21 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0-RC3
Changes since
1.7: +7 -1 lines
Diff to
previous 1.7
- #213703: Add a note to the README about multiple values with content_taxonomy
- Added the sponsor of Taxonomy Subscriptions support .
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 29 16:31:24 2007 UTC
(23 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.4: +3 -1 lines
Diff to
previous 1.4
- Added Marmaladesoul as a sponsor to the README.
- Fixed hierarchical_select_get_dropbox(), which didn't work properly if nothing was selected yet.
- Added custom output when the dropbox is empty.
- Fixed a debug leftover in the Javascript.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 24 23:47:43 2007 UTC
(23 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.3: +16 -5 lines
Diff to
previous 1.3
Implemented #189975: Allow the user to choose an item from any level and allow level labels, and much more.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 23 22:50:17 2007 UTC
(23 months ago)
by
wimleers
Branch:
MAIN
Changes since
1.2: +0 -0 lines
Diff to
previous 1.2
Initial commit of my work on version 2 of Hierarchical Select. The API has been simplified a lot, but is still in flux.
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.