summaryrefslogtreecommitdiff
path: root/modules/blog.module
Commit message (Collapse)AuthorAge
* - Another batch of updates/improvements:Dries Buytaert2001-11-01
| | | | | | | | | | | | | | | + introduced basic node permissions ("create", "delete", "update" and "view") at the node level: it's up to the "<$node->type>_module" to hide gory details (if any). + made the "blog it"-feature in the blog and import module work with the new node system, in specific with the new centralized forms. + made it possible to update blogs. + made the page module work with the new node system. + various smaller improvements.
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
| | | | information available on the mailing list.
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
| | | | | | | | | | | | | | 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
* - Fixed the remaining SQL problems when running MySQL in ANSI mode.Dries Buytaert2001-10-13
| | | | (moderation/comment related)
* - 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.
* - small improvement to the "user blogs" blockDries Buytaert2001-09-30
|
* - fixed small glitch in node_del()Dries Buytaert2001-09-28
| | | | | | | | | | | | | | | | | | | | | - fixed small glitch in comment_del() - changed the API of the form() function. The first parameter, the "action"-attribute in the <form>-tag has been made optional. By default, it will be set to "$REQUEST_URI". Why? Because in 98% of the cases we would do: global $REQUEST_URI; $form = form($REQUEST_URI, $form_content); while we can do: $form = form($form_content); now. Update your modules (and sorry for the inconvenience)!
* - comment.inc:Dries Buytaert2001-09-28
| | | | | | | + when replying to a comment, the author's name was displayd as being 'anonymous'. - blog.module: + fixed the URLs of the links in the "latest blogs"-block.
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
| | | | of comments and nodes.
* - removed some death code that is no longer needed due to the factDries Buytaert2001-09-25
| | | | node_del() got updated.
* - Fixed translation bugs (reported by Alexander Schwartz)Dries Buytaert2001-09-24
|
* - improved the search system by making it context sensitiveDries Buytaert2001-09-16
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.Dries Buytaert2001-09-09
|
* - Added missing urlencode()'s as reported by Jared.Dries Buytaert2001-08-23
|
* - blog.module:Dries Buytaert2001-08-15
| | | | | + fix small glitch with blog not being displayed immediatly after posting
* - Added some 'header("Content-Type: text/xml")' as suggested by Julian.Dries Buytaert2001-08-14
|
* - Changed the authentication and login scheme as discussed on the mailingDries Buytaert2001-08-11
| | | | | | list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated).
* - Small updates: see mailing-list for details.Dries Buytaert2001-08-06
|
* - various updatesDries Buytaert2001-08-05
|
* blog.moduleKjartan Mannes2001-07-31
| | | | - fixed the $date typo.
* - blog.module:Dries Buytaert2001-07-17
| | | | + missing ', 1' parameter to check_output()
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
|
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
|
* - A lot of (a) visual and (b) navigational improvements to import.module.Dries Buytaert2001-07-14
|
* - blog.module:Dries Buytaert2001-07-14
| | | | + another bugfix
* - blog.module:Dries Buytaert2001-07-14
| | | | + oops, fix small bug
* - blog.module:Dries Buytaert2001-07-14
| | | | + small visual improvement
* - blog.module:Dries Buytaert2001-07-14
| | | | | | + added RSS 0.91(5) feeds to the blog module which makes it possible to both syndicate an particular user's latest blog entries, or the latest entries of all users.
* - theme system:Dries Buytaert2001-07-14
| | | | | | | | | | | | | + added $theme->images() - blog.module: + improved user-friendliness and rewrote most of the output routines + made quoted text /italic/ by default + integrated discussion system like it should + ... - marvin.theme: + small visual improvements
* - blog.module:Dries Buytaert2001-07-12
| | | | | | | | | | | | | | | | | | | + fixed visual glitch with 'read more' link (blog comments) + made it possible to delete your last blog item + fixed timestamp bug when previewing a new blog + fixed potential problem with blog_save() + fixed a few HTML/XHTML tinkos. - statistics.module: + "yoursite.com" should no longer show up under "external referrers" + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug + xhtml-ified - node.inc: + fixed watchdog message - import.module: + small block improvement
* - Two small bugfixes.Dries Buytaert2001-07-12
|
* - Fixed "Blog this item" as reported by Natrak.Dries Buytaert2001-07-12
|
* - blog.module:Dries Buytaert2001-07-12
| | | | + fixed tiny bug in blog_save()
* - blog.module, import.module:Dries Buytaert2001-07-12
| | | | + 2 small improvements wrt to access rights
* - fixed blog.module bugs reported by Remco.Dries Buytaert2001-07-12
|
* - blog.module:Dries Buytaert2001-07-12
| | | | + fixed bug reported by killes.
* - Added blog.module to replace diary.module (contrubeted by Julian):Dries Buytaert2001-07-11
+ feedback wanted - Added updated import.module (contributed by Julian): + user page do browse the headlines by feed and bundle, to display the item descriptions, etc. - Fixed small bug in common.inc. - Updated database.mysql