- 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 4 commits
- 23 Oct, 2002 1 commit
-
-
Dries authored
ports. Patch by Alastair.
-
- 22 Oct, 2002 2 commits
-
-
Dries authored
- Wrapped some hardcoded colors in "theme_invoke()"s; we can still create a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax.
-
Dries authored
- Added missing t() function. Patch by Marco.
-
- 21 Oct, 2002 1 commit
-
-
Dries authored
- Fixed bug reported by Ax.
-
- 20 Oct, 2002 2 commits
- 19 Oct, 2002 1 commit
-
-
Kjartan authored
-
- 18 Oct, 2002 2 commits
- 17 Oct, 2002 2 commits
- 16 Oct, 2002 2 commits
- 15 Oct, 2002 4 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Kjartan authored
-
Kjartan authored
- fixing the statistics module SQL updates so they work for users that haven't used the statistics module before.
-
- 13 Oct, 2002 3 commits
-
-
Dries authored
- Fixed bug in user_save(). - Added "Who's new" block. I accidentically removed it.
-
Dries authored
- Made some usability improvements. Needs more work but I had my take for today ...
-
Dries authored
- Committed Jeremy's incarnation of the statistics module. Last minutes changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php".
-