]>
Commit | Line | Data |
---|---|---|
bbf8209c MG |
1 | Revision history for Perl extension Gruntmaster::Data. |
2 | ||
9e130d3b MG |
3 | 5999.000_013 2014-12-20T23:20+02:00 |
4 | - Improve user_list performance | |
5 | - Sort problem and contest lists in user_entry | |
6 | - Add a purge sub and use it where needed. | |
7 | - Add table and column comments | |
8 | - Make job_list only return public jobs | |
9 | ||
625a7bd0 MG |
10 | 5999.000_012 2014-12-13T18:20+02:00 |
11 | - Add solution to pb_entry | |
12 | - Add {problem,contest}_status tables and a method that updates them | |
13 | - Improve performance of standings, move it to Result/Contest.pm | |
14 | - Add many new keys to us_entry | |
15 | - Remove support for archive standings | |
16 | ||
347ea1e4 MG |
17 | 5999.000_011 2014-12-07T00:55+02:00 |
18 | - Make problem value NOT NULL | |
19 | - Add contest_start and contest_stop to pb_entry | |
20 | - Use perlcritic | |
21 | - Add a "solution" column to problem | |
22 | ||
df95d578 MG |
23 | 5999.000_010 2014-10-05T00:32+03:00 |
24 | - Depend on PerlX::Maybe | |
25 | - Switch from JSON.pm to JSON::MaybeXS | |
26 | ||
2b419b08 MG |
27 | 5999.000_009 2014-09-28T00:02+03:00 |
28 | - Add page information to job_list | |
29 | - Prevent experimental reference usage warnings | |
30 | ||
47791059 MG |
31 | 5999.000_008 2014-08-03T00:25+03:00 |
32 | - Add a method for computing standings. | |
33 | - Depend on Authen::Passphrase(::BlowfishCrypt) | |
34 | - Fix bugs in user_list and set_passphrase | |
35 | ||
26d60269 MG |
36 | 5999.000_007 2014-07-20T01:38+03:00 |
37 | - Add some utility functions. | |
38 | ||
812e0763 MG |
39 | 5999.000_006 2014-05-25T00:02+03:00 |
40 | - Attempt to use correct perl in tools.t | |
41 | ||
038d2195 MG |
42 | 5999.000_005 2014-05-17T12:30+03:00 |
43 | - Depend on DBIx::Class directly | |
44 | ||
4af36c88 MG |
45 | 5999.000_004 2014-05-17T10:52+03:00 |
46 | - Build-Depend on SQL::Translator | |
47 | - Fix version | |
48 | ||
2c7f0a5d MG |
49 | 5999.000_003 2014-05-16T19:31+03:00 |
50 | - Use Postgres (via DBIx::Class) instead of Redis | |
51 | - Change license to perl | |
52 | - Improve tools | |
53 | - Add tests | |
54 | ||
55 | 5999.000_002 2014-02-28T18:07+02:00 | |
7625bb86 MG |
56 | - Move most problem attributes outside problem_meta |
57 | - Add the HGETALL Redis command | |
58 | - Add functions for getting/setting the last submit time of a user. | |
59 | ||
2c7f0a5d | 60 | 5999.000_001 2014-02-02T01:01+02:00 |
752a6d52 | 61 | - Initial release |
bbf8209c | 62 |