|
From: <al...@al...> - 2009-02-20 07:05:51
|
Tue Feb 3 02:20:21 EST 2009 Alex Lance <al...@cy...>
* 9766 Added the ability for Clients to be categorised.
M ./client/client.php +8
M ./client/clientList.php +1
M ./client/lib/client.inc.php -1 +24
M ./client/templates/clientDetails.tpl -4 +5
M ./client/templates/clientDetailsEdit.tpl -1 +2
M ./client/templates/clientListFilterS.tpl +2
M ./config/templates/configM.tpl +12
M ./installation/db_data.sql +3
M ./installation/db_structure.sql +1
A ./patches/patch-00130-alla.sql
Mon Feb 16 23:49:14 EST 2009 Alex Lance <al...@cy...>
* Changed all calls to htmlentities to a custom page::htmlentities() method which converts text using UTF-8 character conversion.
M ./comment/comment.php -1 +1
M ./comment/lib/comment.inc.php -2 +2
M ./config/config.php -2 +2
M ./email/lib/email.inc.php -4 +4
M ./finance/transaction.php -1 +1
M ./installation/patch_1_2_256_to_1_3_497.php -1 +1
M ./installation/templates/patch.tpl -2 +2
M ./search/search.php -27 +27
M ./shared/lib/page.inc.php -17 +21
M ./shared/util.inc.php -2 +2
M ./task/lib/task.inc.php -2 +2
M ./task/task.php -1 +1
M ./time/timeSheet.php -1 +1
M ./tools/sourceCodeView.php -1 +1
M ./wiki/fileGet.php -4 +4
M ./wiki/fileTree.php -3 +3
M ./wiki/lib/vcs.inc.php -4 +4
Thu Feb 19 08:17:23 EST 2009 Alex Lance <al...@cy...>
* 14285 Fixed prioritised ordering of Top Tasks on homepage.
M ./task/lib/task.inc.php -3 +8
Thu Feb 19 16:08:00 EST 2009 Alex Lance <al...@cy...>
* COSMETIC Reduced AJAX delay for parent task refresh.
M ./task/updateParentTasks.php -1 +1
Thu Feb 19 16:10:39 EST 2009 Alex Lance <al...@cy...>
* BUG Receive Own Comments was not functioning correctly.
M ./comment/lib/comment.inc.php +6
M ./task/lib/task.inc.php +6
Fri Feb 20 12:31:53 EST 2009 Alex Lance <al...@cy...>
* 14309 Forced image attachments to be displayed inline, instead of prompted to download.
M ./shared/get_attachment.php -1 +5
Fri Feb 20 17:18:38 EST 2009 Peter Wright <pe...@cy...>
* Include the task-created datetime when showing task dates.
M ./task/lib/task.inc.php +4
|