You are here

changelog.txt in Role Theme Switcher 5.2

Same filename and directory in other branches
  1. 6 changelog.txt
  2. 7 changelog.txt
// @author Serj Tiutiun (tiutiun AT gmail.com)
// @date 1 Nov 2007


Role Theme Switcher  5.x-1.2, 2007 Dec 10
------------------------
- 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 

Role Theme Switcher  1.2, 2007 Dec 04
------------------------
- Fixed bug if in Drupal system used another phptemplate compatible theme.

Role Theme Switcher  1.1, 2007 Nov 01
------------------------
- Added support for Drupal cache system
  As caching system is a pretty tricky thing, after every change in Role Theme Switcher
  to see your changes ASAP I would advice you to empty the whole cache.
  Otherwise your users will see the changes only after your cache expire.


Role Theme Switcher  1.0, 2007 Jul 01
------------------------
- initial release

File

changelog.txt
View source
  1. // @author Serj Tiutiun (tiutiun AT gmail.com)
  2. // @date 1 Nov 2007
  3. Role Theme Switcher 5.x-1.2, 2007 Dec 10
  4. ------------------------
  5. - Moved internal interface to Drupal forms
  6. - Changed order of processing roles. Now "authenticated user" has the lowes priority in processing roles. If user has some more roles,
  7. then theme of "authenticated user" will be overwritten by theme of other role.
  8. - Removed some obsolete code
  9. Role Theme Switcher 1.2, 2007 Dec 04
  10. ------------------------
  11. - Fixed bug if in Drupal system used another phptemplate compatible theme.
  12. Role Theme Switcher 1.1, 2007 Nov 01
  13. ------------------------
  14. - Added support for Drupal cache system
  15. As caching system is a pretty tricky thing, after every change in Role Theme Switcher
  16. to see your changes ASAP I would advice you to empty the whole cache.
  17. Otherwise your users will see the changes only after your cache expire.
  18. Role Theme Switcher 1.0, 2007 Jul 01
  19. ------------------------
  20. - initial release