Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Bugfix: made printer-friendly pages work. They were rendered but never | Dries Buytaert | 2003-10-02 |
| | | | | printed. | ||
* | - Fixed translation glitch in watchdog module. Thanks Stefan. | Dries Buytaert | 2003-10-02 |
| | |||
* | - Removed dead code. Patch by stefan. | Dries Buytaert | 2003-10-02 |
| | |||
* | - Added a note about having to create the session table manually when | Dries Buytaert | 2003-10-01 |
| | | | | upgrading from Drupal 4.2.0. | ||
* | - Fixed bug #3398: Error in SQL query in node.module (syndicate block) | Kjartan Mannes | 2003-10-01 |
| | |||
* | - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. | Dries Buytaert | 2003-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 Buytaert | 2003-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. | ||
* | - Some URL alias fixes by Matt. | Dries Buytaert | 2003-09-30 |
| | |||
* | - The path module itself | Dries Buytaert | 2003-09-30 |
| | |||
* | - Url aliasing improvements. Patch by Matt. See mailing list for more | Dries Buytaert | 2003-09-30 |
| | | | | information. | ||
* | - Fixed bug #3383: broken admin help of the watchdog module. Patch by | Dries Buytaert | 2003-09-30 |
| | | | | Jonathan. | ||
* | - Fixed the admin preview problem as per Jonathan's suggestion. We'll want to | Dries Buytaert | 2003-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. | ||
* | - Added PostgreSQL support to the update script. Patch by Adrian. | Dries Buytaert | 2003-09-30 |
| | | | | - Making Adrian the new PostgreSQL maintainer. | ||
* | - Fixed typo in cloud module documentation. Bug report #3379. | Dries Buytaert | 2003-09-30 |
| | |||
* | - Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent | Dries Buytaert | 2003-09-30 |
| | | | | posts'. See mailing list discussion. | ||
* | - Fixed import and comment module problems. Patch by Gabor. | Dries Buytaert | 2003-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 Buytaert | 2003-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. | ||
* | - Made sure dates can be translated nicely. Patch by Gobar. | Dries Buytaert | 2003-09-29 |
| | |||
* | - Rolling back debug_backtrace(). Handy to have, but PHP 4.3 required. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Ick. Hit the backspace key before commiting. Undoing. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixed cache's handling of HTTP headers (passed all 9 unit tests) | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixing cache logic, the logic was inversed. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Another inorrect Id tag. | Kjartan Mannes | 2003-09-28 |
| | |||
* | - Fixed CSS. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Fixing the Id tag | Kjartan Mannes | 2003-09-28 |
| | |||
* | - Fixed bug with "new user". Reported by Matt. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Block module fixes. Patch by Kjartan. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Renamed User information block to Navigation. | Kjartan Mannes | 2003-09-28 |
| | | | | - Fixed Navigation block header. | ||
* | - Translation improvements for the block module help. Patch by Gabor. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-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. | ||
* | - Made the check for If-Modified-Since and Etag headers work for non-Apache | Dries Buytaert | 2003-09-28 |
| | | | | | webservers. This will, for example, improve caching on IIS. Patch by Kjartan. | ||
* | - More translation fixes for the menu items. Patch by Gabor. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Made sure the system module can be translated entirely. Patch by Stefan. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - As of now, the default placement of the Xtemplate theme's sidebar will be | Dries Buytaert | 2003-09-28 |
| | | | | on the left. This is what people seem to expect. | ||
* | - Committed Goba's translation fixes. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Fixed bug #3037: fixed translation issue with menu items. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Renamed some menu items for clarity and ... added basic phpDoc comments. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-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 Buytaert | 2003-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 Buytaert | 2003-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. | ||
* | - Updated the changelog per Adrians request. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Added $Id$ tags. Patch by Chris. | Dries Buytaert | 2003-09-25 |
| | |||
* | - Added a pubDate for each item. Patch by Neil. | Dries Buytaert | 2003-09-24 |
| | |||
* | - Updated the installation guidelines as per Charlie's suggestion (#2274). | Dries Buytaert | 2003-09-24 |
| | |||
* | - Fixed bloggerapi not saving the uid for new nodes. | Kjartan Mannes | 2003-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. | natrak | 2003-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 Buytaert | 2003-09-23 |
| | |||
* | - Rollback of some node API changes. Patch by Jonathan. | Dries Buytaert | 2003-09-23 |
| |