- Oct 09, 2004
-
-
Dries Buytaert authored
- Patch #11426: the forum module generated an empty table for forums with no child forums.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed bug #11405: unchecking the "publish" box in the default workflow admin page (admin/node/configure/defaults) did not cause the default workflow to change. This was caused by the fact that node_validate() forced the value of the status field to "1".
-
Dries Buytaert authored
- Bugfix: the filter tips contained a non-existing ID which resulted in invalid XHTML code.
-
Dries Buytaert authored
- Bugfix: the filter module generated an empty <ul></ul> (= invalid XHTML) when no filter tips are present.
-
Dries Buytaert authored
- Patch #10613 by Gerhard: calling a non-existent username or user ID in the blog module URL now returns a 404 error instead of an empty blog page.
-
Dries Buytaert authored
- Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one.
-
Dries Buytaert authored
+ Made error strings in blog.module consistent. + Explained a bit better what the RSD setting is for in the blog module. + Removed the notes about PHP content from block module and book module, since everything is handled via the input formats now.
-
- Oct 08, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Bug #10530: added a missing period to a sentence in the help text.
-
Dries Buytaert authored
- Patch #11179 by stefan: fixed broken URL in context sensitive help.
-
Dries Buytaert authored
- Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module.
-
Dries Buytaert authored
- Reintroduced the book outline feature: non-book pages now have an outline-tab on their node page, given you have permission to maintain books. Using the outline-tab, nodes can be added to a book's hierarchy. Also added some context sensitive help and fixed some quotes.
-
- Oct 07, 2004
-
-
Dries Buytaert authored
- Patch #11375 by Robert Douglass: removed redundant 'global $user' from forum_insert().
-
Steven Wittens authored
-
- Oct 06, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Usability improvement: the 'recent posts' feature on the user pages lead to a page with a confusing (wrong) title so I shuffled things around a bit and tab-ified it as 'track'.
-
Dries Buytaert authored
- Patch #11232 by David: fixed bug in upgrade path of the aggregator module.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #11312 by killes: fixed problems with menu caching.
-
- Oct 05, 2004
-
-
Dries Buytaert authored
- Patch #11316 by ankur: added missing %d in INSERT-query.
-
Dries Buytaert authored
- Patch #11312 by Killes: rebuild the menu after importing a PO file.
-
Steven Wittens authored
-
Dries Buytaert authored
- Patch #11286 by Neill: fixed broken link in form description.
-
- Oct 04, 2004
-
-
Dries Buytaert authored
- Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when writing to cache.
-
Steven Wittens authored
Part of #11280: node_preview() should only generate a teaser if none is present (e.g. provided by a module like excerpt.module).
-
Dries Buytaert authored
- Added a note about PostgreSQL no longer depending on PEAR.
-
Dries Buytaert authored
-
- Oct 03, 2004
-
-
Dries Buytaert authored
+ Fixed problem with channel data not being trimmed. + Made some queries ANSI SQL so they work with PostgreSQL.
-
- Sep 30, 2004
-
-
Dries Buytaert authored
- Removed the title attribute from the taxonomy links. Temporary fix for #7468.
-
Dries Buytaert authored
- Patch #10920 by jhriggs: fixed bug with comment moderation.
-
Dries Buytaert authored
-
- Sep 29, 2004
-
-
Dries Buytaert authored
- Removed the link feature. It was death code, bound to confuse people. TODO after Drupal 4.5.0: clean up the page module and remove additional cruft.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Sep 28, 2004
-
-
Steven Wittens authored
Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea.
-
Dries Buytaert authored
- Patch #11138 by Al: fixed GUI problem with deleting users.
-
- Sep 27, 2004
-
-
Dries Buytaert authored
+ made the helptext under the 'Explanation or submission guidelines', more the same (blog & story); + made the form_set_error() texts consistent when the body of a blog/story does not match or exceeds the specified minimal numer of words. + used the $options for form_select() and form_radios() inline like we do in the rest of drupal; + made the textarea sizes for the submission pages the same for all node types and also for the 'Explanation or submission guidelines';
-
Dries Buytaert authored
- Patch #10977 by Gerhard: added node permission checks to the SQL queries. NOTE: I had to modify the book module patch for it to work -- it was throwing SQL errors at me.
-