- 09 Nov, 2002 1 commit
-
-
Dries authored
- Added printer-friendly links to the book pages.
-
- 08 Nov, 2002 8 commits
-
-
Kjartan authored
-
Kjartan authored
- title is no longer modified when shown on main page. - commented out a chunk of code in forum_view that is no in use. - coding sytle fixes.
-
Dries authored
Patch by Natrak: - Modules and themes now use the same functions to find and administer files. - Modules can now be placed in sub-directories. - Theme descriptions can no longer be edited. This will be handled by Dries' theme_conf patch. - Update required to keep old modules enabled.
-
Dries authored
- Improved UI of profile module. Patch by Natrak. NOTE: it is a first improvement but it isn't good enough yet ...
-
Dries authored
- Made the forum module work with PostgreSQL. Patch by Gordon Kerr, verified by James Arthur.
-
Dries authored
Patch by Kjartan: - Fixed empty fields being displayed. - Fixed some coding standard discrepancies. - Fixed the birthday date formatting.
-
Dries authored
- Applied Stefan's t() function patch.
-
Dries authored
- Removed the hard-coded font scaling.
-
- 07 Nov, 2002 1 commit
-
-
Kjartan authored
-
- 06 Nov, 2002 9 commits
-
-
Dries authored
Patch by Jeremy: - addressed one of Ax's issues: > = there are quite some "$output .= " which should be "$output > = " > (whenever $output hasn't been initialized before) - combined a few lines that could be accomplished in one step - changed "!" to "." in comment "This site is currently sustaining..." as if a low number, it looks silly.
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
- 03 Nov, 2002 2 commits
- 01 Nov, 2002 3 commits
-
-
Dries authored
- Fixed glitch in block module: the admin links were not composed correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the · related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ...
-
Dries authored
- Applied a PostgreSQL patch from James.
-
Dries authored
- Substituted the weblogs module with a more generic ping module. We're now pinging http://blo.gs/ as well as support the new Weblogs.com RSS format. Thanks Breyten.
-
- 30 Oct, 2002 2 commits
- 29 Oct, 2002 4 commits
- 28 Oct, 2002 1 commit
-
-
Kjartan authored
-
- 26 Oct, 2002 6 commits
-
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Dries authored
- Fixed a braino.
-
Dries authored
- Applied a slightly modified version of breyten's weblogs.module patch.
-
Dries authored
- Committed Marco's block rewrite: + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } }
-
- 24 Oct, 2002 3 commits