Dries Buytaert
0fa133dd2d
- Added missing filter. Patch by Marco.
2002-11-03 20:57:15 +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
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
Kjartan Mannes
8eed5abd86
- Fixing blocks for forum, queue and statistics.
2002-10-28 19:36:37 +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
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
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
ed8d88435e
- fixing an access bug in import.module.
2002-10-19 23:31:11 +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
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
Dries Buytaert
ebcd319d63
- Fixed HTML typo. Patch by Gerhard.
2002-10-02 19:30:05 +00:00
Kjartan Mannes
9e85e4b949
- fixing block configuration not working when user is disabling all blocks.
2002-09-30 09:19:50 +00:00
Kjartan Mannes
ba75605e89
- coding style improvements.
2002-09-30 08:58:22 +00:00
Kjartan Mannes
9ec70dfa9e
- fixing authored dated for new posts.
2002-09-27 16:49:19 +00:00
Dries Buytaert
56bd15ef4f
- Applied Marco's first regex patch.
2002-09-26 16:12:09 +00:00
Dries Buytaert
2c165d0e2f
- Applied Axel's patch to sort blocks by weight.
2002-09-26 16:10:35 +00:00
Kjartan Mannes
9347252fb9
- fixing user registration and field validation.
2002-09-25 22:05:47 +00:00
Dries Buytaert
a3a5dd45a7
- Fixed bug with queue module not displaying comments. Patch by Moshe.
2002-09-18 05:06:33 +00:00
Dries Buytaert
2ba4c42ee1
- Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,
...
fixed e-mail regex to accept IP addresses (eg. 127.0.0.1), changed some
HTML to XHTML, fixed some cosmetic glitches, etc.
2002-09-17 18:32:00 +00:00
Dries Buytaert
b2a5a897cb
- Applied Moshe's forum.module patch.
2002-09-17 18:29:47 +00:00
Dries Buytaert
fec23c52f0
- Applied Moshe's comment.module patch.
2002-09-17 17:55:05 +00:00
Dries Buytaert
92326261d1
- Commited Marco's new comment module and forum module!!!
2002-09-15 13:00:12 +00:00
Kjartan Mannes
7b155e5226
- removing the blot it link when the blog module is not loaded and the user
...
does not have access to post content. (Patch by Pierre Gorissen)
2002-09-14 13:51:57 +00:00
Kjartan Mannes
d164384e62
- fixing a typo (was missing a $).
2002-09-10 10:53:10 +00:00
Kjartan Mannes
8f868e2fd9
- adding "Default theme" option to user_admin_edit()
2002-09-08 18:53:09 +00:00
Kjartan Mannes
bd650f9f8e
- fixing creation of first user.
...
- password is now printed for uid 1.
- made user_fields() always return something.
2002-09-08 18:48:49 +00:00
Kjartan Mannes
ba4363016c
- made default locale admin page the search page.
2002-09-08 18:40:29 +00:00
Kjartan Mannes
c766305ce5
- use <?pjp instead of <?. //TODO: check other files to make sure they are
...
not using short tags.
2002-09-08 18:02:24 +00:00
Dries Buytaert
411bcd552a
- Removed the bloggerapi_watchdog() function.
2002-09-01 11:01:07 +00:00
Dries Buytaert
58c9926647
- Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.
2002-08-26 18:25:05 +00:00
Dries Buytaert
3cdfcaf877
- Made two INSERT queries ANSI compliant. Patch by James, slightly modified
...
by Dries.
2002-08-26 18:13:13 +00:00
Dries Buytaert
5c66243d81
- Committed (a slightly modified version of) PiAir's Blogger API documentation
...
patch.
2002-08-22 20:24:17 +00:00
Dries Buytaert
15a9b6c503
- Fixed statistics module.
2002-08-22 18:30:39 +00:00
Dries Buytaert
8cae7b072a
- Integrated Moshe's documentation ( http://www.drupal.org/node.php?id ) in
...
the drupal.module. Fixed a couple of typos and small inconsistencies.
2002-08-20 20:11:00 +00:00
Dries Buytaert
bfe5b85dbd
- Applied a (modified) version of Marco's SQL sequence patch.
2002-08-20 19:29:16 +00:00
Dries Buytaert
afd87425d9
- Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.
2002-08-19 18:00:50 +00:00
Dries Buytaert
9df234e63b
- Removed a MySQL-ism from the user module. Patch by James.
...
- Fixed the "uid < 0" issue. Fix by Marco.
2002-08-18 12:36:02 +00:00
Dries Buytaert
8b9c05d21b
- Bugfix: fixed some SQL queries and tidied up many queries. Patch by
...
Marco.
2002-08-18 12:14:26 +00:00
Dries Buytaert
e04f6d2328
- Made the rating module and its SQL table ASNI compliant. Patch by jaa.
2002-08-16 07:37:03 +00:00
Dries Buytaert
fc143e79a7
- Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.
2002-08-16 07:28:27 +00:00
Dries Buytaert
333e47aced
- Made sure the selection boxes don't grow too long. Requisted by kika,
...
patch by Marco.
2002-08-16 07:21:01 +00:00
Dries Buytaert
2c77a38848
- Small cosmetic change to the system module.
2002-08-15 10:26:32 +00:00
Dries Buytaert
42abfd001c
- Commited kika's usability patch for the help module.
2002-08-15 10:24:41 +00:00
Dries Buytaert
cc0980ec6b
- Bugfix: moved the delete query down. Patch by Marco.
2002-08-14 17:53:44 +00:00
Dries Buytaert
f5173ef233
- Applied user.module patch from Marco's sandbox.
...
- Added profile.module written by Marco.
2002-08-08 18:52:55 +00:00
Dries Buytaert
c3e91ce889
- Patch by kika: "If a module is disabled on the "site configuration
...
> modules" page, its operations (view, admin) should not be
clickable (they should be present though, but as static text).
2002-08-08 18:16:03 +00:00
Kjartan Mannes
bb19e0bb45
- fixing email regular expression.
2002-07-31 08:01:34 +00:00
Kjartan Mannes
12bc70569e
- preventing a segfault in PHP. Can someone verify that session writing still works?
2002-07-26 10:28:55 +00:00
Kjartan Mannes
5f7e2f7ae0
- increased the "Authored by" field to max 60 chars to fit the length of valid
...
usernames.
2002-07-21 18:14:35 +00:00
Dries Buytaert
36fca09232
- Added missing t() functions. Patch by Ori.
2002-07-13 17:56:54 +00:00
Dries Buytaert
ef03e6a36c
- Fixed small bug in user.module. Patch by Marco.
2002-07-13 13:03:44 +00:00
Kjartan Mannes
b35b341f08
- removing the DESC on group by.
2002-06-27 09:41:55 +00:00
Dries Buytaert
0544d005f5
- Made node_comment_mode() cache the mode when possible. Patch from Marco's
...
sandbox.
2002-06-23 13:42:29 +00:00
Dries Buytaert
ccba91d66f
- Fixed two small bugs in the locale module:
...
1. The locale admin menu items 'untranslated "langcode" strings'
'translated "langcode" strings' were not properly localized.
2. When inserting new locale strings the uri which generated the
new string was not properly set (the 'location' field in
locale table).
Patch by Ori.
2002-06-20 18:55:18 +00:00
Kjartan Mannes
9c23d8ae42
- cosmetics mostly.
2002-06-15 17:48:54 +00:00
Kjartan Mannes
a6121c1503
- fixing some incorrect l*() calls.
...
- fixing node_feed() to work with tax feeds. Thanks Moshe.
2002-06-15 13:48:08 +00:00
Kjartan Mannes
66ccfb3f8d
- fixed the markup of the collapsed comment view settings.
...
- updated update.php and database.mysql disable a few more modules by default.
Without the config options in place to disable things this might confuse users.
2002-06-15 10:49:44 +00:00
Kjartan Mannes
a5c05512fc
- added some missing title attributs to links.
2002-06-14 13:48:35 +00:00
Dries Buytaert
8cfbe41201
- Fixed a bug with taxonomy_get_related() returning the term which
...
was passed in. Found by Moshe, fixed by Marco.
2002-06-14 04:30:30 +00:00
Kjartan Mannes
53a53ce6db
- fixing an error when no DA modules were loaded.
...
- indentation issue in node module.
2002-06-13 09:19:17 +00:00
Kjartan Mannes
d880f8f559
- added missing <ul> tags.
2002-06-12 16:02:26 +00:00
Kjartan Mannes
0072855340
- made poll_page() SQL query valid when running MySQL in ANSI mode.
2002-06-12 12:35:01 +00:00
Kjartan Mannes
7ac1ae2aa6
- adds missing navigation to feed and bundle view.
...
- adds missing links.
2002-06-12 12:25:49 +00:00
Kjartan Mannes
b06bbe7481
- default theme added to theme options + some clean up.
...
- title of "blog it" item is used as default node title.
- added link to news feed admin pages on import_page.
- "blog it" link only shows when the blog module is available.
2002-06-10 19:49:16 +00:00
Kjartan Mannes
167955dfb0
- fixing outgoing mails and added some documentation.
2002-06-09 17:24:42 +00:00
Kjartan Mannes
3955d6836a
- more documentation updates by Scott.
2002-06-09 16:44:52 +00:00
Dries Buytaert
81d0d7b2a0
- Changed a " drupal " into " Drupal ".
2002-06-09 15:11:15 +00:00
Dries Buytaert
52e00d08dd
- Documentation update: "%s/ drupal / Drupal /cg". In documentation we
...
prefer "Drupal" instead of "drupal".
2002-06-09 14:18:23 +00:00
Dries Buytaert
d859a37ff7
- Documentation updates: made it more consistent with the rest of Drupal.
2002-06-09 14:16:35 +00:00
Dries Buytaert
300e524368
- Updated the book module documentation a bit.
2002-06-09 14:02:35 +00:00
Dries Buytaert
ca9fc85e4b
- Bugfix: the comment module has a help function but it wasn't linked to.
2002-06-09 13:52:08 +00:00
Kjartan Mannes
28a7179a22
- fixing the moderation result block so both author and voters can see it.
2002-06-09 11:11:27 +00:00
Kjartan Mannes
f44646030b
- applying Scott's patch.
...
- removing the need to enable weblogs ping so it matches locale and bloggerapi.
2002-06-09 08:55:51 +00:00
Dries Buytaert
10f808b37b
- Updated the poll documentation. Patch by Scott.
2002-06-09 08:30:11 +00:00
Dries Buytaert
366118ce45
- Made a small cosmetic change to the modules admin page.
2002-06-09 08:29:49 +00:00