Alan Hamlett
|
85a68293ac
|
upgrade pygments to v2.0.1
|
2014-11-30 22:10:30 -08:00 |
|
Alan Hamlett
|
7ddf028041
|
always log an error when api key is incorrect
|
2014-11-23 11:35:43 -08:00 |
|
Alan Hamlett
|
d73ac29fa5
|
v2.1.6
|
2014-11-18 15:58:04 -08:00 |
|
Alan Hamlett
|
685ba447b4
|
fix list index error when detecting subversion project
|
2014-11-18 15:57:29 -08:00 |
|
Alan Hamlett
|
a455d7ce34
|
v2.1.5
|
2014-11-17 22:50:46 -08:00 |
|
Alan Hamlett
|
afd488d33b
|
catch exceptions from unknown timezones
|
2014-11-17 22:33:25 -08:00 |
|
Alan Hamlett
|
acaf539001
|
v2.1.4
|
2014-11-12 19:32:31 -08:00 |
|
Alan Hamlett
|
5dbb19eb50
|
when Python was not compiled with https support, log an error to the log file
|
2014-11-12 19:30:13 -08:00 |
|
Alan Hamlett
|
7609078d5a
|
support .mdown extension as Markdown
|
2014-11-10 23:52:48 -08:00 |
|
Alan Hamlett
|
47102afaa2
|
v2.1.3
|
2014-11-10 12:25:14 -08:00 |
|
Alan Hamlett
|
1e1b001b61
|
detect branch name from local directory name for subversion projects
|
2014-11-10 12:25:01 -08:00 |
|
Alan Hamlett
|
0a6517c2b5
|
v2.1.2
|
2014-10-07 04:44:51 -07:00 |
|
Alan Hamlett
|
c8960e2bde
|
if something goes wrong, just return None.
|
2014-10-07 04:43:00 -07:00 |
|
Alan Hamlett
|
40c5656910
|
always print error message when not able to read config file
|
2014-10-04 11:15:33 -07:00 |
|
Alan Hamlett
|
670141413e
|
print actual location of config file in error message when not able to read from it
|
2014-10-04 11:09:25 -07:00 |
|
Alan Hamlett
|
1800f93d8d
|
v2.1.1
|
2014-09-30 10:12:49 -07:00 |
|
Alan Hamlett
|
0ec8c8edd9
|
don't open binary file as utf-8
|
2014-09-30 10:11:44 -07:00 |
|
Alan Hamlett
|
ffe1a32e5b
|
v2.1.0
|
2014-09-30 09:15:38 -07:00 |
|
Alan Hamlett
|
4bad3541d9
|
new compat file for python2 and python3 compatibility. read files as utf-8.
|
2014-09-30 09:09:30 -07:00 |
|
Alan Hamlett
|
138be33349
|
use os.devnull for python2 support
|
2014-08-29 12:45:52 -07:00 |
|
Alan Hamlett
|
c1164d2bd1
|
v2.0.8
|
2014-08-29 12:38:36 -07:00 |
|
Alan Hamlett
|
c7989b1eaf
|
supress output from running svn command
|
2014-08-29 12:37:54 -07:00 |
|
Alan Hamlett
|
fbdaf77abe
|
v2.0.7
|
2014-08-27 03:29:28 -07:00 |
|
Alan Hamlett
|
a5572bfc29
|
find svn binary location from common install directories
|
2014-08-27 03:25:05 -07:00 |
|
Alan Hamlett
|
0581963f55
|
v2.0.6
|
2014-08-07 08:21:25 -07:00 |
|
Alan Hamlett
|
1e50a6a1b6
|
encode json when sending to urllib
|
2014-08-07 08:21:06 -07:00 |
|
Alan Hamlett
|
9128585fe8
|
correct error message
|
2014-07-25 03:39:36 -07:00 |
|
Alan Hamlett
|
d656ed9cb7
|
update history file with new changes
|
2014-07-25 02:38:04 -07:00 |
|
Alan Hamlett
|
abe2e97591
|
v2.0.5
|
2014-07-25 02:29:31 -07:00 |
|
Alan Hamlett
|
1055a25aff
|
option for obfuscating file names called --hidefilenames
|
2014-07-25 02:28:32 -07:00 |
|
Alan Hamlett
|
3759127e9a
|
v2.0.4
|
2014-07-25 01:00:10 -07:00 |
|
Alan Hamlett
|
e392ff6e77
|
namespace logger to prevent conflicts with other plugins
|
2014-07-25 00:59:25 -07:00 |
|
Alan Hamlett
|
c07bef55af
|
v2.0.3
|
2014-06-18 10:08:25 -07:00 |
|
Alan Hamlett
|
35bd98ca6d
|
use project passed from command line when no revision control project is found
|
2014-06-18 10:05:27 -07:00 |
|
Alan Hamlett
|
f6e1eba0df
|
v2.0.2
|
2014-06-09 15:16:14 -05:00 |
|
Alan Hamlett
|
cedfa30a27
|
disable offline logging when Python was not compiled with sqlite3 module
|
2014-06-09 15:15:38 -05:00 |
|
Alan Hamlett
|
5303f25614
|
fix unicode string with Python3.2 bug in simplejson package
|
2014-06-06 15:13:31 -05:00 |
|
Alan Hamlett
|
0ae5f37a40
|
include python3.2 compatible versions of simplejson, pytz, and tzlocal
|
2014-06-06 13:55:20 -05:00 |
|
Alan Hamlett
|
4476d0401d
|
use normal string instead of unicode for python v3.2 support
|
2014-06-06 12:56:32 -05:00 |
|
Alan Hamlett
|
f1f57561c4
|
change except lines
|
2014-05-26 20:02:30 -07:00 |
|
Alan Hamlett
|
62f297b768
|
always log error when action not sent to api
|
2014-05-26 17:16:40 -07:00 |
|
Alan Hamlett
|
72bf4526ec
|
v2.0.1
|
2014-05-26 14:56:11 -07:00 |
|
Alan Hamlett
|
7d94be516f
|
fix bug in queue preventing actions with null values from being purged
|
2014-05-26 14:55:16 -07:00 |
|
Alan Hamlett
|
934d5a4ca6
|
disable queue until bug fixed
|
2014-05-26 14:05:54 -07:00 |
|
Alan Hamlett
|
2e048319d7
|
v2.0.0
|
2014-05-25 17:22:30 -07:00 |
|
Alan Hamlett
|
22766bb14b
|
support for offline time logging
|
2014-05-25 17:14:38 -07:00 |
|
Alan Hamlett
|
5eb2ad4bea
|
update history file
|
2014-05-06 17:19:01 -07:00 |
|
Alan Hamlett
|
c7e4c2951d
|
v1.0.2
|
2014-05-06 17:17:20 -07:00 |
|
Alan Hamlett
|
96899ed46b
|
use args.project_name to prevent conflicting with project argument
|
2014-05-06 17:16:35 -07:00 |
|
Alan Hamlett
|
81c3e6d336
|
allow project to be set as cmd line arg
|
2014-05-06 17:07:36 -07:00 |
|