summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Added some more URL rewrite rules based on contributions from Gerhard.Dries Buytaert2003-01-12
|
* - Rewrite old-style URLs. Based on patch by Gerhard.Dries Buytaert2003-01-11
|
* - Fixed "clean URL" glitch in queue module. Patch by Ax.Dries Buytaert2003-01-11
| | | | - Small improvement to url(). Patch by Ax.
* - Added some isset()s to kill some "Undefined variable" warnings. Patch byDries Buytaert2003-01-09
| | | | Julio.
* - Fixed the pager. It might not be 100% correct, but it will work in 95%Dries Buytaert2003-01-09
| | | | of the cases.
* - Made sure the $links array is properly initialized before doing anDries Buytaert2003-01-08
| | | | | array_merge. According to Ori, this fixes a problem when using PHP as an ISAPI module with the Sambar server.
* - Added a few line breaks in the HTML emitted by the table() functionDries Buytaert2003-01-07
| | | | for better readability of the HTML code. Patch by Moshe.
* - Fixed bug in update of taxonomy links.Dries Buytaert2003-01-06
|
* - Forgot to update the taxonomy links. Reported by Adam.Dries Buytaert2003-01-06
|
* - Fixed typo in watchdog(). Reported by Marco.Dries Buytaert2003-01-06
|
* - Clean URL patch.Dries Buytaert2003-01-06
|
* Typo ('tat' > 'that')Steven Wittens2003-01-05
|
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
| | | | | | | | | or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
| | | | snappier (performance improvement).
* - Bugfix: wrapped an RSS item's description in a check_output() to ensureDries Buytaert2002-12-31
| | | | proper markup.
* - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"Dries Buytaert2002-12-30
| | | | constructs.
* - Check input given to table rendering functions to avoid warning.Dries Buytaert2002-12-30
|
* - Added table rendering functions. As an example, I changed the node moduleDries Buytaert2002-12-29
| | | | to take advantage of it.
* - We don't have to show the main row anymore.Dries Buytaert2002-12-27
|
* - Made Drupal report an error when magic_quotes are disabled.Dries Buytaert2002-12-26
|
* - Refactored the administration pages.Dries Buytaert2002-12-24
|
* - Small improvement. Patch by Moshe.Dries Buytaert2002-12-21
|
* - Removed some backslashes. Reported by Adam.Dries Buytaert2002-12-20
|
* - Fixed bug in cache_clear_all(). Patch by Marco.Dries Buytaert2002-12-16
|
* - Forgot a tag.Dries Buytaert2002-12-15
|
* - Committed Marco's pager improvements.Dries Buytaert2002-12-14
| | | | - Fixed another annoyance with editing content.
* Applied patch by Natrak:Dries Buytaert2002-12-11
| | | | | | | | | | | | | - 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.
* - Fixed typo. Reported by Kobus.Dries Buytaert2002-12-11
|
* o Permission improvements:Dries Buytaert2002-12-10
| | | | | | | | | | | | | | | | | | | | | | + 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.
* - Made sure session.cache_limiter is set to "none" as suggested by MosheDries Buytaert2002-12-08
| | | | and Ax.
* - Added "short_open_tag 1" to the PHP settings.Dries Buytaert2002-12-07
|
* - Added some extra information about PHP settings.Dries Buytaert2002-12-02
|
* - Patch by Jeremy to fix a module loading bug:Dries Buytaert2002-11-29
| | | | | | | | | - module.inc: + added call to _init for all modules - statistics.module: + added statistics_init() + moved all global actions into statistics_init()
* - Fixed small glitch in drupal_goto(): somethimes a "&" got appended. PatchDries Buytaert2002-11-29
| | | | by Marco.
* - Applied Ax's pager patch: includes documentation (rewrote it somewhat) and twoDries Buytaert2002-11-26
| | | | | 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.
* - Added some comments/explanation wrt to the "$db_url" settings; this seemedDries Buytaert2002-11-26
| | | | to cause problems/confusion.
* - SID will now only be appended when session.use_trans_sid is set. PatchDries Buytaert2002-11-21
| | | | by Kjartan.
* - Don't display "1" when there is only one page.Dries Buytaert2002-11-18
|
* - changing theme patch. Now Drupal will init the $this->path automatically.Kjartan Mannes2002-11-17
|
* - changing the sorting algorithm in module_list so it is case insensitive.Kjartan Mannes2002-11-17
|
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
| | | | | | | | | | | | | | - Changed cache API. - Fixed caching bug in comment.module. Odd this hasn't been reported yet. - Fixed caching bug in forum.module. - Fixed caching bug in system.module. - Fixed caching bug in block.module. - Simplified caching support in forum.module thanks to improved cache API.
* - made the themes path aware. If your theme creates a constructor function itKjartan Mannes2002-11-16
| | | | will now be passed the filename as the first parameter.
* - Small cosmetic change. Patch by Natrak.Dries Buytaert2002-11-10
|
* - Fixed db_query_range() in PEAR database abstraction layer. Patch by James.Dries Buytaert2002-11-09
|
* - Oops. Braino.Dries Buytaert2002-11-09
|
* - Oops. The db_query_range() query got added twice.Dries Buytaert2002-11-09
|
* - Added check to see whether $items is initiliazed. Thanks James.Dries Buytaert2002-11-09
|
* - Added a db_query_range function. Patch by Natrak, slightly modified.Dries Buytaert2002-11-09
|
* - Applied Moshe's "theme head" patch:Dries Buytaert2002-11-09
| | | | | | | "This patch to theme.inc adds the ability for modules to insert HTML into the <HEAD> section of all web pages. The additional modules in this directory [ed: blog.module] demonstate possible uses for the new _head() hook."
* * Added Jeremy's pager:Dries Buytaert2002-11-09
| | | | | | | | | | | | | | | | | | | | | | | "This is a simple, generic pager for Drupal-CVS. It is designed to be easily themeable and expandable. The code is highly-commented to enhance readability." "Pagers are constructed by combining the provided pieces (all of which can be easily modified to display the text or image you prefer) into your custom pager." * Statistics module fixes by Jeremy: - removed superfluous check for existence of watchdog() - saving changes in admin page displays status and returns same page - no longer return 1971/01/01 in "view statistics" table - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as max_timestamp" moving towards ANSI-SQL compliance. * Added a "theme_item_list" function to format itemized lists. Also changed a couple of modules to take advantage of it. Makes for a more consistent UI.