|
From: alla@ - 2012-06-06 04:44:03
|
Mon Jun 4 01:21:39 EST 2012 Alex Lance <al...@cy...>
* Add ability to star clients.
M ./client/lib/client.inc.php -1 +22
M ./client/templates/clientListS.tpl +4
Mon Jun 4 01:21:52 EST 2012 Alex Lance <al...@cy...>
* Add ability to star projects.
M ./project/lib/project.inc.php -3 +21
M ./project/templates/projectListS.tpl +4
Mon Jun 4 01:22:04 EST 2012 Alex Lance <al...@cy...>
* Add ability to star tasks.
M ./alloc.php +1
M ./css/src/style.tpl +9
M ./css/style_default.css +9
M ./css/style_lava.css +9
M ./css/style_leaf.css +9
M ./css/style_nacho.css +9
M ./css/style_rams.css +9
M ./css/style_tweak.css +9
M ./javascript/alloc.js +11
M ./shared/global_tpl_values.inc.php +1
A ./shared/star.php
M ./task/lib/task.inc.php -4 +22
M ./task/templates/taskListS.tpl -1 +8
Mon Jun 4 01:22:21 EST 2012 Alex Lance <al...@cy...>
* Add ability to star time sheets.
M ./time/lib/timeSheet.inc.php -3 +27
M ./time/templates/timeSheetListS.tpl +6
Mon Jun 4 01:22:31 EST 2012 Alex Lance <al...@cy...>
* Add ability to star invoices.
M ./invoice/lib/invoice.inc.php -1 +21
M ./invoice/templates/invoiceListS.tpl +4
Mon Jun 4 01:45:44 EST 2012 Alex Lance <al...@cy...>
* Add ability to star client contacts.
M ./client/client.php +1
M ./client/lib/clientContact.inc.php -1 +54
A ./client/templates/clientContactListS.tpl
Mon Jun 4 02:36:17 EST 2012 Alex Lance <al...@cy...>
* Added star list functionality.
M ./shared/global_tpl_values.inc.php +1
M ./shared/lib/page.inc.php +18
A ./shared/starList.php
A ./shared/templates/starListM.tpl
Mon Jun 4 03:31:58 EST 2012 Alex Lance <al...@cy...>
* Add ability to star comments.
M ./comment/lib/comment.inc.php -4 +81
A ./comment/templates/commentListS.tpl
M ./time/lib/timeSheetItem.inc.php -3 +17
Mon Jun 4 20:22:36 EST 2012 Alex Lance <al...@cy...>
* Refactor product sale list, add star functionality.
M ./sale/lib/productSale.inc.php -40 +106
M ./sale/productSaleList.php +34
A ./sale/templates/productSaleListFilterS.tpl
M ./sale/templates/productSaleListM.tpl -1 +8
A ./sale/templates/productSaleListS.tpl
M ./shared/starList.php -1 +2
Mon Jun 4 22:28:57 EST 2012 Alex Lance <al...@cy...>
* Add Font Awesome to the AUTHORS file.
M ./AUTHORS -1 +2
Tue Jun 5 16:33:04 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Toned down colour of links in ram theme.
M ./css/src/style_rams.ini -1 +1
M ./css/style_rams.css -1 +1
Tue Jun 5 16:33:28 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Toned down colour of star.
M ./css/src/style.tpl -1 +1
M ./css/style_default.css -1 +1
M ./css/style_lava.css -1 +1
M ./css/style_leaf.css -1 +1
M ./css/style_nacho.css -1 +1
M ./css/style_rams.css -1 +1
M ./css/style_tweak.css -1 +1
Tue Jun 5 17:29:19 EST 2012 Alex Lance <al...@cy...>
* Make star events live, re dynamically changing page content.
M ./javascript/alloc.js -1 +1
Tue Jun 5 17:56:24 EST 2012 Alex Lance <al...@cy...>
* Add ability to star wiki documents.
M ./shared/starList.php -1 +2
M ./wiki/lib/init.php +1
A ./wiki/lib/wiki.inc.php
M ./wiki/templates/fileGetM.tpl -2 +5
A ./wiki/templates/wikiListS.tpl
Wed Jun 6 14:41:32 EST 2012 Alex Lance <al...@cy...>
* 21049 Sort out super-user privileges.
M ./client/client.php -1 +1
M ./installation/db_data.sql -2 +8
M ./installation/db_triggers.sql -5 +1
A ./patches/patch-00246-alla.sql
M ./person/lib/person.inc.php -1 +1
M ./security/lib/permission.inc.php +9
M ./security/permission.php -1 +1
M ./security/permissionList.php +3
M ./security/templates/permissionListR.tpl -1 +1
M ./shared/lib/db_entity.inc.php -13 +1
|