summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
Commit message (Collapse)AuthorAge
* - Patch #20561 by Morbus: free tagging doesn't support taxonomy_node_form $name.Dries Buytaert2005-04-16
|
* - Patch by Adrian: postgresql fixesDries Buytaert2005-04-14
|
* - Modified patch by mikeryan: make it possible to administer system ↵Dries Buytaert2005-04-12
| | | | vocabularies.
* - Patch by Morbus: added missing taxonomy_node_delete().Dries Buytaert2005-04-12
|
* - Patch #19697 by Morbus: FOLKSONOMY.Dries Buytaert2005-04-08
| | | | | | | | | | | This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch: * Removes the useless "Preview form" of a vocabulary. * Alters the vocabulary table to include a new "tags" column. * Adds a new "Free tagging" preference on vocabulary creation/editing. * Modifies the vocabulary overview to support pagers for free tagging vocabs. The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same.
* - Fixed warning.Dries Buytaert2005-04-07
|
* - Improve recursion in taxonomy_get_tree() (Morbus)Steven Wittens2005-04-06
|
* - Patch #19888 by jhriggs: fixed terms getting lost upon preview.Dries Buytaert2005-04-03
|
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles.Dries Buytaert2005-03-21
|
* - #13550: Prettier RSS discovery URLs for taxonomy pages.Steven Wittens2005-03-18
|
* - Patch #18861 by nkurz: fixed logic error in taxonomy_node_save().Dries Buytaert2005-03-15
| | | | (Not sure how/when it triggered.)
* - Patch #18696 by Morbus: one '(' too much in taxonomy_term_count_nodes().Dries Buytaert2005-03-13
|
* - Incorrectly filled in %nameSteven Wittens2005-03-03
|
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - Patch #17955 by Neil: there was a subtle difference between form_select() ↵Dries Buytaert2005-03-03
| | | | and whatever taxonomy was doing.
* - Patch #17897 by Neil: changed the order of the joins so that a vocabulary ↵Dries Buytaert2005-03-03
| | | | which is not associated with any node types doesn't disappear. Also removed a centered column that shouldn't be hard coded and, IMO, looked rather weird.
* - Fixed PHP warnings.Dries Buytaert2005-03-01
|
* - Removed dumb taxonomy block (based on DrupalCon feedback).Dries Buytaert2005-03-01
|
* - Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch:Dries Buytaert2005-02-27
| | | | | | 1. Removed a duplicate line from the changes to update.inc. 2. Excluded the session.inc changes: they did not make sense to me. 3. Excluded the search related changes in the node and search module. According to Steven these are not correct.
* - Patch #17687 by Gerhard: removed some cruft.Dries Buytaert2005-02-21
|
* #10296: Clean up admin - content:Steven Wittens2005-02-02
| | | | | | | | - Mass-delete functionality (with confirmation) - Flexible filtering for the overview table based on status, type and taxonomy. - Missing drupal_goto's - Clean up watchdog messages - Remove some dead code
* - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵Dries Buytaert2005-02-01
| | | | | | referring page after completing a form. (Moshe: the patch against node.module failed to apply.)
* - Patch #16513 by James (slightly modified): export categories and ↵Dries Buytaert2005-02-01
| | | | | | enclosures to RSS feeds (and made RSS feeds extensible). NOTE: this needs to be documented.
* - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.Dries Buytaert2005-01-29
|
* - Patch #10425 by ccourtne and walkah: added admin screens to maintain ↵Dries Buytaert2005-01-28
| | | | forums instead of forcing the user to add a taxonomy.
* - Consistency: 'deleted' -> 'Deleted'.Dries Buytaert2005-01-27
|
* - Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and ↵Dries Buytaert2005-01-19
| | | | tidied up the taxonomy API a bit. This fixes a number of issues.
* - Fix tracker pager count query being wrong (it did not return a count but a ↵Steven Wittens2005-01-19
| | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
* - The real code fixes ;)Steven Wittens2005-01-17
|
* - Reversing bad commit, sorry everyone.Steven Wittens2005-01-17
|
* - Various code style fixesSteven Wittens2005-01-17
|
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* - 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
| | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient.
* - Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make ↵Dries Buytaert2004-11-29
| | | | them work with node-level permissions.
* - Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's ↵Dries Buytaert2004-11-27
| | | | help.
* - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵Dries Buytaert2004-11-23
| | | | consistency.
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵Dries Buytaert2004-11-21
| | | | | | implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
* - 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 ↵Dries Buytaert2004-11-15
| | | | permissions into account and could return an incorrect number.
* - Patch #11875 by Neil Drumm: block module configuration improvements.Dries Buytaert2004-10-31
| | | | | | | | | | The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions. Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook. The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path. An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch.
* #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 ↵Dries Buytaert2004-10-18
| | | | works with PostgreSQL.
* - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make itDries Buytaert2004-10-15
| | | | translatable in languages such as Spanish.
* #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 ↵Dries Buytaert2004-10-13
| | | | | | the database. I rewrote this patch for simplicity.
* - Patch #11166 by drumm: removed redundant help page from the taxonomy module.Dries Buytaert2004-10-04
|