| 1 |
// @author Serj Tiutiun (tiutiun AT gmail.com)
|
| 2 |
// @date 1 Nov 2007
|
| 3 |
// $Id: changelog.txt,v 1.5 2008/06/17 23:54:17 owahab Exp $
|
| 4 |
|
| 5 |
|
| 6 |
Role Theme Switcher 6.x-1.0, 2009 Feb 18
|
| 7 |
------------------------
|
| 8 |
Drupal 6.x release
|
| 9 |
- Thanks to nextpulse (Robert Yau) for the proposed patch
|
| 10 |
|
| 11 |
|
| 12 |
Role Theme Switcher 5.x-2.0, 2008 Jun 18
|
| 13 |
------------------------
|
| 14 |
Module was rewritten by owahab (http://owahab.com)
|
| 15 |
- Removed a lot of unneeded code. Significantly improved logic of module
|
| 16 |
- No more need of module tables. Removed tables. Settings are being stored now via system_settings_form submit()
|
| 17 |
in table "variable"
|
| 18 |
|
| 19 |
|
| 20 |
Role Theme Switcher 5.x-1.2, 2007 Dec 10
|
| 21 |
------------------------
|
| 22 |
- Moved internal interface to Drupal forms
|
| 23 |
- Changed order of processing roles. Now "authenticated user" has the lowes priority in processing roles. If user has some more roles,
|
| 24 |
then theme of "authenticated user" will be overwritten by theme of other role.
|
| 25 |
- Removed some obsolete code
|
| 26 |
|
| 27 |
|
| 28 |
Role Theme Switcher 1.2, 2007 Dec 04
|
| 29 |
------------------------
|
| 30 |
- Fixed bug if in Drupal system used another phptemplate compatible theme.
|
| 31 |
|
| 32 |
|
| 33 |
Role Theme Switcher 1.1, 2007 Nov 01
|
| 34 |
------------------------
|
| 35 |
- Added support for Drupal cache system
|
| 36 |
As caching system is a pretty tricky thing, after every change in Role Theme Switcher
|
| 37 |
to see your changes ASAP I would advice you to empty the whole cache.
|
| 38 |
Otherwise your users will see the changes only after your cache expire.
|
| 39 |
|
| 40 |
|
| 41 |
Role Theme Switcher 1.0, 2007 Jul 01
|
| 42 |
------------------------
|
| 43 |
- initial release
|