Changeset 1039

Show
Ignore:
Timestamp:
05/20/06 14:41:11 (7 years ago)
Author:
benoitg
Message:

Re-enable smarty caching, but with complie check so it won't disrupt
development.

Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1038 r1039  
    1 2006-05-18 Benoit Grégoire  <bock@step.polymtl.ca> 
     12006-05-20 Benoit Grégoire  <bock@step.polymtl.ca> 
    22        * More install script fixes:  Phlickr wouldn't install, and the permissions of wifidog/tmp/smarty/cache weren't checked. 
    33 
    4 2006-05-18 Benoit Grégoire  <bock@step.polymtl.ca> 
     42006-05-20 Benoit Grégoire  <bock@step.polymtl.ca> 
    55        * More stylesheet and HTML work 
    66 
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r1031 r1039  
    8686        $this->register_modifier("_","_"); 
    8787 
    88         $this->caching = false; 
     88        $this->caching = true; 
     89        $this->compile_check = true; 
    8990        $this->assign('app_name','Wifidog auth server'); 
    9091