| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
- commiting patch to cloud.module from Remco.
|
|
|
|
| |
and the number of bytes required for an update, can be changed now.
|
|
|
|
|
|
| |
- Anonymous users' voting is controlled by IP
- Correct handling of multiple polls on one page
- CVS compatible
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
login and one for user information.
- added link to help in book module (post-patch, see below).
- applied various patches:
Patch by Greg Tyrelle <greg@tyrelle.net>
- tracker module now shows usernames next to comments.
Patch by Moshe Weitzman <moshe@wallaware.com>
- book module has a more complete help.
- added administrative link to export book to html
- fixed non book nodes not showing up in trees.
Patch by moshe weitzman <weitzman@tejasa.com>
- links can be defined in the configuration file.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
for it.
- comments are shown below the queued node, can be disabled in the admin /
settings and filters.
|
|
|
|
| |
show instead of the whole content.
|
| |
|
| |
|
| |
|
|
|
|
| |
showing a blank page.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- added who is online block.
- made weblog module more configurable.
- users may now delete their own accounts (Feature #8)
- users may now request a password using email address *or* username.
formerly required both items to match an account which was onerous.
- the link to request a new password is now presented whenever a user
fails login.
- there is now a confirmation message after submitting edits to your
user information.
- error messages in user.module may now be stylized by themes.
- <hook>_form has a $param setting you can fill with form parameters.
- improved wording for a few config settings.
- fixed various non-coding standard things.
|
| |
|
|
|
|
| |
http://www.drupal.org/node.php?id=91
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
default value.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678
http://list.drupal.org/drupal-devel/2002-February/thread.html#6629
- removed references to $this->user() from themes.
- removed $BaseTheme->user(). It was deprecated a while back.
NOTE: this update will break custom themes, so make sure you update your
themes before updating!
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can jump directly to a certain date in the archives. Also made
the calendar link to itself such that it is self-contained.
- Code beautifications: quoted a lot of arrays, removed dead code
and simplified a few things.
- Replaced the Calendar class by one function "calendar_display":
using a class (or class instance, or object) doesn't make sense
in the archives' case.
- Renamed "calendar.module" to "archive.module".
- Fixed a /problem/ with node settings not always being saved like
expected.
- Reorganized the user menu: renamed a couple of links for clarity
and structure.
- Fixed a few typos.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can jump directly to a certain date in the archives. Also made
the calendar link to itself such that it is self-contained.
- Code beautifications: quoted a lot of arrays, removed dead code
and simplified a few things.
- Replaced the Calendar class by one function "calendar_display":
using a class (or class instance, or object) doesn't make sense
in the archives' case.
- Renamed "calendar.module" to "archive.module".
- Fixed a /problem/ with node settings not always being saved like
expected.
- Reorganized the user menu: renamed a couple of links for clarity
and structure.
- Fixed a few typos.
|
| |
|
|
|
|
|
| |
long as they are promoted and/or static.
- needs an sql update.
|
| |
|
|
|
|
|
| |
- did a new dump of the database from a clean upgrade as my local devel is
a little infected with additional tables.
|
| |
|
| |
|
|
|
|
| |
module tables.
|
|
|
|
|
|
|
|
|
|
| |
* only problem is that the admin.php link is not available until the
admin enables the block.
* $theme->user is obsolete, will patch the themes properly in a
later patch.
- moved moderation block from theme.inc to queue.module.
* removed theme_moderation_results().
- updated database/database.mysql.
|
| |
|