- 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!
-
- 16 Feb, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 14 Feb, 2002 1 commit
-
-
Dries Buytaert authored
- Commited some changes made by Kjartan.
-
- 07 Feb, 2002 2 commits
-
-
Dries Buytaert authored
- Some more documentation updates.
-
Dries Buytaert authored
- Included the cache documentation.
-
- 02 Feb, 2002 1 commit
-
-
Dries Buytaert authored
- Changed a reference to drop.org into a reference to drupal.org.
-
- 31 Jan, 2002 4 commits
-
-
Dries Buytaert authored
- Made the calendar module accept a $date parameter such that you 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.
-
Dries Buytaert authored
- Made the calendar module accept a $date parameter such that you 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.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
long as they are promoted and/or static. - needs an sql update.
-
- 30 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Natrak's module improvements.
-
- 27 Jan, 2002 2 commits
-
-
Kjartan Mannes authored
- did a new dump of the database from a clean upgrade as my local devel is a little infected with additional tables.
-
Dries Buytaert authored
- Fixed more than 30 HTML and XML well-formedness errors.
-
- 23 Jan, 2002 1 commit
-
-
Steven Wittens authored
-
- 21 Jan, 2002 2 commits
-
-
Kjartan Mannes authored
module tables.
-
Kjartan Mannes authored
* 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.
-
- 17 Jan, 2002 2 commits
-
-
Dries Buytaert authored
- Added an 'data' column to the user table.
-
Dries Buytaert authored
- Applied Marco's patch. See mailing list for more information.
-
- 16 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Removed print-statement from user_mail().
-
- 14 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 13 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 12 Jan, 2002 4 commits
-
-
Dries Buytaert authored
- Applied Marco's locale improvements / clean-ups.
-
Dries Buytaert authored
- Fixed a typo in the example theme. (Patch by Mark)
-
Dries Buytaert authored
- Fixed bug #42: "Nodes end up in submission queue, even if 'queue for moderation' is toggeld off."
-
Dries Buytaert authored
- Added some more explanations.
-
- 11 Jan, 2002 3 commits
-
-
Dries Buytaert authored
- Updated some of the descriptions.
-
Dries Buytaert authored
- Added a "title"-attribute to the "register" link and translated the "Rembember me" checkbox.
-
Dries Buytaert authored
- Applied Marco's first "remember me" patch.
-
- 09 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
- attempted to fixed crashes with the custom session handler. External SMTP library - added functionality to have Drupal not use the default PHP mail() function. For more info see: http://www.drupal.org/node.php?id=44 Note: for this to work all modules that send mails should use the Drupal function to send mail: user_mail($mail, $subject, $message, $header); Calendar - added an archive page which users can use to find archives instead of the good old block. Miscellaneous - fixed a "random" offset bug on module.inc that occurred on Windows. All of this needs more testing, and further suggestions are welcome.
-
- 07 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Added about 50 title tags.
-
- 05 Jan, 2002 8 commits
-
-
Dries Buytaert authored
- Small documentation update
-
Dries Buytaert authored
A first tiny change: - Made the "account settings"-link point to the "edit user information" page rather than the "view user information" page. - Removed the "logout" link from the user menu (user_menu() function).
-
Dries Buytaert authored
- Made updating "old" feeds a bit more fine grained.
-
Dries Buytaert authored
- Improved the feed handling which solves "almost duplicate" posts being inserted when someone would update his site/feed after we imported it.
-
Dries Buytaert authored
- Integrated Marco's locale patch.
-
Dries Buytaert authored
- Fixed a typo
-
Dries Buytaert authored
- Fixed 2 small typos in a form field description.
-
Dries Buytaert authored
Integrated Marco's generic/improved cache into Drupal. Requires an SQL update. See below for more details. - Merged the file "cache.inc" into "common.inc". - In addition, I renamed the field 'url' in the cache table to a more generic 'cid' (cache identifier). It's no longer for URLs only. - Made the "cache_set()" function ASNI compliant such that it will play nice with other databases such as Postgres. - Added some extra input checking. - Updated the old caching code in the functions "page_header()" and "page_footer()" to use the new, generic cache API. - Updated "update.php" to make the required SQL changes.
-
- 03 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed bug with comment sorting (reported by weitzman). - New comments are being marked with a small red star.
-