- 23 Aug, 2003 4 commits
- 22 Aug, 2003 6 commits
-
-
Dries authored
- Set session.gc_maxlifetime to something more sensible than the default 1440 seconds.
-
Dries authored
- Made sure the 'Topic' title is only shown above the topics, not the icons. - Automatically shorten the username when it is too long. I implemented this as part of format_name() and could therefore nuke some code in the statistics module. This is change is somewhat experimental and I'm willing to revert or change this if a number of people aren't too happy with this behavior. - Left align the dates and authors: makes it easier/faster to scan. - Made the little tablesort arrows clickable.
-
Dries authored
PostgreSQL and MSSQL database scheme as well. - Made sure the update script updates the correct tables when database prefixing is enabled. Patch by Bart Jansens. - Improved the breadcrumb navigation of the book and the forum module as per Keith Instone's suggestions. - Updated page titles (or block titles) and links to match. Suggested by Keith Instone. - Added missing 'thread' field to the comment table of the MySQL database scheme. Fixes bug #2590.
-
Dries authored
- Added some missing {} to make database prefixing work. Patch by Moshe.
-
Dries authored
- Fixed bug with user sessions. Patch by Jeremy.
-
- 21 Aug, 2003 11 commits
-
-
Dries authored
- Updated modules to new help system. Patch by Michael.
-
Dries authored
- Fixed typo in database.pgsql. Patch by Michael.
-
Dries authored
- Updated the locale module to the new help system. Patch from Michael.
-
Dries authored
-
Dries authored
rest has been completed.
-
Dries authored
- Updated the taxonomy module to use the new help system.
-
Dries authored
-
Dries authored
-
Dries authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
Dries authored
- Fixed braino in PostgreSQL database scheme.
-
Dries authored
- Fixed braino in MySQL database scheme. Patch by Gerhard.
-
- 20 Aug, 2003 5 commits
-
-
Dries authored
- Updated the throttle module to the new documentation scheme.
-
Dries authored
- Fixed documentation bug in import module.
-
Dries authored
- Updated the tracker module to the new help system scheme.
-
Dries authored
- Updated the import module to the new documentation scheme. Patch by Michael.
-
Dries authored
- Committed Jeremy's session patch: this brings us one step closer to having session for anonymous users.
-
- 19 Aug, 2003 2 commits
- 16 Aug, 2003 3 commits
-
-
Dries authored
- Added path aliasing support to the Xtemplate theme. Patch 98 by Matthias.
-
Dries authored
- Rewrote handling of forum icons and added default icons made by Steven Wittens. - Renamed some column titles in the forum module as per Moshe's suggestion. - Introduced a 'more-link' class to position the 'more' links. Removed hard-coded markup from the modules. - Fixed bug in import module: the theme functions called a non-existing function.
-
Dries authored
code on their own.
-
- 15 Aug, 2003 2 commits
-
-
Dries authored
- Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.
-
Dries authored
1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no comments show on the topic overview page. 2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup. This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/. 3) Reorganized forms and links (interactive elements) to improve usability. Also ensured that the link names and page titles match. 4) Temporary removed container functionality: this simplified the work and eliminated some usability issues.
-
- 13 Aug, 2003 6 commits
-
-
Dries authored
- Bugfix: fixed problem with "exit" hook not always being called. Reported by Jeremy. Patch by Moshe.
-
Dries authored
-
Dries authored
- Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.
-
Dries authored
* Removed 'handbook' title. * Added a 'books' link to the book location bar: the link takes you to the book overview page. * Renamed a few 'collaborative books' to 'books' so that the links and page/box titles match.
-
Dries authored
- Usability improvement: changed the title of the main block on the user information page. Suggested by Keith Instone.
-
Dries authored
- Bugfix: use table prefix in comment module updates. Patch by Bart.
-
- 12 Aug, 2003 1 commit
-
-
Kjartan authored
- Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
-