- Nov 20, 2002
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Updated the query to put $score in the parameter list.
-
Dries Buytaert authored
- Commited Moshe's comment moderation improvements.
-
Dries Buytaert authored
- Added Stefan's page module improvements. [NOTE: the PostgreSQL database scheme needs updating.]
-
Kjartan Mannes authored
-
- Nov 18, 2002
-
-
Dries Buytaert authored
- Applied the correct search module patch (I hope). Thanks Gerhard.
-
Dries Buytaert authored
- Applied Natrak's "create PHP content" patch.
-
Dries Buytaert authored
- Don't display "1" when there is only one page.
-
Dries Buytaert authored
- Committed Gerhard's search module improvements.
-
- Nov 17, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Added form descriptions. Patch by Kjartan.
-
Dries Buytaert authored
- Make sure empty fields are not being displayed. Patch by Kjartan.
-
Dries Buytaert authored
Patch based on work of Kjartan: - 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.
-
- Nov 16, 2002
-
-
Kjartan Mannes authored
will now be passed the filename as the first parameter.
-
Dries Buytaert authored
- Fixed bug in block module: "Array" was displayed on the user information page.
-
Dries Buytaert authored
- Started updating the CHANGELOG.
-
- Nov 15, 2002
-
-
Dries Buytaert authored
- Made "<root>" translatable. Patch by Stefan.
-
- Nov 11, 2002
-
-
Dries Buytaert authored
Applied Moshe's patches: - Adds more title info to each line in the block: now showing author and number of comments in a unified way accross all modules. - Added pager support to blog module. - Blog module now uses standard node view, not its own hack which is more theme friendly (http://www.drupal.org/node.php?id=133). - Blog module now uses node_feed() function for making RSS feeds. since all feeds are now consolidated, a couple tweaks to node_feed() and format_rss_* would lead us to support new RSS formats easily. - Fixed bugs where unpublished entries were displayed.
-
Dries Buytaert authored
- Strip all tags from the watchdog message.
-
- Nov 10, 2002
-
-
Dries Buytaert authored
- Small cosmetic change. Patch by Natrak.
-
Dries Buytaert authored
- Applied Stefan's t()-function patches.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Some improvements to streamline book maintanance: weights and titles can now be changed on the book overview page in the admin page. Editing the "Drupal handbook" (100+ pages?) on drupal.org became a time-consuming process, hence these improvements ...
-
- Nov 09, 2002
-
-
Dries Buytaert authored
- Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
-
Dries Buytaert authored
- Fixed db_query_range() in PEAR database abstraction layer. Patch by James.
-
Dries Buytaert authored
- Small clean-up.
-
Dries Buytaert authored
- Oops. Braino.
-
Dries Buytaert authored
- Oops. The db_query_range() query got added twice.
-
Dries Buytaert authored
- Updated the PostgreSQL database scheme (thanks James) and the MySQL database scheme.
-
Dries Buytaert authored
- Added check to see whether $items is initiliazed. Thanks James.
-
Dries Buytaert authored
- Added a db_query_range function. Patch by Natrak, slightly modified.
-
Dries Buytaert authored
- Made sure $content is initialized. Patch by James.
-
Dries Buytaert authored
- Applied Moshe's "theme head" patch: "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."
-
Dries Buytaert authored
* Added Jeremy's pager: "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.
-
Dries Buytaert authored
- Added printer-friendly links to the book pages.
-
- Nov 08, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- title is no longer modified when shown on main page. - commented out a chunk of code in forum_view that is no in use. - coding sytle fixes.
-
Dries Buytaert authored
Patch by Natrak: - Modules and themes now use the same functions to find and administer files. - Modules can now be placed in sub-directories. - Theme descriptions can no longer be edited. This will be handled by Dries' theme_conf patch. - Update required to keep old modules enabled.
-
Dries Buytaert authored
- Improved UI of profile module. Patch by Natrak. NOTE: it is a first improvement but it isn't good enough yet ...
-