]>
git.mjollnir.org Git - tks.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nigel McNie [Sat, 31 May 2008 03:59:40 +0000 (15:59 +1200)]
Added debian copyright file.
Nigel McNie [Sat, 31 May 2008 03:55:54 +0000 (15:55 +1200)]
Added a basic README and a GPL3 license file.
Nigel McNie [Thu, 29 May 2008 22:14:56 +0000 (10:14 +1200)]
Set tabwidth to 16 to make formatting the file easier.
Nigel McNie [Thu, 29 May 2008 12:30:41 +0000 (00:30 +1200)]
Added vim syntax highlighting for tks files.
The syntax highlighting itself was done by Martyn.
It will highlight files that have the extension .tks.
Nigel McNie [Thu, 29 May 2008 08:56:40 +0000 (20:56 +1200)]
First go at commenting out lines when they're committed.
This involved reworking the method that got data from the timekeeping file to return it in a format more conducive to this change.
Nigel McNie [Thu, 29 May 2008 06:20:12 +0000 (18:20 +1200)]
Remove old example file.
Nigel McNie [Thu, 29 May 2008 06:18:18 +0000 (18:18 +1200)]
Got rid of the old config file.
Martyn Smith [Thu, 29 May 2008 02:08:28 +0000 (14:08 +1200)]
Fixed a bug in daily subtotals
Martyn Smith [Thu, 29 May 2008 01:51:54 +0000 (13:51 +1200)]
Ammended date parsing comment
Martyn Smith [Thu, 29 May 2008 01:45:12 +0000 (13:45 +1200)]
Drop invalid WRs rather than attempt to coerce them to ints
Martyn Smith [Thu, 29 May 2008 01:40:20 +0000 (13:40 +1200)]
Added ISO date support
Nigel McNie [Mon, 26 May 2008 11:22:25 +0000 (23:22 +1200)]
Everyone's favourite dpkg-buildpackage makefile.
Nigel McNie [Mon, 26 May 2008 11:15:09 +0000 (23:15 +1200)]
Added more dependencies.
Nigel McNie [Mon, 26 May 2008 11:11:57 +0000 (23:11 +1200)]
Put the tks script and WRMS libraries in the right place.
Nigel McNie [Mon, 26 May 2008 11:10:55 +0000 (23:10 +1200)]
Convert to using a simple INI file in the user's home directory for config, rather than a YAML file.
Nigel McNie [Mon, 26 May 2008 10:30:32 +0000 (22:30 +1200)]
Rename the script to match the program name
Nigel McNie [Mon, 26 May 2008 10:27:17 +0000 (22:27 +1200)]
Beginnings of debian packaging
Nigel McNie [Mon, 26 May 2008 09:12:45 +0000 (21:12 +1200)]
Summarise the totals for each day.
Nigel McNie [Mon, 26 May 2008 08:55:40 +0000 (20:55 +1200)]
Add a method to load timesheet information in a simpler format than yaml.
The format looks like:
date
WR time description
WR time description
...
date
WR time description
WR time description
...
Nigel McNie [Mon, 26 May 2008 08:55:02 +0000 (20:55 +1200)]
Use the new timesheet file format to load timesheet data.
Output the summarised results in a nicer format. (WIP)
Martyn Smith [Thu, 1 Nov 2007 22:37:21 +0000 (11:37 +1300)]
Timesheet sample
Martyn Smith [Thu, 1 Nov 2007 22:34:06 +0000 (11:34 +1300)]
Initial commit