- 14 Dec, 2002 1 commit
-
-
Dries authored
- Committed Marco's pager improvements. - Fixed another annoyance with editing content.
-
- 12 Dec, 2002 2 commits
-
-
Dries authored
- Bugfixes by Marco. - Attempt to fix linebreak handling.
-
Dries authored
Patch by Marco: - consistency in return order (http://list.drupal.org/drupal-devel/2002-December/009522.html) - new functions: taxonomy_get_term_by_name() and taxonomy_get_vocabulary_by_name() - caches are flushed after vocabulary and term edit/delete; this should avoid problems like forums not up to date
-
- 11 Dec, 2002 3 commits
-
-
Dries authored
Applied patch by Natrak: - page_header() now adds Last-Modified and ETag http headers. - When running PHP as an Apache module page_header() will check the HTTP headers for conditional gets, and will only push the content when it fails. (Works for html and xml pages as they are all cached). Note: this is a PHP limitation, so until PHP makes it work for other web servers this won't work for them. - Added created field to cache database to hold the timestamp when the cache was created. - Changed cache_get() to return an object with ->data and ->created. - Update forum and locale modules.
-
Dries authored
- Avoid empty synonyms being inserted. Patch by Marco.
-
Dries authored
- Fixed typo. Reported by Kobus.
-
- 10 Dec, 2002 4 commits
-
-
Dries authored
- Small usability change.
-
Dries authored
o Permission improvements: + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc. o Usability improvements to teasers: + Teaser forms are no more. Teasers are extracted automatically but can also be instructed using a delimiter "---". Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore. + Added an option to set the teaser length, or to disable teasers all together. + When previewing a post, both the short (if any) and the full version of a post are shown. This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post. + Forum posts can be teasered now. This is particularly helpful in the context of drupal.org where we promote forum topics. o Bugfix: replaced all PHP short tags (<?) with long tags (<?php). o Bugfix: removed hard-coded dependence on comment module. o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages. o Bugfix: applied modified version of Marco's node_teaser() fix.
-
Dries authored
- Removed the "comment anchors" in the themes; the anchor is emitted by the comment module. Patch by Ax.
-
Dries authored
- The statistics module's blocks showed unpublished nodes. Patch by Ax.
-
- 08 Dec, 2002 3 commits
- 07 Dec, 2002 3 commits
-
-
Dries authored
- Added "short_open_tag 1" to the PHP settings.
-
Dries authored
- Some changes to the update.php script: revised the instructions a bit, added some logic and a link to "upgrade 4.0.x to 4.1.x", etc.
-
Dries authored
- Removed two a dead table from both the MySQL and the PostgreSQL database scheme. - Fixed the default settings for both the MySQL and the PostgreSQL database scheme.
-
- 03 Dec, 2002 1 commit
-
-
Dries authored
- Changed db_queryd() to db_query().
-
- 02 Dec, 2002 5 commits
-
-
Dries authored
- Added some extra information about PHP settings.
-
Dries authored
- Fixed node revisions.
-
Dries authored
- Applied patch by Gerhard to dissable submission throttle.
-
Dries authored
* Applied slightly modified version of Marco's taxonomy patch: - Fixed a bug with get_tree and multiple parents. - Fixed 3 wrong caches (this will avoid some queries). - Extension to taxonomy_term_count_nodes() (feature #159): "currently calling taxonomy_term_count_nodes() returns the amount of nodes in each term, would it be possible to extend this function so that it would only return the amount of nodes of a certain type under each term. - Confirm deleting a vocabulary or a term (requested by Moshe). - Use form_weight() in vocabulary and term forms. - After submitting a term, we end up at the term page (requested by Moshe). - Added status messages when adding, editing and deleting vocabularies and terms - Minor clean ups * Made sure all modules use the same link delimiter; "|" for now.
-
Dries authored
- Fixed "Allow user comments: disabled" no longer works and so on. Patch by Marco.
-
- 30 Nov, 2002 1 commit
-
-
Dries authored
- Fixed small glitch in the database schemes; the block table has changed but the queries that insert some default block values were not updated.
-
- 29 Nov, 2002 2 commits
-
-
Dries authored
- Patch by Jeremy to fix a module loading bug: - module.inc: + added call to _init for all modules - statistics.module: + added statistics_init() + moved all global actions into statistics_init()
-
Dries authored
- Fixed small glitch in drupal_goto(): somethimes a "&" got appended. Patch by Marco.
-
- 28 Nov, 2002 1 commit
-
-
Dries authored
- Applied Jeremy's statistics module patch: made most (if not all) of the strings translatable.
-
- 27 Nov, 2002 3 commits
- 26 Nov, 2002 6 commits
-
-
Dries authored
- Applied Stefan's forum module patch: changed the default settings to ease configuration.
-
Dries authored
- Fixed the statistics block titles such that the username is displayed correctly. Reported by Jeremy.
-
Dries authored
- Fixed the forum block titles such that the username is displayed correctly. Reported by Jeremy.
-
Dries authored
- Applied Jeremy's statistics module patches: + Fixed "recent users" title/timestamps. + Added statistics_node_delete() function. - Applied Jeremy's node module patches: + Added call to statistics_node_delete(). + Fixed call to taxonomy_node_delete().
-
Dries authored
- Applied Ax's pager patch: includes documentation (rewrote it somewhat) and two bugfixes; one that makes taxanomy based paging work (eg. index.php?and=2,3) and one that kills a warning when the query returns no records.
-
Dries authored
- Added some comments/explanation wrt to the "$db_url" settings; this seemed to cause problems/confusion.
-
- 25 Nov, 2002 3 commits
- 24 Nov, 2002 1 commit
-
-
Dries authored
- Added missing query to change the session field from VARCHAR(32) to TEXT. Reported by Bert Garcia.
-
- 21 Nov, 2002 1 commit
-
-
Dries authored
- SID will now only be appended when session.use_trans_sid is set. Patch by Kjartan.
-