]> git.mjollnir.org Git - tks.git/log
tks.git
16 years agoSet tabwidth to 16 to make formatting the file easier.
Nigel McNie [Thu, 29 May 2008 22:14:56 +0000 (10:14 +1200)]
Set tabwidth to 16 to make formatting the file easier.

16 years agoAdded vim syntax highlighting for tks files.
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.

16 years agoFirst go at commenting out lines when they're committed.
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.

16 years agoRemove old example file.
Nigel McNie [Thu, 29 May 2008 06:20:12 +0000 (18:20 +1200)]
Remove old example file.

16 years agoGot rid of the old config file.
Nigel McNie [Thu, 29 May 2008 06:18:18 +0000 (18:18 +1200)]
Got rid of the old config file.

16 years agoFixed a bug in daily subtotals
Martyn Smith [Thu, 29 May 2008 02:08:28 +0000 (14:08 +1200)]
Fixed a bug in daily subtotals

16 years agoAmmended date parsing comment
Martyn Smith [Thu, 29 May 2008 01:51:54 +0000 (13:51 +1200)]
Ammended date parsing comment

16 years agoDrop invalid WRs rather than attempt to coerce them to ints
Martyn Smith [Thu, 29 May 2008 01:45:12 +0000 (13:45 +1200)]
Drop invalid WRs rather than attempt to coerce them to ints

16 years agoAdded ISO date support
Martyn Smith [Thu, 29 May 2008 01:40:20 +0000 (13:40 +1200)]
Added ISO date support

16 years agoEveryone's favourite dpkg-buildpackage makefile.
Nigel McNie [Mon, 26 May 2008 11:22:25 +0000 (23:22 +1200)]
Everyone's favourite dpkg-buildpackage makefile.

16 years agoAdded more dependencies.
Nigel McNie [Mon, 26 May 2008 11:15:09 +0000 (23:15 +1200)]
Added more dependencies.

16 years agoPut the tks script and WRMS libraries in the right place.
Nigel McNie [Mon, 26 May 2008 11:11:57 +0000 (23:11 +1200)]
Put the tks script and WRMS libraries in the right place.

16 years agoConvert to using a simple INI file in the user's home directory for config, rather...
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.

16 years agoRename the script to match the program name
Nigel McNie [Mon, 26 May 2008 10:30:32 +0000 (22:30 +1200)]
Rename the script to match the program name

16 years agoBeginnings of debian packaging
Nigel McNie [Mon, 26 May 2008 10:27:17 +0000 (22:27 +1200)]
Beginnings of debian packaging

16 years agoSummarise the totals for each day.
Nigel McNie [Mon, 26 May 2008 09:12:45 +0000 (21:12 +1200)]
Summarise the totals for each day.

16 years agoAdd a method to load timesheet information in a simpler format than yaml.
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
...

16 years agoUse the new timesheet file format to load timesheet data.
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)

17 years agoTimesheet sample
Martyn Smith [Thu, 1 Nov 2007 22:37:21 +0000 (11:37 +1300)]
Timesheet sample

17 years agoInitial commit
Martyn Smith [Thu, 1 Nov 2007 22:34:06 +0000 (11:34 +1300)]
Initial commit