Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed some link titles that were no longer correct due to the menu changes. | Dries Buytaert | 2003-10-09 |
| | | | | - Made sure that the link titles match the page titles. | ||
* | - Fixed a dozen link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | changes. | ||
* | - Fixed bug #3564: missing check in locale module. | Dries Buytaert | 2003-10-09 |
| | |||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Bugfix: inserting and updating paths was not working. Patch by Matt. | Dries Buytaert | 2003-10-09 |
| | | | | | - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt. | ||
* | - Removed duplicate information. Fixes bug 3511. | Dries Buytaert | 2003-10-08 |
| | |||
* | - Fixed typo in the watchdog module's help text. Patch by Gabor. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Node API code clean-up. Patch by Kjartan. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Small poll block improvement (without configuration option). Patch by | Dries Buytaert | 2003-10-06 |
| | | | | Gabor. | ||
* | - taxo_link always returns array(). | Kjartan Mannes | 2003-10-06 |
| | | | | | - Remove dead code from Marvin theme. - cleaner node html in Marvin. | ||
* | - Fixed book preview problem. Patch by Kjartan. | Dries Buytaert | 2003-10-06 |
| | |||
* | - Various translation and menu fixes from Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Various path module fixes by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Fixed translation problem with comment module. Patch by Gobar. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Bugfix: fixed print problem. Patch by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Bugfix: the block module's help was not being displayed. Patch by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Translation fix: made the 'Who is online' block 100% translatable. | Dries Buytaert | 2003-10-04 |
| | |||
* | user_mail_encode() fixes: | Kjartan Mannes | 2003-10-04 |
| | | | | | - Made sure the chunk sizes always include groupings of 4 bytes. - Added more comments so fixes are not lost in future changes. | ||
* | - Fix visual bug: incorrect colspan for table. | Dries Buytaert | 2003-10-04 |
| | |||
* | - Fixed bug #3426: can't edit sites in the site cloud list. | Dries Buytaert | 2003-10-04 |
| | | | | - Fixed some URLs. | ||
* | - Fixing blog it link. | Kjartan Mannes | 2003-10-03 |
| | |||
* | - Re-wrote user_mail_encode(). | Kjartan Mannes | 2003-10-03 |
| | |||
* | - Some documentation fixes by Matt. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Removed a debug statement from the locale module. Thanks Gobar. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Fixed bug #3449: comment display settings can't be translated. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Path modoule improvements. Modified path by Matt. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Performance improvement: removed redundant inner join. Patch by Kjartan. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Fixed small performance bug: when a user has no permissions, the query | Dries Buytaert | 2003-10-03 |
| | | | | in user_access() was not cached. | ||
* | - There were 2 "content syndication" menu's: grouped them together. | Dries Buytaert | 2003-10-02 |
| | |||
* | - 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 |
| | |||
* | - 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. | ||
* | - 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. | ||
* | - 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. | ||
* | - Fixed CSS. | Dries Buytaert | 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 |
| |