This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "TaskJuggler 3.x - The next generation".
The branch, master has been updated
via 0d4867d68c8246115118a5e2fad6ea0c1e2c5c8f (commit)
via 586a2507df39cb05d95b6cd123dacf0cca3de43c (commit)
via 84ff417e2e7fe76e2cdbf32c76ad13b55b58598d (commit)
via 25612dcdb7d6e5312078962b5c56e4ede40a1d3b (commit)
via 9509e26a50b85e6c413a21f7069aa71a504a4dfb (commit)
via d4cd0abd2994a2f178e8e288550e41d47a266005 (commit)
from 59b7ca76fe4eb2deeef3feef5b74a4f9c4080b4a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d4867d68c8246115118a5e2fad6ea0c1e2c5c8f
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sun Feb 17 13:39:10 2013 +0100
Fix: Make spaces after <fcol:...> work in RichText.
Reported-by: vijay
commit 586a2507df39cb05d95b6cd123dacf0cca3de43c
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sun Feb 17 13:04:06 2013 +0100
Clarify that in-line markups cannot be nested.
commit 84ff417e2e7fe76e2cdbf32c76ad13b55b58598d
Merge: 25612dcdb7d6e5312078962b5c56e4ede40a1d3b 9509e26a50b85e6c413a21f7069aa71a504a4dfb
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sun Feb 17 12:30:03 2013 +0100
Merge branch 'master' of github.com:taskjuggler/TaskJuggler
commit 25612dcdb7d6e5312078962b5c56e4ede40a1d3b
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sun Feb 17 12:28:12 2013 +0100
Fix: Ensure that times in ICal files are always UTC.
Reported-by: Christopher Mann
commit 9509e26a50b85e6c413a21f7069aa71a504a4dfb
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sun Feb 3 18:51:00 2013 +0100
Fix: Added warning for overwriting non-scenario-specific attributes.
commit d4cd0abd2994a2f178e8e288550e41d47a266005
Author: Chris Schlaeger <
ch...@linux.com>
Date: Sat Feb 2 19:29:49 2013 +0100
Use less exceptions to check for attribute overwrites.
-----------------------------------------------------------------------
Summary of changes:
lib/taskjuggler/AttributeBase.rb | 10 +
lib/taskjuggler/Attributes.rb | 2 +-
lib/taskjuggler/ICalendar.rb | 2 +-
lib/taskjuggler/ProjectFileParser.rb | 8 +
lib/taskjuggler/PropertyList.rb | 2 +-
lib/taskjuggler/PropertySet.rb | 2 +-
lib/taskjuggler/PropertyTreeNode.rb | 58 ++-
lib/taskjuggler/RichText/Scanner.rb | 1 +
lib/taskjuggler/TjTime.rb | 27 +-
lib/taskjuggler/TjpSyntaxRules.rb | 458 +++++++++----------
manual/Rich_Text_Attributes | 2 +
tasks/rdoc.rake | 6 +-
.../CSV-Reports/refs/taskreport_with_resources.csv | 28 +-
.../CSV-Reports/taskreport_with_resources.tjp | 2 +-
14 files changed, 321 insertions(+), 287 deletions(-)
For Details see
http://www.taskjuggler.org/cgi-bin/gitweb.cgi?p=taskjuggler3.git&a=commitdiff&h=d4cd0abd2994a2f178e8e288550e41d47a266005
hooks/post-receive
--
TaskJuggler 3.x - The next generation