summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Expand)AuthorAge
* - Patch #11875 by Neil Drumm: block module configuration improvements.Dries Buytaert2004-10-31
* #12186: Add xml icon to taxonomy listings.Steven Wittens2004-10-28
* - Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it wor...Dries Buytaert2004-10-18
* - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make itDries Buytaert2004-10-15
* #10677: Confirmation when deleting a block + unifying confirmation screens.Steven Wittens2004-10-14
* - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in t...Dries Buytaert2004-10-13
* - Patch #11166 by drumm: removed redundant help page from the taxonomy module.Dries Buytaert2004-10-04
* - Removed the title attribute from the taxonomy links. Temporary fix for #7468.Dries Buytaert2004-09-30
* - Adding menu callbacks to taxonomy admin. Before this patch, some admin page...Steven Wittens2004-09-19
* - Bugfix: using non numeric terms in taxonomy-page URLs would result in SQL e...Dries Buytaert2004-09-19
* - Patch #8179 by JonBob: reintroduced menu caching.Dries Buytaert2004-09-16
* #10279: Adding a note to taxonomy_render_nodes when there are no nodes to sho...Steven Wittens2004-09-14
* - Fixing taxonomy descriptions in node_view links.Kjartan Mannes2004-09-11
* - Patch #10622 by Adrian: fixes various PostgreSQL related problems.Dries Buytaert2004-09-08
* #9292: Minor PHP5 fix.Steven Wittens2004-09-03
* - Patch by JonBob: for consistency and readability, add brief descriptions of...Dries Buytaert2004-08-21
* - Code improvements by Stefan: use capital letters for header titles (and add...Dries Buytaert2004-08-19
* - Code improvements by Stefan: made all status messages consistent (and easie...Dries Buytaert2004-08-18
* - Patch #9983 by Stefan: usability improvement: made sure all status messages...Dries Buytaert2004-08-16
* - Patch #8176 by JonBob: fixed braino in SQL query.Dries Buytaert2004-08-12
* - #9148 and #8766: Fix problem with using '%' in term names.Steven Wittens2004-08-10
* - Patch #9875 by njivy: call to taxonomy_overview() is missing in admin view.Dries Buytaert2004-08-09
* - Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, imp...Dries Buytaert2004-08-07
* - Made the taxonomy module use drupal_goto() to fix up the interaction behavior.Dries Buytaert2004-08-07
* - Patch #9543 by JonBob: added node-level access control!Dries Buytaert2004-07-31
* - More tab-improvements by JonBob: improved support for the default tabs!Dries Buytaert2004-07-10
* - Marked required fields on the node (story, book, page, blog) and commentDries Buytaert2004-07-08
* - Moving the title.module from core to contrib as discussed on the mailing list.Dries Buytaert2004-07-07
* - Patch by Steven and me: refactored the form handling of nodes. The node sys...Dries Buytaert2004-07-04
* - Patch #8973 by JonBob: Drupal contains many undefined variables and array i...Dries Buytaert2004-07-02
* - Taxonomy fix by Matt.Dries Buytaert2004-06-23
* - Patch #8681 by asimmonds: more help text updatesDries Buytaert2004-06-21
* - Patch #8670 by asimmonds: spelling fixes.Dries Buytaert2004-06-20
* - Patch #7696 by TDobes: renamed 'static' to 'sticky' which is a moreDries Buytaert2004-06-19
* - Patch #8632 by Mohse: made the taxonomy select menus more flexible.Dries Buytaert2004-06-19
* Tabs patch!Dries Buytaert2004-06-18
* - Patch #8548 by Moshe: fixed warning when creating new vocabulary.Dries Buytaert2004-06-17
* - Patch #8418 by Axel: don't insert tid=0's in the databaseDries Buytaert2004-06-15
* - Patch #7350 by Mathias: return part a taxonomy tree to a user-definedDries Buytaert2004-05-31
* - Patch #6682 by jhriggs: added form_checkboxes(), much like form_radios()Dries Buytaert2004-05-15
* #7468 - Added title="" attribute with term descriptions (if present) to taxon...Steven Wittens2004-05-04
* - Patch #6009 by Matthias: reworked the help texts of the taxonomy module gen...Dries Buytaert2004-04-24
* - Patch #7302 by Gerhard: saves the selected terms in a session variable.Dries Buytaert2004-04-23
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
* - Renamed 'taxonomy' menu to 'categories' for sake of usability.Dries Buytaert2004-04-18
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-04-15
* Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.Dries Buytaert2004-03-20
* - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes.Dries Buytaert2004-03-14
* - Patch #4902 by Goba: fix URLs in RSS feeds.Dries Buytaert2004-03-06
* - Fix implode() errors.Kjartan Mannes2004-02-21