Show
Ignore:
Timestamp:
04/23/06 10:09:18 (7 years ago)
Author:
rob_janes
Message:

* javascript for validating and navigating forms.
* help text (untranslated).
* EVENT_LOGGING enabling/disabling flag.
* use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever appropriate.
* standardize Smarty variables for Network and User info by adding assignSmartyValues($smarty, $self) to Network and User.
* change_password only allowed if logged in.
* non-superadmin can only use change_password to change their own password.
* superadmin can use change_password to change any user password by entering in their password for the old password.
* page_header div defined and positioned in MainUI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1016 r1018  
     12006-04-17 Rob Janes <janes.rob@gmail.com> 
     2        * javascript for validating and navigating forms. 
     3        * help text (untranslated). 
     4        * EVENT_LOGGING enabling/disabling flag. 
     5        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever appropriate. 
     6        * standardize Smarty variables for Network and User info by adding assignSmartyValues($smarty, $self) to Network and User. 
     7        * change_password only allowed if logged in. 
     8        * non-superadmin can only use change_password to change their own password. 
     9        * superadmin can use change_password to change any user password by entering in their password for the old password. 
     10        * page_header div defined and positioned in MainUI 
     11 
    1122006-04-04 Benoit Grégoire  <bock@step.polymtl.ca> 
    213        * /classes/Content/IFrame/IFrame.php: Change a few methods from private to protected as the private methods broke IFrameRest