-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
executable file
·211 lines (169 loc) · 6.08 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Revision history for Marquee
0.42 2019/11/18
- Fixed a bug where config method didn't work.
- Fixed examples.
0.41 2019/04/12
- Fix tests for Mojolicious 7.93 and later
0.40 2018/05/21
- Fix for Mojolicious 7.80
0.39 2018/03/30
- Fixes in favor of Mojolicious 7.71
0.38 2017/12/25
- Updated dependent version of Mojolicious.
- Confirmed change on content-length behavior on Mojolicious.
- Ported home method of Mojo class.
0.37 2016/09/15
- Fixed tests
0.36 2016/09/15
- Added CLI delay option to emulate distant server.
0.35 2016/05/16
- Fixed test
0.34 2016/03/30
- Updated dependent version of perl to 6.57
- Removed obsolete tests.
0.33 2015/11/24
- Updated dependent version of perl to 5.20
- Tested on perl-5.22
0.32 2015/09/01
- Relocated official web
0.31 2015/08/12
- Updated internals for latest mojolicious usage.
- Added FormValidatorLazy plugin for zero-configuration form validation.
- Improved tests.
- Improved documents.
0.30 2014/06/07
- Updated depencencies.
- Fixed a test for perl-5.8.18.
- Started travis ci test.
- Adopted scss and now csses are auto-generated.
0.29 2014/06/01
- Adopted html5 for core templates and examples.
0.28 2014/02/11
- Added support for rotating secrets.
- Removed secret method from Marquee.
- Now render auto detects path if not given.
- Changed status code for directory traversal from 404 to 400.
- Fixed bug on viax.
- Updated mojo API usage in favor of v4.78.
- Ported latest implementation of Mojolicious::Types.
- Improved POD viewer a little.
0.27 2013/11/11
- Now content type header is auto set when missing.
- Now dynamic renderer do not overwrite existing response.
- Now Router plugin is auto activated and routes can be accessible as an app
attribute.
0.26 2013/11/10
- Added FormValidatorLazy plugin.
- Refactored static/dinamic dispach logic to serve method.
- Changed router api for consistency.
- Made unserved route not tot fallback to default route.
- Added viax method to router API.
- Improved MIME type detection.
0.25 2013/05/31
- Added SCSS plugin
- Updated API usage in favor of mojo v4.13
0.24 2013/05/31
- Fixed a bug on Official site example.
- Now it depends on Mojolicious v4.09.
0.23 2012/11/26
- Improved installation direction.
0.22 2012/11/26
- Improved documentations.
- Added install.sh
0.21 2012/10/21
- Removed deprecated methods.
- Impoved router on capturing hehavior.
0.20 2012/10/01
- Fixed that some tests have been unpassed.
- Fixed potential bug on debug screen .
0.19 2012/09/28
- Refactored add_handler.
- Deprecated add_handler in favor of $app->dynamic->add_handler.
- Improved debug screen.
0.18 2012/09/20
- Refactored many features into classes.
- Deprecated path_to_type in favor of $app->types->type_by_path.
- Deprecated render_ssi in favor of $app->dynamic->render.
- Deprecated search_static in favor of $app->static->search.
- Deprecated search_template in favor of $app->dynamic->search.
- Deprecated serve_static in favor of $app->static->serve.
- Deprecated serve_dynamic in favor of $app->dynamic->serve.
- Deprecated ssi_handlers in favor of $app->dynamic->handlers.
0.17 2012/09/14
- Improved documentations.
- Fixed ETag plugin to cause less undef warnings.
- Changed API of Marquee::Cache not to accept multiple expiretion code.
0.16 2012/09/11
- Added ETag plugin.
- Added maxage option for static file caching and refactored to a class.
- Fixed official site in Japanese.
0.15 2012/09/10
- Improved bundle css styles.
- Added session function for ep renderer.
- Fixed some documents.
0.14 2012/09/07
- Improved documentations.
0.13 2012/09/05
- Improved documentations.
- Improved plugin API to accept multiple arguments.
- Added experimental plugin AuthPretty.
0.12 2012/09/03
- Changed domain for official site.
- Improved documentations.
0.11 2012/09/01
- Fixed many bugs on windows.
- Added cookbook.
- Added paths options for pod viewer.
- Added official site app.
- Improved documentaions.
0.10 2012/08/30
- Fixed a test
0.09 2012/08/30
- Fixed bundling HTML to be valid.
- Fixed debug screen for non-505 errors.
- Improved documentation.
0.08 2012/08/29
- Added markdown plugin and a command line option.
- Added extends_as function for ep handler.
- Added POD translations for Japanese.
- Improved documentations.
- Improved POD viewer and.
- Improved context class API.
- Changed router plugin API.
- Changed that leading slash for to_abs indidates Marquee root.
- Fixed a bug on default_file handling.
- Fixed start method to catchup mojo Commit:2111684fe5b986d00ec5e8abef405d414aa34086
0.07 2012/08/04
- Added include_as function to include a file as any SSI handlers.
- Added warnings for template function redefinision.
- Added EPHelperExample plugin.
- Added a feature that include function got capable of static files.
- Changed EP API that include and extends functions not to accept template
extentions.
- Added add_cond method for router plugin
- Fixed some PODs.
0.06 2012/07/24
- Added tree mode to auto index.
- Renamed distribution from MojoSimpleHTTPServer to Marquee.
- Improved iter function to accept blessed obj in array.
- Removed basic auth from router in favor of Auth plugin.
0.05 2012/06/20
- Added ability to manage session data by signed cookie.
- Added pod viewer for commandline.
0.04 2012/06/05
- Fixed a bug that aroud_dispatch hook has been invoked on wrong condition.
- Added iter function for array iteration.
- Added MSHS class for context access shortcut.
- Added MIME types for auto index.
0.03 2012/06/04
- Made error documents replaceable.
- Improved design for error documents and auto index.
0.02 2012/06/02
- Fixed directory traversal vulnerability.
- Improved template cache to expire on template change.
- Improved SSI to die when include path not found.
- Improved ep handler to auto escape.
- Improved to include function to accepts local args.
- Improved current_template function to get parent templates recursivly.
0.01 2012/05/06
- initial release