Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Part of #17747 was not committed (pgsql fixes). | Steven Wittens | 2005-03-29 |
| | |||
* | - #19515: Improved system/test clean URL checker. | Steven Wittens | 2005-03-27 |
| | |||
* | - #18795: Display message to forum admin if there are no forums yet. | Steven Wittens | 2005-03-27 |
| | |||
* | - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors. | Steven Wittens | 2005-03-27 |
| | |||
* | - #17343: Fix safari CSS issues with node admin. | Steven Wittens | 2005-03-27 |
| | |||
* | - #19405: Fix SQL in comment block for anonymous users. | Steven Wittens | 2005-03-24 |
| | |||
* | - Patch #18732 by nysus and Morbus: improved the forum module's help texts. | Dries Buytaert | 2005-03-23 |
| | |||
* | - Patch #18700 by Stefan and James: removed GD1 calls, improved error/status ↵ | Dries Buytaert | 2005-03-23 |
| | | | | reporting, etc. | ||
* | - Patch #19169 by TDobes: allow the book navigation to be themed. | Dries Buytaert | 2005-03-22 |
| | |||
* | - Patch #18093 by Junyor: clean up handling of image toolkit code in absence of | Dries Buytaert | 2005-03-21 |
| | | | | any toolkits. | ||
* | - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles. | Dries Buytaert | 2005-03-21 |
| | |||
* | - Added XML-icons on forum listings. Many people will find this useful to ↵ | Dries Buytaert | 2005-03-21 |
| | | | | track updates/changes. | ||
* | - Patch #19009 by chx: fixed a bug with comment replies letting one access ↵ | Dries Buytaert | 2005-03-20 |
| | | | | nodes. | ||
* | - Use format_plural() for search status (items left to index) | Steven Wittens | 2005-03-18 |
| | |||
* | - Cleaner handling of format ID number in URL, for hook_help. | Steven Wittens | 2005-03-18 |
| | |||
* | - #19089: Remove depency on taxonomy.module by node.module (kjartan) | Steven Wittens | 2005-03-18 |
| | |||
* | - Queue module: module_invoke -> node_invoke | Steven Wittens | 2005-03-18 |
| | | | | http://drupal.org/node/19012#comment-32381 | ||
* | - Clean up some db queries in poll.module | Steven Wittens | 2005-03-18 |
| | |||
* | - #14767: Do not display poll block when no polls are active | Steven Wittens | 2005-03-18 |
| | | | | - Change double to single quotes. | ||
* | - #13738: Fix bug in configuring theme styles | Steven Wittens | 2005-03-18 |
| | |||
* | - #13550: Prettier RSS discovery URLs for taxonomy pages. | Steven Wittens | 2005-03-18 |
| | |||
* | - #12401: Non-admins should obey workflow wrt revisions. | Steven Wittens | 2005-03-18 |
| | |||
* | - #12211: Show link indicating that a node has attachments on the homepage | Steven Wittens | 2005-03-18 |
| | |||
* | - #18597: Resolve conflict in column name between queue.module and poll.module. | Steven Wittens | 2005-03-18 |
| | |||
* | - #18939 (Stefan): Always use paragraph tags around page help text. | Steven Wittens | 2005-03-18 |
| | |||
* | - #19063: Use module_implements instead of hand-rolled routine. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #17161 by Morbus: increase 40-character limit in URL field for comments. | Dries Buytaert | 2005-03-16 |
| | |||
* | - Patch #18927 by Periastron: as one navigates down through the forum ↵ | Dries Buytaert | 2005-03-16 |
| | | | | taxonomy, the title used to change to the current term, but now it always just displays the vocabulary name. I have attached a patch that restores the previous behaviour. It looks like the regression may have been introduced in some changes to theme_forum_display. | ||
* | - Patch #13738 by TDobes: theme system fixes: | Dries Buytaert | 2005-03-16 |
| | | | | | | | | | | * Fix a bug which would cause the "configure" link for styles to be broken. * Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme) * Correct an inaccurate comment in theme.inc * Populate the default primary links with an "edit primary links" link for consistency with the secondary links * remove some unnecessary variables in the theme administration which had misleading and confusing names * replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists * usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.) | ||
* | - Patch #18983 by Ber: small code improvement. | Dries Buytaert | 2005-03-16 |
| | |||
* | - Patch #14109 by wulff/Morbus: added missing t() funciton | Dries Buytaert | 2005-03-16 |
| | |||
* | - 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 |
| | |||
* | - Patch #18787 by nysus: when trying to delete a forum or container, ↵ | Dries Buytaert | 2005-03-13 |
| | | | | multiple instances of a Drupal page appear nested inside of each other when the confirmation of deletion page is displayed. | ||
* | - Patch #18692 by Goba: old comments (comments for nodes having no entry in ↵ | Dries Buytaert | 2005-03-12 |
| | | | | the history table anymore) are counted as new comments, since the timestamp retrieved from the history table is used to check for new comments (which is 0, if an entry was not found). This patch sets the timestamp used to check for new comments to the NODE_NEW_LIMIT value at least (which is when the history table was/should have been pruned). | ||
* | - Patch #18676 by frjo: When anonymuos users are allowed to add comments ↵ | Dries Buytaert | 2005-03-10 |
| | | | | there are a required e-mail field. This field are, as far as i can see, not shown publicly. A user asked me about this and after confirming that it is not shown publicly I added a description that inform the users of this. I have included a patch that add the description "The content of this field is kept private and will not be shown publicly". This is the same description that is used by the profile module. | ||
* | - Patch #18465 by nysus: improved the forum container explanation. | Dries Buytaert | 2005-03-09 |
| | |||
* | - Patch #16914 by chx: avoid that putting a .theme file directly in './themes' | Dries Buytaert | 2005-03-08 |
| | | | | breaks your Drupal. Only themes in './themes/subdir' are picked up now. | ||
* | - #18434: (search) Try wildcards automatically if there were no results. | Steven Wittens | 2005-03-08 |
| | | | | - Fix missing format_plural() | ||
* | #12369: Linebreak filter should leave <pre> sections alone. | Steven Wittens | 2005-03-07 |
| | |||
* | - Patch #18216: fixed nodeapi settings hook. | Dries Buytaert | 2005-03-07 |
| | |||
* | - Bumped the RSS version from 0.92 to 2.0 | Dries Buytaert | 2005-03-07 |
| | |||
* | - Patch #18491: removed the 'access throttle block' permission. It is no ↵ | Dries Buytaert | 2005-03-07 |
| | | | | longer used. | ||
* | - Renamed some more 'region's to 'sidebar's | Dries Buytaert | 2005-03-06 |
| | |||
* | - Patch by Neil: fixed typo. | Dries Buytaert | 2005-03-05 |
| | |||
* | - Fix missing parameter in user.module | Steven Wittens | 2005-03-05 |
| | |||
* | - Patch #18418 by chx: jonbob node_access_view_all patch changed the return ↵ | Dries Buytaert | 2005-03-05 |
| | | | | value of node_access_where_sql to empty which breaks nicely all queries which are still using this function. This is a good incentive to upgrade to db_rewrite_sql, yes, but I think it causes confusion, 'cos it is not really trivial why the query suddenly not works. Let's make it trivial -- rename it _node_access_where_sql, it is no longer a function to be called from outside. node_access_join_sql similarly. | ||
* | - Patch #18404 by Gerhard: removed incorrect/outdated documentation from a ↵ | Dries Buytaert | 2005-03-05 |
| | | | | form description. | ||
* | - Patch #18382 by Neil: usability improvement: organized the blocks on the ↵ | Dries Buytaert | 2005-03-05 |
| | | | | block administration page by region. (I wanted to do that myself!) | ||
* | - Fix overzealous session wiping | Steven Wittens | 2005-03-04 |
| |