- 15 Oct, 2004 3 commits
-
-
Dries Buytaert authored
- Mofified patch #8862 by puregin: improved book module documentation.
-
Dries Buytaert authored
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
-
Dries Buytaert authored
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it translatable in languages such as Spanish.
-
- 14 Oct, 2004 7 commits
-
-
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
-
- 13 Oct, 2004 7 commits
-
-
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.
-
- 12 Oct, 2004 9 commits
-
-
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
-
- 11 Oct, 2004 1 commit
-
-
Dries Buytaert authored
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
-
- 10 Oct, 2004 5 commits
-
-
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.
-
- 09 Oct, 2004 8 commits
-
-
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.
-