- Oct 15, 2004
-
-
Dries Buytaert authored
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it translatable in languages such as Spanish.
-
- Oct 14, 2004
-
-
Dries Buytaert authored
- Fixed bug #11312: menu caching to aggresively. I did not apply the proposed patch but moved the menu-logic to the $may_cache clause and added some checks to avoid SQL overhead. I think this is the most performant solution.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #10677 by drumm: removed dead code. Leftover.
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- Oct 13, 2004
-
-
Steven Wittens authored
Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc.
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries Buytaert authored
I rewrote this patch for simplicity.
-
Steven Wittens authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #11530 by Frodo: fixed long filter tips.
-
- Oct 12, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe.
-
Dries Buytaert authored
- Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk.
-
Dries Buytaert authored
- Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. This makes the code generated by the poll module XHTML compliant. - Similarly, I updated form_checkboxes() to generate valid XHTML code.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes.
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- Oct 11, 2004
-
-
Dries Buytaert authored
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
-
- Oct 10, 2004
-
-
Dries Buytaert authored
- Bugfix: provide an absolute URL to the 'ping servers'.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Orphaned the node_link() hook as per #9769.
-
Dries Buytaert authored
- Code improvement: removed some redundant code from the book module.
-
Dries Buytaert authored
- Fixed critical bug #10664: made comment in collapsed mode work. One more down.
-
- Oct 09, 2004
-
-
Dries Buytaert authored
-
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
-