CVS messages for Community Managed Taxonomy
September 28, 2007
- Commit #82515 by Benjamin Melançon at 12:32
removed agaric devel functions
August 29, 2007
- Commit #79199 by Benjamin Melançon at 00:13Community Managed Taxonomy: /modules/cmt/cmt.module 1.33.2.18 @ DRUPAL-5
Community Managed Taxonomy: /modules/cmt/NOTES.txt NONE @ DRUPAL-5removed unprofessional notes file
August 28, 2007
- Commit #79191 by Benjamin Melançon at 22:48
let's put that last commit message in a note
- Commit #79190 by Benjamin Melançon at 22:47
ladder values, too. Currently the array provided by this function is serialized and used as the key in an options array for checkbox-style forms. OK, that's questionable practice using a bunch of data as a key, but I'm wondering if it would be better to use explode/implode-- it would look cleaner, but would it be faster?
- Commit #79189 by Benjamin Melançon at 22:28Community Managed Taxonomy: /modules/cmt/cmt.module 1.33.2.16 @ DRUPAL-5
Community Managed Taxonomy: /modules/cmt/NOTES.txt 1.7.2.2 @ DRUPAL-5ladder display function in the house
- Commit #79180 by Benjamin Melançon at 21:28
multiple forms or one for each term's hierarchies, decision point
August 27, 2007
- Commit #79024 by Benjamin Melançon at 18:26
iterating through each array to start with root and end with the given term worked with a for loop
- Commit #79023 by Benjamin Melançon at 18:20
passing by reference should help, hmm
- Commit #79022 by Benjamin Melançon at 18:18
reverse each ladder, so root is at the bottom
- Commit #79020 by Benjamin Melançon at 18:08Community Managed Taxonomy: /modules/cmt/cmt.install 1.9.2.3 @ DRUPAL-5
Community Managed Taxonomy: /modules/cmt/cmt.module 1.33.2.11 @ DRUPAL-5fixed the no root parents problem, but the bad news is the insert statement seems to have ignored the 0 and put in the next tid. It worked with an update, but this probably means the cmt.install file will need a hack like adding auto_increment after the first insert, or doing an update immediately after the insert
