|
From: <al...@al...> - 2010-04-28 04:56:43
|
Mon Apr 26 15:07:42 EST 2010 Alex Lance <al...@cy...>
* Invoices: Moved the invoice list filter key into the filter.
Ignore-this: 43ecb2ed887d9a0ef90beb695da5d6aa
M ./invoice/templates/invoiceListFilterS.tpl -2 +3
M ./invoice/templates/invoiceListM.tpl -1
Wed Apr 28 03:34:00 EST 2010 Alex Lance <al...@cy...>
* Made the list filters be hidden by default.
Ignore-this: d5945c3373d3e5cdefb5ef1982609f75
M ./client/templates/clientListM.tpl -1 +4
M ./css/src/style.tpl -5 +5
M ./css/style_default.css -5 +5
M ./css/style_lava.css -5 +5
M ./css/style_leaf.css -5 +5
M ./css/style_nacho.css -5 +5
M ./css/style_tweak.css -5 +5
M ./finance/templates/expenseFormM.tpl -1 +1
M ./finance/templates/searchTransactionFilterS.tpl -1 +2
M ./finance/templates/tfListM.tpl -1 +6
M ./finance/templates/transactionListM.tpl -3 +4
M ./invoice/invoiceList.php -5
M ./invoice/templates/invoiceListM.tpl -1 +7
M ./item/templates/itemLoanM.tpl -1 +4
M ./javascript/alloc.js +15
M ./person/personSkillMatrix.php -3
M ./person/templates/personListM.tpl -1 +5
M ./person/templates/personSkillMatrix.tpl -1 +6
M ./project/lib/project.inc.php -1 +1
M ./project/templates/projectListM.tpl -1 +4
M ./reminder/templates/reminderListM.tpl -1 +4
M ./sale/templates/productListM.tpl -1 +1
M ./sale/templates/productSaleListM.tpl -2 +2
M ./search/templates/searchM.tpl -2 +2
M ./security/templates/permissionListM.tpl -1 +4
M ./task/templates/taskChildrenM.tpl -1 +3
M ./task/templates/taskListM.tpl -1 +4
M ./time/templates/timeSheetListM.tpl -1 +4
M ./time/templates/weeklyTimeM.tpl -1 +4
|
|
From: <al...@al...> - 2010-08-13 06:50:40
|
Wed Aug 4 19:11:50 EST 2010 Alex Lance <al...@cy...>
* Made set_magic_quotes_runtime() calls conditional, to remove deprecation warnings in newer versions of PHP.
Ignore-this: a75097a153479449294b11858fca8ffb
M ./shared/lib/pdf.inc.php -2 +8
Thu Aug 5 18:28:28 EST 2010 Alex Lance <al...@cy...>
* Adjusted the taskType table, moved the taskTypeName over to have referential integrity.
Ignore-this: 2d8c1efbfb558cba67e29a07619d0840
./images/taskType_1.gif -> ./images/taskType_Task.gif
./images/taskType_2.gif -> ./images/taskType_Parent.gif
./images/taskType_3.gif -> ./images/taskType_Message.gif
./images/taskType_4.gif -> ./images/taskType_Fault.gif
./images/taskType_5.gif -> ./images/taskType_Milestone.gif
M ./alloc.php -7
M ./help/taskType.html -5 +5
M ./installation/db_data.sql -5 +5
M ./installation/db_structure.sql -9 +10
M ./installation/db_structure.sql.postgres -8 +9
A ./patches/patch-00156-alla.php
M ./person/lib/person.inc.php -2 +2
M ./project/lib/import_export.inc.php -8 +4
M ./project/lib/task_graph.inc.php -11 +11
M ./project/personGraphImage.php -1 +1
M ./services/demo/get_list.php -1 +1
M ./shared/lib/meta.inc.php +2
M ./shared/lib/page.inc.php -2 +2
M ./task/lib/init.php -1
M ./task/lib/task.inc.php -26 +19
R ./task/lib/taskType.inc.php
M ./task/lib/task_message_list_home_item.inc.php -2 +2
M ./task/task.php -6 +3
M ./task/taskList.php -1 +1
Sat Aug 7 17:13:43 EST 2010 Alex Lance <al...@cy...>
* REFACTOR get_$entity_name() to get_name() for all the various entities.
Ignore-this: 6632a2b6c3462d0ecd40f4f502646861
M ./client/client.php -2 +2
M ./client/lib/client.inc.php -2 +2
M ./finance/expenseForm.php -1 +1
M ./finance/lib/transaction.inc.php -3 +3
M ./invoice/lib/invoice.inc.php -2 +2
M ./project/lib/project.inc.php -4 +4
M ./project/project.php -2 +2
M ./task/lib/task.inc.php -6 +6
M ./task/task.php -2 +2
M ./time/lib/timeSheet.inc.php -5 +5
M ./time/lib/timeSheetItem.inc.php -1 +1
Sun Aug 8 01:53:07 EST 2010 Alex Lance <al...@cy...>
* Changed queries in Item scripts to use protected arguments in the SQL.
Ignore-this: 505fa0ea6363e7f14b820454a40c0892
M ./item/item.php -15 +17
Fri Aug 13 16:27:28 EST 2010 Alex Lance <al...@cy...>
* 12129 Added Lucene search to alloc.
Ignore-this: 36727e74eb41324066d53e9e61864519
M ./alloc.php -1 +6
M ./client/lib/client.inc.php +43
M ./comment/lib/comment.inc.php +36
M ./help/src/help.txt -16 +234
R ./help/src/images_source/search.png
M ./item/lib/item.inc.php +20
A ./patches/patch-00157-alla.php
A ./patches/patch-00158-alla.php
A ./patches/patch-00159-alla.php
A ./patches/patch-00160-alla.php
A ./patches/patch-00161-alla.php
A ./patches/patch-00162-alla.php
A ./patches/patch-00163-alla.php
A ./patches/patch-00164-alla.php
M ./project/lib/project.inc.php +36
M ./search/search.php -304 +179
M ./search/templates/searchM.tpl -5 +67
M ./shared/lib/db_entity.inc.php -2 +22
M ./shared/lib/init.php +1
M ./shared/lib/page.inc.php -1 +1
A ./shared/lib/pdf_reader.inc.php
M ./shared/templates/toolbarS.tpl -1 +1
M ./task/lib/task.inc.php +49
M ./time/lib/timeSheet.inc.php +56
M ./wiki/lib/init.php +28
A ./zend/
A ./zend/Zend/
A ./zend/Zend/Exception.php
A ./zend/Zend/Search/
A ./zend/Zend/Search/Exception.php
A ./zend/Zend/Search/Lucene/
A ./zend/Zend/Search/Lucene.php
A ./zend/Zend/Search/Lucene/Analysis/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
A ./zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
A ./zend/Zend/Search/Lucene/Analysis/Token.php
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter/
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter.php
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
A ./zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
A ./zend/Zend/Search/Lucene/Document/
A ./zend/Zend/Search/Lucene/Document.php
A ./zend/Zend/Search/Lucene/Document/Docx.php
A ./zend/Zend/Search/Lucene/Document/Exception.php
A ./zend/Zend/Search/Lucene/Document/Html.php
A ./zend/Zend/Search/Lucene/Document/OpenXml.php
A ./zend/Zend/Search/Lucene/Document/Pptx.php
A ./zend/Zend/Search/Lucene/Document/Xlsx.php
A ./zend/Zend/Search/Lucene/Exception.php
A ./zend/Zend/Search/Lucene/FSM.php
A ./zend/Zend/Search/Lucene/FSMAction.php
A ./zend/Zend/Search/Lucene/Field.php
A ./zend/Zend/Search/Lucene/Index/
A ./zend/Zend/Search/Lucene/Index/DictionaryLoader.php
A ./zend/Zend/Search/Lucene/Index/DocsFilter.php
A ./zend/Zend/Search/Lucene/Index/FieldInfo.php
A ./zend/Zend/Search/Lucene/Index/SegmentInfo.php
A ./zend/Zend/Search/Lucene/Index/SegmentMerger.php
A ./zend/Zend/Search/Lucene/Index/SegmentWriter/
A ./zend/Zend/Search/Lucene/Index/SegmentWriter.php
A ./zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
A ./zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
A ./zend/Zend/Search/Lucene/Index/Term.php
A ./zend/Zend/Search/Lucene/Index/TermInfo.php
A ./zend/Zend/Search/Lucene/Index/TermsPriorityQueue.php
A ./zend/Zend/Search/Lucene/Index/TermsStream/
A ./zend/Zend/Search/Lucene/Index/TermsStream/Interface.php
A ./zend/Zend/Search/Lucene/Index/Writer.php
A ./zend/Zend/Search/Lucene/Interface.php
A ./zend/Zend/Search/Lucene/LockManager.php
A ./zend/Zend/Search/Lucene/MultiSearcher.php
A ./zend/Zend/Search/Lucene/PriorityQueue.php
A ./zend/Zend/Search/Lucene/Proxy.php
A ./zend/Zend/Search/Lucene/Search/
A ./zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
A ./zend/Zend/Search/Lucene/Search/Highlighter/
A ./zend/Zend/Search/Lucene/Search/Highlighter/Default.php
A ./zend/Zend/Search/Lucene/Search/Highlighter/Interface.php
A ./zend/Zend/Search/Lucene/Search/Query/
A ./zend/Zend/Search/Lucene/Search/Query.php
A ./zend/Zend/Search/Lucene/Search/Query/Boolean.php
A ./zend/Zend/Search/Lucene/Search/Query/Empty.php
A ./zend/Zend/Search/Lucene/Search/Query/Fuzzy.php
A ./zend/Zend/Search/Lucene/Search/Query/Insignificant.php
A ./zend/Zend/Search/Lucene/Search/Query/MultiTerm.php
A ./zend/Zend/Search/Lucene/Search/Query/Phrase.php
A ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/
A ./zend/Zend/Search/Lucene/Search/Query/Preprocessing.php
A ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Fuzzy.php
A ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
A ./zend/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php
A ./zend/Zend/Search/Lucene/Search/Query/Range.php
A ./zend/Zend/Search/Lucene/Search/Query/Term.php
A ./zend/Zend/Search/Lucene/Search/Query/Wildcard.php
A ./zend/Zend/Search/Lucene/Search/QueryEntry/
A ./zend/Zend/Search/Lucene/Search/QueryEntry.php
A ./zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
A ./zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
A ./zend/Zend/Search/Lucene/Search/QueryEntry/Term.php
A ./zend/Zend/Search/Lucene/Search/QueryHit.php
A ./zend/Zend/Search/Lucene/Search/QueryLexer.php
A ./zend/Zend/Search/Lucene/Search/QueryParser.php
A ./zend/Zend/Search/Lucene/Search/QueryParserContext.php
A ./zend/Zend/Search/Lucene/Search/QueryParserException.php
A ./zend/Zend/Search/Lucene/Search/QueryToken.php
A ./zend/Zend/Search/Lucene/Search/Similarity/
A ./zend/Zend/Search/Lucene/Search/Similarity.php
A ./zend/Zend/Search/Lucene/Search/Similarity/Default.php
A ./zend/Zend/Search/Lucene/Search/Weight/
A ./zend/Zend/Search/Lucene/Search/Weight.php
A ./zend/Zend/Search/Lucene/Search/Weight/Boolean.php
A ./zend/Zend/Search/Lucene/Search/Weight/Empty.php
A ./zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php
A ./zend/Zend/Search/Lucene/Search/Weight/Phrase.php
A ./zend/Zend/Search/Lucene/Search/Weight/Term.php
A ./zend/Zend/Search/Lucene/Storage/
A ./zend/Zend/Search/Lucene/Storage/Directory/
A ./zend/Zend/Search/Lucene/Storage/Directory.php
A ./zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php
A ./zend/Zend/Search/Lucene/Storage/File/
A ./zend/Zend/Search/Lucene/Storage/File.php
A ./zend/Zend/Search/Lucene/Storage/File/Filesystem.php
A ./zend/Zend/Search/Lucene/Storage/File/Memory.php
A ./zend/Zend/Search/Lucene/TermStreamsPriorityQueue.php
|
|
From: <al...@al...> - 2010-08-13 10:52:26
|
Fri Aug 13 20:51:47 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Missed a couple of renames from get_$entity_name() to get_name().
Ignore-this: 32524f1abb5f7feb4d3d15e322777a31
M ./client/lib/client.inc.php -1 +1
M ./project/lib/project.inc.php -3 +3
M ./time/lib/timeSheet.inc.php -2 +2
|
|
From: <al...@al...> - 2010-08-20 07:58:57
|
|
From: <al...@al...> - 2010-08-24 18:12:05
|
Mon Aug 23 04:54:38 EST 2010 Alex Lance <al...@cy...>
* COSMETIC REFACTOR Nuked old curvycorners.js, replaced with native CSS border-radius.
Ignore-this: d234be08d6834d84b27c84bdb90f9159
M ./client/templates/clientListFilterS.tpl -1 +1
M ./css/login.css +6
M ./css/src/style.tpl -2 +8
M ./css/style_default.css -2 +8
M ./css/style_lava.css -2 +8
M ./css/style_leaf.css -2 +8
M ./css/style_nacho.css -2 +8
M ./css/style_tweak.css -2 +8
M ./finance/templates/searchTransactionFilterS.tpl -1 +1
M ./finance/templates/tfListM.tpl -1 +1
M ./finance/templates/transactionFilterS.tpl -1 +1
M ./invoice/templates/invoiceListFilterS.tpl -1 +1
M ./javascript/alloc.js -3 +2
R ./javascript/jquery.curvycorners.js
M ./login/templates/login.tpl -3 +1
M ./person/templates/personListFilterS.tpl -2 +2
M ./person/templates/personSkillFilterS.tpl -1 +1
M ./project/templates/projectListFilterS.tpl -1 +1
M ./reminder/templates/reminderFilter.tpl -1 +1
M ./search/templates/searchM.tpl -1 +1
M ./security/templates/permissionListM.tpl -1 +1
M ./shared/templates/headerS.tpl -1
M ./task/templates/taskFilterS.tpl -1 +1
M ./time/templates/timeSheetListFilterS.tpl -1 +1
Mon Aug 23 09:11:48 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Simplified login functionality and screen.
Ignore-this: a61fa5ea76e98368c75f13a4277e435
M ./alloc.php -1
R ./css/login.css
M ./css/src/style.tpl +52
M ./css/style_default.css +52
M ./css/style_lava.css +52
M ./css/style_leaf.css +52
M ./css/style_nacho.css +52
M ./css/style_tweak.css +52
M ./images/roundbg.png
M ./javascript/alloc.js +10
M ./login/login.php -33 +12
M ./login/templates/login.tpl -67 +31
M ./shared/templates/headerS.tpl -1 +1
Mon Aug 23 09:12:02 EST 2010 Alex Lance <al...@cy...>
* COSMETIC Reset the CSS styling of list bullets.
Ignore-this: ed9b7c4c4488732b374ec90f39367da3
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_tweak.css -1 +1
Mon Aug 23 16:20:58 EST 2010 Alex Lance <al...@cy...>
* 16991 Fixed missing projectID in timeSheets.
Ignore-this: b4eaed44f69d9ad3e158b1f95afb53d6
M ./time/templates/timeSheetFormM.tpl -1 +1
M ./time/timeSheet.php -1 +1
Mon Aug 23 16:21:57 EST 2010 Alex Lance <al...@cy...>
* 16991 Changed template variable extraction to use EXTR_OVERWRITE.
Ignore-this: a6741f8b749d911b377ff8436f0a6cce
M ./shared/lib/template.inc.php -1 +1
Mon Aug 23 19:12:45 EST 2010 Alex Lance <al...@cy...>
* 16997 Fixed white-space padding in the time sheet's task list dropdown.
Ignore-this: c8455f80bed4a06369e1192ef075f1b9
M ./shared/lib/page.inc.php -5 +2
Tue Aug 24 11:26:50 EST 2010 Jeremy Chin <je...@cy...>
* 16847 Added title to TF page.
Ignore-this: 2ab9d79eeffa64879b3202f269a8aac
M ./finance/transactionList.php -1 +1
Tue Aug 24 15:24:10 EST 2010 Jeremy Chin <je...@cy...>
* 16992 Make wiki links work properly.
Ignore-this: 882256821a03ee370faa2be3fb957da1
M ./wiki/file.php -4 +4
M ./wiki/lib/markdown.inc.php -9 +20
M ./wiki/templates/wikiM.tpl +5
M ./wiki/wiki.php +6
Tue Aug 24 20:16:49 EST 2010 Alex Lance <al...@cy...>
* 16992 Tweak the wiki link addition so that the default upon hitting the Wiki tab is not to create a new document.
Ignore-this: e906b81e919b72cce413d5d6a56b2ece
M ./wiki/templates/wikiM.tpl -1 +1
M ./wiki/wiki.php -1 +1
Wed Aug 25 04:08:58 EST 2010 Alex Lance <al...@cy...>
* 14563 17009 Fixed html entity display in page::messages().
Ignore-this: 1ef608d56dc6e992d6ff43873ab8192
M ./comment/comment.php -1 +1
M ./finance/expenseUpload.php -1 +1
M ./finance/wagesUpload.php -1 +1
M ./invoice/invoicesUpload.php -1 +1
M ./project/project.php -4 +4
M ./sale/productSale.php -1 +1
M ./shared/lib/db.inc.php -4 +2
M ./shared/lib/page.inc.php -5 +16
M ./task/task.php -1 +1
|
|
From: <al...@al...> - 2010-08-25 05:50:33
|
Wed Aug 25 10:52:03 EST 2010 Jeremy Chin <je...@cy...>
* 16992 Correcting an issue with paths in the wiki links.
Ignore-this: 87a64641d2c1b1b7aa88f08b93289ecb
M ./wiki/file.php +7
M ./wiki/lib/markdown.inc.php -4 +5
|
|
From: <al...@al...> - 2010-09-01 01:41:15
|
Fri Aug 27 14:04:09 EST 2010 Jeremy Chin <je...@cy...>
* 17027 Time sheets may not be advanced without proper permissions.
Ignore-this: f782471e6dad56f6bc4ed2ed21e29d26
M ./time/lib/timeSheet.inc.php +57
|
|
From: <al...@al...> - 2010-09-05 22:50:26
|
Mon Sep 6 08:43:15 EST 2010 Alex Lance <al...@cy...>
* JSON Updated json user access functionality.
M ./alloc.php -1 +1
M ./services/json.php -21 +24
M ./shared/lib/alloc_services.inc.php -35 +35
M ./shared/lib/session.inc.php -1 +1
M ./shared/util.inc.php -12 +4
M ./time/lib/timeSheet.inc.php -2 +5
|
|
From: <al...@al...> - 2010-09-15 09:16:08
|
Wed Sep 15 17:01:23 EST 2010 co...@cy...
* 14480 Update alloc Help file
Updated various parts of the Help file.
M ./help/src/help.txt -10 +47
|
|
From: <al...@al...> - 2010-09-15 15:29:33
|
Tue Sep 14 10:32:57 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Added $array.by.dot.notation support to the template library.
Ignore-this: e368e380a6aec1e7b7f07d7af840f138
M ./config/templates/configEdit_taskStatusOptions.tpl -2 +2
M ./config/templates/configM.tpl -3 +3
M ./finance/templates/transactionListM.tpl -1 +1
M ./invoice/templates/invoiceListR.tpl -1 +1
M ./sale/templates/productSaleListR.tpl -2 +2
M ./shared/lib/template.inc.php -20 +34
M ./task/templates/taskListR.tpl -5 +5
M ./time/templates/timeSheetFormM.tpl -1 +1
Tue Sep 14 11:14:01 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Nuked all references to $TPL in *.tpl
Ignore-this: 5e9ae6b625a13214a7f875a1b2409232
M ./announcement/templates/announcementM.tpl -3 +3
M ./announcement/templates/announcementsH.tpl -1 +1
M ./client/templates/clientCommentM.tpl -1 +1
M ./client/templates/clientContactM.tpl -1 +1
M ./comment/templates/commentTemplateM.tpl -1 +1
M ./config/templates/configEdit.tpl -1 +1
M ./config/templates/configEdit_people.tpl -2 +2
M ./config/templates/configEdit_taskStatusOptions.tpl -1 +1
M ./config/templates/configM.tpl -11 +11
M ./finance/templates/editTransactionM.tpl -1 +1
M ./finance/templates/expenseFormM.tpl -1 +1
M ./finance/templates/expenseFormR.tpl -2 +2
M ./finance/templates/searchTransactionFilterS.tpl -2 +2
M ./finance/templates/tfListH.tpl -1 +1
M ./finance/templates/tfM.tpl -1 +1
M ./finance/templates/transactionFilterS.tpl -2 +2
M ./finance/templates/transactionRepeatM.tpl -3 +3
M ./home/lib/home_item.inc.php -1 +2
M ./invoice/templates/invoiceItemForm.tpl -1 +1
M ./invoice/templates/invoiceItemListR.tpl -2 +2
M ./invoice/templates/invoiceListFilterS.tpl -2 +2
M ./invoice/templates/invoiceM.tpl -3 +3
M ./login/templates/login.tpl -1 +1
M ./person/templates/absenceFormM.tpl -3 +3
M ./person/templates/personEmployeeFieldsS.tpl -4 +4
M ./person/templates/personManagementFieldsS.tpl -1 +1
M ./project/templates/projectCommentM.tpl -1 +1
M ./project/templates/projectListH.tpl -1 +1
M ./project/templates/projectPersonListR.tpl -2 +2
M ./reminder/templates/reminderAddM.tpl -1 +1
M ./security/templates/permissionM.tpl -1 +1
M ./task/templates/taskCalendarS.tpl -1 +1
M ./task/templates/taskCommentM.tpl -5 +5
M ./task/templates/taskM.tpl -2 +2
M ./task/templates/taskMessageListH.tpl -1 +1
M ./task/templates/topTenTasksH.tpl -1 +1
M ./time/templates/pendingAdminApprovalTimeSheetHomeM.tpl -1 +1
M ./time/templates/pendingApprovalTimeSheetHomeM.tpl -1 +1
M ./time/templates/timeSheetCommentM.tpl -4 +4
M ./time/templates/timeSheetFormM.tpl -4 +4
M ./time/templates/timeSheetItemForm.tpl -2 +2
M ./time/templates/timeSheetPrintM.tpl -3 +3
Tue Sep 14 11:16:23 EST 2010 Alex Lance <al...@cy...>
* BUG Added db_constraints.sql to the installation script.
Ignore-this: 749882aa6a39e3347ced56b2a4900533
M ./installation/install.php -6 +8
M ./installation/templates/install.tpl -1 +1
M ./installation/templates/patch.tpl -2 +2
Tue Sep 14 12:44:52 EST 2010 Alex Lance <al...@cy...>
* BUG REFACTOR NOSTAGE Made projectType completely database driven.
Ignore-this: 9b460fc8722d95a7e8d3663c018d36e9
M ./installation/db_data.sql -4 +4
A ./patches/patch-00168-alla.sql
M ./project/lib/project.inc.php -3 +4
M ./project/project.php -1
M ./project/templates/projectListR.tpl -1 +1
M ./time/timeSheet.php -1 +1
Tue Sep 14 13:49:07 EST 2010 Alex Lance <al...@cy...>
* BUG REFACTOR NOSTAGE Made projectStatus completely database driven.
Ignore-this: af14a8a0b9949cc29c7b8eeb54225f51
M ./bin/alloc-show-projects -1 +1
M ./bin/alloc-show-tasks -1 +1
M ./bin/alloc.py -1 +1
M ./finance/expenseForm.php -1 +1
M ./finance/transaction.php -1 +1
M ./installation/db_data.sql -3 +3
M ./installation/db_structure.sql -1 +1
M ./installation/db_structure.sql.postgres -1 +1
A ./patches/patch-00169-alla.sql
M ./person/lib/person.inc.php -1 +1
M ./project/lib/project.inc.php -13 +9
M ./project/lib/project_list_home_item.inc.php -1 +1
M ./project/project.php -4 +6
M ./project/templates/projectFormM.tpl -2 +2
M ./project/templates/projectListR.tpl -1 +1
M ./reminder/lib/reminder.inc.php -1 +1
M ./reminder/reminderAdd.php -2 +2
M ./task/lib/task.inc.php -3 +3
M ./task/templates/taskFilterS.tpl -6 +10
M ./time/timeSheet.php -1 +1
Tue Sep 14 13:53:45 EST 2010 Alex Lance <al...@cy...>
* BUG REFACTOR NOSTAGE Made clientStatus completely database driven.
Ignore-this: df733a72e45ad694fab646cbb0b23010
M ./client/client.php -1 +2
M ./client/lib/client.inc.php -4 +6
M ./client/templates/clientDetails.tpl -1 +1
M ./client/templates/clientListR.tpl -1 +1
M ./finance/expenseForm.php -2 +2
M ./installation/db_data.sql -3 +3
M ./installation/db_structure.sql -1 +1
M ./installation/db_structure.sql.postgres -1 +1
M ./invoice/invoice.php -2 +2
M ./invoice/lib/invoice.inc.php -1 +1
A ./patches/patch-00167-alla.sql
M ./project/project.php -2 +2
M ./project/templates/projectFormM.tpl -3 +3
M ./reminder/lib/reminder.inc.php -1 +1
M ./reminder/reminderAdd.php -1 +1
|
|
From: <al...@al...> - 2010-09-18 14:21:43
|
Sun Sep 19 00:20:22 EST 2010 Alex Lance <al...@cy...>
* BUG pending time sheets weren't displaying on the home page.
Ignore-this: 55caa0029d06caccaf48af967621b4c2
M ./time/templates/pendingAdminApprovalTimeSheetHomeM.tpl -1 +1
M ./time/templates/pendingApprovalTimeSheetHomeM.tpl -1 +1
|
|
From: <al...@al...> - 2010-09-20 05:37:27
|
Mon Sep 20 15:33:56 EST 2010 Alex Lance <al...@cy...>
* CLI Update alloc-push-time UI to perform a dry-run by default.
Ignore-this: 85027c898fda2797368db65ecae7f71e
M ./bin/alloc-push-time -4 +6
|
|
From: <al...@al...> - 2010-09-29 05:33:04
|
Mon Sep 27 18:05:02 EST 2010 Alex Lance <al...@cy...>
* COSMETIC Made task status in task list look the same as the task page.
Ignore-this: 9c41cefdd063a7a7828222ee17d6d21c
M ./task/templates/taskListR.tpl -1 +5
M ./task/templates/taskM.tpl -1 +1
Mon Sep 27 18:35:40 EST 2010 Alex Lance <al...@cy...>
* COSMETIC Updated the task status colours for Not Started and In Progress.
Ignore-this: cbd08eb28be8a09b666f13879e4c641d
A ./patches/patch-00173-alla.sql
|
|
From: <al...@al...> - 2010-10-05 02:27:29
|
Tue Oct 5 12:59:33 EST 2010 Jeremy Chin <je...@cy...>
* 16217 Add X-Alloc-* headers to outgoing emails.
Ignore-this: 1706aecb5c3c47a3bd30ed9121f5b082
M ./task/lib/task.inc.php +11
|
|
From: <al...@al...> - 2010-10-14 03:37:01
|
Wed Oct 6 03:18:23 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Changed alloc-show-time to explicitly show the time sheet items.
Ignore-this: 760ac0324bb2fc20ff285cb7700c1a2a
M ./bin/alloc-show-time -3 +2
Fri Oct 8 01:52:11 EST 2010 Alex Lance <al...@cy...>
* BUG Fixed installation bug for windows platform.
Ignore-this: e46998c360e6727ce64800dbf6474902
M ./alloc.php -1 +1
M ./installation/install.php -1 +1
Sat Oct 9 02:48:59 EST 2010 Alex Lance <al...@cy...>
* REFACTOR General auth tidy up.
Ignore-this: 673461ed4e61edb2b18d4a56975dbbf5
M ./alloc.php -8 +14
M ./index.php -2 +1
M ./services/json.php -1 +1
M ./shared/lib/session.inc.php -1 +1
Sat Oct 9 02:51:15 EST 2010 Alex Lance <al...@cy...>
* BUG Auth key wasn't getting set correctly for _REQUEST[sessID].
Ignore-this: 892ce574d6e9a88cf78233962393812e
M ./shared/lib/session.inc.php -1 +1
Sat Oct 9 02:53:59 EST 2010 Alex Lance <al...@cy...>
* Removed browser user-agent checking from the authentication routine.
Ignore-this: d6f01fdccab2313a278133142cf01cdb
M ./shared/lib/session.inc.php -4 +1
Sat Oct 9 02:57:30 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Improved documentation for alloc-subscriptions.
Ignore-this: 5ae37b7d55393b16fda98d7eb2d2ad9
M ./bin/alloc-subscriptions -2 +2
Sun Oct 10 11:48:00 EST 2010 Alex Lance <al...@cy...>
* BUG taskName filter on prioritised task search doesn't work.
Ignore-this: e1aca90aaf53ad162dca456716d8f4f0
M ./task/lib/task.inc.php -14 +14
Sun Oct 10 11:49:46 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Added alloc-browse for a command line shortcut to access alloc resources.
Ignore-this: 75076690c7147ffb160a53dc0f494dae
A ./bin/alloc-browse
M ./bin/alloc.py -2 +18
Thu Oct 14 13:05:42 EST 2010 Alex Lance <al...@cy...>
* 16824 DB Added commentMaster and commentMasterID to comment table.
Ignore-this: 96bf783275f927424ce7b2210156ec4b
M ./comment/lib/comment.inc.php -1 +17
M ./installation/db_constraints.sql +2
M ./installation/db_structure.sql +2
M ./installation/db_structure.sql.postgres +2
A ./patches/patch-00174-alla.sql
Thu Oct 14 14:32:53 EST 2010 Alex Lance <al...@cy...>
* 16824 Added facility to detect work that has yet to be billed.
Ignore-this: f9817d5cf6e02ec213b6d0173a7037b
M ./comment/lib/comment.inc.php +155
A ./comment/summary.php
A ./comment/templates/summaryM.tpl
A ./comment/templates/summaryR.tpl
M ./installation/db_constraints.sql +2
A ./patches/patch-00175-alla.sql
M ./project/lib/project.inc.php +33
M ./shared/global_tpl_values.inc.php +1
M ./task/lib/task.inc.php -31 +3
M ./tools/menu.php +1
Thu Oct 14 14:33:02 EST 2010 Alex Lance <al...@cy...>
* 16824 11637 Added Summary link to Task Comments screen.
Ignore-this: 382980d7cc7e1dddbbb6168ff1b091a6
M ./task/task.php -2 +9
M ./task/templates/taskCommentM.tpl -1 +8
|
|
From: <al...@al...> - 2010-10-14 04:19:36
|
Thu Oct 14 15:18:43 EST 2010 Alex Lance <al...@cy...>
* 16824 BUG In perms checking for new Task Comment Summary functionality.
Ignore-this: 257242581d98c78ec1840666be1e37ba
M ./comment/lib/comment.inc.php -1 +5
|
|
From: <al...@al...> - 2010-10-25 02:58:06
|
|
From: <al...@al...> - 2010-10-25 05:25:11
|
Sun Oct 24 15:59:35 EST 2010 Alex Lance <al...@cy...>
* CLI Changed alloc-foo-bar to alloc foo bar.
Ignore-this: c651f83b8aa49198928e5f6e0bcdf400
./bin/alloc-add-time -> ./bin/add_time.py
./bin/alloc-browse -> ./bin/browse.py
./bin/alloc-push-time -> ./bin/push_time.py
./bin/alloc-show-projects -> ./bin/projects.py
./bin/alloc-show-tasks -> ./bin/tasks.py
./bin/alloc-show-time -> ./bin/timesheets.py
./bin/alloc-subscriptions -> ./bin/subscriptions.py
M ./bin/add_time.py -92 +96
M ./bin/alloc.py -5 +40
M ./bin/browse.py -67 +73
M ./bin/projects.py -31 +36
M ./bin/push_time.py -33 +37
M ./bin/subscriptions.py -51 +55
M ./bin/tasks.py -83 +87
M ./bin/timesheets.py -65 +69
|
|
From: <al...@al...> - 2010-10-25 05:48:40
|
Mon Oct 25 16:43:27 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Added functionality to download a task's comments and attachments to an mbox file.
A ./bin/mbox.py
M ./email/downloadEmail.php -2 +2
M ./email/lib/email_receive.inc.php -1 +6
M ./services/lib/services.inc.php -12 +34
|
|
From: <al...@al...> - 2010-10-25 07:39:22
|
Mon Oct 25 16:56:14 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Added examples to alloc mbox and fixed variable init bug.
Ignore-this: ce295ae4d66e935aef9da8c9a66099f7
M ./bin/mbox.py -1 +9
Mon Oct 25 18:36:52 EST 2010 Alex Lance <al...@cy...>
* 17203 CLI Finished alloc-foo to alloc foo.
Ignore-this: 6dcf87872d7832f9fb1362316986137f
./bin/add_time.py -> ./bin/alloccli/time.py
./bin/alloc.py -> ./bin/alloccli/alloc.py
./bin/browse.py -> ./bin/alloccli/browse.py
./bin/mbox.py -> ./bin/alloccli/mbox.py
./bin/projects.py -> ./bin/alloccli/projects.py
./bin/push_time.py -> ./bin/alloccli/submit.py
./bin/subscriptions.py -> ./bin/alloccli/subscriptions.py
./bin/tasks.py -> ./bin/alloccli/tasks.py
./bin/timesheets.py -> ./bin/alloccli/timesheets.py
A ./bin/alloc
A ./bin/alloccli/
A ./bin/alloccli/__init__.py
M ./bin/alloccli/alloc.py -39
M ./bin/alloccli/submit.py -4 +4
M ./bin/alloccli/time.py -3 +3
M ./bin/alloccli/timesheets.py -3 +3
|
|
From: <al...@al...> - 2010-10-31 15:12:04
|
Sat Oct 30 14:29:29 EST 2010 Alex Lance <al...@cy...>
* BUG Added search index creation to the installation process.
Ignore-this: 61cf0ad1386b03b02f584674c35374e7
M ./installation/install.php +7
M ./installation/templates/install.tpl -1 +1
Sat Oct 30 15:00:51 EST 2010 Alex Lance <al...@cy...>
* Nudged version to 1.7.0.
Ignore-this: f50258354aa81f649d223f2ab0441a55
M ./AUTHORS -4 +7
M ./DEVELOPERS -2 +11
M ./INSTALL -1 +2
M ./UPGRADING -2 +2
M ./util/alloc_version -1 +1
Sat Oct 30 15:05:52 EST 2010 Alex Lance <al...@cy...>
* BUG Added dateRejected field to db_structure.sql.postgress.
Ignore-this: e71492cde7ff0c5ecd069d44a6abea39
M ./installation/db_structure.sql.postgres +1
Sat Oct 30 15:15:03 EST 2010 Alex Lance <al...@cy...>
tagged allocPSA 1.7.0
Ignore-this: 47697799d0359292b2c0abfaf1e06131
|
|
From: <al...@al...> - 2010-11-14 13:30:36
|
Mon Nov 15 00:27:57 EST 2010 Alex Lance <al...@cy...>
* 17354 Fixed a couple of task status bugs.
M ./task/lib/task.inc.php -19 +19
|
|
From: <al...@al...> - 2010-11-15 01:17:38
|
Mon Nov 15 12:16:09 EST 2010 Alex Lance <al...@cy...>
* 17374 Nuked custom delete() method from tf to prevent easy deletions of all transactions for a tf.
Ignore-this: d8e2e21c3e9716f706f02ec87cfc8c1f
M ./finance/lib/tf.inc.php -16
|
|
From: <al...@al...> - 2010-11-19 06:29:44
|
Fri Nov 19 10:28:27 EST 2010 Jeremy Chin <je...@cy...>
* 17400 Added space to maps URL.
Ignore-this: be566d83d6340f688bded957a65f447a
M ./client/lib/client.inc.php -1 +1
Thu Nov 11 14:20:46 EST 2010 Jeremy Chin <je...@cy...>
* 17361 Check 'Don't send email' box by default when moving timesheets to completed.
Ignore-this: da4bbb46a7990badb75cf81ec5e14ed0
M ./time/timeSheet.php -1 +5
Fri Nov 19 13:10:13 EST 2010 Jeremy Chin <je...@cy...>
* 17404 Filter out closed parent tasks correctly.
Ignore-this: ab3f2c6e29a76dc7a8737dcf7fe3fcf
M ./task/lib/task.inc.php -1 +4
Fri Nov 19 13:54:21 EST 2010 Jeremy Chin <je...@cy...>
* 17403 Display project priority in user project view.
Ignore-this: ff98b1f13f5304ffca2826262b9f480d
M ./project/templates/projectViewM.tpl +4
Fri Nov 19 17:29:11 EST 2010 Alex Lance <al...@cy...>
* Made parent task query use task::get_task_status_in_set_sql().
M ./task/lib/task.inc.php -3 +2
|
|
From: <al...@al...> - 2010-11-22 05:34:48
|
Mon Nov 22 16:21:55 EST 2010 Jeremy Chin <je...@cy...>
* 16897 Improving the display of client contact emails and adding vcard output.
Ignore-this: 464fbc3bd8d93bfdd7bd6fffbbfb30e4
M ./AUTHORS +2
M ./client/client.php -2 +17
M ./client/lib/clientContact.inc.php +47
M ./client/templates/clientListR.tpl -1 +1
A ./images/icon_vcard.png
|