Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - 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. | ||
* | 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. | ||
* | - Re-wrote user_mail_encode(). | Kjartan Mannes | 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. | ||
* | - 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. | ||
* | - Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent | Dries Buytaert | 2003-09-30 |
| | | | | posts'. See mailing list discussion. | ||
* | - 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 |
| | |||
* | - Renamed User information block to Navigation. | Kjartan Mannes | 2003-09-28 |
| | | | | - Fixed Navigation block header. | ||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | 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. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - Committed Al's new admin link texts. Remarks: | Dries Buytaert | 2003-09-27 |
| | | | | | | | 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. | ||
* | - Patch by Kjartan: | Dries Buytaert | 2003-09-26 |
| | | | | | | | + 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. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Fixed off-by-one error in user admin pages. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 |
| | |||
* | - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Jonathan Chaffer. | ||
* | - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Matt. | ||
* | - Changed $theme->links() to theme("links", $links). | Dries Buytaert | 2003-09-13 |
| | | | | | | | | - Added page titles. Modified version of patch 0104 by Kendow; patch updated for HEAD branch. > Modified 4.2.0 code to pass localized title text to theme header so user > pages have meaningful <title> element content. | ||
* | - Patch by Bart Jansen: | Dries Buytaert | 2003-09-10 |
| | | | | | | | | | | | | | | | | | | | <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo." | ||
* | - Gerhard's uid 0 patches. These patches bring various performance | Dries Buytaert | 2003-09-09 |
| | | | | improvements. Requires a database update. | ||
* | - Added an "edit account" link. | Dries Buytaert | 2003-08-30 |
| | |||
* | - Fixed bug #2548: error reporting from modules didn't always work. | Dries Buytaert | 2003-08-23 |
| | |||
* | - Removed left-overs from the rating module. Patch by Gerhard. Updated the | Dries Buytaert | 2003-08-22 |
| | | | | | | | | | | | | | | | | PostgreSQL and MSSQL database scheme as well. - Made sure the update script updates the correct tables when database prefixing is enabled. Patch by Bart Jansens. - Improved the breadcrumb navigation of the book and the forum module as per Keith Instone's suggestions. - Updated page titles (or block titles) and links to match. Suggested by Keith Instone. - Added missing 'thread' field to the comment table of the MySQL database scheme. Fixes bug #2590. | ||
* | - Added some missing {} to make database prefixing work. Patch by Moshe. | Dries Buytaert | 2003-08-22 |
| | |||
* | - Fixed bug with user sessions. Patch by Jeremy. | Dries Buytaert | 2003-08-22 |
| | |||
* | - Applied Moshe's tablesort patch! Note that I changed the arrow images | Dries Buytaert | 2003-08-21 |
| | | | | because those of Moshe where not identical. | ||
* | - Committed Jeremy's session patch: this brings us one step closer to having | Dries Buytaert | 2003-08-20 |
| | | | | session for anonymous users. | ||
* | - Updated the user module to use the new help system approach. | Dries Buytaert | 2003-08-19 |
| | |||
* | - Documentation fixes by Michael F. | Dries Buytaert | 2003-08-13 |
| | |||
* | - Usability improvement: changed the title of the main block on the user | Dries Buytaert | 2003-08-13 |
| | | | | information page. Suggested by Keith Instone. | ||
* | - Applied modified version of almaw's 0064 patch: form item attributes. | Kjartan Mannes | 2003-08-12 |
| | | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block. | ||
* | - Added missing t() functions to watchdog. Patch #80 by Stefan. | Dries Buytaert | 2003-08-12 |
| | |||
* | Applied 0007.almaw.home-link-using-l.patch | Kjartan Mannes | 2003-08-11 |
| | | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable. | ||
* | - Added missing {}. Fixes bug 2423 reported by kenzky. | Dries Buytaert | 2003-08-05 |
| | |||
* | - Fixed bug in user_validate_name(): . (dot) should be allowed for DA to work. | Dries Buytaert | 2003-07-26 |
| | | | | Fixes bug #107. | ||
* | - Fixed the update path of user_save(). Patch by Gerhard. Tnx. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Fixed typo: implde() -> implode(). Reported by Moshe. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Fixed node_save() and user_save() bug introduced by table prefix changes. | Dries Buytaert | 2003-07-21 |
| | | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus. | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Bugfix: fixed the "check for duplicate e-mail addresses" test. Patch by | Dries Buytaert | 2003-07-09 |
| | | | | Marco. | ||
* | - Improvement: made it possible to translate the forum module. Patch #53 by ↵ | Dries Buytaert | 2003-07-02 |
| | | | | | | | | Stefan. - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54. - Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176. | ||
* | - Fixed some "search related" bugs introduced by Moshe's latest patch. | Dries Buytaert | 2003-06-30 |
| | | | | Fixes bug #2127. | ||
* | - Improvement: moved hard-coded CSS from user module to drupal.css. Patch | Dries Buytaert | 2003-06-26 |
| | | | | #57 by Kristjan. | ||
* | - Narrow the set of allowed usernames to prevent people from messing with it. | Dries Buytaert | 2003-06-25 |
| | |||
* | - Improvement: SQL improvements to the user module. Patch #44 and #45 by | Dries Buytaert | 2003-06-23 |
| | | | | | | | | | | Gerhard. - Improvement: CSS improvements. Patch #40 by Al. (TODO: we might be able to simplify admin.css now both drupal.css and admin.css are included to render administration pages. Tags like "body" and friends can probably be inherited.) | ||
* | - Translation improvement. Patch by Stefan. | Dries Buytaert | 2003-06-20 |
| |