- 24 Oct, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 22 Oct, 2002 1 commit
-
-
Dries Buytaert authored
- Added missing t() function. Patch by Marco.
-
- 13 Oct, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Moshe's comment module patch to address some of the usability issues.
-
- 17 Sep, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Moshe's comment.module patch.
-
- 15 Sep, 2002 1 commit
-
-
Dries Buytaert authored
- Commited Marco's new comment module and forum module!!!
-
- 15 Jun, 2002 2 commits
-
-
Kjartan Mannes authored
- fixing node_feed() to work with tax feeds. Thanks Moshe.
-
Kjartan Mannes authored
- updated update.php and database.mysql disable a few more modules by default. Without the config options in place to disable things this might confuse users.
-
- 09 Jun, 2002 1 commit
-
-
Dries Buytaert authored
- Bugfix: the comment module has a help function but it wasn't linked to.
-
- 08 Jun, 2002 2 commits
-
-
Kjartan Mannes authored
- removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
-
Dries Buytaert authored
- Bugfix: we now keep a per-node $date cache in comment_is_new(). Suggested by Natrak.
-
- 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.
-
- 31 May, 2002 1 commit
-
-
Dries Buytaert authored
- Added missing translations and the like.
-
- 29 May, 2002 2 commits
-
-
Dries Buytaert authored
- Fixed a drupal_goto() as identified by Marco.
-
Kjartan Mannes authored
- reverting a taxonomy patch that added $context checking to node/comments.
-
- 20 May, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 16 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.
-
- 05 May, 2002 1 commit
-
-
Dries Buytaert authored
- Improved viewing of individual comments.
-
- 03 May, 2002 1 commit
-
-
- 25 Apr, 2002 1 commit
-
-
Steven Wittens authored
Level 0 comments were still wrapped with a zero-width indentation table. Because the indentation-column contains a space, there was still a slight margin.
-
- 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. + ...
-
- 14 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Added Marco's long-awaited taxonmy module and patches - a replacement for the meta system. The patches add some extra functionality to the comment system (for example, comments can be set read-only) and fix a couple of small problems. + I integrated the required SQL updates from the varius *.mysql files into the "update.php" script. Upgrading should be easy ... + I did not apply/commit the "user.diff" as requested by Marco ... + I didn't know what to do with "forum.module" and "forum2.module": what do you want me to do with it Marco? Which one should go in? + Can we remove "node_index()" now; both from "node.module" and the themes? + Thanks Marco!
-
- 05 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 05 Mar, 2002 1 commit
-
-
Kjartan Mannes authored
- 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.
-
- 22 Feb, 2002 1 commit
-
-
Dries Buytaert authored
- Added documentation contributed by Moshe.
-
- 16 Feb, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 27 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed more than 30 HTML and XML well-formedness errors.
-
- 07 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Added about 50 title tags.
-
- 03 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed bug with comment sorting (reported by weitzman). - New comments are being marked with a small red star.
-
- 01 Jan, 2002 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed a typo: comments_all() -> comment_all()
-
- 31 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Added "x new comments" feature. Requires a SQL update. - Tidied up some comment related code in node.module.
-
- 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!
-
- 27 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Revised the comment links: when a user does not have the required 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.
-
- 22 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Removed (the need for) the Comment-class: makes for cleaner code. - 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.
-
- 09 Dec, 2001 1 commit
-
-
Kjartan Mannes authored
-
- 08 Dec, 2001 2 commits
-
-
Dries Buytaert authored
- Fixed a problem with the variable scopes. Thanks Natrak.
-
Dries Buytaert authored
comment.module: - small improvements to the comment admin interface. - merged comment.inc and comment.module.
-
- 05 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Bugfix: you can no longer add non-existant node types. Thanks barry. - Moved all comment related logic from node.module to comment.module.
-