summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - #20963: Make taxonomy_select_nodes() more useful to other modules, by ↵Steven Wittens2005-05-25
| | | | allowing custom sorting orders.
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
* - Patch #16452 by chx: made it possible to rewrite some taxonomy queries.Dries Buytaert2005-05-21
|
* - Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, ↵Dries Buytaert2005-05-21
| | | | then term weight.
* - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries.Dries Buytaert2005-05-21
|
* - Modified patch #22878 by Junyor: made all terms on the taxonomy overview ↵Dries Buytaert2005-05-14
| | | | page links to the taxonomy term list page.
* - #19621: More sensible status messages for forum admin ("created forum" ↵Steven Wittens2005-05-07
| | | | instead of "created term").
* - Patch #21751 by crunchywhelch: added missing check_plain() when emitting ↵Dries Buytaert2005-05-02
| | | | the <category>-tag in RSS feeds.
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - 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.