- Nov 01, 2002
-
-
Dries Buytaert 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 Buytaert authored
- Applied a PostgreSQL patch from James.
-
Dries Buytaert 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.
-
- Oct 30, 2002
-
-
Dries Buytaert authored
- Made sure blocks are sorted by weight. Patch by Ax.
-
Dries Buytaert authored
- Applied db_query() fix. Thanks Gerhard and Marco.
-
- Oct 29, 2002
-
-
Dries Buytaert authored
- Applied Stefan's locale patches.
-
Dries Buytaert authored
- Applied Stefaan's locale patches. The statistics.module patch failed to apply.
-
Dries Buytaert authored
- Made sure we switching using $delta. Thanks Marco and Gerhard.
-
Dries Buytaert authored
- Added Jeremy.
-
- Oct 28, 2002
-
-
Kjartan Mannes authored
-
- Oct 26, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed a braino.
-
Dries Buytaert authored
- Applied a slightly modified version of breyten's weblogs.module patch.
-
Dries Buytaert 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 } }
-
- Oct 24, 2002
-
-
Dries Buytaert authored
- Removed my superfluous check.
-
Dries Buytaert authored
- Killed a warning. Reported by ax.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Oct 23, 2002
-
-
Dries Buytaert authored
ports. Patch by Alastair.
-
- Oct 22, 2002
-
-
Dries Buytaert 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 Buytaert authored
- Added missing t() function. Patch by Marco.
-
- Oct 21, 2002
-
-
Dries Buytaert authored
- Fixed bug reported by Ax.
-
- Oct 20, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
"Notice: Undefined variable: conf" in common.inc on line 779
-
- Oct 19, 2002
-
-
Kjartan Mannes authored
-
- Oct 18, 2002
-
-
Dries Buytaert authored
- Removed dead code.
-
Dries Buytaert authored
- Applied Marco's poll.module patch.
-
- Oct 17, 2002
-
-
Kjartan Mannes authored
- updated database dump. - removed tables modules, layout and referrer (don't forget to backup!).
-
Kjartan Mannes authored
body will now be set correctly, or be left unset if no values are included in the request.
-
- Oct 16, 2002
-
-
Dries Buytaert authored
- Fixed bug with "jump to recent comment" link. - Fixed bug with "nex topic" and "previous" topic links. - Removed "admin"-hook all together.
-
Dries Buytaert authored
- Small improvement to the forum module block.
-
- Oct 15, 2002
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- fixing the statistics module SQL updates so they work for users that haven't used the statistics module before.
-
- Oct 13, 2002
-
-
Dries Buytaert authored
- Fixed bug in user_save(). - Added "Who's new" block. I accidentically removed it.
-
Dries Buytaert authored
- Made some usability improvements. Needs more work but I had my take for today ...
-
Dries Buytaert 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".
-