|
From: <al...@al...> - 2008-08-31 14:07:59
|
Fri Aug 29 03:13:14 EST 2008 Alex Lance <al...@cy...>
* 11449 Adjusted invoices filter to render better.
M ./invoice/templates/invoiceListFilterS.tpl -3 +3
Fri Aug 29 04:26:19 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed get_option function.
M ./client/lib/client.inc.php -4 +3
M ./finance/expenseForm.php -4 +2
M ./finance/searchTransaction.php -4 +2
M ./finance/templates/expenseFormM.tpl -2 +2
M ./finance/templates/searchTransactionM.tpl -2 +2
M ./finance/templates/transactionRepeatM.tpl -2 +2
M ./finance/transactionRepeat.php -10 +5
M ./person/person.php -6 +4
M ./product/productSale.php -2 +1
M ./product/templates/productSaleM.tpl -2 +2
M ./report/report.php -3 +1
M ./shared/lib/class_db_entity.inc.php -11
M ./shared/util.inc.php -9
M ./task/lib/task.inc.php -14 +12
M ./task/templates/taskM.tpl -1 +1
M ./task/updatePersonList.php -1 +1
M ./time/lib/timeSheet.inc.php -6 +4
M ./time/templates/timeSheetListFilterS.tpl +1
M ./time/timeSheet.php -18 +9
Fri Aug 29 05:48:28 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed get_array_from_db(), get_options_from_db(), get_options_from_array().
M ./finance/expenseForm.php -5 +9
M ./finance/searchTransaction.php -8 +4
M ./finance/tf.php -7 +2
M ./finance/transaction.php -7 +6
M ./finance/transactionRepeat.php -9 +5
M ./invoice/invoice.php -5
M ./item/addItem.php -3 +3
M ./item/item.php -2 +1
M ./person/absence.php -6
M ./person/person.php -7 +9
M ./person/personList.php -3 +3
M ./person/personSkillAdd.php -2 +2
M ./person/personSkillMatrix.php -2 +2
M ./product/productSale.php -6 +5
M ./project/lib/project.inc.php -2 +2
M ./project/project.php -11 +6
M ./reminder/lib/reminder.inc.php -9 +9
M ./reminder/reminderAdd.php -2 +2
M ./security/permission.php -3 +9
M ./shared/lib/class_history.inc.php -7 +10
M ./shared/util.inc.php -71 +2
M ./task/lib/task.inc.php -7 +8
M ./time/lib/timeSheet.inc.php -6 +4
M ./time/timeSheet.php -9 +12
M ./tools/costtime.php -1 +1
Fri Aug 29 18:28:23 EST 2008 Alex Lance <al...@cy...>
* 13203 Nuked missing image file menuarrow.gif from calendar.css.
M ./css/calendar.css -1 +1
Sun Aug 31 05:50:54 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved files from shared, into their respective modules where they belong.
./shared/lib/class_alloc_email.inc.php -> ./email/lib/email.inc.php
./shared/lib/class_alloc_email_receive.inc.php -> ./email/lib/email_receive.inc.php
./shared/lib/class_backups.inc.php -> ./tools/lib/backups.inc.php
./shared/lib/class_home_item.inc.php -> ./home/lib/home_item.inc.php
./shared/lib/class_mime_parser.inc.php -> ./email/lib/mime_parser.inc.php
./shared/lib/class_sentEmailLog.inc.php -> ./email/lib/sentEmailLog.inc.php
M ./email/lib/init.php +4
M ./home/lib/init.php +2
M ./shared/lib/init.php -6
M ./tools/lib/init.php -1 +3
Sun Aug 31 05:59:15 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved help_src to help/src.
./help_src -> ./help/src
M ./DEVELOPERS -1 +1
M ./Makefile -14 +14
Sun Aug 31 06:05:02 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved styles/ to css/src/.
./css/README_CSS -> ./css/README
./styles -> ./css/src
M ./Makefile -2 +2
M ./alloc.php -1 +1
M ./css/README -1 +1
M ./util/make_stylesheets.py -3 +3
Sun Aug 31 06:18:08 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved sql/* into installation/.
./sql/db_data.sql -> ./installation/db_data.sql
./sql/db_structure.sql -> ./installation/db_structure.sql
M ./Makefile -10 +10
M ./installation/install.php -1 +1
R ./sql/
Sun Aug 31 08:06:02 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved lib/* into shared/lib/.
./lib/class.ezpdf.php -> ./shared/lib/class.ezpdf.php
./lib/class.pdf.php -> ./shared/lib/class.pdf.php
./lib/pclzip.lib.php -> ./shared/lib/pclzip.lib.php
M ./invoice/lib/invoice.inc.php -1 +1
R ./lib/
M ./time/timeSheetPrint.php -1 +1
M ./tools/lib/backups.inc.php -2 +2
Sun Aug 31 08:13:20 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Nuked util/misc directory.
./util/misc/agpl_header -> ./util/agpl_header
./util/misc/agpl_header.py -> ./util/agpl_header.py
R ./util/misc/
Sun Aug 31 22:04:24 EST 2008 Alex Lance <al...@cy...>
* 11598 Fixed up the defaults for the database. Added index to transaction.fromTfID. Changed PK of savedView to int(11).
M ./Makefile -17 +16
M ./installation/db_structure.sql -10 +11
A ./patches/patch-00113-alla.sql
Sun Aug 31 22:38:12 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed unused images.
R ./images/grow.gif
R ./images/icon_message_bad.gif
R ./images/icon_message_good.gif
R ./images/icon_message_help.gif
R ./images/shrink.gif
Sun Aug 31 22:51:32 EST 2008 Alex Lance <al...@cy...>
* 11446 Added query performance meter to footer of page. Removed plus-minus images.
R ./images/small_grow.gif
R ./images/small_shrink.gif
M ./javascript/alloc.js -22
M ./shared/lib/class_db.inc.php +8
M ./shared/templates/footerS.tpl +9
M ./shared/util.inc.php -8 +13
M ./task/templates/taskCommentM.tpl -1 +1
M ./task/templates/taskFilterS.tpl -1 +1
M ./time/templates/timeSheetCommentM.tpl -1 +1
Sun Aug 31 23:43:43 EST 2008 Alex Lance <al...@cy...>
* 11449 Adjusted styling of magic links.
M ./css/src/style.tpl -1 +1
M ./css/style_default.css -1 +1
M ./css/style_leaf.css -1 +1
Sun Aug 31 23:53:40 EST 2008 Alex Lance <al...@cy...>
* 11446 Improved memory usage of tasks list.
M ./task/lib/task.inc.php -9 +1
Mon Sep 1 00:01:09 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed obsolete htmlElement, htmlAttribute, htmlElementType, htmlAttributeType.
R ./config/configHtml.php
R ./config/configHtmlList.php
R ./config/lib/htmlAttribute.inc.php
R ./config/lib/htmlElement.inc.php
M ./config/lib/init.php -2
R ./config/templates/configHtmlListM.tpl
R ./config/templates/configHtmlM.tpl
M ./installation/db_data.sql -46
M ./installation/db_structure.sql -53
A ./patches/patch-00112-alla.sql
M ./shared/util.inc.php -88 +1
|