- Oct 03, 2003
-
-
Dries Buytaert authored
- Path modoule improvements. Modified path by Matt.
-
Dries Buytaert authored
- Performance improvement: removed redundant inner join. Patch by Kjartan.
-
Dries Buytaert authored
- Fixed small performance bug: when a user has no permissions, the query in user_access() was not cached.
-
Dries Buytaert authored
- Made it easier to by-pass the access check. Modified patch from Steven.
-
- Oct 02, 2003
-
-
Dries Buytaert authored
- There were 2 "content syndication" menu's: grouped them together.
-
Dries Buytaert authored
- Bugfix: made printer-friendly pages work. They were rendered but never printed.
-
Dries Buytaert authored
- Fixed translation glitch in watchdog module. Thanks Stefan.
-
Dries Buytaert authored
- Removed dead code. Patch by stefan.
-
- Oct 01, 2003
-
-
Dries Buytaert authored
- Added a note about having to create the session table manually when upgrading from Drupal 4.2.0.
-
Kjartan Mannes authored
-
Dries Buytaert 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.
-
- Sep 30, 2003
-
-
Dries Buytaert 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 Buytaert authored
- Some URL alias fixes by Matt.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Url aliasing improvements. Patch by Matt. See mailing list for more information.
-
Dries Buytaert authored
- Fixed bug #3383: broken admin help of the watchdog module. Patch by Jonathan.
-
Dries Buytaert 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 Buytaert authored
- Added PostgreSQL support to the update script. Patch by Adrian. - Making Adrian the new PostgreSQL maintainer.
-
Dries Buytaert authored
- Fixed typo in cloud module documentation. Bug report #3379.
-
Dries Buytaert authored
- Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent posts'. See mailing list discussion.
-
- Sep 29, 2003
-
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
- Made sure dates can be translated nicely. Patch by Gobar.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Sep 28, 2003
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed CSS.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed bug with "new user". Reported by Matt.
-
Dries Buytaert authored
- Block module fixes. Patch by Kjartan.
-
Kjartan Mannes authored
- Fixed Navigation block header.
-
Dries Buytaert authored
- Translation improvements for the block module help. Patch by Gabor.
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
- More translation fixes for the menu items. Patch by Gabor.
-
Dries Buytaert authored
- Made sure the system module can be translated entirely. Patch by Stefan.
-
Dries Buytaert authored
- Made sure all menu items can be translated. Path by Goba.
-
Dries Buytaert 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.
-