OSDN Git Service

* Support for later completion of task and resources added. By
authorcs <cs@e1914e07-63f8-0310-9059-d6d858d7cdca>
Sun, 12 May 2002 09:15:49 +0000 (09:15 +0000)
committercs <cs@e1914e07-63f8-0310-9059-d6d858d7cdca>
Sun, 12 May 2002 09:15:49 +0000 (09:15 +0000)
commitbd77316e7b1ef2e0eaa3ea67d26680ddca313cdf
treec0e50730910787dbfbe36bcea44ea950041a6f4d
parentca8750dc46fcbcce7631da6e224024cb7ec18987
* Support for later completion of task and resources added. By
writing 'supplement task <ID> { ... }' an already defined task
can be extended. So it's easier now to create a file which contains
the vacations for all resources seperate from the resource definition
itself.

* Extended expression parser to work on string type values as
well.

* Logical expressions for hidetask, rolluptask etc. can now
contain functions as well. Currently there is support for 'istask',
'issubtaskof', 'contains', 'ismilestone'.

* Moved the docs directory from taskjugger subdir to topdir.

* Added feature list and changelog to the documentation.

* Property reference is now sorted in alphabetical order.

* Added missing 'export' report to documentation.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@137 e1914e07-63f8-0310-9059-d6d858d7cdca
34 files changed:
ChangeLog
Contrib/vim/tjsp.vim
Examples/AccountingSoftware/AcSo.tjp
Examples/AccountingSoftware/tj [new file with mode: 0755]
Makefile.am
TestSuite/README [new file with mode: 0644]
TestSuite/Scheduler/Correct/Vacation.tjp
TestSuite/Syntax/Correct/Expression.sh [new file with mode: 0755]
TestSuite/Syntax/Correct/Expression.tjp [new file with mode: 0644]
TestSuite/Syntax/Errors/Vacation1.tjp [new file with mode: 0644]
TestSuite/Syntax/Errors/Vacation2.tjp [new file with mode: 0644]
TestSuite/Syntax/Errors/Vacation3.tjp [new file with mode: 0644]
TestSuite/testdir
docs/.cvsignore [new file with mode: 0644]
docs/Makefile.am [new file with mode: 0644]
docs/en/.cvsignore [new file with mode: 0644]
docs/en/Makefile.am [new file with mode: 0644]
docs/en/README [new file with mode: 0644]
docs/en/index.sgml.in [new file with mode: 0644]
taskjuggler.lsm
taskjuggler/Account.h
taskjuggler/CoreAttributes.h
taskjuggler/ExpressionTree.cpp
taskjuggler/ExpressionTree.h
taskjuggler/Makefile.am
taskjuggler/Project.cpp
taskjuggler/Project.h
taskjuggler/ProjectFile.cpp
taskjuggler/ProjectFile.h
taskjuggler/Report.cpp
taskjuggler/ResourceList.h
taskjuggler/ShiftList.h
taskjuggler/Task.cpp
taskjuggler/Task.h