|
From: <al...@al...> - 2008-11-28 04:41:47
|
Fri Nov 21 11:22:27 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed DO_NOT_REDIRECT_TO_LOGIN since it is exactly the same as NO_AUTH.
M ./alloc.php -2 +2
M ./index.php -1 +1
M ./login/login.php -1 +1
M ./soap/server.php -1 +1
M ./soap/wsdl.php -1 +1
Fri Nov 21 11:31:45 EST 2008 Alex Lance <al...@cy...>
* BUG Fixed AJAX scripts to not load the login page for expired sessions by adding the new NO_REDIRECT flag.
M ./alloc.php -2 +6
M ./comment/updateCommentTemplate.php -1 +1
M ./project/updateProjectClientContactList.php +1
M ./project/updateProjectClientList.php +1
M ./project/updateProjectList.php +1
M ./sale/updateCostPrice.php +21
M ./task/updateInterestedParties.php +1
M ./task/updateManagerPersonList.php +1
M ./task/updateParentTasks.php +1
M ./task/updatePersonList.php +1
M ./task/updateProjectList.php +1
M ./task/updateTaskDupes.php +1
M ./time/updateProjectListByClient.php +1
M ./time/updateTimeSheetTaskList.php +1
Fri Nov 21 11:58:18 EST 2008 Alex Lance <al...@cy...>
* FEATURE Added new filetype icons. Added new get_filesize_label() and get_file_type_image() functions.
A ./images/fileicons/application.png
A ./images/fileicons/code.png
A ./images/fileicons/css.png
A ./images/fileicons/db.png
A ./images/fileicons/directory.png
A ./images/fileicons/doc.png
A ./images/fileicons/file.png
A ./images/fileicons/film.png
A ./images/fileicons/flash.png
A ./images/fileicons/folder_open.png
A ./images/fileicons/html.png
A ./images/fileicons/java.png
A ./images/fileicons/linux.png
A ./images/fileicons/music.png
A ./images/fileicons/pdf.png
A ./images/fileicons/php.png
A ./images/fileicons/picture.png
A ./images/fileicons/ppt.png
A ./images/fileicons/psd.png
A ./images/fileicons/ruby.png
A ./images/fileicons/script.png
A ./images/fileicons/spinner.gif
A ./images/fileicons/txt.png
A ./images/fileicons/xls.png
A ./images/fileicons/zip.png
M ./shared/util.inc.php -16 +34
|