Ignore:
Timestamp:
03/19/10 09:50:13 (2 years ago)
Author:
nuxwin
Message:
  • [ENGINE] Fixed #2265: Protected area's files are regenerated in wrong place

during update

  • [ENGINE] Refactoring and some others changes in the ispcp-htaccess-mngr

manager:

  • Added code documentation
  • Changed dump_el() to pop_el() in main section to avoid log

repetition on error

  • Changed prefixes of all subroutines names according the script

name

  • Merged 'htuser_del_user_system_data()' with

'htuser_del_group_system_data()'

  • Removed useless variables
  • Removed useless call of get_conf() (already performed in common

file)

  • Removed useless conditions in SQL statements
  • Removed useless wc command to improve performances
  • Removed useless sleep statement
  • Rewritten the htuser_mngr_engine() subroutine to avoid code

repetition

  • [GUI] Fixed #2265: Protected area's files are regenerated in wrong place

during update:

  • Added an database update to clean all .htaccess destdir paths
  • Added code to cleanup the submitted .htaccess destdir path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/CHANGELOG

    r2697 r2698  
    11ispCP ω 1.0.5 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-03-19 Laurent Declercq 
     5        - ENGINE: 
     6                * Fixed #2265: Protected area's files are regenerated in wrong place 
     7                        during update 
     8                * Refactoring and some others changes in the ispcp-htaccess-mngr manager: 
     9                        - Added code documentation 
     10                        - Changed `dump_el()` to `pop_el()` in main section to avoid log 
     11                                repetition on error 
     12                        - Changed prefixes of all subroutines names according the script 
     13                                name 
     14                        - Merged 'htuser_del_user_system_data()' with 
     15                                'htuser_del_group_system_data()' 
     16                        - Removed useless variables 
     17                        - Removed useless call of `get_conf()` (already performed in common 
     18                                file) 
     19                        - Removed useless conditions in SQL statements 
     20                        - Removed useless `wc` command to improve performances 
     21                        - Removed useless sleep statement 
     22                        - Rewritten the `htuser_mngr_engine()` subroutine to avoid code 
     23                                repetition 
     24        - GUI: 
     25                * Fixed #2265: Protected area's files are regenerated in wrong place 
     26                        during update: 
     27                        - Added an database update to clean all `.htaccess` destdir paths 
     28                        - Added code to cleanup  the submitted `.htaccess` destdir path 
    329 
    4302010-03-13 Laurent Declercq 
Note: See TracChangeset for help on using the changeset viewer.