Changeset 896
- Timestamp:
- 01/09/06 11:00:19 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
ChangeLog (modified) (4 diffs)
-
createDoc.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r895 r896 1 2005-01-08 Benoit Grégoire <bock@step.polymtl.ca> 1 2006-01-09 Max Horváth <max.horvath@maxspot.de> 2 * createDoc.sh: added description of how to install requirements 3 4 2006-01-08 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * common.php: Improve path detection code, and start moving PATH detection back to a central location. 3 6 You should NEVER go to any $_SERVER[] variables for path related stuff, all you need is already available … … 5 8 * UserReport.php: Remove dangling reference to BASEPATH. 6 9 * install.php: Use centralised path detection. 7 8 200 5-01-04 Benoit Grégoire <bock@step.polymtl.ca>10 11 2006-01-04 Benoit Grégoire <bock@step.polymtl.ca> 9 12 * config.php, common.php: Completely remove SYSTEM_PATH from config.php, making one less config option to manage. It is now autodetected. 10 13 … … 36 39 * This build needs extensive testing please 37 40 * E-mail blacklisting (Mail class) 38 41 39 42 2005-12-29 François Proulx <francois.proulx@gmail.com> 40 43 * Added Aidan's file_exists_incpath function to Dependencies class … … 42 45 * Removed blank lines at end of many files 43 46 * Tested the new Phlickr package, which fixes URL on Flickr 44 47 45 48 2005-12-28 Max Horváth <max.horvath@maxspot.de> 46 49 * Removed BASEPATH define from source - resulting in a better require-overview -
trunk/wifidog-auth/createDoc.sh
r865 r896 2 2 # 3 3 # Creates the WiFiDog documentation 4 # ================================= 4 5 # 5 # Make sure you've installed PEAR::PhpDocumentor version 1.3+ on your computer! 6 # Requirements to create the documentation: 7 # - PEAR::PhpDocumentor version 1.3+ must be installed 8 # - the stable version doesn't support PHP5 code 9 # - install PEAR::PhpDocumentor version 1.3 this way: 10 # pear install PhpDocumentor-beta 11 # - memory_limit flag in php.ini must be larger than 8 MB (at least 16 MB recommended) 6 12 7 phpdoc -t doc -d wifidog/ -i wifidog/admin/templates/,wifidog/classes/AbstractDbMySql.php,wifidog/images/,wifidog/includes/HTMLeditor/,wifidog/js/,wifidog/lib/FCKeditor/,wifidog/lib/magpie/,wifidog/lib/Phlickr/,wifidog/lib/smarty/,wifidog/local_content/,wifidog/locale/,wifidog/templates/,wifidog/tmp/,local.config.php -pp on -s on -ti "WiFiDog Documentation" -o HTML:frames:default13 phpdoc -t doc -d wifidog/,doc -i wifidog/admin/templates/,wifidog/classes/AbstractDbMySql.php,wifidog/images/,wifidog/includes/HTMLeditor/,wifidog/js/,wifidog/lib/FCKeditor/,wifidog/lib/magpie/,wifidog/lib/Phlickr/,wifidog/lib/smarty/,wifidog/local_content/,wifidog/locale/,wifidog/templates/,wifidog/tmp/,local.config.php -pp on -s on -ti "WiFiDog Documentation" -o HTML:frames:default
