| 1 |
// @author Serj Tiutiun (tiutiun AT gmail.com) |
// @author Serj Tiutiun (tiutiun AT gmail.com) |
| 2 |
// @date 1 Nov 2007 |
// @date 1 Nov 2007 |
| 3 |
// $Id$ |
// $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 |
Role Theme Switcher 5.x-1.2, 2007 Dec 10 |
| 24 |
then theme of "authenticated user" will be overwritten by theme of other role. |
then theme of "authenticated user" will be overwritten by theme of other role. |
| 25 |
- Removed some obsolete code |
- Removed some obsolete code |
| 26 |
|
|
| 27 |
|
|
| 28 |
Role Theme Switcher 1.2, 2007 Dec 04 |
Role Theme Switcher 1.2, 2007 Dec 04 |
| 29 |
------------------------ |
------------------------ |
| 30 |
- Fixed bug if in Drupal system used another phptemplate compatible theme. |
- Fixed bug if in Drupal system used another phptemplate compatible theme. |
| 31 |
|
|
| 32 |
|
|
| 33 |
Role Theme Switcher 1.1, 2007 Nov 01 |
Role Theme Switcher 1.1, 2007 Nov 01 |
| 34 |
------------------------ |
------------------------ |
| 35 |
- Added support for Drupal cache system |
- Added support for Drupal cache system |