summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Expand)AuthorAge
* - Reorganized the code a bitDries Buytaert2004-12-28
* #10949: Incorrect output with invalid term idSteven Wittens2004-12-24
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
* - Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make ...Dries Buytaert2004-11-29
* - Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's h...Dries Buytaert2004-11-27
* - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve con...Dries Buytaert2004-11-23
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemt...Dries Buytaert2004-11-21
* - Patch #12783 by Stefan: various small consistency/usability improvements.Dries Buytaert2004-11-15
* - Patch #11977 by matteo: taxonomy_term_count() did not take node-level permi...Dries Buytaert2004-11-15
* - 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