Log of /contributions/modules/hierarchical_select/hierarchical_select.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 1 02:21:17 2008 UTC
(11 months, 3 weeks ago)
by
wimleers
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.9: +2 -2 lines
Diff to
previous 1.9
Finally, finally, finally the time has come! The Drupal 5 branch of Hierarchical Select is so stable now, that only few additional commits will occur there. Which means I won't have to sync bugfixes all the time. So … this is the moment where I finally commit the patch that makes Hierarchical Select work in Drupal 6\!
Revision
1.7 -
(
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.6: +2 -2 lines
Diff to
previous 1.6
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.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.