-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
127 lines (96 loc) · 3.32 KB
/
Changes
File metadata and controls
127 lines (96 loc) · 3.32 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
College Basketball Bracket System
- count final four teams left per player
- add completion-state flash signaling for region/final4 save flows
1.18 2025 Març
- Update to 2024 Field of Teams
1.17 2024 Dec
- more input automation
- tuned queries
- updated to jquery 3.7.1
- updated psgi app script
1.16 2022 Març
- 2022 data loaded
1.15 2019 Mars
- 2019 data loaded
- updated to jquery 3.3.1
1.14 2018 Mars
- 2018 data loaded
1.13 2017 Mars
- 2017 data loaded
1.12 2016 Mars 14
- 2016 data loaded
1.11 2015 Mars 16
- 2015 data loaded
1.10 2014 Mars 29
- sum regional scores to get total score (fix)
- stay on perfect player pages when editing
- fix round > 2 team advancement
- update to 2.1.0 of jQuery
1.09 2014 Mars 23
- (re)build manifest to add new css files
1.08 2014 Mars 23
- responsive design
- add upsets picked
- show region scores on player home
1.07 2014 Mars 16
- 2014 data loaded
1.06 2013 Mars 17
- 2013 data loaded
1.05 2012 Mars 12
- 2012 data loaded
- edit cutoff time configurable in bracket.conf
1.04 2011 Mars 21
Improvements:
- Counts of picks made (region and final4)
- Counts of correct picks made
- Refined Player home page view
- /update_player points works fully and fast (new default)
- Refined admin links
- created is_game_time function to stash cutoff time
used in views
1.03 2011 Mars 13
- 2011 Data loaded.
1.02 2010 Mars 28
Bug Fix:
* Championship game pairings
Improvements:
* Increased cookie expiration to 3 weeks to reduce logins
New features:
* Create /round_out page to mark the round teams go out.
This is used to strike them out in subsequent rounds.
* update_points/ which is much faster than /update_player_point,
but only tested on MySQL so far.
1.01 2010 Mars 19
Bug Fix:
* Create BracketTestSchema to support Catalyst::Test tests
Improvements:
* Activate /qa page to help verify that lower seed winners
have been marked correctly.
1.00 2010 Mars 18
Bug Fix:
* Final 4 matchups (generalize to handle any year)
Improvements:
* Regional Edits cut-off time added
* More cleaning of un-needed parts
* View refinements
0.99 2010 Mars 17
Bug Fix:
* correct deploy dsn reading from conf which recently changed.
* change Team result class so SQLite can deploy.
Improvements:
* Better deploy wording
* Clean out un-needed files
* Added some POD
0.98 2010 Mars 16
- Make a proper MANIFEST.SKIP to keep junk out of distribution.
0.97 2010 Mars 15
- Prepare for general release
0.03 2010 February 27
- Change project name to "Bracket"
- Updated namespace to use new name.
0.02 2009 March 18
- 2009 NCAA Bracket Edition
- changed to use ncaa_2009 as database (instead of ncaa)
- Add better mouse support on hover of team.
0.01 2008 March 17
- initial revision, generated by Catalyst