- 03 Oct, 2003 4 commits
-
-
Dries authored
- Path modoule improvements. Modified path by Matt.
-
Dries authored
- Performance improvement: removed redundant inner join. Patch by Kjartan.
-
Dries authored
- Fixed small performance bug: when a user has no permissions, the query in user_access() was not cached.
-
Dries authored
- Made it easier to by-pass the access check. Modified patch from Steven.
-
- 02 Oct, 2003 4 commits
-
-
Dries authored
- There were 2 "content syndication" menu's: grouped them together.
-
Dries authored
- Bugfix: made printer-friendly pages work. They were rendered but never printed.
-
Dries authored
- Fixed translation glitch in watchdog module. Thanks Stefan.
-
Dries authored
- Removed dead code. Patch by stefan.
-
- 01 Oct, 2003 3 commits
-
-
Dries authored
- Added a note about having to create the session table manually when upgrading from Drupal 4.2.0.
-
Kjartan authored
-
Dries authored
- Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. - 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.
-
- 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 13 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.
-