-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
108 lines (80 loc) · 3.21 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#-----------------------------------------------------------------
# Changes for Module::CPANTS::Site
#-----------------------------------------------------------------
0.76 2008-08-10 13:14:15
- handle experimental metrics
- added dist/complying?metric
- fixed RT#28116 reported by DAXIM
- moved external links from navbar into subpage
- added BindLex to various Controllers
- if only one dist/author is found, directly redirect to
overview page
- search dist now case insensitive
- actived JSON dist dependencies view (marcus.ramberg)
- added kwalitee_overview.png
- added by/*_kwalitee to stats (requested by Tux)
0.75 Tue Apr 8 01:22:24 CEST 2008
* released at the Oslo QA Hackathon 2008
- added stats/by/...
- show a big fat warning if a run is in progress
- show error messages in kwalitee view
0.74 Mon Apr 7 07:14:34 CEST 2008
* released at the Oslo QA Hackathon 2008
- updated TODO & news
- added info on commit list
0.73 2008-01-29
- adapted to new Module::CPANTS::Schema
- fixed dist-links to use overview
- fixed error view
0.72 2007-10-30
- split up dist/view into several smaller and much nicer pages
- generally enhanced dist/view etc
0.71 2007-10-29
- enhanced kwalitee/view
- set WHILE_MAX to 3000 (until I find some time to redo the dist/view
page) so that 'Other dists requiring' works for Test::More and
libwww-perl
- some fixes to templates (dist name, run)
- rearranged dist to work with Module::CPANTS::ProcessCPAN::MyBuild
- moved config from yaml to app class, so we can use
Module::CPANTS::ProcessCPAN::ConfigData->config(home)
- fixed broken links (reported by hossman
http://use.perl.org/comments.pl?sid=37332&cid=58593)
0.70 2007-10-24
- moved to sqlite backend instead of postgres
- add kwalitee of prereqs as suggested by Ian Malpass
0.64 2007-04-23
- moved svn repo to http://code.google.com/p/cpants/
- added depencies on DBD::Pg and Catalyst::Plugin::ConfigLoader
reported by Nicholas Clark
- order distros alphabetically on author page
0.63 2006-09-29
all of this was done by Brian Cassidy (BIRCAS)
Thanks a lot!!!
- added Root controller
- moved some Regex actions to Path actions
- added a generic method for faux .html files
- replaced default() with index() and made default() return a 404
- extracted config to YAML file
- converted Model/Kwalitee into a proper model
- converted "return $c->forward(...)" into "$c->detach(...)"
- author/FOO now works the same as dist/FOO when FOO does not exist
- minor code/pod/template cleanups
- added tests
0.62 2006-09-13
- removed various bugs
- marked optional metrics (thanks to BooK for a color suggestion
(no, it was not pink!)
0.61 2005-07-20
- removed pod errors
- dist housekeeping
- Module::Build instead of Module::Install
- several minor wording changes
- added News
- added rel_kwalitee
0.60 2005-05-18
- added distlinks to other cpan sites
- added yi.org logo
- ported from old version
0.01 Sat Mar 18 20:02:56 2006
- initial revision, generated by Catalyst