Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #21658 by Uwe: fixed broken link in help text. | Dries Buytaert | 2005-08-24 |
| | |||
* | - #16440: Allow taxonomy vocabulary and term forms to be extended. | Steven Wittens | 2005-07-25 |
| | |||
* | - Patch #26683 by matteo: added missing DISTINCT()s | Dries Buytaert | 2005-07-19 |
| | |||
* | - Removed <strong>s | Dries Buytaert | 2005-07-19 |
| | |||
* | - Misplaced backet | Dries Buytaert | 2005-07-19 |
| | |||
* | - Modified patch #20505 by Morbus: fixed scalability issues with terms, ↵ | Dries Buytaert | 2005-07-19 |
| | | | | tried to create a better distinction between vocabularies and terms, fixed problem with term pager (temporary fix). | ||
* | - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions. | Dries Buytaert | 2005-07-18 |
| | | | | TODO: update image module too? | ||
* | - Modified patch #25031 by chx: modified node_list() so one has both the ↵ | Dries Buytaert | 2005-07-17 |
| | | | | | | module and its type. TODO: update migration page in handbook. | ||
* | - Patch #25634 by chx: simplified node_load(). | Dries Buytaert | 2005-07-17 |
| | |||
* | - Patch #25603 by Stefan: made the sizes of forms consistent. | Dries Buytaert | 2005-06-27 |
| | | | | TODO: document the defaults in the PHPdoc comments. | ||
* | - Removing some whitespace | Dries Buytaert | 2005-06-06 |
| | |||
* | - Code cleanup: improve format_plural usage, add some missing ↵ | Steven Wittens | 2005-05-31 |
| | | | | placeholder/check calls, and introduce API for <link> tags. | ||
* | - #20963: Make taxonomy_select_nodes() more useful to other modules, by ↵ | Steven Wittens | 2005-05-25 |
| | | | | allowing custom sorting orders. | ||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-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 Buytaert | 2005-05-21 |
| | |||
* | - Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, ↵ | Dries Buytaert | 2005-05-21 |
| | | | | then term weight. | ||
* | - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Modified patch #22878 by Junyor: made all terms on the taxonomy overview ↵ | Dries Buytaert | 2005-05-14 |
| | | | | page links to the taxonomy term list page. | ||
* | - #19621: More sensible status messages for forum admin ("created forum" ↵ | Steven Wittens | 2005-05-07 |
| | | | | instead of "created term"). | ||
* | - Patch #21751 by crunchywhelch: added missing check_plain() when emitting ↵ | Dries Buytaert | 2005-05-02 |
| | | | | the <category>-tag in RSS feeds. | ||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #20561 by Morbus: free tagging doesn't support taxonomy_node_form $name. | Dries Buytaert | 2005-04-16 |
| | |||
* | - Patch by Adrian: postgresql fixes | Dries Buytaert | 2005-04-14 |
| | |||
* | - Modified patch by mikeryan: make it possible to administer system ↵ | Dries Buytaert | 2005-04-12 |
| | | | | vocabularies. | ||
* | - Patch by Morbus: added missing taxonomy_node_delete(). | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch #19697 by Morbus: FOLKSONOMY. | Dries Buytaert | 2005-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 Buytaert | 2005-04-07 |
| | |||
* | - Improve recursion in taxonomy_get_tree() (Morbus) | Steven Wittens | 2005-04-06 |
| | |||
* | - Patch #19888 by jhriggs: fixed terms getting lost upon preview. | Dries Buytaert | 2005-04-03 |
| | |||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-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 Wittens | 2005-03-31 |
| | |||
* | - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles. | Dries Buytaert | 2005-03-21 |
| | |||
* | - #13550: Prettier RSS discovery URLs for taxonomy pages. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #18861 by nkurz: fixed logic error in taxonomy_node_save(). | Dries Buytaert | 2005-03-15 |
| | | | | (Not sure how/when it triggered.) | ||
* | - Patch #18696 by Morbus: one '(' too much in taxonomy_term_count_nodes(). | Dries Buytaert | 2005-03-13 |
| | |||
* | - Incorrectly filled in %name | Steven Wittens | 2005-03-03 |
| | |||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - Patch #17955 by Neil: there was a subtle difference between form_select() ↵ | Dries Buytaert | 2005-03-03 |
| | | | | and whatever taxonomy was doing. | ||
* | - Patch #17897 by Neil: changed the order of the joins so that a vocabulary ↵ | Dries Buytaert | 2005-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 Buytaert | 2005-03-01 |
| | |||
* | - Removed dumb taxonomy block (based on DrupalCon feedback). | Dries Buytaert | 2005-03-01 |
| | |||
* | - Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch: | Dries Buytaert | 2005-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 Buytaert | 2005-02-21 |
| | |||
* | #10296: Clean up admin - content: | Steven Wittens | 2005-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 Buytaert | 2005-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 Buytaert | 2005-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 Buytaert | 2005-01-29 |
| | |||
* | - Patch #10425 by ccourtne and walkah: added admin screens to maintain ↵ | Dries Buytaert | 2005-01-28 |
| | | | | forums instead of forcing the user to add a taxonomy. | ||
* | - Consistency: 'deleted' -> 'Deleted'. | Dries Buytaert | 2005-01-27 |
| |