Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - made a link relative instead of absolute. | Kjartan Mannes | 2002-03-09 |
| | |||
* | - fixing some access issues. | Kjartan Mannes | 2002-03-09 |
| | |||
* | - specifying an invalid module will redirect you to the index page instead of | Kjartan Mannes | 2002-03-05 |
| | | | | showing a blank page. | ||
* | - more typo bugs. | Kjartan Mannes | 2002-03-05 |
| | |||
* | - applied search patch. | Kjartan Mannes | 2002-03-05 |
| | | | | | | | | | | | | | | | | - 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. | ||
* | - added access check to the menu.create links. | Kjartan Mannes | 2002-02-28 |
| | |||
* | - changed the access on the menu.create link to post content. | Kjartan Mannes | 2002-02-28 |
| | | | | http://www.drupal.org/node.php?id=91 | ||
* | - Added missing translation, reported by Nick. | Dries Buytaert | 2002-02-25 |
| | |||
* | - Included the documentation contributed by Moshe. | Dries Buytaert | 2002-02-25 |
| | |||
* | - Added documentation contributed by Moshe. | Dries Buytaert | 2002-02-22 |
| | |||
* | - Added documentation contributed by Moshe. | Dries Buytaert | 2002-02-22 |
| | |||
* | - updated configuration/user.module to use ini_get("sendmail_from") as | Kjartan Mannes | 2002-02-20 |
| | | | | default value. | ||
* | - minor modification to node_page(). It now acts like node.php. | Kjartan Mannes | 2002-02-19 |
| | |||
* | - removed some warnings caused by implode. | Kjartan Mannes | 2002-02-19 |
| | |||
* | - made username check case insensitive. | Kjartan Mannes | 2002-02-19 |
| | |||
* | - Small update. | Dries Buytaert | 2002-02-19 |
| | |||
* | - Removed theme Trillian from the $themes-array. | Dries Buytaert | 2002-02-19 |
| | |||
* | - Changed the size of the data-field in the cache table. | Dries Buytaert | 2002-02-19 |
| | |||
* | - Added missing 'return' statement which broke username verification. | Steven Wittens | 2002-02-18 |
| | |||
* | - applying patches from Axel Kollmorgen. See | Kjartan Mannes | 2002-02-17 |
| | | | | | | | | | | 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! | ||
* | - changing <? to <?php , reported by ax. | Kjartan Mannes | 2002-02-16 |
| | |||
* | - Commited some changes made by Kjartan. | Dries Buytaert | 2002-02-14 |
| | |||
* | - Some more documentation updates. | Dries Buytaert | 2002-02-07 |
| | |||
* | - Included the cache documentation. | Dries Buytaert | 2002-02-07 |
| | |||
* | - Changed a reference to drop.org into a reference to drupal.org. | Dries Buytaert | 2002-02-02 |
| | |||
* | - Made the calendar module accept a $date parameter such that you | Dries Buytaert | 2002-01-31 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | - Made the calendar module accept a $date parameter such that you | Dries Buytaert | 2002-01-31 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | - updated user_mail() to return the result from the mail() call. | Kjartan Mannes | 2002-01-31 |
| | |||
* | - nodes can now be set to static which will pin them to the front page as | Kjartan Mannes | 2002-01-31 |
| | | | | | long as they are promoted and/or static. - needs an sql update. | ||
* | - Applied Natrak's module improvements. | Dries Buytaert | 2002-01-30 |
| | |||
* | - added default value to enable user block to update.php | Kjartan Mannes | 2002-01-27 |
| | | | | | - did a new dump of the database from a clean upgrade as my local devel is a little infected with additional tables. | ||
* | - Fixed more than 30 HTML and XML well-formedness errors. | Dries Buytaert | 2002-01-27 |
| | |||
* | Typo in docs: "system geenrated password " > "generated". | Steven Wittens | 2002-01-23 |
| | |||
* | - updating database/database.mysql again. Forgot to remove some contrib | Kjartan Mannes | 2002-01-21 |
| | | | | module tables. | ||
* | - moved user block from theme.inc to user.module. | Kjartan Mannes | 2002-01-21 |
| | | | | | | | | | | * 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. | ||
* | - Added an 'data' column to the user table. | Dries Buytaert | 2002-01-17 |
| | |||
* | - Applied Marco's patch. See mailing list for more information. | Dries Buytaert | 2002-01-17 |
| | |||
* | - Removed print-statement from user_mail(). | Dries Buytaert | 2002-01-16 |
| | |||
* | - increased the max limit for the HTML filter config textfield to 255. | Kjartan Mannes | 2002-01-14 |
| | |||
* | - no changes, just line endings that got foubared. | Kjartan Mannes | 2002-01-13 |
| | |||
* | - Applied Marco's locale improvements / clean-ups. | Dries Buytaert | 2002-01-12 |
| | |||
* | - Fixed a typo in the example theme. (Patch by Mark) | Dries Buytaert | 2002-01-12 |
| | |||
* | - Fixed bug #42: "Nodes end up in submission queue, even if 'queue for | Dries Buytaert | 2002-01-12 |
| | | | | moderation' is toggeld off." | ||
* | - Added some more explanations. | Dries Buytaert | 2002-01-12 |
| | |||
* | - Updated some of the descriptions. | Dries Buytaert | 2002-01-11 |
| | |||
* | - Added a "title"-attribute to the "register" link and translated the | Dries Buytaert | 2002-01-11 |
| | | | | "Rembember me" checkbox. | ||
* | - Applied Marco's first "remember me" patch. | Dries Buytaert | 2002-01-11 |
| | |||
* | Session | Kjartan Mannes | 2002-01-09 |
| | | | | | | | | | | | | | | | | | | | | - 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. | ||
* | - Added about 50 title tags. | Dries Buytaert | 2002-01-07 |
| | |||
* | - Small documentation update | Dries Buytaert | 2002-01-05 |
| |