Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed bug: the first node's id is not calculated correctly | Steven Wittens | 2002-04-04 |
| | |||
* | - trying to finally close bug #85. | Kjartan Mannes | 2002-04-02 |
| | |||
* | - made the user information block into two different blocks. One for | Kjartan Mannes | 2002-04-02 |
| | | | | | | | | | | | | | | | | 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. | ||
* | - Included documentation contributed by Moshe. | Dries Buytaert | 2002-03-26 |
| | |||
* | - Small bugfix. | Dries Buytaert | 2002-03-26 |
| | |||
* | - Added the bloggerapi module to CVS. | Dries Buytaert | 2002-03-24 |
| | |||
* | - queued nodes can now be viewed by the author and the people who voted | Kjartan Mannes | 2002-03-20 |
| | | | | | | for it. - comments are shown below the queued node, can be disabled in the admin / settings and filters. | ||
* | - page node's can now be promoted to the front page and the abstract will | Kjartan Mannes | 2002-03-19 |
| | | | | show instead of the whole content. | ||
* | - made some design changes to the user block. | Kjartan Mannes | 2002-03-09 |
| | |||
* | - 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 |
| |