- 20 Oct, 2001 1 commit
-
-
Kjartan authored
easier. Also changed the <? tag to <?php in some cases.
-
- 16 Oct, 2001 1 commit
-
-
Dries authored
- Removed a node's link ID (lid) as discussed on the mailing list. See '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'.
-
- 13 Oct, 2001 1 commit
-
-
Dries authored
- Fixed the remaining SQL problems when running MySQL in ANSI mode. (moderation/comment related)
-
- 09 Oct, 2001 1 commit
-
-
Dries authored
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide 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.
-
- 30 Sep, 2001 1 commit
-
-
Dries authored
- small improvement to the "user blogs" block
-
- 28 Sep, 2001 2 commits
-
-
Dries authored
- fixed small glitch in node_del() - 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)!
-
Dries authored
- comment.inc: + 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.
-
- 27 Sep, 2001 1 commit
-
-
Dries authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 25 Sep, 2001 1 commit
-
-
Dries authored
- removed some death code that is no longer needed due to the fact node_del() got updated.
-
- 24 Sep, 2001 1 commit
-
-
Dries authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 16 Sep, 2001 2 commits
- 09 Sep, 2001 1 commit
-
-
Dries authored
- Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.
-
- 23 Aug, 2001 1 commit
-
-
Dries authored
- Added missing urlencode()'s as reported by Jared.
-
- 15 Aug, 2001 1 commit
-
-
Dries authored
+ fix small glitch with blog not being displayed immediatly after posting
-
- 14 Aug, 2001 1 commit
-
-
Dries authored
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
-
- 11 Aug, 2001 1 commit
-
-
Dries authored
- Changed the authentication and login scheme as discussed on the mailing list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated).
-
- 06 Aug, 2001 1 commit
-
-
Dries authored
- Small updates: see mailing-list for details.
-
- 05 Aug, 2001 1 commit
-
-
Dries authored
- various updates
-
- 31 Jul, 2001 1 commit
-
-
Kjartan authored
- fixed the $date typo.
-
- 17 Jul, 2001 1 commit
-
-
Dries authored
+ missing ', 1' parameter to check_output()
-
- 15 Jul, 2001 2 commits
- 14 Jul, 2001 6 commits
-
-
Dries authored
- A lot of (a) visual and (b) navigational improvements to import.module.
-
Dries authored
+ another bugfix
-
Dries authored
+ oops, fix small bug
-
Dries authored
- blog.module: + small visual improvement
-
Dries authored
- blog.module: + 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.
-
Dries authored
- theme system: + 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
-
- 12 Jul, 2001 7 commits
-
-
Dries authored
- blog.module: + 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
-
Dries authored
- Two small bugfixes.
-
Dries authored
- Fixed "Blog this item" as reported by Natrak.
-
Dries authored
- blog.module: + fixed tiny bug in blog_save()
-
Dries authored
- blog.module, import.module: + 2 small improvements wrt to access rights
-
Dries authored
- fixed blog.module bugs reported by Remco.
-
Dries authored
- blog.module: + fixed bug reported by killes.
-
- 11 Jul, 2001 1 commit
-
-
Dries authored
- Added blog.module to replace diary.module (contrubeted by Julian): + 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
-