- Aug 20, 2003
-
-
Dries Buytaert authored
- Updated the import module to the new documentation scheme. Patch by Michael.
-
Dries Buytaert authored
- Committed Jeremy's session patch: this brings us one step closer to having session for anonymous users.
-
- Aug 19, 2003
-
-
Dries Buytaert authored
- Updated the user module to use the new help system approach.
-
Dries Buytaert authored
- Updated the watchdog module to use the new help function approach.
-
- Aug 16, 2003
-
-
Dries Buytaert authored
- Added path aliasing support to the Xtemplate theme. Patch 98 by Matthias.
-
Dries Buytaert 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 Buytaert authored
code on their own.
-
- Aug 15, 2003
-
-
Dries Buytaert authored
- Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.
-
Dries Buytaert 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.
-
- Aug 13, 2003
-
-
Dries Buytaert authored
- Bugfix: fixed problem with "exit" hook not always being called. Reported by Jeremy. Patch by Moshe.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.
-
Dries Buytaert 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 Buytaert authored
- Usability improvement: changed the title of the main block on the user information page. Suggested by Keith Instone.
-
Dries Buytaert authored
- Bugfix: use table prefix in comment module updates. Patch by Bart.
-
- Aug 12, 2003
-
-
Kjartan Mannes 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.
-
Dries Buytaert authored
- Heavily modified version of Gerhard's patch #82: the queue module does now inform the user about the status of his or her post.
-
Dries Buytaert authored
- Added missing t() functions to watchdog. Patch #80 by Stefan.
-
Dries Buytaert authored
- Added missing translation functions. Patch #78 by Stefan. Merged by hand as the patch no longer applied. - Fixed broken "view post" URL on administration page. Reported by Bart.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Committed Marco's comment module patch: + Dramatically improves performance of large discussions/threads: only very few SQL queries are required. + Replaces custom pager with standard pager. Modifications by me: + Reworded some code comments. + Removed dependencies on pager internals.
-
Dries Buytaert authored
- Small index.php improvement. Modified patch from Bart Jansens.
-
- Aug 11, 2003
-
-
Kjartan Mannes authored
- Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable.
-
- Aug 10, 2003
-
-
Dries Buytaert authored
- Bugfix: changed an inner join back to a left join. Patch by Bart Jansens
-
- Aug 08, 2003
-
-
Dries Buytaert authored
- Miscellanious comment module fixes. Patch 20030806.comment-misc.patch by Bart Jansens.
-
Dries Buytaert authored
- Committed a modified version of Ulf's input checking changes. Patch #95. I added an error message, changed a few things around and fixed tw typos.
-
- Aug 07, 2003
-
-
Dries Buytaert authored
- Block module documentation improvement. Patch by Gerhard.
-
- Aug 06, 2003
-
-
Dries Buytaert authored
- Setting the date of the 4.2.0 release.
-
Dries Buytaert authored
- More help system improvements by Michael.
-
- Aug 05, 2003
-
-
Dries Buytaert authored
- Help system improvements from Michael.
-
Dries Buytaert authored
- Added missing {}. Fixes bug 2423 reported by kenzky.
-
- Aug 02, 2003
-
-
Dries Buytaert authored
- Added more filters and support for "mass-operations" to the node overview page in the admin section. Comments?
-
- Jul 31, 2003
-
-
Dries Buytaert authored
- If $node->path has been initialized (via a form for example), node_url will return it. This is not good because path could still be null (empty). Patch by Matt Westgate.
-
Dries Buytaert authored
- Fixed broken links in the versioning system. Patch by Bart Jansens.
-
- Jul 26, 2003
-
-
Dries Buytaert authored
- Changing the node body to type 'mediumtext'. Addresses bug #2155.
-
Dries Buytaert authored
- Fixed bug in user_validate_name(): . (dot) should be allowed for DA to work. Fixes bug #107.
-
Dries Buytaert authored
- Bugfix: remove forum block caching as it contains text that can be translated. Fixes bug #2329.
-
Dries Buytaert authored
- Applied Moshe's 007 patch: "read more" and author optimizations.
-
- Jul 24, 2003
-
-
Dries Buytaert authored
- Bugfix: made deleting polls work. Patch by Marco.
-
- Jul 23, 2003
-
-
Dries Buytaert authored
- Fixed the update path of user_save(). Patch by Gerhard. Tnx.
-