Kjartan Mannes
98825b8b8c
- testing new loginfo script.
2002-11-06 13:41:29 +00:00
Dries Buytaert
0fa133dd2d
- Added missing filter. Patch by Marco.
2002-11-03 20:57:15 +00:00
Dries Buytaert
2028586824
- Sometimes nodes where being displayed when they shouldn't. Patch by
...
Marco.
2002-11-03 20:56:16 +00:00
Dries Buytaert
cc381c1461
- 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 ...
2002-11-01 10:47:20 +00:00
Dries Buytaert
74c722502b
- Applied a PostgreSQL patch from James.
2002-11-01 09:37:31 +00:00
Dries Buytaert
9cb1bc4c22
- 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.
2002-11-01 09:31:59 +00:00
Dries Buytaert
c9157a233b
- Made sure blocks are sorted by weight. Patch by Ax.
2002-10-30 08:12:28 +00:00
Dries Buytaert
aa28ec5230
- Applied db_query() fix. Thanks Gerhard and Marco.
2002-10-30 08:02:52 +00:00
Dries Buytaert
b2c6a9b0b6
- Applied Stefan's locale patches.
2002-10-29 19:41:08 +00:00
Dries Buytaert
54aba8d561
- Applied Stefaan's locale patches. The statistics.module patch failed to
...
apply.
2002-10-29 19:39:19 +00:00
Dries Buytaert
38c6aeafad
- Made sure we switching using $delta. Thanks Marco and Gerhard.
2002-10-29 19:30:13 +00:00
Dries Buytaert
a430d5de03
- Added Jeremy.
2002-10-29 19:22:41 +00:00
Kjartan Mannes
8eed5abd86
- Fixing blocks for forum, queue and statistics.
2002-10-28 19:36:37 +00:00
Kjartan Mannes
acd0cb0607
- blocks != boxes. Sorry :)
2002-10-26 21:50:39 +00:00
Kjartan Mannes
18eb8f050a
- making sure the type field is set right for blocks: 1 -> 0, 2 ->1.
2002-10-26 21:47:55 +00:00
Kjartan Mannes
470d763bdc
- setting the right date for block update.
2002-10-26 21:43:17 +00:00
Dries Buytaert
18a18a0efa
- Fixed a braino.
2002-10-26 20:27:01 +00:00
Dries Buytaert
1b452ef507
- Applied a slightly modified version of breyten's weblogs.module patch.
2002-10-26 16:46:26 +00:00
Dries Buytaert
8d103a0898
- 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
}
}
2002-10-26 15:17:26 +00:00
Dries Buytaert
2ec14f35ac
- Removed my superfluous check.
2002-10-24 17:45:37 +00:00
Dries Buytaert
2512ce7697
- Killed a warning. Reported by ax.
2002-10-24 17:44:39 +00:00
Kjartan Mannes
c65cfcabb5
- sort books by weight, then title in book_render().
2002-10-24 15:39:24 +00:00
Kjartan Mannes
2afb09563d
- dont print empty row if there are no next or prev links to show in admin_overview.
2002-10-24 14:29:00 +00:00
Dries Buytaert
1e5813d4f4
- Made it possible to connect to mysql databases running on non-standard
...
ports. Patch by Alastair.
2002-10-23 20:09:29 +00:00
Dries Buytaert
66c5b70736
- 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.
2002-10-22 18:46:43 +00:00
Dries Buytaert
88d6ef3a2a
- Added missing t() function. Patch by Marco.
2002-10-22 18:39:56 +00:00
Dries Buytaert
4efe2c887b
- Fixed bug reported by Ax.
2002-10-21 19:47:41 +00:00
Kjartan Mannes
7d1c1fcc16
. fixing what I did earlier. Not sure how that happend.
2002-10-20 19:17:17 +00:00
Kjartan Mannes
0b323c0d8a
- applying patch from Ax. Bug #389 :
...
"Notice: Undefined variable: conf" in common.inc on line 779
2002-10-20 11:59:34 +00:00
Kjartan Mannes
ed8d88435e
- fixing an access bug in import.module.
2002-10-19 23:31:11 +00:00
Dries Buytaert
2e43215bbb
- Removed dead code.
2002-10-18 10:05:46 +00:00
Dries Buytaert
30447b05be
- Applied Marco's poll.module patch.
2002-10-18 05:26:01 +00:00
Kjartan Mannes
b60b9ca828
- removed function module_rehash().
...
- updated database dump.
- removed tables modules, layout and referrer (don't forget to backup!).
2002-10-17 18:34:38 +00:00
Kjartan Mannes
623397d6dd
- fixing the logic for populating $node when adding a new node. Title, teaser,
...
body will now be set correctly, or be left unset if no values are included in
the request.
2002-10-17 09:21:03 +00:00
Dries Buytaert
980f0700a1
- Fixed bug with "jump to recent comment" link.
...
- Fixed bug with "nex topic" and "previous" topic links.
- Removed "admin"-hook all together.
2002-10-16 18:38:33 +00:00
Dries Buytaert
0c42ca27a0
- Small improvement to the forum module block.
2002-10-16 18:23:39 +00:00
Steven Wittens
c238481f02
- Fixed missing filtering
2002-10-15 23:17:15 +00:00
Steven Wittens
c5da43fa40
- Fixed missing filtering
2002-10-15 23:15:55 +00:00
Kjartan Mannes
1ff4da96e3
- submit page will now use $edit[teaser/body] if available in the initial request.
2002-10-15 09:40:40 +00:00
Kjartan Mannes
1e97129589
- fixing SQL queries. Do not append ; to SQL queries in PHP.
...
- fixing the statistics module SQL updates so they work for users that haven't
used the statistics module before.
2002-10-15 09:20:25 +00:00
Dries Buytaert
4ad8996ff7
- Fixed bug in user_save().
...
- Added "Who's new" block. I accidentically removed it.
2002-10-13 18:44:09 +00:00
Dries Buytaert
904a6172b0
- Made some usability improvements. Needs more work but I had my take for
...
today ...
2002-10-13 15:05:35 +00:00
Dries Buytaert
fcae7030cc
- 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".
2002-10-13 12:00:50 +00:00
Dries Buytaert
30315c40c0
- Applied Moshe's comment module patch to address some of the usability
...
issues.
2002-10-13 09:18:58 +00:00
Dries Buytaert
501fb86f7e
- Made sure the tracker module does not list discarded comments. Patch by
...
Moshe.
2002-10-09 20:20:49 +00:00
Dries Buytaert
7618747338
- Fixed an HTML entity. Patch by Remco.
2002-10-09 20:18:05 +00:00
Dries Buytaert
88e61f5f7b
- Fixed a "<br />". Patch by Remco.
...
(Note that I still plan to include Jeremy's statistics module.)
2002-10-09 20:14:52 +00:00
Dries Buytaert
f06239caf7
- Fixed warning in user module.
2002-10-07 20:40:19 +00:00
Kjartan Mannes
390b1e35a9
- changed format_date to allow W (week of year) in a custom format.
2002-10-04 17:10:16 +00:00
Dries Buytaert
ebcd319d63
- Fixed HTML typo. Patch by Gerhard.
2002-10-02 19:30:05 +00:00