- 04 Oct, 2003 2 commits
-
-
Dries authored
- Fix visual bug: incorrect colspan for table.
-
- 03 Oct, 2003 10 commits
-
-
Kjartan authored
-
Kjartan authored
-
Dries authored
- Some documentation fixes by Matt.
-
Dries authored
- Removed a debug statement from the locale module. Thanks Gobar.
-
Dries authored
- Help improvements and translation improvements from Michael. Thanks!
-
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 5 commits