- 21 Jan, 2003 6 commits
-
-
Dries authored
- Applied Ori's format_plural() patch; see mailing list for details. NOTE: some modules in the contributions repository might need to be updated.
-
Dries authored
- A node's comment table is now being emitted by the new table rendering functions.
-
Dries authored
-
Dries authored
- Tidied up some SQL queries.
-
Dries authored
- Corrected the documentation.
-
Dries authored
Patch by Ax: - Removed the XML prolog from xtemplate.xtmpl because some browsers have difficulties with it and it's not required. see http://webstandards.org/learn/reference/prolog_problems.html. - Fixed the term link.
-
- 20 Jan, 2003 7 commits
- 16 Jan, 2003 2 commits
- 15 Jan, 2003 4 commits
-
-
Dries authored
- forum: fixed link to new topic - forum: new topic shows default forum correctly - forum: first_new is back; the anchor didn't consider multiple pages - forum: use standard pager, needed some changes/fixes to pager.inc - forum: some cleanup - forum: taxonomy hook - renamed first_new to simply new - added an optional parameter to pager_query for the count query - used the optional count param for paging forum topics - internal change: moving a topic doesn't duplicate the node anymore but just changes the forum (term); no change in functionality, and shadow still works (suggested by Dries). This probably also made some queries somewhat lighter. - bug fixed: anonymous users always saw "n (n new)" in the replies column - updated pager help and moved from _help to phpdoc
-
Dries authored
by David.
-
Dries authored
- Enabled XML-RPC.
-
Dries authored
- Fixed glitch in table_cell(). Spotted by Michael.
-
- 14 Jan, 2003 3 commits
- 13 Jan, 2003 1 commit
-
-
Dries authored
- Small bugfix and small cleanup. Patch by Marco.
-
- 12 Jan, 2003 4 commits
-
-
Dries authored
- Removed depricated function.
-
Dries authored
- Fixed a typo that caused quite a few redundant SQL queries.
-
Dries authored
- Added some more URL rewrite rules based on contributions from Gerhard.
-
Dries authored
- Made sure all table headers could be translated. - Made the book module use the new table rendering function.
-
- 11 Jan, 2003 2 commits
- 10 Jan, 2003 1 commit
-
-
Dries authored
- Made sure the text doesn't wrap.
-
- 09 Jan, 2003 6 commits
-
-
Dries authored
- Code improvement: forgot to update an URL to the clean URL scheme.
-
Dries authored
- Minor comment module improvements/fixes.
-
Dries authored
- Added Hugo Espuny as the Debian maintainer.
-
Dries authored
- Added some isset()s to kill some "Undefined variable" warnings. Patch by Julio.
-
Dries authored
- Ported David's taxonomy patch to Drupal CVS.
-
Dries authored
- Fixed the pager. It might not be 100% correct, but it will work in 95% of the cases.
-
- 08 Jan, 2003 2 commits
-
-
Dries authored
- Bugfix: fixed the SQL query in _forum_topics_read to avoid counting shadowed topics in forums. Patch by David.
-
Dries authored
- Made sure the $links array is properly initialized before doing an array_merge. According to Ori, this fixes a problem when using PHP as an ISAPI module with the Sambar server.
-
- 07 Jan, 2003 2 commits