summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Expand)AuthorAge
* - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not testedDries Buytaert2003-07-16
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Usability improvement and bugfix for translation issue with the taxonomyDries Buytaert2003-07-08
* - Reworked the CXX checking; now, _any_ user input will be checkedDries Buytaert2003-06-27
* - Bugfix: fixed problem with changing themes. Didn't apply Al's patch asDries Buytaert2003-06-20
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.ch...Dries Buytaert2003-06-05
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
* - Bugfix: assure that taxonomy_term_node_counts() only takes published nodesDries Buytaert2003-05-27
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.Dries Buytaert2003-05-10
* - Fixed warning when creating a vocabulary with no types. Reported by Gerhard,Dries Buytaert2003-05-10
* - Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.Dries Buytaert2003-04-20
* - Node API improvements by Moshe:Dries Buytaert2003-04-15
* - Fixed bug in taxonomy module. Patch by Gerhard.Dries Buytaert2003-04-02
* - Various improvements to the menu system.Dries Buytaert2003-04-01
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
* - Fixed some broken links in the taxonomy help. Reported by Moshe atDries Buytaert2003-03-23
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and relatedKjartan Mannes2003-03-10
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
* - Some fixes and improvements to the taxonomy module. Patch by Al.Dries Buytaert2003-02-27
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
* - Applied Alastair's date patch.Dries Buytaert2003-02-09
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - Small bugfix and small cleanup. Patch by Marco.Dries Buytaert2003-01-13
* - Clean URL patch.Dries Buytaert2003-01-06
* - In the taxonomy administration pages, the dropdown to select a term'sDries Buytaert2003-01-04
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* Patch by Marco:Dries Buytaert2002-12-30
* - Usability improvements: made the taxonomy administration pages useDries Buytaert2002-12-29
* - Added taxonomy link.Dries Buytaert2002-12-28
* - Refactored the administration pages.Dries Buytaert2002-12-24
* Patch by Marco:Dries Buytaert2002-12-12
* - Avoid empty synonyms being inserted. Patch by Marco.Dries Buytaert2002-12-11
* o Permission improvements:Dries Buytaert2002-12-10
* - Changed db_queryd() to db_query().Dries Buytaert2002-12-03
* * Applied slightly modified version of Marco's taxonomy patch:Dries Buytaert2002-12-02
* - Applied Stefan's t() function patch.Dries Buytaert2002-11-08
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
* - Bugfix: fixed some SQL queries and tidied up many queries. Patch byDries Buytaert2002-08-18
* - Made sure the selection boxes don't grow too long. Requisted by kika,Dries Buytaert2002-08-16
* - Fixed a bug with taxonomy_get_related() returning the term whichDries Buytaert2002-06-14
* - Documentation updates: made it more consistent with the rest of Drupal.Dries Buytaert2002-06-09
* - improved module descriptions.Kjartan Mannes2002-06-08
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01