- 15 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 14 Apr, 2002 5 commits
-
-
Dries Buytaert authored
- Added Marco's long-awaited taxonmy module and patches - a replacement for the meta system. The patches add some extra functionality to the comment system (for example, comments can be set read-only) and fix a couple of small problems. + I integrated the required SQL updates from the varius *.mysql files into the "update.php" script. Upgrading should be easy ... + I did not apply/commit the "user.diff" as requested by Marco ... + I didn't know what to do with "forum.module" and "forum2.module": what do you want me to do with it Marco? Which one should go in? + Can we remove "node_index()" now; both from "node.module" and the themes? + Thanks Marco!
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removed the meta.module. We are about to replace it ...
-
Kjartan Mannes authored
keep their settings. - Change author fields in marvin and example theme. Dries is picky about his name ;)
-
Kjartan Mannes authored
Committing Changes by Moshe Weitzman: - admin_user_account(), user_edit(), and user_view() no longer have any hard code for authentication modules. instead authentication modules implement the _user hook. - fixed a couple 'help' typos. - linked the 'REGISTER' text in the login block to the register page. this page now advertises DA better if site employs DA. - admins may now edit everything about a user account (was a feature request). - user #1 may now login immediately, in addition to receiving his password via email. Other changes: - modules and themes are now enabled/disabled in the administrative / settings / modules | themes pages. Requires SQL update and things must be enabled before your site returns to normal. TODO: enable all functionality. (For now just do UPDATE system SET status = 1;) - removed $themes from conf.php. - added a $theme->system() function where theme can specify settings. All themes in the Drupal CVS have been updated to use this. - added _system hook to modules. TODO: update modules to use this. - changed strange use of sprintf to the usual strtr. The disadvantage of sprintf is that it requires translations to keep the string order, which may not be possible in all languages. - an invalid/nonexisting theme in a user profile will now fallback to the BaseTheme instead of crashing.
-
- 13 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 12 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
- commiting patch to cloud.module from Remco.
-
- 08 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Made the cloud module a lot more configurable: both the update interval and the number of bytes required for an update, can be changed now.
-
- 07 Apr, 2002 1 commit
-
-
Steven Wittens authored
- Anonymous users' voting is controlled by IP - Correct handling of multiple polls on one page - CVS compatible
-
- 05 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 04 Apr, 2002 1 commit
-
-
Steven Wittens authored
-
- 02 Apr, 2002 2 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
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.
-
- 26 Mar, 2002 2 commits
-
-
Dries Buytaert authored
- Included documentation contributed by Moshe.
-
Dries Buytaert authored
- Small bugfix.
-
- 24 Mar, 2002 1 commit
-
-
Dries Buytaert authored
- Added the bloggerapi module to CVS.
-
- 20 Mar, 2002 1 commit
-
-
Kjartan Mannes authored
for it. - comments are shown below the queued node, can be disabled in the admin / settings and filters.
-
- 19 Mar, 2002 1 commit
-
-
Kjartan Mannes authored
show instead of the whole content.
-
- 09 Mar, 2002 3 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- 05 Mar, 2002 3 commits
-
-
Kjartan Mannes authored
showing a blank page.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- 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.
-
- 28 Feb, 2002 2 commits
-
-
Kjartan Mannes authored
-
-
- 25 Feb, 2002 2 commits
-
-
Dries Buytaert authored
- Added missing translation, reported by Nick.
-
Dries Buytaert authored
- Included the documentation contributed by Moshe.
-
- 22 Feb, 2002 2 commits
-
-
Dries Buytaert authored
- Added documentation contributed by Moshe.
-
Dries Buytaert authored
- Added documentation contributed by Moshe.
-
- 20 Feb, 2002 1 commit
-
-
Kjartan Mannes authored
default value.
-
- 19 Feb, 2002 6 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Small update.
-
Dries Buytaert authored
- Removed theme Trillian from the $themes-array.
-
Dries Buytaert authored
- Changed the size of the data-field in the cache table.
-
- 18 Feb, 2002 1 commit
-
-
Steven Wittens authored
-
- 17 Feb, 2002 1 commit
-
-
Kjartan Mannes authored
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!
-