|
From: alla@ - 2012-03-08 03:24:42
|
Tue Mar 6 14:29:08 EST 2012 Alex Lance <al...@cy...>
* CLI Refactored table formatting code out of alloc.py.
M ./bin/alloccli/alloc.py -219 +235
Tue Mar 6 14:40:36 EST 2012 Alex Lance <al...@cy...>
* CLI Moved alloc's output handler into its own file.
M ./bin/alloccli/alloc.py -230 +1
A ./bin/alloccli/alloc_output_handler.py
Tue Mar 6 14:47:38 EST 2012 Alex Lance <al...@cy...>
* CLI Refactored CLI argument handler into separate file.
M ./bin/alloccli/alloc.py -109 +1
A ./bin/alloccli/alloc_cli_arg_handler.py
Wed Mar 7 13:30:43 EST 2012 Alex Lance <al...@cy...>
* 20589 CLI Make alloc browse check: $BROWSER, sensible-browser, lynx, elinks.
M ./AUTHORS +2
M ./bin/alloccli/alloc.py +21
M ./bin/alloccli/browse.py -4 +19
Wed Mar 7 13:37:27 EST 2012 Alex Lance <al...@cy...>
* COSMETIC add class=header to some header elements.
M ./comment/templates/commentM.tpl -1 +2
M ./home/templates/homeItemS.tpl -1 +1
M ./project/templates/projectFormM.tpl -1 +6
M ./shared/templates/attachmentM.tpl -1 +1
M ./task/templates/taskHistoryM.tpl -1 +1
Wed Mar 7 14:47:00 EST 2012 Alex Lance <al...@cy...>
* 20301 Add Download link to Task Comments tab, mimicking `alloc mbox`.
M ./comment/templates/commentM.tpl +3
A ./email/downloadComments.php
M ./email/lib/email_receive.inc.php -5 +5
M ./services/lib/services.inc.php -4 +7
M ./shared/global_tpl_values.inc.php +1
Wed Mar 7 14:51:40 EST 2012 Alex Lance <al...@cy...>
* Update downloadEmail.php to work with fuzzy searches for emails.
M ./email/downloadEmail.php -9 +74
Wed Mar 7 16:04:40 EST 2012 Alex Lance <al...@cy...>
* BUG kill error on patch.php about current_user.
M ./shared/lib/db.inc.php -1 +1
|
|
From: alla@ - 2012-03-08 03:50:25
|
Wed Mar 7 16:42:11 EST 2012 Alex Lance <al...@cy...>
* Only update timeSheet.dates if the timeSheetItem.date actually changes.
M ./installation/db_triggers.sql -2 +5
Wed Mar 7 16:51:17 EST 2012 Alex Lance <al...@cy...>
* CLI Make `alloc mbox` use new timeSheetItem.timeSheetItemCreatedTime field instead of dateTimeSheetItem.
M ./services/lib/services.inc.php -1 +2
M ./time/lib/timeSheetItem.inc.php -1 +6
Wed Mar 7 17:01:15 EST 2012 Alex Lance <al...@cy...>
* Add created/modified fields to timeSheetItem.
M ./installation/db_structure.sql -1 +5
M ./installation/db_structure.sql.postgres -1 +5
M ./installation/db_triggers.sql +6
A ./patches/patch-00234-alla.sql
M ./time/lib/timeSheetItem.inc.php +4
Wed Mar 7 18:46:18 EST 2012 Alex Lance <al...@cy...>
* CLI Remove some python lint.
M ./bin/alloccli/edit.py -1 +1
M ./bin/alloccli/work.py -2 +2
Thu Mar 8 12:28:50 EST 2012 Alex Lance <al...@cy...>
* 20114 Only create sale tasks if a project has been selected.
M ./sale/lib/productSale.inc.php -38 +42
Thu Mar 8 12:34:50 EST 2012 Alex Lance <al...@cy...>
* 20114 Make dynamically updating cost fields respond to all keypresses except left/right arrows.
M ./sale/templates/productSaleM.tpl -4 +2
Thu Mar 8 12:46:17 EST 2012 Alex Lance <al...@cy...>
* 20114 Make sale transactions use the sale's date.
M ./sale/lib/productSaleItem.inc.php -1 +2
Thu Mar 8 12:50:31 EST 2012 Alex Lance <al...@cy...>
* 20114 Append external reference number to sale transaction descriptions.
M ./sale/lib/productSaleItem.inc.php +1
|
|
From: alla@ - 2012-03-13 04:04:21
|
Tue Mar 13 15:06:06 EST 2012 Alex Lance <al...@cy...>
* 20541 CLI Make `alloc browse` redirect to home page.
M ./bin/alloccli/browse.py -1 +3
|
|
From: alla@ - 2012-03-18 11:52:19
|
Wed Mar 14 13:09:20 EST 2012 Alex Lance <al...@cy...>
* 20701 Update Zend Lucene search library.
M ./zend/Zend/Search/Exception.php -3 +3
M ./zend/Zend/Search/Lucene.php -4 +6
M ./zend/Zend/Search/Lucene/Analysis/Analyzer.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/Token.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/TokenFilter.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php -3 +3
M ./zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php -3 +3
M ./zend/Zend/Search/Lucene/Document.php -4 +4
M ./zend/Zend/Search/Lucene/Document/Docx.php -3 +3
M ./zend/Zend/Search/Lucene/Document/Exception.php -3 +3
M ./zend/Zend/Search/Lucene/Document/Html.php -5 +5
M ./zend/Zend/Search/Lucene/Document/OpenXml.php -3 +3
M ./zend/Zend/Search/Lucene/Document/Pptx.php -3 +3
M ./zend/Zend/Search/Lucene/Document/Xlsx.php -3 +3
M ./zend/Zend/Search/Lucene/Exception.php -3 +3
M ./zend/Zend/Search/Lucene/FSM.php -3 +3
M ./zend/Zend/Search/Lucene/FSMAction.php -3 +3
M ./zend/Zend/Search/Lucene/Field.php -3 +3
M ./zend/Zend/Search/Lucene/Index/DictionaryLoader.php -3 +3
M ./zend/Zend/Search/Lucene/Index/DocsFilter.php -3 +3
M ./zend/Zend/Search/Lucene/Index/FieldInfo.php -3 +3
M ./zend/Zend/Search/Lucene/Index/SegmentInfo.php -6 +8
M ./zend/Zend/Search/Lucene/Index/SegmentMerger.php -3 +3
M ./zend/Zend/Search/Lucene/Index/SegmentWriter.php -3 +3
M ./zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php -3 +3
M ./zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php -3 +3
M ./zend/Zend/Search/Lucene/Index/Term.php -3 +3
M ./zend/Zend/Search/Lucene/Index/TermInfo.php -3 +3
M ./zend/Zend/Search/Lucene/Index/TermsPriorityQueue.php -3 +3
M ./zend/Zend/Search/Lucene/Index/TermsStream/Interface.php -4 +4
M ./zend/Zend/Search/Lucene/Index/Writer.php -3 +3
M ./zend/Zend/Search/Lucene/Interface.php -3 +3
M ./zend/Zend/Search/Lucene/LockManager.php -3 +3
M ./zend/Zend/Search/Lucene/MultiSearcher.php -5 +5
M ./zend/Zend/Search/Lucene/PriorityQueue.php -3 +3
M ./zend/Zend/Search/Lucene/Proxy.php -3 +3
M ./zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Highlighter/Default.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Highlighter/Interface.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Boolean.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Empty.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Fuzzy.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Insignificant.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/MultiTerm.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Phrase.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Preprocessing.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Fuzzy.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Range.php -4 +4
M ./zend/Zend/Search/Lucene/Search/Query/Term.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Query/Wildcard.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryEntry.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryEntry/Term.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryHit.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryLexer.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryParser.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryParserContext.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryParserException.php -3 +3
M ./zend/Zend/Search/Lucene/Search/QueryToken.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Similarity.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Similarity/Default.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Weight.php -4 +4
M ./zend/Zend/Search/Lucene/Search/Weight/Boolean.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Weight/Empty.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Weight/Phrase.php -3 +3
M ./zend/Zend/Search/Lucene/Search/Weight/Term.php -3 +3
M ./zend/Zend/Search/Lucene/Storage/Directory.php -3 +3
M ./zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php -4 +5
M ./zend/Zend/Search/Lucene/Storage/File.php -3 +3
M ./zend/Zend/Search/Lucene/Storage/File/Filesystem.php -4 +15
M ./zend/Zend/Search/Lucene/Storage/File/Memory.php -3 +3
M ./zend/Zend/Search/Lucene/TermStreamsPriorityQueue.php -11 +7
Fri Mar 16 11:32:04 EST 2012 Alex Lance <al...@cy...>
* Remove the alloc email address from the To: field in emails.
M ./comment/lib/comment.inc.php -11 +10
Fri Mar 16 14:56:08 EST 2012 Alex Lance <al...@cy...>
* Remove old code from alloc.js.
M ./javascript/alloc.js -1
Fri Mar 16 14:56:22 EST 2012 Alex Lance <al...@cy...>
* Remove unused argument from get_name().
M ./comment/lib/comment.inc.php -1 +1
Fri Mar 16 15:39:14 EST 2012 Alex Lance <al...@cy...>
* Change comment time format to be human readable.
M ./comment/lib/comment.inc.php -2 +2
Fri Mar 16 15:40:42 EST 2012 Alex Lance <al...@cy...>
* Add "reply" links to comment threads.
M ./comment/comment.php -2 +3
M ./comment/lib/comment.inc.php -18 +19
M ./comment/templates/commentM.tpl -8 +10
M ./javascript/alloc.js +17
Fri Mar 16 16:23:33 EST 2012 Alex Lance <al...@cy...>
* Fixed up patch 219 for the reorg of mailbox.
M ./patches/patch-00219-alla.php -37 +39
Sun Mar 18 11:54:27 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Added some definition to the comment bubbles.
M ./css/src/style.tpl -1 +5
M ./css/src/style_rams.ini -1 +1
M ./css/style_default.css -1 +5
M ./css/style_lava.css -1 +5
M ./css/style_leaf.css -1 +5
M ./css/style_nacho.css -1 +5
M ./css/style_rams.css -2 +6
M ./css/style_tweak.css -1 +5
Sun Mar 18 17:56:27 EST 2012 Alex Lance <al...@cy...>
* Make emails without a key go to INBOX.
M ./email/lib/command.inc.php -1 +1
M ./email/lib/email_receive.inc.php -1 +2
Sun Mar 18 17:59:03 EST 2012 Alex Lance <al...@cy...>
* Remove "Task Comment: " from default email subject lines.
M ./comment/lib/comment.inc.php -1 +2
|
|
From: alla@ - 2012-03-21 04:12:27
|
Tue Mar 20 18:53:59 EST 2012 Alex Lance <al...@cy...>
* Add My Tasks to time sheet item form.
M ./task/lib/task.inc.php -1 +6
M ./time/templates/timeSheetItemForm.tpl -1 +2
M ./time/timeSheet.php -1 +1
Wed Mar 21 15:08:33 EST 2012 Alex Lance <al...@cy...>
* 20114 Make adding new sale items, result in new sale item transactions.
M ./sale/lib/productSale.inc.php -2 +8
|
|
From: alla@ - 2012-03-26 04:21:51
|
Mon Mar 26 15:23:52 EST 2012 Alex Lance <al...@cy...>
* 20270 Add duplicate task link to task page.
M ./shared/lib/page.inc.php -1 +1
M ./task/task.php -2 +2
|
|
From: alla@ - 2012-04-21 16:09:45
|
Mon Apr 2 15:13:41 EST 2012 Alex Lance <al...@cy...>
* 20793 Make Extra Interested Parties internal.
A ./patches/patch-00240-alla.php
M ./shared/lib/interestedParty.inc.php -1 +2
Tue Apr 3 14:09:54 EST 2012 Alex Lance <al...@cy...>
* 20114 Change product costs to specify a source tf rather than a destination tf.
M ./sale/lib/productSale.inc.php +3
M ./sale/lib/productSaleItem.inc.php -1 +1
M ./sale/product.php -2 +3
M ./sale/templates/productCostR.tpl -1 +1
M ./sale/templates/productM.tpl -1 +1
Sun Apr 22 02:07:16 EST 2012 Alex Lance <al...@cy...>
* Fixes to receiveEmail.php for Cyber.
M ./email/lib/email_receive.inc.php -1 +2
M ./email/receiveEmail.php -1 +1
|
|
From: alla@ - 2012-04-25 14:11:03
|
Sun Apr 22 02:32:36 EST 2012 Alex Lance <al...@cy...>
* Fix error reporting and email duplication for pipeEmail.php.
M ./email/pipeEmail.php -12 +12
Sun Apr 22 14:28:44 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Removed sheen from unselected tabs.
M ./images/tab_unselected.gif
Sun Apr 22 16:50:45 EST 2012 Alex Lance <al...@cy...>
* Python lint clean-up.
M ./Makefile -3 +5
M ./bin/alloccli/alloc.py -3 +3
M ./bin/alloccli/alloc_cli_arg_handler.py +6
M ./bin/alloccli/alloc_output_handler.py -1 +7
M ./bin/alloccli/edit.py -2 +3
Sun Apr 22 16:52:47 EST 2012 Alex Lance <al...@cy...>
* Nudged version to 1.8.4.
M ./bin/alloccli/alloc.py -1 +1
M ./util/alloc_version -1 +1
Mon Apr 23 22:21:37 EST 2012 Alex Lance <al...@cy...>
* Modify installation script to ensure the db_triggers.sql file is applied correctly.
M ./installation/db_triggers.sql -13 +9
M ./installation/install.php -25 +11
M ./installation/templates/install.tpl -9 +2
Mon Apr 23 22:34:02 EST 2012 Alex Lance <al...@cy...>
* Change default email addressing scheme to tobcc for new installations of alloc.
M ./installation/db_data.sql -1 +1
Mon Apr 23 22:38:57 EST 2012 Alex Lance <al...@cy...>
* Nuke miscellaneous install data.
M ./installation/db_data.sql -24 +24
Wed Apr 25 00:16:13 EST 2012 Alex Lance <al...@cy...>
* Editing bug in db_trigger.sql can_edit_task().
M ./installation/db_triggers.sql -1 +6
|
|
From: alla@ - 2012-05-07 03:01:32
|
Mon May 7 13:01:06 EST 2012 Alex Lance <al...@cy...>
* 20908 CLI Error and halt on unrecognized cli arguments.
M ./bin/alloccli/alloc_cli_arg_handler.py -12 +2
|
|
From: alla@ - 2012-05-07 05:59:50
|
Mon May 7 15:57:39 EST 2012 Alex Lance <al...@cy...>
* 20909 Adjust triggers to permit time sheet submission.
M ./installation/db_triggers.sql -9 +25
|
|
From: alla@ - 2012-05-12 01:30:12
|
Sat May 12 11:29:45 EST 2012 Alex Lance <al...@cy...>
* v184 CLI Encode alloc mbox results when printing to stdout.
M ./bin/alloccli/mbox.py -1 +1
|
|
From: alla@ - 2012-05-16 05:55:23
|
Wed May 16 14:23:30 EST 2012 Jeremy Chin <je...@cy...>
* 20955 v184 Ensure emails with no key are forwarded to admin address.
M ./email/lib/command.inc.php -1 +1
|
|
From: alla@ - 2012-06-02 04:02:09
|
Sun May 27 23:53:26 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Hide Cancel Edit button if creating a product.
M ./sale/templates/productM.tpl +2
Mon May 28 00:03:18 EST 2012 Alex Lance <al...@cy...>
* 20114 Remove inc/ex GST checkbox on products.
M ./sale/templates/productM.tpl -12 +2
Mon May 28 01:07:46 EST 2012 Alex Lance <al...@cy...>
* 20114 Moved GST dropdown and change default option on product costs.
M ./sale/product.php -1 +1
M ./sale/templates/productCostR.tpl -4 +5
M ./sale/templates/productM.tpl -4 +1
|
|
From: alla@ - 2012-06-02 04:02:32
|
Mon May 28 16:38:38 EST 2012 Alex Lance <al...@cy...>
* 20114 Fix auto-created tasks in sales module.
M ./sale/lib/productSale.inc.php -8 +127
Tue May 29 16:00:36 EST 2012 Alex Lance <al...@cy...>
* 20956 v184 Plugged a couple of holes found by sqlmap.
M ./audit/lib/auditItem.inc.php -2 +2
M ./shared/lib/db_entity.inc.php -2 +2
Tue May 29 23:53:21 EST 2012 Alex Lance <al...@cy...>
* COSMETIC Tidy database error messages in web UI.
M ./shared/lib/db.inc.php +3
Wed May 30 01:53:02 EST 2012 Alex Lance <al...@cy...>
* Improve UPGRADING document.
M ./UPGRADING -1 +1
Wed May 30 11:50:14 EST 2012 Alex Lance <al...@cy...>
* CLI Remove full stops from the end of alloc edit -v output.
M ./email/lib/command.inc.php -4 +4
Wed May 30 11:52:06 EST 2012 Alex Lance <al...@cy...>
* 19480 Add task dependency functionality.
M ./bin/alloccli/edit.py +1
M ./email/lib/command.inc.php -1 +13
A ./help/task_pending_tasks.html
M ./installation/db_constraints.sql +2
M ./installation/db_data.sql +1
M ./installation/db_structure.sql +7
M ./installation/db_structure.sql.postgres +6
M ./installation/db_triggers.sql -17 +181
M ./installation/make_single_user_db.sh +2
A ./patches/patch-00238-alla.sql
M ./task/lib/task.inc.php -4 +57
M ./task/task.php +47
M ./task/templates/taskM.tpl -7 +7
|
|
From: alla@ - 2012-06-06 05:00:05
|
Wed Jun 6 14:59:12 EST 2012 Alex Lance <al...@cy...>
* Change comment in patch file.
M ./patches/patch-00245-jeremyc.sql -2 +1
Wed Jun 6 14:59:27 EST 2012 Alex Lance <al...@cy...>
* Add patch to force refresh of db_triggers.sql.
A ./patches/patch-00247-alla.sql
|
|
From: alla@ - 2012-06-08 04:37:51
|
Fri Jun 8 14:01:27 EST 2012 Jeremy Chin <je...@cy...>
* 20340 Fix reminders on home page calendar.
M ./task/lib/task_calendar.inc.php -2 +4
|
|
From: alla@ - 2012-06-22 05:13:32
|
Thu Jun 21 23:34:37 EST 2012 Alex Lance <al...@cy...>
* Make Create New Transaction screen not wipe clean upon an input validation error.
M ./finance/transaction.php -9 +10
Fri Jun 22 04:39:42 EST 2012 Alex Lance <al...@cy...>
* Updated FontAwesome.
A ./css/font-awesome-ie7.css
M ./css/font.css -192 +255
M ./css/font/fontawesome-webfont.eot
M ./css/font/fontawesome-webfont.svg -167 +247
R ./css/font/fontawesome-webfont.svgz
M ./css/font/fontawesome-webfont.ttf
M ./css/font/fontawesome-webfont.woff
M ./css/src/style.tpl -1
M ./css/style_default.css -1
M ./css/style_lava.css -1
M ./css/style_leaf.css -1
M ./css/style_nacho.css -1
M ./css/style_rams.css -1
M ./css/style_tweak.css -1
M ./shared/templates/headerS.tpl +1
Fri Jun 22 13:41:59 EST 2012 Alex Lance <al...@cy...>
* 20956 v185 Add prepare() function.
M ./announcement/lib/announcement.inc.php -1 +1
M ./audit/lib/auditItem.inc.php -2 +2
M ./client/client.php -3 +3
M ./client/lib/client.inc.php -15 +15
M ./client/lib/clientContact.inc.php -15 +14
M ./comment/lib/comment.inc.php -17 +17
M ./config/config.php -12 +12
M ./config/lib/config.inc.php -1 +1
M ./email/lib/token.inc.php -8 +8
M ./finance/checkRepeat.php -1 +1
M ./finance/expenseForm.php -7 +7
M ./finance/expenseUpload.php -2 +2
M ./finance/lib/exchangeRate.inc.php -2 +2
M ./finance/lib/expenseForm.inc.php -16 +16
M ./finance/lib/tf.inc.php -16 +16
M ./finance/lib/transaction.inc.php -18 +14
M ./finance/reconciliationReport.php -4 +4
M ./finance/tf.php -2 +2
M ./finance/transactionGroup.php -1 +1
M ./finance/transactionRepeat.php -2 +2
M ./finance/transactionRepeatList.php -2 +2
M ./finance/wagesUpload.php -3 +3
M ./home/history.php -1 +1
M ./installation/install.php -7 +7
M ./installation/patch.php -4 +4
M ./invoice/invoice.php -13 +13
M ./invoice/lib/invoice.inc.php -19 +19
M ./invoice/lib/invoiceItem.inc.php -12 +12
M ./item/item.php -4 +4
M ./item/itemLoan.php -2 +2
M ./login/login.php -5 +4
M ./patches/patch-00053-alla.php -2 +2
M ./patches/patch-00064-alla.php -6 +6
M ./patches/patch-00065-alla.php -2 +2
M ./patches/patch-00067-alla.php -1 +1
M ./patches/patch-00080-jeremyc.php -5 +5
M ./patches/patch-00097-alla.php -1 +1
M ./patches/patch-00131-patrick.php -2 +2
M ./patches/patch-00134-alla.php -1 +1
M ./patches/patch-00142-alla.php -13 +13
M ./patches/patch-00158-alla.php -1 +1
M ./patches/patch-00159-alla.php -1 +1
M ./patches/patch-00160-alla.php -1 +1
M ./patches/patch-00161-alla.php -1 +1
M ./patches/patch-00162-alla.php -1 +1
M ./patches/patch-00163-alla.php -1 +1
M ./patches/patch-00166-alla.php -2 +2
M ./patches/patch-00179-alla.php -14 +14
M ./patches/patch-00182-jeremyc.php -1 +1
M ./patches/patch-00190-alla.php -1 +1
M ./patches/patch-00218-alla.php -1 +1
M ./patches/patch-00219-alla.php -2 +2
M ./patches/patch-00244-alla.php -1 +1
M ./person/lib/person.inc.php -14 +14
M ./person/lib/skill.inc.php -3 +3
M ./person/person.php -7 +7
M ./person/personSkillMatrix.php -6 +6
M ./project/lib/import_export.inc.php -1 +1
M ./project/lib/project.inc.php -39 +39
M ./project/lib/projectCommissionPerson.inc.php -1 +1
M ./project/lib/projectPerson.inc.php -3 +3
M ./project/personGraph.php -6 +6
M ./project/project.php -29 +30
M ./reminder/lib/reminder.inc.php -3 +3
M ./reminder/reminder.php -2 +2
M ./reminder/reminderList.php -3 +3
M ./report/report.php -1 +1
M ./sale/lib/product.inc.php -2 +2
M ./sale/lib/productSale.inc.php -19 +18
M ./sale/lib/productSaleItem.inc.php -7 +7
M ./sale/product.php -1 +1
M ./sale/productSale.php -1 +1
M ./search/lib/indexQueue.inc.php -2 +2
M ./search/lib/search.inc.php -20
M ./search/search.php -7 +7
M ./security/lib/role.inc.php -1 +1
M ./shared/lib/db.inc.php -21 +4
M ./shared/lib/db_entity.inc.php -4 +4
M ./shared/lib/history.inc.php -4 +4
M ./shared/lib/interestedParty.inc.php -15 +15
M ./shared/util.inc.php -1 +32
M ./task/lib/task.inc.php -42 +42
M ./task/lib/task_calendar.inc.php -4 +4
M ./task/lib/task_message_list_home_item.inc.php -1 +1
M ./task/rss.php -2 +2
M ./task/task.php -4 +4
M ./time/lib/pendingApprovalTimeSheetListHomeItem.inc.php -4 +4
M ./time/lib/timeSheet.inc.php -26 +26
M ./time/lib/timeSheetItem.inc.php -45 +27
M ./time/lib/timeSheetPrint.inc.php -3 +3
M ./time/timeSheet.php -17 +17
M ./time/updateProjectListByStatus.php -1 +1
M ./time/weeklyTime.php -1 +1
M ./tools/lib/stats.inc.php -2 +2
|
|
From: alla@ - 2012-06-27 01:02:44
|
Wed Jun 27 04:19:56 EST 2012 Alex Lance <al...@cy...>
* Parse error in patch 251.
M ./patches/patch-00251-alla.php +1
Wed Jun 27 11:02:04 EST 2012 Alex Lance <al...@cy...>
* v185 21137 Blank project nick name when copying a project to a new project, to prevent violating unique constraint.
M ./project/project.php +1
|
|
From: alla@ - 2012-06-27 06:30:37
|
Wed Jun 27 16:29:24 EST 2012 Alex Lance <al...@cy...>
* 21145 v185 Fix SQL escaping for time sheet status filter element.
M ./time/lib/timeSheet.inc.php -2 +2
|
|
From: alla@ - 2012-07-04 20:16:24
|
Thu Jul 5 02:04:52 EST 2012 Alex Lance <al...@cy...>
* Remove old and non-functional rec report.
R ./finance/reconciliationReport.php
R ./finance/templates/reconciliationReportM.tpl
R ./finance/templates/reconciliationTFR.tpl
R ./finance/templates/reconciliationTransactionR.tpl
Thu Jul 5 06:11:14 EST 2012 Alex Lance <al...@cy...>
* Major clean-up of error handling, exception handling, error logging, page errors.
M ./alloc.php -5 +9
M ./comment/lib/comment.inc.php -2 +2
M ./config/config.php -1 +1
M ./config/configEdit.php -1 +1
M ./config/metaEdit.php -1 +1
M ./email/downloadEmail.php -1 +1
M ./email/lib/Mail_RFC822.inc.php -2 +2
M ./email/lib/Mail_mimeDecode.inc.php -6 +6
M ./email/lib/command.inc.php -27 +20
M ./email/lib/email_receive.inc.php -7 +9
M ./email/lib/email_send.inc.php -1
M ./email/pipeEmail.php -34 +19
M ./email/receiveEmail.php -24 +20
M ./finance/expenseForm.php -1 +1
M ./finance/expenseUpload.php -1 +1
M ./finance/lib/expenseForm.inc.php -1 +1
M ./finance/lib/tf.inc.php -1 +1
M ./finance/lib/transaction.inc.php -2 +2
M ./finance/transaction.php -6 +1
M ./finance/transactionList.php -1
M ./finance/transactionRepeat.php -1 +1
M ./home/home.php -3
M ./installation/patch.php -3 +3
M ./installation/patch_1_2_256_to_1_3_497.php -2 +1
M ./invoice/invoice.php -2 +2
M ./invoice/invoicePrint.php -1 +1
M ./invoice/lib/invoice.inc.php -2 +2
M ./invoice/lib/invoiceItem.inc.php -3 +3
M ./patches/patch-00179-alla.php -1 +1
M ./person/lib/person.inc.php -8 +2
M ./person/sendEmail.php -1 +1
M ./project/lib/import_export.inc.php -1 +1
M ./project/parseCSV.php -2 +2
M ./project/personGraph.php -7 +4
M ./project/project.php -3 +3
M ./project/templates/projectPersonSummaryViewS.tpl -1 +1
M ./reminder/lib/reminder.inc.php -1 +1
M ./reminder/reminder.php -1 +1
M ./report/report.php -3 +3
M ./services/json.php -4 +8
M ./services/lib/services.inc.php -9 +9
M ./shared/lib/PclZip.inc.php -1 +1
M ./shared/lib/db.inc.php -16 +17
M ./shared/lib/db_entity.inc.php -85 +41
M ./shared/lib/db_field.inc.php -1 +1
M ./shared/lib/interestedParty.inc.php -6 +7
M ./shared/lib/page.inc.php -2 +2
M ./shared/lib/session.inc.php -1 +1
M ./shared/util.inc.php -18 +54
M ./task/task.php -1 +1
M ./time/lib/timeSheet.inc.php -22 +17
M ./time/lib/timeSheetItem.inc.php -5 +5
M ./time/lib/timeSheetPrint.inc.php -1 +1
M ./time/timeSheet.php -3 +3
M ./time/timeSheetItem.php -1 +1
M ./time/timeSheetPrint.php -1 +1
M ./tools/backup.php -4 +4
M ./tools/lib/backups.inc.php -1 +1
Thu Jul 5 06:11:17 EST 2012 Alex Lance <al...@cy...>
* Fix up some bad replacements of old-style $current_user.
M ./comment/lib/comment.inc.php +1
M ./email/pipeEmail.php -1 +1
M ./email/receiveEmail.php -1 +1
M ./services/lib/services.inc.php -15 +6
Thu Jul 5 06:12:05 EST 2012 Alex Lance <al...@cy...>
* Add message to project page if you don't have full access to it.
M ./project/project.php +4
Thu Jul 5 06:13:39 EST 2012 Alex Lance <al...@cy...>
* Ensure search index doesn't get touched unless an INSERT or UPDATE are successful.
M ./shared/lib/db_entity.inc.php -1 +1
Thu Jul 5 06:15:37 EST 2012 Alex Lance <al...@cy...>
* 21147 Add mattcen's/jeremyc's EOL patch to CLI.
M ./bin/alloccli/alloc_output_handler.py -1 +1
|
|
From: alla@ - 2012-07-06 04:42:20
|
Fri Jul 6 00:24:15 EST 2012 Alex Lance <al...@cy...>
* 21125 v185 Seek out text/html parts of an email if the text/plain part is absent.
M ./comment/lib/comment.inc.php -1 +1
M ./email/lib/email_receive.inc.php +12
|
|
From: alla@ - 2012-07-11 03:30:37
|
Tue Jul 10 23:11:57 EST 2012 Alex Lance <al...@cy...>
* Remove mandatory star from field that will be auto-populated.
M ./finance/templates/expenseFormM.tpl -1 +1
Wed Jul 11 01:27:59 EST 2012 Alex Lance <al...@cy...>
* 20114 Add page links to sale.
M ./sale/templates/productSaleM.tpl -1 +7
Wed Jul 11 01:28:20 EST 2012 Alex Lance <al...@cy...>
* 20114 Add Sale ID to page title.
M ./sale/productSale.php -1 +2
Wed Jul 11 01:28:35 EST 2012 Alex Lance <al...@cy...>
* 20114 Make form submit by enter key work on sale page.
M ./javascript/alloc.js +14
M ./sale/templates/productSaleM.tpl -3 +3
Wed Jul 11 03:38:18 EST 2012 Alex Lance <al...@cy...>
* 21396 More straigntening out of error handling.
M ./email/receiveEmail.php -1 +3
M ./shared/lib/db.inc.php -16 +33
M ./shared/lib/db_entity.inc.php -3 +3
M ./shared/lib/interestedParty.inc.php -46 +22
M ./task/lib/task.inc.php -35 +56
Wed Jul 11 03:38:28 EST 2012 Alex Lance <al...@cy...>
* Fix icon and make PAR column non-sortable on time sheet transactions box.
M ./time/templates/timeSheetTransactionListM.tpl -1 +1
M ./time/timeSheet.php -1 +1
Wed Jul 11 13:16:59 EST 2012 Alex Lance <al...@cy...>
* Make Add Item the default action on form submit via enter key, on expense form.
M ./finance/templates/expenseFormM.tpl -1 +1
Wed Jul 11 13:25:03 EST 2012 Alex Lance <al...@cy...>
* 20114 Set estimated start and completion dates for auto-created tasks in sales.
M ./sale/lib/productSale.inc.php +8
|
|
From: alla@ - 2012-08-04 06:26:02
|
|
From: Alex L. <al...@al...> - 2012-09-11 05:37:54
|
Wed Aug 29 21:50:12 EST 2012 Alex Lance <al...@cy...>
* Renames log to alloc_log for mysql naming conflict.
M ./installation/db_triggers.sql -21 +21
Wed Aug 29 22:09:03 EST 2012 Alex Lance <al...@cy...>
* Make autoload use platform independant slashes.
M ./shared/lib/module.inc.php -1 +2
Thu Aug 30 13:05:01 EST 2012 Alex Lance <al...@cy...>
* 21558 CLI Raise error if trailing command line arguments are used.
M ./bin/alloccli/alloc_cli_arg_handler.py -1 +5
M ./bin/alloccli/edit.py -17 +1
Tue Sep 11 15:37:05 EST 2012 Alex Lance <al...@cy...>
* v186 Incorporate the numberToBasic and the multiplier when creating invoice items from time sheet items.
M ./invoice/lib/invoiceItem.inc.php -4 +9
|
|
From: Alex L. <al...@al...> - 2012-09-11 06:11:12
|
Sun Sep 9 19:11:22 EST 2012 Alex Lance <al...@cy...>
* v186 21601 CLI Catch error in alloc comment when we can't find the entity that is specified.
M ./bin/alloccli/comment.py -20 +25
Tue Sep 11 16:11:38 EST 2012 Alex Lance <al...@cy...>
* v186 Add invoiceRepeatDate class.
A ./invoice/lib/invoiceRepeatDate.inc.php
|