summaryrefslogtreecommitdiff
path: root/modules/weblogs.module
Commit message (Collapse)AuthorAge
* - Substituted the weblogs module with a more generic ping module. We'reDries Buytaert2002-11-01
| | | | | now pinging http://blo.gs/ as well as support the new Weblogs.com RSS format. Thanks Breyten.
* - Fixed a braino.Dries Buytaert2002-10-26
|
* - Applied a slightly modified version of breyten's weblogs.module patch.Dries Buytaert2002-10-26
|
* - applying Scott's patch.Kjartan Mannes2002-06-09
| | | | - removing the need to enable weblogs ping so it matches locale and bloggerapi.
* - More documentation updates. Added "Requires crontab" message to theDries Buytaert2002-06-08
| | | | settings that require crontab, make some things more consistent, etc.
* Some small corrections to the system descriptions (as discussed in mailinglist)Steven Wittens2002-06-04
|
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
| | | | | | | | | | - fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
* - clearing extra spaces from user.module.Kjartan Mannes2002-05-02
| | | | - patching weblogs.module.
* - 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.
* - Small mark-up improvement.Dries Buytaert2001-12-12
|
* - Added "help"-function for Drupal's "weblogs.com"-module.Dries Buytaert2001-12-12
|
* - re-enabled the weblogs.com notification codeDries Buytaert2001-11-18
|
* - weblogs.module:Dries Buytaert2001-10-31
| | | | | + made it use the new node table scheme + added the site's slogan to the ping
* - added the CVS keyword $Id$ to all files to make future version trackingnatrak2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
| | | | | | | range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
* - Improved search architecture derived from Axel's new search patches.Dries Buytaert2001-10-03
| | | | | | | (There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status().
* - a small module to notify or ping weblogs.comDries Buytaert2001-10-02