summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Bugfix: made printer-friendly pages work. They were rendered but neverDries Buytaert2003-10-02
| | | | printed.
* - Fixed translation glitch in watchdog module. Thanks Stefan.Dries Buytaert2003-10-02
|
* - Removed dead code. Patch by stefan.Dries Buytaert2003-10-02
|
* - Fixed bug #3398: Error in SQL query in node.module (syndicate block)Kjartan Mannes2003-10-01
|
* - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.Dries Buytaert2003-10-01
| | | | | | | | | | - Updates database.pgsql and database.mysql to work with current cvs. Patch by Adrian. - Updates update.php to be able to update postgres from 4.2 to current. Patch by Adrian. - Small fixes by me.
* - Moved the locale settings from the user module to the locale module.Dries Buytaert2003-09-30
| | | | | | | Patch by Stefan. - Moved the theme settings from the user module to the system module and made the code more intelligent. Patch by Stefan.
* - The path module itselfDries Buytaert2003-09-30
|
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
| | | | information.
* - Fixed bug #3383: broken admin help of the watchdog module. Patch byDries Buytaert2003-09-30
| | | | Jonathan.
* - Fixed the admin preview problem as per Jonathan's suggestion. We'll want toDries Buytaert2003-09-30
| | | | | think of a better solution though so I'll move that theme("header") statement back to its original place in a few weeks time.
* - Fixed typo in cloud module documentation. Bug report #3379.Dries Buytaert2003-09-30
|
* - Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recentDries Buytaert2003-09-30
| | | | posts'. See mailing list discussion.
* - Fixed import and comment module problems. Patch by Gabor.Dries Buytaert2003-09-29
| | | | | | | | | | | | > Currently the admin menu does not work for comment.module and import > module. Import module has the problem of not taking care of the fact in > the arg() function calls that the module is pushed one level down in the > menu (similar to the user.module and block.modules problems already > fixed). The comment.module has a problem with trying to translate an $op > which comes from the URL (and is therefore not translated). > > The attached patch also fixes the bogus URLs in import.module help texts > (as the module part is pushed down into /admin/node instead of /admin).
* - Made sure non US-ASCII mails are sent out properly. Patch by Gabor.Dries Buytaert2003-09-29
| | | | | | TODO: rename user_mail() to drupal_mail() and move it to common.inc. Other modules, such as the project module, should use this as well or they risk to send out /invalid/ mails.
* - Fixed CSS.Dries Buytaert2003-09-28
|
* - Fixed bug with "new user". Reported by Matt.Dries Buytaert2003-09-28
|
* - Block module fixes. Patch by Kjartan.Dries Buytaert2003-09-28
|
* - Renamed User information block to Navigation.Kjartan Mannes2003-09-28
| | | | - Fixed Navigation block header.
* - Translation improvements for the block module help. Patch by Gabor.Dries Buytaert2003-09-28
|
* - Associate a callback with the menu links! (This callback is not yet beingDries Buytaert2003-09-28
| | | | | | | | | called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content.
* - More translation fixes for the menu items. Patch by Gabor.Dries Buytaert2003-09-28
|
* - Made sure the system module can be translated entirely. Patch by Stefan.Dries Buytaert2003-09-28
|
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
|
* - Committed Goba's translation fixes.Dries Buytaert2003-09-28
|
* - Renamed some menu items for clarity and ... added basic phpDoc comments.Dries Buytaert2003-09-28
|
* - Rewrote the most of the menu system; this fixes Al's problem with theDries Buytaert2003-09-28
| | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s.
* - Committed Al's new admin link texts. Remarks:Dries Buytaert2003-09-27
| | | | | | | 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
* - Patch by Kjartan:Dries Buytaert2003-09-26
| | | | | | | + Fixed CSS to use the same format as the rest of drupal.css. + Added fallback routine for menu icons. + Fixed anonymous users not seeing the menu. + Added proper access checks for admin and help menu items.
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
|
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Added a pubDate for each item. Patch by Neil.Dries Buytaert2003-09-24
|
* - Fixed bloggerapi not saving the uid for new nodes.Kjartan Mannes2003-09-23
| | | | | | | | | - Cleaned up coding style and unnecessary code in bloggerapi.module. - Removed moderation notice from queue module, it prints even when users are not posting from the web. - Fixed bug #2895: locale: pager doesn't work in search
* - Fixed bloggerapi not saving the uid for new nodes.natrak2003-09-23
| | | | | | | | | - Cleaned up coding style and unnecessary code in bloggerapi.module. - Removed moderation notice from queue module, it prints even when users are not posting from the web. - Fixed bug #2895: locale: pager doesn't work in search
* - Rollback of some node API changes. Patch by Jonathan.Dries Buytaert2003-09-23
|
* - Rollback of some node API changes. Patch by Jonathan.Dries Buytaert2003-09-23
|
* - Fixed bug 2803: a user's signature was being erased when administered.Dries Buytaert2003-09-21
|
* - Updated the poll module to use the _validate hook. Fixes bug #2918 reportedDries Buytaert2003-09-20
| | | | by Jonathan.
* - Fixed problem introduced by partial integration of the administration pages.Dries Buytaert2003-09-20
|
* - Fixed off-by-one error in user admin pages.Dries Buytaert2003-09-20
|
* - Updated the blog module to use the _validate hook. Fixes bug #2920 reportedDries Buytaert2003-09-20
| | | | by Jonathan.
* - Updated the story module to use the _validate hook. Fixes bug #2919 reportedDries Buytaert2003-09-20
| | | | by Jonathan.
* - Committed Nick's _content improvements.Dries Buytaert2003-09-20
|
* - Committed a partial administration page integration patch.Dries Buytaert2003-09-19
|
* - Fixed small spacing problemDries Buytaert2003-09-18
|
* - Fix for bug #2733: devision by zero. Patch by Jonathan.Dries Buytaert2003-09-18
|
* - Jonathan's "HTML filter" improvements.Dries Buytaert2003-09-16
| | | | | | | > If turning on both filters is bad, we shouldn't allow the user to > select both, should we? The attached patch folds the Escape HTML option > into the same dropdown as the Filter HTML option, preventing both from > being activated.
* - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.Dries Buytaert2003-09-16
|
* - Added page titles. Patch 0105 by Kendow.Dries Buytaert2003-09-16
|
* - Fixed typo. Patch by Nick.Dries Buytaert2003-09-16
|
* - Fixed bug #2874: typo in watchdog module help. Patch by Stefan.Dries Buytaert2003-09-16
|