| /[drupal]/contributions/modules/role_theme_switcher/role_theme_switcher.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#479714, #492906 - removed localization dependency. Changed system variables naming politics: Was: <role_name>_theme Now: role_theme_switcher_<role_id>_theme Thanks to schoenae and Eric_A for debugging
- #408448 - Removed obsolete drupal_clear_css_cache() - #427246, #420818 - Now default weight for Role Theme Switcher is "-2", so it is loaded BEFORE any other regular module, that could also switch themes. For ex. fixed problem with http://drupal.org/project/nodewords
- Removed t() in hook_menu. We don't need it since all menu items are being shown via t() by default - Added uninstall() feature. Now, after full uninstall, all Role Theme Switcher variables will be cleared from "variable" table
no message
Drupal 6.x release - Thanks to nextpulse (Robert Yau) for the proposed patch
Issue #266052
Issue #266052
- Moved internal interface to Drupal forms - Changed order of processing roles. Now "authenticated user" has the lowes priority in processing roles. If user has some more roles, then theme of "authenticated user" will be overwritten by theme of other role. - Removed some obsolete code
Fixed bug if in Drupal system used another phptemplate compatible theme.
http://drupal.org/node/170320 Bug fixed: added support for Drupal cache system
Module let administrator to assign different themes for different roles in system
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |