- 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 5 commits
-
-
Dries authored
- Added a few line breaks in the HTML emitted by the table() function for better readability of the HTML code. Patch by Moshe.
-
Dries authored
- Bugfix: RSS auto-discovery was broken due to clean URL work. Patch by Breyten.
-
Dries authored
Great patch from Ulf: - The href target for a new window is "_new", not "new". - Generating <div> sections within <p> sections is forbidden by the XHTML standard. Using just the right aligned <div> should be sufficient and makes XHTML themes possible. (Prove at http://blog.rompe.org/ ) - While parsing the header of an RSS feed one should be aware that there may be more <title> tags in subsections and that POSIX regular expressions are always gready. So make shure we don't get too much. (If you agree that using PCRE instead of the POSIX ones would be generally a good idea, then I am willing to make the patch, but for now I didn't want to mix POSIX and PCRE in one file.) (Prove at http://blog.rompe.org/index.php?q=import/feed/43 , try this feed without my patch) - Some RSS 2.0 feeds don't have a per item <link> section but have the permalink embedded in the <guid> section. This is not perfectly correct and the documentation mentions this possibility only in the examples, but since Dave Winer himself implements it this way it will happen more than once. So, if there is no link available and the guid looks like an address, then use that one. (Prove at http://blog.rompe.org/index.php?q=import/feed/22 , try this feed without my patch) - Don't only write eventually new Feed Header information into the database but also use them immediatly. Reuse the $feed array that is made for it. - If a feed doesn't provide per item titles, make shure to not produce defective markup by cutting the remainder of an entity. Instead of just cutting off anything behing the leading 30 characters of the cleaned description, it seems slicker to use up to 40 characters and split on word boundaries, but not on "&" or ";". (Prove also at http://blog.rompe.org/index.php?q=import/feed/22 . This feed will have title tags starting on February 1st, but I suspect many others without them out there.) With this patch one could consider Drupals aggregator RSS 2.0 ready.
-
Dries authored
- Fixed access log update bug introduced during clean URL commit. Patch by Moshe.
-
Dries authored
- Fixed links to admin page. Added help text.
-
- 06 Jan, 2003 5 commits
- 05 Jan, 2003 2 commits
-
-
Steven Wittens authored
-
Dries authored
- Made a database query ASNI compliant. Patch by Ax.
-
- 04 Jan, 2003 4 commits
-
-
Dries authored
- In the taxonomy administration pages, the dropdown to select a term's parent is supposed to exclude terms that are descendants of the current term, to avoid creating cycles. However, the terms with the first few term IDs are excluded instead. Patch by JonBob.
-
Dries authored
- Added a check for register_globals.
-
Dries authored
- The statistics module would sometimes mistake a non-node ID with that of a node. Thanks David and Jeremy.
-
Dries authored
- Added an extra parameter to watchdog() which lets you specifiy an "action" or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
-
- 02 Jan, 2003 1 commit
-
-
Dries authored
- Added Michael's dummy print.css to avoid watchdog errors. - Added a comment to explain why we include a dummy stylesheet.
-