]>
Commit | Line | Data |
---|---|---|
bbf8209c MG |
1 | Revision history for Perl extension Gruntmaster::Data. |
2 | ||
347ea1e4 MG |
3 | 5999.000_011 2014-12-07T00:55+02:00 |
4 | - Make problem value NOT NULL | |
5 | - Add contest_start and contest_stop to pb_entry | |
6 | - Use perlcritic | |
7 | - Add a "solution" column to problem | |
8 | ||
df95d578 MG |
9 | 5999.000_010 2014-10-05T00:32+03:00 |
10 | - Depend on PerlX::Maybe | |
11 | - Switch from JSON.pm to JSON::MaybeXS | |
12 | ||
2b419b08 MG |
13 | 5999.000_009 2014-09-28T00:02+03:00 |
14 | - Add page information to job_list | |
15 | - Prevent experimental reference usage warnings | |
16 | ||
47791059 MG |
17 | 5999.000_008 2014-08-03T00:25+03:00 |
18 | - Add a method for computing standings. | |
19 | - Depend on Authen::Passphrase(::BlowfishCrypt) | |
20 | - Fix bugs in user_list and set_passphrase | |
21 | ||
26d60269 MG |
22 | 5999.000_007 2014-07-20T01:38+03:00 |
23 | - Add some utility functions. | |
24 | ||
812e0763 MG |
25 | 5999.000_006 2014-05-25T00:02+03:00 |
26 | - Attempt to use correct perl in tools.t | |
27 | ||
038d2195 MG |
28 | 5999.000_005 2014-05-17T12:30+03:00 |
29 | - Depend on DBIx::Class directly | |
30 | ||
4af36c88 MG |
31 | 5999.000_004 2014-05-17T10:52+03:00 |
32 | - Build-Depend on SQL::Translator | |
33 | - Fix version | |
34 | ||
2c7f0a5d MG |
35 | 5999.000_003 2014-05-16T19:31+03:00 |
36 | - Use Postgres (via DBIx::Class) instead of Redis | |
37 | - Change license to perl | |
38 | - Improve tools | |
39 | - Add tests | |
40 | ||
41 | 5999.000_002 2014-02-28T18:07+02:00 | |
7625bb86 MG |
42 | - Move most problem attributes outside problem_meta |
43 | - Add the HGETALL Redis command | |
44 | - Add functions for getting/setting the last submit time of a user. | |
45 | ||
2c7f0a5d | 46 | 5999.000_001 2014-02-02T01:01+02:00 |
752a6d52 | 47 | - Initial release |
bbf8209c | 48 |