summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - moving cvs-to-sql to contrib.Kjartan Mannes2002-04-13
|
* - removing robots.txt and cvs.moduleKjartan Mannes2002-04-12
| | | | - commiting patch to cloud.module from Remco.
* - Made the cloud module a lot more configurable: both the update intervalDries Buytaert2002-04-08
| | | | and the number of bytes required for an update, can be changed now.
* Rewrite of poll.module... improvements:Steven Wittens2002-04-07
| | | | | | - Anonymous users' voting is controlled by IP - Correct handling of multiple polls on one page - CVS compatible
* - my editor got set up to insert tabs instead of spaces. Cleaning up.Kjartan Mannes2002-04-05
|
* Fixed bug: the first node's id is not calculated correctlySteven Wittens2002-04-04
|
* - trying to finally close bug #85.Kjartan Mannes2002-04-02
|
* - made the user information block into two different blocks. One forKjartan Mannes2002-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 Buytaert2002-03-26
|
* - Small bugfix.Dries Buytaert2002-03-26
|
* - Added the bloggerapi module to CVS.Dries Buytaert2002-03-24
|
* - queued nodes can now be viewed by the author and the people who votedKjartan Mannes2002-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 willKjartan Mannes2002-03-19
| | | | show instead of the whole content.
* - made some design changes to the user block.Kjartan Mannes2002-03-09
|
* - made a link relative instead of absolute.Kjartan Mannes2002-03-09
|
* - fixing some access issues.Kjartan Mannes2002-03-09
|
* - specifying an invalid module will redirect you to the index page instead ofKjartan Mannes2002-03-05
| | | | showing a blank page.
* - more typo bugs.Kjartan Mannes2002-03-05
|
* - applied search patch.Kjartan Mannes2002-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 Mannes2002-02-28
|
* - changed the access on the menu.create link to post content.Kjartan Mannes2002-02-28
| | | | http://www.drupal.org/node.php?id=91
* - Added missing translation, reported by Nick.Dries Buytaert2002-02-25
|
* - Included the documentation contributed by Moshe.Dries Buytaert2002-02-25
|
* - Added documentation contributed by Moshe.Dries Buytaert2002-02-22
|
* - Added documentation contributed by Moshe.Dries Buytaert2002-02-22
|
* - updated configuration/user.module to use ini_get("sendmail_from") asKjartan Mannes2002-02-20
| | | | default value.
* - minor modification to node_page(). It now acts like node.php.Kjartan Mannes2002-02-19
|
* - removed some warnings caused by implode.Kjartan Mannes2002-02-19
|
* - made username check case insensitive.Kjartan Mannes2002-02-19
|
* - Small update.Dries Buytaert2002-02-19
|
* - Removed theme Trillian from the $themes-array.Dries Buytaert2002-02-19
|
* - Changed the size of the data-field in the cache table.Dries Buytaert2002-02-19
|
* - Added missing 'return' statement which broke username verification.Steven Wittens2002-02-18
|
* - applying patches from Axel Kollmorgen. SeeKjartan Mannes2002-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 Mannes2002-02-16
|
* - Commited some changes made by Kjartan.Dries Buytaert2002-02-14
|
* - Some more documentation updates.Dries Buytaert2002-02-07
|
* - Included the cache documentation.Dries Buytaert2002-02-07
|
* - Changed a reference to drop.org into a reference to drupal.org.Dries Buytaert2002-02-02
|
* - Made the calendar module accept a $date parameter such that youDries Buytaert2002-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 youDries Buytaert2002-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 Mannes2002-01-31
|
* - nodes can now be set to static which will pin them to the front page asKjartan Mannes2002-01-31
| | | | | long as they are promoted and/or static. - needs an sql update.
* - Applied Natrak's module improvements.Dries Buytaert2002-01-30
|
* - added default value to enable user block to update.phpKjartan Mannes2002-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 Buytaert2002-01-27
|
* Typo in docs: "system geenrated password " > "generated".Steven Wittens2002-01-23
|
* - updating database/database.mysql again. Forgot to remove some contribKjartan Mannes2002-01-21
| | | | module tables.
* - moved user block from theme.inc to user.module.Kjartan Mannes2002-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 Buytaert2002-01-17
|