Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 |
| | |||
* | - Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and ↵ | Dries Buytaert | 2005-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 Wittens | 2005-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 Wittens | 2005-01-17 |
| | |||
* | - Reversing bad commit, sorry everyone. | Steven Wittens | 2005-01-17 |
| | |||
* | - Various code style fixes | Steven Wittens | 2005-01-17 |
| | |||
* | - Patch #14731 by chx: made it possible to rewrite node queries. | Dries Buytaert | 2005-01-16 |
| | |||
* | - Reorganized the code a bit | Dries Buytaert | 2004-12-28 |
| | |||
* | #10949: Incorrect output with invalid term id | Steven Wittens | 2004-12-24 |
| | |||
* | - Patch #13907 by Neil: less ways to set the page title. | Dries Buytaert | 2004-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 Buytaert | 2004-11-29 |
| | | | | them work with node-level permissions. | ||
* | - Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's ↵ | Dries Buytaert | 2004-11-27 |
| | | | | help. | ||
* | - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵ | Dries Buytaert | 2004-11-23 |
| | | | | consistency. | ||
* | - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵ | Dries Buytaert | 2004-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 Buytaert | 2004-11-15 |
| | |||
* | - Patch #11977 by matteo: taxonomy_term_count() did not take node-level ↵ | Dries Buytaert | 2004-11-15 |
| | | | | permissions into account and could return an incorrect number. | ||
* | - Patch #11875 by Neil Drumm: block module configuration improvements. | Dries Buytaert | 2004-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 Wittens | 2004-10-28 |
| | |||
* | - Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it ↵ | Dries Buytaert | 2004-10-18 |
| | | | | works with PostgreSQL. | ||
* | - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it | Dries Buytaert | 2004-10-15 |
| | | | | translatable in languages such as Spanish. | ||
* | #10677: Confirmation when deleting a block + unifying confirmation screens. | Steven Wittens | 2004-10-14 |
| | |||
* | - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in ↵ | Dries Buytaert | 2004-10-13 |
| | | | | | | the database. I rewrote this patch for simplicity. | ||
* | - Patch #11166 by drumm: removed redundant help page from the taxonomy module. | Dries Buytaert | 2004-10-04 |
| | |||
* | - Removed the title attribute from the taxonomy links. Temporary fix for #7468. | Dries Buytaert | 2004-09-30 |
| | |||
* | - Adding menu callbacks to taxonomy admin. Before this patch, some admin ↵ | Steven Wittens | 2004-09-19 |
| | | | | pages only showed tabs and the wrong title. | ||
* | - Bugfix: using non numeric terms in taxonomy-page URLs would result in SQL ↵ | Dries Buytaert | 2004-09-19 |
| | | | | errors. | ||
* | - Patch #8179 by JonBob: reintroduced menu caching. | Dries Buytaert | 2004-09-16 |
| | |||
* | #10279: Adding a note to taxonomy_render_nodes when there are no nodes to ↵ | Steven Wittens | 2004-09-14 |
| | | | | show, rather than showing an empty page. |