summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Updated the query to put $score in the parameter list.Dries Buytaert2002-11-20
|
* - Commited Moshe's comment moderation improvements.Dries Buytaert2002-11-20
|
* - Added Stefan's page module improvements.Dries Buytaert2002-11-20
| | | | [NOTE: the PostgreSQL database scheme needs updating.]
* - changing case for consistency.Kjartan Mannes2002-11-20
|
* - Applied the correct search module patch (I hope). Thanks Gerhard.Dries Buytaert2002-11-18
|
* - Applied Natrak's "create PHP content" patch.Dries Buytaert2002-11-18
|
* - Committed Gerhard's search module improvements.Dries Buytaert2002-11-18
|
* - Added form descriptions. Patch by Kjartan.Dries Buytaert2002-11-17
|
* - Make sure empty fields are not being displayed. Patch by Kjartan.Dries Buytaert2002-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.
* - Fixed bug in block module: "Array" was displayed on the user informationDries Buytaert2002-11-16
| | | | page.
* - Made "<root>" translatable. Patch by Stefan.Dries Buytaert2002-11-15
|
* Applied Moshe's patches:Dries Buytaert2002-11-11
| | | | | | | | | | | | - 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.
* - Strip all tags from the watchdog message.Dries Buytaert2002-11-11
|
* - Applied Stefan's t()-function patches.Dries Buytaert2002-11-10
|
* - Fixing read more link showing when teaser is empty.Kjartan Mannes2002-11-10
|
* - Some improvements to streamline book maintanance: weights and titles canDries Buytaert2002-11-10
| | | | | | 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 ...
* * User patch by Natrak:Dries Buytaert2002-11-09
| | | | | - Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
* - Small clean-up.Dries Buytaert2002-11-09
|
* - Made sure $content is initialized. Patch by James.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.
* - Added printer-friendly links to the book pages.Dries Buytaert2002-11-09
|
* - Settings will no longer be lost of including a file fails.Kjartan Mannes2002-11-08
|
* - removed next/prev links when forum node is shown on main page.Kjartan Mannes2002-11-08
| | | | | | - 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.
* Patch by Natrak:Dries Buytaert2002-11-08
| | | | | | | | | - 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.
* - Improved UI of profile module. Patch by Natrak.Dries Buytaert2002-11-08
| | | | NOTE: it is a first improvement but it isn't good enough yet ...
* Patch by Kjartan:Dries Buytaert2002-11-08
| | | | | | | | - Fixed empty fields being displayed. - Fixed some coding standard discrepancies. - Fixed the birthday date formatting.
* - Applied Stefan's t() function patch.Dries Buytaert2002-11-08
|
* - Removed the hard-coded font scaling.Dries Buytaert2002-11-08
|
* - missing $Id$ string.Kjartan Mannes2002-11-07
|
* Patch by Jeremy:Dries Buytaert2002-11-06
| | | | | | | | | | | | - addressed one of Ax's issues: > = there are quite some "$output .= " which should be "$output > = " > (whenever $output hasn't been initialized before) - combined a few lines that could be accomplished in one step - changed "!" to "." in comment "This site is currently sustaining..." as if a low number, it looks silly.
* - Added missing filter. Patch by Marco.Dries Buytaert2002-11-03
|
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the &middot; related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ...
* - Substituted the weblogs module with a more generic ping module. We'reDries Buytaert2002-11-01
| | | | | now pinging http://blo.gs/ as well as support the new Weblogs.com RSS format. Thanks Breyten.
* - Made sure blocks are sorted by weight. Patch by Ax.Dries Buytaert2002-10-30
|
* - Applied db_query() fix. Thanks Gerhard and Marco.Dries Buytaert2002-10-30
|
* - Applied Stefan's locale patches.Dries Buytaert2002-10-29
|
* - Applied Stefaan's locale patches. The statistics.module patch failed toDries Buytaert2002-10-29
| | | | apply.
* - Made sure we switching using $delta. Thanks Marco and Gerhard.Dries Buytaert2002-10-29
|
* - Fixing blocks for forum, queue and statistics.Kjartan Mannes2002-10-28
|
* - Fixed a braino.Dries Buytaert2002-10-26
|
* - Applied a slightly modified version of breyten's weblogs.module patch.Dries Buytaert2002-10-26
|
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } }
* - Removed my superfluous check.Dries Buytaert2002-10-24
|
* - sort books by weight, then title in book_render().Kjartan Mannes2002-10-24
|
* - dont print empty row if there are no next or prev links to show in ↵Kjartan Mannes2002-10-24
| | | | admin_overview.
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
| | | | | | | | a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax.
* - Added missing t() function. Patch by Marco.Dries Buytaert2002-10-22
|
* - Fixed bug reported by Ax.Dries Buytaert2002-10-21
|