- 08 Nov, 2002 2 commits
-
-
Dries Buytaert authored
- Applied Stefan's t() function patch.
-
Dries Buytaert authored
- Removed the hard-coded font scaling.
-
- 07 Nov, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 06 Nov, 2002 9 commits
-
-
Dries Buytaert 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 Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- 03 Nov, 2002 2 commits
-
-
Dries Buytaert authored
- Added missing filter. Patch by Marco.
-
Dries Buytaert authored
- Sometimes nodes where being displayed when they shouldn't. Patch by Marco.
-
- 01 Nov, 2002 3 commits
-
-
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.
-
- 30 Oct, 2002 2 commits
-
-
Dries Buytaert authored
- Made sure blocks are sorted by weight. Patch by Ax.
-
Dries Buytaert authored
- Applied db_query() fix. Thanks Gerhard and Marco.
-
- 29 Oct, 2002 4 commits
-
-
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.
-
- 28 Oct, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 26 Oct, 2002 6 commits
-
-
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 } }
-
- 24 Oct, 2002 4 commits
-
-
Dries Buytaert authored
- Removed my superfluous check.
-
Dries Buytaert authored
- Killed a warning. Reported by ax.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- 23 Oct, 2002 1 commit
-
-
Dries Buytaert authored
ports. Patch by Alastair.
-
- 22 Oct, 2002 2 commits
-
-
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.
-
- 21 Oct, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed bug reported by Ax.
-
- 20 Oct, 2002 2 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
"Notice: Undefined variable: conf" in common.inc on line 779
-