summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed 2 small typos in a form field description.Dries Buytaert2002-01-05
|
* - Fixed bug with comment sorting (reported by weitzman).Dries Buytaert2002-01-03
| | | | - New comments are being marked with a small red star.
* - Fixed a typo.Dries Buytaert2002-01-01
|
* - Fixed a typo: comments_all() -> comment_all()Dries Buytaert2002-01-01
|
* - Fixed a small glitch in book_tree()Dries Buytaert2002-01-01
|
* - Added "x new comments" feature. Requires a SQL update.Dries Buytaert2001-12-31
| | | | - Tidied up some comment related code in node.module.
* - Small improvement to the exported RSS feed.Dries Buytaert2001-12-30
|
* - import.module:Dries Buytaert2001-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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!
* - Revised the comment links: when a user does not have the requiredDries Buytaert2001-12-27
| | | | | | | | | permissions to post comments, the "reply to this comment"-link is no longer shown. Also, when a user is a "comment administrator", an "administer"-link will be displayed. - Revised the threaded_min and threaded_max code: it makes rendering pages with more than 15 comments 200% times faster.
* - "fixed" the code's indentation.Dries Buytaert2001-12-27
|
* - Small improvement.Dries Buytaert2001-12-24
|
* - Fixed a problem with the expiration of news items. Requires a SQLDries Buytaert2001-12-24
| | | | update (update.php).
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
| | | | code/patch.
* - Fixed bug where saving a user account from within the admin sectionDries Buytaert2001-12-22
| | | | | would redirect you to an empty page. - Tidied up the user_save() function a bit.
* - Made some improvements to the line break filter/formater.Dries Buytaert2001-12-22
|
* - Removed (the need for) the Comment-class: makes for cleaner code.Dries Buytaert2001-12-22
| | | | | | | | - Fixed the comment preview function: the preview shown was not being an exact preview of the comment. Along the way, I polished the comment submission code. - XMTML-ified the code, and quoted all "string"-based array indices.
* - Fixed preview glitch in node_preview() as reported by ax.Dries Buytaert2001-12-18
|
* - Back-ported Foxen/Revar's improved book_toc() function.Dries Buytaert2001-12-17
|
* - Made the Drupal sites ping less often (only once every 6 hours), addedDries Buytaert2001-12-17
| | | | | | some logic to prevent duplicate items at a best effort basis, and made the server-side watchdogs slightly less verbose (still in testing mode though).
* Fixed typo: "email addrress"Steven Wittens2001-12-16
|
* - Added new feature. Explanation will follow on the mailing list.Dries Buytaert2001-12-16
|
* - Fixed typo.Dries Buytaert2001-12-15
|
* - Bugfix: don't display links that point to hidden/disabled pages.Dries Buytaert2001-12-15
|
* - Small mark-up improvement.Dries Buytaert2001-12-12
|
* - Oops, this one does interfere with JC's patch.Dries Buytaert2001-12-12
|
* - Added "help"-function for Drupal's "weblogs.com"-module.Dries Buytaert2001-12-12
|
* - Fixed typo.Dries Buytaert2001-12-12
|
* - Fixed typo.Dries Buytaert2001-12-12
|
* - Fixed a small glitch in the "cron"-function.Dries Buytaert2001-12-12
| | | | - Added a "help"-function: gravity documentation.
* - Fixed the links in one of the feeds.Dries Buytaert2001-12-09
|
* - Fixed a few feed glitched reported by Mark.Dries Buytaert2001-12-09
| | | | - Dropped a few database tables that where no longer needed.
* - Added a "queue for moderation"-toggle to a node's admin form andDries Buytaert2001-12-09
| | | | updated the node modules to support this.
* - strip HTML tags from comment subjects.Kjartan Mannes2001-12-09
|
* - Fixed a typo.Dries Buytaert2001-12-09
|
* - Included the new documentation and renamed all "referer"s toDries Buytaert2001-12-09
| | | | "referrers" (including the SQL table name). Thanks Greg.
* - Fixed typo in the "blog it"-link. Patch by Mark Cornick.Dries Buytaert2001-12-09
|
* - re-enabled the teasersDries Buytaert2001-12-08
|
* - re-enabled the teasersDries Buytaert2001-12-08
|
* - node system:Dries Buytaert2001-12-08
| | | | | | | | + made a small change in the node overview page in the admin section such that it lists both new and updated pages by default. + reworked the filter-mechanism: it is not 100% finished yet but it sure is taking shape.
* - Fixed a problem with the variable scopes. Thanks Natrak.Dries Buytaert2001-12-08
|
* - Fixed small form glitches.Dries Buytaert2001-12-08
|
* comment.module:Dries Buytaert2001-12-08
| | | | | - small improvements to the comment admin interface. - merged comment.inc and comment.module.
* - Working on the filter code: removed the "filter()" statemets from theDries Buytaert2001-12-08
| | | | | | | node.module; I'll move this to the individual modules as they are the only one's who know what to do best with it. - Merged node.inc and node.module.
* - cloud.module:Dries Buytaert2001-12-08
| | | | | | + made the cloud module export some documentation - thanks Joe! + XHTML-ified the emitted HTML code and quotes array indeces to be compliant with our coding standards.
* - book.module:Dries Buytaert2001-12-06
| | | | | | | | | | | | | | | | | | | + Added (1) support for "PHP pages" (dynamic pages), and (2) made it possible to link other node types into the book's tree/outline. It works just fine, yet the only (obvious) downside of (2) is that the navigation tree/links gets "interrupted" when you view non-book pages in the book. [SQL update required, see update.php] + Tidied up the book table. [SQL update required, see update.php] - various updates: + Fine-tuned the new node system. + Updated the inline/code documentation. + Improved teaser handling of all node types. + Made several small usability improvements to the node admin pages.
* - Removed annoying Windows end-of-line characters.Dries Buytaert2001-12-06
|
* - Improved teaser handling.Dries Buytaert2001-12-06
|
* - Fixed a small glitch in node_preview() which made adding PHP pages ratherDries Buytaert2001-12-06
| | | | annoying.
* - Added the "add new comment" link to the forum module.Dries Buytaert2001-12-06
|
* - Bugfix: you can no longer add non-existant node types. Thanks barry.Dries Buytaert2001-12-05
| | | | - Moved all comment related logic from node.module to comment.module.