| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Patch by Stefan.
- Moved the theme settings from the user module to the system module and
made the code more intelligent. Patch by Stefan.
|
|
|
|
| |
posts'. See mailing list discussion.
|
|
|
|
|
|
| |
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 Navigation block header.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
"create content" link.
- Manually merged the user module's new menu items. Al's patch did not
apply.
- Added some missing t()s.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
+ 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Jonathan Chaffer.
|
|
|
|
| |
Matt.
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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."
|
|
|
|
| |
improvements. Requires a database update.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
because those of Moshe where not identical.
|
|
|
|
| |
session for anonymous users.
|
| |
|
| |
|
|
|
|
| |
information page. Suggested by Keith Instone.
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
|
| |
- Fix link_page to use l() to generate home link.
Applied 0058.kika.themeable-usermenu.patch
- Modifies user menu be themeable.
|
| |
|
|
|
|
| |
Fixes bug #107.
|
| |
|
| |
|
|
|
|
|
|
| |
Modified patches from Gerhard.
- Changed the order of the checks in node_teaser(). Patch from Kobus.
|
| |
|
|
|
|
| |
Marco.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Fixes bug #2127.
|
|
|
|
| |
#57 by Kristjan.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
|
|
|
|
| |
the fix was somewhat simpler. Fixes bug #2003.
- Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al.
- Improvement: removed stupid descriptions from profile module.
|
|
|
|
| |
by Slavica. Fixes bug #1730.
|
|
|
|
|
|
|
|
|
|
|
|
| |
#33 by Al.
- Bugfix: fixed translation problems in the user module and the block module. Patch by Stefan.
- Improvement: made it impossible to delete user role #1 and #2. Patch #38 by Al.
- Improvement: fixed the "Allowed HTML tag" issues. Makes for better code and improved usability. Patch #35 by Al.
NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
|
|
|
|
| |
translated. Patch by Stefan.
|
| |
|