- 08 Jun, 2002 1 commit
-
-
Dries Buytaert authored
- Clarified the help texts a bit.
-
- 04 Jun, 2002 1 commit
-
-
Steven Wittens authored
-
- 01 Jun, 2002 1 commit
-
-
Kjartan Mannes authored
- 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.
-
- 13 May, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 12 May, 2002 1 commit
-
-
Kjartan Mannes authored
- fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
-
- 22 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
* fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
-
- 20 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
-
- 07 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Added about 50 title tags.
-
- 05 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Improved the feed handling which solves "almost duplicate" posts being inserted when someone would update his site/feed after we imported it.
-
- 30 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- import.module: + Improved input filtering; this should make the news items look more consistent in terms of mark-up. + Quoted all array indices: converted all instances of $foo[bar] to $foo["bar"]. Made various other changes to make the import module compliant with the coding style. - theme.inc: + Fixed small XHTML glitch - comment system: + Made it possible for users to edit their comments (when certain criteria are matched). + Renamed the SQL table field "lid" to "nid" and updated the code to reflect this change: this is a rather /annoying/ change that has been asked for a few times. It will impact the contributed BBS/forum modules and requires a tiny SQL update: sql> ALTER TABLE comments CHANGE lid nid int(10) NOT NULL; + Moved most (all?) of the comment related logic from node.php to comment.module where it belongs. This also marks a first step towards removing/reducing "node.php". + Added a delete button to the comment admin form and made it so that Drupal prompts for confirmation prior to deleting a comment from the database. This behavior is similar to that of deleting nodes. + Disabled comment moderation for now. + Some of the above changes will make it easier to integrate the upcomcing mail-to-web and web-to-mail gateways. They are part of a bigger plan. ;) - node system: + Made it so that updating nodes (like for instance updating blog entries) won't trigger the submission rate throttle. + Fixed a small glitch where a node's title wasn't always passed to the $theme->header() function. + Made "node_array()" and "node_object()" more generic and named them "object2array()" and "array2object()". + Moved most (all?) of the comment related logic from node.php to comment.module where it belongs. This also marks a first step towards removing/reducing "node.php". - misc: + Applied three patches by Foxen. One to improve performance of the book module, and two other patches to fix small glitches in common.inc. Thanks Foxen!
-
- 24 Dec, 2001 2 commits
-
-
Dries Buytaert authored
- Small improvement.
-
Dries Buytaert authored
- Fixed a problem with the expiration of news items. Requires a SQL update (update.php).
-
- 09 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Fixed typo in the "blog it"-link. Patch by Mark Cornick.
-
- 01 Nov, 2001 2 commits
-
-
Dries Buytaert authored
- Another batch of updates/improvements: + 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.
-
Dries Buytaert authored
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
-
- 20 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
easier. Also changed the <? tag to <?php in some cases.
-
- 16 Oct, 2001 1 commit
-
-
Dries Buytaert 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'.
-
- 09 Oct, 2001 1 commit
-
-
Dries Buytaert 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.
-
- 28 Sep, 2001 1 commit
-
-
Dries Buytaert 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)!
-
- 24 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 16 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- Added the new user module!
-
- 15 Aug, 2001 1 commit
-
-
Dries Buytaert authored
+ fixed a few visual glitches: '\n' won't be stripped anymore which makes most of the new/feeds 'render' better.
-
- 14 Aug, 2001 1 commit
-
-
Dries Buytaert authored
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
-
- 06 Aug, 2001 1 commit
-
-
Dries Buytaert authored
- Small updates: see mailing-list for details.
-
- 05 Aug, 2001 3 commits
-
-
Dries Buytaert authored
- various updates
-
Dries Buytaert authored
-
Dries Buytaert authored
- added "rssfeeds"-tag
-
- 04 Aug, 2001 2 commits
-
-
Dries Buytaert authored
- bugfix: cured a warning
-
Dries Buytaert authored
- various improvements and small additions
-
- 03 Aug, 2001 1 commit
-
-
Dries Buytaert authored
- import.module: + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
-
- 30 Jul, 2001 1 commit
-
-
Kjartan Mannes authored
- fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
-
- 18 Jul, 2001 1 commit
-
-
Dries Buytaert authored
+ parser improvements: we can now parse some (if not all) of the Userland RSS 0.91 feeds
-
- 15 Jul, 2001 4 commits
-
-
Dries Buytaert authored
+ let's get the order of the items in the admin page right
-
Dries Buytaert authored
+ fixed typo
-
Dries Buytaert authored
- import.module: + added new "tab" to import.module called "news sources". + improvement to import.module navigation. - theme.inc: + renamed 'your contributions' to 'your submissions'.
-
Dries Buytaert authored
- import.module: + small improvements to feed administration + added some additional error/watchdog message upon failure + improved the robustness of the parser routine; more feeds get parsed succesfully now.
-
- 14 Jul, 2001 2 commits
-
-
Dries Buytaert authored
- A lot of (a) visual and (b) navigational improvements to import.module.
-
Dries Buytaert authored
- import.module: + changed the link name to "news feeds" + changed the link on the "latest news" page
-
- 13 Jul, 2001 1 commit
-
-
Dries Buytaert authored
- import.module: + fixed typo
-
- 12 Jul, 2001 1 commit
-
-
Dries Buytaert 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
-