- 30 Sep, 2003 9 commits
-
-
Dries authored
- Moved the locale settings from the user module to the locale module. Patch by Stefan. - Moved the theme settings from the user module to the system module and made the code more intelligent. Patch by Stefan.
-
Dries authored
- Some URL alias fixes by Matt.
-
Dries authored
-
Dries authored
- Url aliasing improvements. Patch by Matt. See mailing list for more information.
-
Dries authored
- Fixed the admin preview problem as per Jonathan's suggestion. We'll want to think of a better solution though so I'll move that theme("header") statement back to its original place in a few weeks time.
-
Dries authored
- Added PostgreSQL support to the update script. Patch by Adrian. - Making Adrian the new PostgreSQL maintainer.
-
Dries authored
- Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent posts'. See mailing list discussion.
-
- 29 Sep, 2003 7 commits
-
-
Dries authored
- Fixed import and comment module problems. Patch by Gabor. > 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).
-
Dries authored
- Made sure non US-ASCII mails are sent out properly. Patch by Gabor. 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.
-
Dries authored
- Made sure dates can be translated nicely. Patch by Gobar.
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
- 28 Sep, 2003 17 commits
-
-
Kjartan authored
-
Dries authored
- Fixed CSS.
-
Kjartan authored
-
Dries authored
- Fixed bug with "new user". Reported by Matt.
-
Dries authored
- Block module fixes. Patch by Kjartan.
-
Kjartan authored
- Fixed Navigation block header.
-
Dries authored
- Translation improvements for the block module help. Patch by Gabor.
-
Dries authored
- Associate a callback with the menu links! (This callback is not yet being 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.
-
Dries authored
- Made the check for If-Modified-Since and Etag headers work for non-Apache webservers. This will, for example, improve caching on IIS. Patch by Kjartan.
-
Dries authored
- More translation fixes for the menu items. Patch by Gabor.
-
Dries authored
- Made sure the system module can be translated entirely. Patch by Stefan.
-
Dries authored
- Made sure all menu items can be translated. Path by Goba.
-
Dries authored
- As of now, the default placement of the Xtemplate theme's sidebar will be on the left. This is what people seem to expect.
-
Dries authored
- Committed Goba's translation fixes.
-
Dries authored
- Renamed some menu items for clarity and ... added basic phpDoc comments.
-
Dries authored
"create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s.
-
- 27 Sep, 2003 1 commit
-
-
Dries authored
- Committed Al's new admin link texts. Remarks: 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.
-
- 26 Sep, 2003 3 commits
-
-
Dries authored
+ 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.
-
Dries authored
-
Dries authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 25 Sep, 2003 1 commit
-
-
Dries authored
- Added $Id$ tags. Patch by Chris.
-
- 24 Sep, 2003 2 commits
-
-
Dries authored
- Added a pubDate for each item. Patch by Neil.
-