innate 2011.12 → 2012.03

Sign up to get free protection for your applications and to get access to all the features.
data/.gems CHANGED
@@ -1,4 +1,4 @@
1
1
  # .gems generated gem export file. Note that any env variable settings will be missing. Append these after using a ';' field separator
2
2
  bacon -v1.1.0
3
- rack -v1.4.0
3
+ rack -v1.4.1
4
4
  rack-test -v0.6.1
data/AUTHORS CHANGED
@@ -1,16 +1,16 @@
1
1
  Following persons have contributed to innate.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 804 Michael Fellinger <m.fellinger@gmail.com>
4
+ 809 Michael Fellinger <m.fellinger@gmail.com>
5
5
  31 Tadahiko Uehara <kikofx@gmail.com>
6
6
  9 Lee Jarvis <injekt.me@gmail.com>
7
7
  8 Pistos <gitsomegrace.5.pistos@geoshell.com>
8
8
  5 injekt <injekt.me@gmail.com>
9
9
  5 Ryan Grove <ryan@wonko.com>
10
+ 5 Yorick Peterse <yorickpeterse@gmail.com>
10
11
  4 Zoxc <zoxc32@gmail.com>
11
12
  3 Antti Tuomi <antti.tuomi@tkk.fi>
12
13
  3 Lin Jen-Shin <godfat@godfat.org>
13
- 3 Yorick Peterse <yorickpeterse@gmail.com>
14
14
  2 Andreas Karlsson <andreas@proxel.se>
15
15
  2 Arnaud Meuret <arnaud@meuret.name>
16
16
  2 injekt <ljjarvis@gmail.com>
data/CHANGELOG CHANGED
@@ -1,24 +1,50 @@
1
- [d8a1da4 | 2011-12-28 05:06:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1
+ [f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Version 2012.03
4
+
5
+ [cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * update dependency to rack 1.4.1
8
+
9
+ [e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>
10
+
11
+ * Fixed various YARD formatting issues.
12
+
13
+ Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
14
+
15
+ [d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
16
+
17
+ * Enable the render helper to render views without corresponding method if needs_method is enabled
18
+
19
+ [918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
20
+
21
+ * Fix initialize of Rack::Cascade on 1.4.1
22
+
23
+ [0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
24
+
25
+ * Here comes a better Innate::Cache::register, now with less warnings and more speed
26
+
27
+ [d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
2
28
 
3
29
  * Version 2011.12
4
30
 
5
- [13f9372 | 2011-12-28 04:54:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
31
+ [13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
6
32
 
7
33
  * less obfuscation ftw
8
34
 
9
- [10cf300 | 2011-12-28 04:54:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
35
+ [10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
10
36
 
11
37
  * minor cleanup around specs
12
38
 
13
- [7f61483 | 2011-12-28 04:53:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
39
+ [7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
14
40
 
15
41
  * Update to Rack 1.4.0
16
42
 
17
- [575e900 | 2011-12-08 17:05:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
43
+ [575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
18
44
 
19
45
  * Update travis config
20
46
 
21
- [037f35a | 2011-11-06 12:18:30 UTC] Yorick Peterse <yorickpeterse@gmail.com>
47
+ [037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>
22
48
 
23
49
  * Revert "AOP calls can now be stacked."
24
50
 
@@ -26,7 +52,7 @@
26
52
 
27
53
  Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
28
54
 
29
- [3ceb18d | 2011-11-06 11:30:51 UTC] Yorick Peterse <yorickpeterse@gmail.com>
55
+ [3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>
30
56
 
31
57
  * AOP calls can now be stacked.
32
58
 
@@ -57,143 +83,143 @@
57
83
 
58
84
  Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
59
85
 
60
- [7ad5d81 | 2011-10-23 17:19:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
86
+ [7ad5d81 | Sun Oct 23 17:19:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
61
87
 
62
88
  * Version 2011.10
63
89
 
64
- [013b148 | 2011-10-22 20:12:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
90
+ [013b148 | Sat Oct 22 20:12:45 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
65
91
 
66
92
  * Remove deprecated Innate::Session.options.expires, use Innate::Session.options.ttl instead
67
93
 
68
- [ae24452 | 2011-10-22 20:10:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
94
+ [ae24452 | Sat Oct 22 20:10:57 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
69
95
 
70
96
  * Remove deprecated shared :mock block
71
97
 
72
- [7bf2528 | 2011-10-21 23:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
98
+ [7bf2528 | Fri Oct 21 23:41:34 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
73
99
 
74
100
  * Another 1.8 incompatibility in the spec
75
101
 
76
- [97cf46a | 2011-10-21 23:39:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
102
+ [97cf46a | Fri Oct 21 23:39:23 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
77
103
 
78
104
  * Make provides spec more robust
79
105
 
80
- [11bdba7 | 2011-10-21 22:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
106
+ [11bdba7 | Fri Oct 21 22:38:16 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
81
107
 
82
108
  * Try requiring rubygems for the lesser versions
83
109
 
84
- [8dcfffb | 2011-10-21 22:35:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
110
+ [8dcfffb | Fri Oct 21 22:35:20 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
85
111
 
86
112
  * Remove set -x, let's get down to business
87
113
 
88
- [7a5066f | 2011-10-21 22:33:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
114
+ [7a5066f | Fri Oct 21 22:33:25 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
89
115
 
90
116
  * Try ignoring trust issues with .rvmrc
91
117
 
92
- [f913028 | 2011-10-21 22:16:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
118
+ [f913028 | Fri Oct 21 22:16:06 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
93
119
 
94
120
  * Load rvm manually
95
121
 
96
- [3791189 | 2011-10-21 22:14:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
122
+ [3791189 | Fri Oct 21 22:14:12 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
97
123
 
98
124
  * turn debugging for rvm on
99
125
 
100
- [845c834 | 2011-10-21 22:11:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
126
+ [845c834 | Fri Oct 21 22:11:44 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
101
127
 
102
128
  * Try debugging and loading bashrc to get rvm
103
129
 
104
- [85ff8df | 2011-10-21 22:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
130
+ [85ff8df | Fri Oct 21 22:09:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
105
131
 
106
132
  * And make things a bit more complicated
107
133
 
108
- [e725da7 | 2011-10-21 21:58:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
134
+ [e725da7 | Fri Oct 21 21:58:22 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
109
135
 
110
136
  * try to make travis happy
111
137
 
112
- [acaa77a | 2011-10-21 21:55:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
138
+ [acaa77a | Fri Oct 21 21:55:48 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
113
139
 
114
140
  * Move rvm gemset import to the right place
115
141
 
116
- [ac0371c | 2011-10-21 16:30:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
142
+ [ac0371c | Fri Oct 21 16:30:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
117
143
 
118
144
  * Try setup via .rvmrc .gems
119
145
 
120
- [156e09b | 2011-10-21 16:30:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
146
+ [156e09b | Fri Oct 21 16:30:21 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
121
147
 
122
148
  * Remove dependency on json
123
149
 
124
- [b5ca6a3 | 2011-10-21 15:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
150
+ [b5ca6a3 | Fri Oct 21 15:53:08 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
125
151
 
126
152
  * Run setup before bacon
127
153
 
128
- [0426977 | 2011-10-21 15:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
154
+ [0426977 | Fri Oct 21 15:47:21 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
129
155
 
130
156
  * Revert "Remove the unused gem install task"
131
157
 
132
158
  This reverts commit 3e1cc52743470886f7b50db633535bcf6765b638.
133
159
 
134
- [3e1cc52 | 2011-10-21 15:36:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
160
+ [3e1cc52 | Fri Oct 21 15:36:30 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
135
161
 
136
162
  * Remove the unused gem install task
137
163
 
138
- [9390547 | 2011-10-21 15:36:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
164
+ [9390547 | Fri Oct 21 15:36:15 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
139
165
 
140
166
  * Fix location of RUBY
141
167
 
142
- [f086a10 | 2011-10-21 15:35:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
168
+ [f086a10 | Fri Oct 21 15:35:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
143
169
 
144
170
  * Fix the gem package task
145
171
 
146
- [bed5d5a | 2011-10-21 15:35:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
172
+ [bed5d5a | Fri Oct 21 15:35:02 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
147
173
 
148
174
  * Update rvmrc
149
175
 
150
- [965ed57 | 2011-10-21 15:20:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
176
+ [965ed57 | Fri Oct 21 15:20:10 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
151
177
 
152
178
  * Adding travis config
153
179
 
154
- [e9b0d7c | 2011-09-23 10:06:54 UTC] Yorick Peterse <yorickpeterse@gmail.com>
180
+ [e9b0d7c | Fri Sep 23 10:06:54 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>
155
181
 
156
182
  * Updated the README, fixes #5
157
183
 
158
184
  Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
159
185
 
160
- [157a09d | 2011-08-18 08:00:28 UTC] YorickPeterse <yorickpeterse@gmail.com>
186
+ [157a09d | Thu Aug 18 08:00:28 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>
161
187
 
162
188
  * Added a .rvmrc file and updated the .gitignore file to exclude rcov data.
163
189
 
164
- [7df330c | 2011-07-20 08:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
190
+ [7df330c | Wed Jul 20 08:09:53 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
165
191
 
166
192
  * Update spec file exclusion
167
193
 
168
- [a4eb56a | 2011-06-01 23:07:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
194
+ [a4eb56a | Wed Jun 01 23:07:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
169
195
 
170
196
  * Update Node documentation
171
197
 
172
- [d05190a | 2011-04-19 09:37:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
198
+ [d05190a | Tue Apr 19 09:37:16 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
173
199
 
174
200
  * Version 2011.04
175
201
 
176
- [bacc603 | 2011-04-19 09:37:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
202
+ [bacc603 | Tue Apr 19 09:37:03 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
177
203
 
178
204
  * Remove rubyforge release task
179
205
 
180
- [05ccf96 | 2011-04-19 09:31:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
206
+ [05ccf96 | Tue Apr 19 09:31:28 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
181
207
 
182
208
  * Node::find_method must accept anything that responds to #to_s as method name
183
209
 
184
- [8d4bfd0 | 2011-02-14 07:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
210
+ [8d4bfd0 | Mon Feb 14 07:07:12 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
185
211
 
186
212
  * Don't mention :state, it's gone
187
213
 
188
- [2b3a9ca | 2011-01-26 14:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
214
+ [2b3a9ca | Wed Jan 26 14:12:26 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
189
215
 
190
216
  * Version 2011.01
191
217
 
192
- [6039ffa | 2010-12-11 21:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
218
+ [6039ffa | Sat Dec 11 21:58:04 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
193
219
 
194
220
  * Adjust spec for changes in Rack
195
221
 
196
- [5e30254 | 2010-09-17 17:58:10 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
222
+ [5e30254 | Fri Sep 17 17:58:10 UTC 2010] Antti Tuomi <antti.tuomi@tkk.fi>
197
223
 
198
224
  * New method for Innate::Session, #resid!, that can be used to change the session key.
199
225
 
@@ -204,195 +230,195 @@
204
230
  It is probably a good idea to explicitly reset the session data as well on
205
231
  login, but the necessity of this depends on the application.
206
232
 
207
- [85d45ea | 2010-09-07 08:14:44 UTC] Lee Jarvis <injekt.me@gmail.com>
233
+ [85d45ea | Tue Sep 07 08:14:44 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
208
234
 
209
235
  * updated git url
210
236
 
211
- [51eac73 | 2010-09-07 06:25:22 UTC] Lee Jarvis <injekt.me@gmail.com>
237
+ [51eac73 | Tue Sep 07 06:25:22 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
212
238
 
213
239
  * added gitignore
214
240
 
215
- [32c943c | 2010-09-06 13:02:25 UTC] Lee Jarvis <injekt.me@gmail.com>
241
+ [32c943c | Mon Sep 06 13:02:25 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
216
242
 
217
243
  * fixed pointless spec addition
218
244
 
219
- [b180c1c | 2010-09-06 13:00:44 UTC] Lee Jarvis <injekt.me@gmail.com>
245
+ [b180c1c | Mon Sep 06 13:00:44 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
220
246
 
221
247
  * added specs for helper suffix
222
248
 
223
- [c7fccc6 | 2010-09-06 12:50:45 UTC] Lee Jarvis <injekt.me@gmail.com>
249
+ [c7fccc6 | Mon Sep 06 12:50:45 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
224
250
 
225
251
  * removed send_file helper spec
226
252
 
227
- [49c9963 | 2010-09-06 12:49:54 UTC] Lee Jarvis <injekt.me@gmail.com>
253
+ [49c9963 | Mon Sep 06 12:49:54 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
228
254
 
229
255
  * removed send_file from default helpers
230
256
 
231
- [4ca7b0c | 2010-09-06 12:22:23 UTC] Lee Jarvis <injekt.me@gmail.com>
257
+ [4ca7b0c | Mon Sep 06 12:22:23 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
232
258
 
233
259
  * allow helper modules to be suffixed with 'helper'
234
260
 
235
261
  this allows us to create helpers which may have identical names as
236
262
  Models without having namespace conflicts
237
263
 
238
- [7d8437e | 2010-08-26 22:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
264
+ [7d8437e | Thu Aug 26 22:12:26 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
239
265
 
240
266
  * Support HttpOnly
241
267
 
242
- [1183bca | 2010-08-20 21:15:58 UTC] Lee Jarvis <injekt.me@gmail.com>
268
+ [1183bca | Fri Aug 20 21:15:58 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
243
269
 
244
270
  * moved send_file helper to ramaze
245
271
 
246
- [6412640 | 2010-07-21 11:32:15 UTC] injekt <ljjarvis@gmail.com>
272
+ [6412640 | Wed Jul 21 11:32:15 UTC 2010] injekt <ljjarvis@gmail.com>
247
273
 
248
274
  * fixed readme formatting
249
275
 
250
- [1ac3e6f | 2010-07-21 11:31:27 UTC] injekt <ljjarvis@gmail.com>
276
+ [1ac3e6f | Wed Jul 21 11:31:27 UTC 2010] injekt <ljjarvis@gmail.com>
251
277
 
252
278
  * updated installation docs
253
279
 
254
- [f4ecc85 | 2010-07-11 23:34:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
280
+ [f4ecc85 | Sun Jul 11 23:34:26 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
255
281
 
256
282
  * Version 2010.07
257
283
 
258
- [d11be17 | 2010-07-11 23:24:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
284
+ [d11be17 | Sun Jul 11 23:24:19 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
259
285
 
260
286
  * Fix issue with Ruby 1.9.2
261
287
 
262
- [154fdf8 | 2010-06-30 13:53:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
288
+ [154fdf8 | Wed Jun 30 13:53:50 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
263
289
 
264
290
  * Fix typo
265
291
 
266
- [231b0ee | 2010-06-17 22:40:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
292
+ [231b0ee | Thu Jun 17 22:40:37 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
267
293
 
268
294
  * Version 2010.06.18
269
295
 
270
- [ce8b903 | 2010-06-17 22:40:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
296
+ [ce8b903 | Thu Jun 17 22:40:10 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
271
297
 
272
298
  * Allow latest version of Rack
273
299
 
274
- [dbaaeb5 | 2010-06-03 15:00:56 UTC] Lee Jarvis <injekt.me@gmail.com>
300
+ [dbaaeb5 | Thu Jun 03 15:00:56 UTC 2010] Lee Jarvis <injekt.me@gmail.com>
275
301
 
276
302
  * edited documentation for render_view
277
303
 
278
- [55bf889 | 2010-05-04 09:29:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
304
+ [55bf889 | Tue May 04 09:29:07 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
279
305
 
280
306
  * Remove AccessLog option from webrick handler to avoid log duplication
281
307
 
282
- [32886da | 2010-04-11 11:42:13 UTC] Zoxc <zoxc32@gmail.com>
308
+ [32886da | Sun Apr 11 11:42:13 UTC 2010] Zoxc <zoxc32@gmail.com>
283
309
 
284
310
  * Updated Etanni specs.
285
311
 
286
- [9bf55e5 | 2010-04-11 11:30:17 UTC] Zoxc <zoxc32@gmail.com>
312
+ [9bf55e5 | Sun Apr 11 11:30:17 UTC 2010] Zoxc <zoxc32@gmail.com>
287
313
 
288
314
  * Some tweaks to Etanni.
289
315
 
290
- [3502814 | 2010-04-09 16:49:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
316
+ [3502814 | Fri Apr 09 16:49:07 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
291
317
 
292
318
  * Major speedup for Etanni as suggested by Zoxc
293
319
 
294
- [b796644 | 2010-04-04 07:56:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
320
+ [b796644 | Sun Apr 04 07:56:06 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
295
321
 
296
322
  * Version 2010.04
297
323
 
298
- [1aeacca | 2010-04-03 21:45:46 UTC] injekt <injekt.me@gmail.com>
324
+ [1aeacca | Sat Apr 03 21:45:46 UTC 2010] injekt <injekt.me@gmail.com>
299
325
 
300
326
  * fixed redirect spec
301
327
 
302
- [0a71ec2 | 2010-04-03 21:42:52 UTC] injekt <injekt.me@gmail.com>
328
+ [0a71ec2 | Sat Apr 03 21:42:52 UTC 2010] injekt <injekt.me@gmail.com>
303
329
 
304
330
  * fixed redirect spec
305
331
 
306
- [6eedc76 | 2010-03-29 21:07:51 UTC] injekt <injekt.me@gmail.com>
332
+ [6eedc76 | Mon Mar 29 21:07:51 UTC 2010] injekt <injekt.me@gmail.com>
307
333
 
308
334
  * minor fixes to README
309
335
 
310
- [b5787a4 | 2010-03-29 15:31:03 UTC] injekt <injekt.me@gmail.com>
336
+ [b5787a4 | Mon Mar 29 15:31:03 UTC 2010] injekt <injekt.me@gmail.com>
311
337
 
312
338
  * Added support for case-insensitive View lookups
313
339
 
314
340
  Removed case sensitive restriction when using Controller::engine
315
341
  for View lookup; :haml is as good as :Haml
316
342
 
317
- [edc00df | 2010-03-27 22:55:07 UTC] injekt <injekt.me@gmail.com>
343
+ [edc00df | Sat Mar 27 22:55:07 UTC 2010] injekt <injekt.me@gmail.com>
318
344
 
319
345
  * fixed doc for flash helper (depreciated method)
320
346
 
321
- [2e4bdbd | 2010-03-24 14:18:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
347
+ [2e4bdbd | Wed Mar 24 14:18:35 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
322
348
 
323
349
  * Add spec for how to pass arguments to provide actions
324
350
 
325
- [d09ff45 | 2010-03-19 00:37:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
351
+ [d09ff45 | Fri Mar 19 00:37:27 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
326
352
 
327
353
  * Fix some issues, don't split Content-Type at all
328
354
 
329
- [abe842c | 2010-03-19 00:33:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
355
+ [abe842c | Fri Mar 19 00:33:41 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
330
356
 
331
357
  * Make sure ; doesn't break Content-Type
332
358
 
333
- [acce333 | 2010-03-18 11:26:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
359
+ [acce333 | Thu Mar 18 11:26:03 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
334
360
 
335
361
  * The Response Content-Type option should influence default mime type
336
362
 
337
- [7ad4de7 | 2010-03-11 12:44:42 UTC] crab <crabtw@gmail.com>
363
+ [7ad4de7 | Thu Mar 11 12:44:42 UTC 2010] crab <crabtw@gmail.com>
338
364
 
339
365
  * use Innate.options.prefix as redirect fallback
340
366
 
341
- [e13e2b2 | 2010-03-09 09:48:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
367
+ [e13e2b2 | Tue Mar 09 09:48:06 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
342
368
 
343
369
  * Fix .dup in Rakefile
344
370
 
345
- [4fa40fc | 2010-03-08 21:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
371
+ [4fa40fc | Mon Mar 08 21:53:00 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
346
372
 
347
373
  * Version 2010.03
348
374
 
349
- [c48a647 | 2010-02-03 15:59:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
375
+ [c48a647 | Wed Feb 03 15:59:05 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
350
376
 
351
377
  * Add a spec for Etanni
352
378
 
353
- [baa0dd8 | 2010-01-17 14:57:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
379
+ [baa0dd8 | Sun Jan 17 14:57:44 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
354
380
 
355
381
  * clarify precedence
356
382
 
357
- [c9fa60f | 2010-01-06 15:14:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
383
+ [c9fa60f | Wed Jan 06 15:14:40 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
358
384
 
359
385
  * Set correct header in referrer spec
360
386
 
361
- [59f03da | 2010-01-06 15:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
387
+ [59f03da | Wed Jan 06 15:10:22 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
362
388
 
363
389
  * Fix request spec for new rack behaviour
364
390
 
365
- [82cd8d9 | 2010-01-06 14:53:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
391
+ [82cd8d9 | Wed Jan 06 14:53:24 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
366
392
 
367
393
  * Version 2010.01
368
394
 
369
- [2511e2b | 2010-01-06 14:52:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
395
+ [2511e2b | Wed Jan 06 14:52:49 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
370
396
 
371
397
  * Update Rakefile
372
398
 
373
- [07f9238 | 2009-12-01 22:57:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
399
+ [07f9238 | Tue Dec 01 22:57:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
374
400
 
375
401
  * Revert "Major performance improvement for Etanni."
376
402
 
377
403
  This reverts commit 1b736b793e9f31cf79fad2820f3f20a00802c2c8.
378
404
 
379
- [1b736b7 | 2009-12-01 03:17:23 UTC] Zoxc <zoxc32@gmail.com>
405
+ [1b736b7 | Tue Dec 01 03:17:23 UTC 2009] Zoxc <zoxc32@gmail.com>
380
406
 
381
407
  * Major performance improvement for Etanni.
382
408
 
383
- [7b14652 | 2009-11-30 17:50:01 UTC] Zoxc <zoxc32@gmail.com>
409
+ [7b14652 | Mon Nov 30 17:50:01 UTC 2009] Zoxc <zoxc32@gmail.com>
384
410
 
385
411
  * Performance improvement for Etanni.
386
412
 
387
- [17dba1a | 2009-11-19 03:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
413
+ [17dba1a | Thu Nov 19 03:12:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
388
414
 
389
415
  * Remove comment
390
416
 
391
- [aac4faf | 2009-11-16 21:16:56 UTC] Lin Jen-Shin <godfat@godfat.org>
417
+ [aac4faf | Mon Nov 16 21:16:56 UTC 2009] Lin Jen-Shin <godfat@godfat.org>
392
418
 
393
419
  * [helper/render.rb] dup on variables arg is not needed. never refered.
394
420
 
395
- [5d1e95d | 2009-11-16 20:52:12 UTC] Lin Jen-Shin <godfat@godfat.org>
421
+ [5d1e95d | Mon Nov 16 20:52:12 UTC 2009] Lin Jen-Shin <godfat@godfat.org>
396
422
 
397
423
  * [helper/render.rb] fixed render_file's sync_variables. see detail:
398
424
 
@@ -410,111 +436,111 @@
410
436
 
411
437
  spec this behavior in SpecHelperRenderFile.
412
438
 
413
- [42b5ec5 | 2009-10-28 20:43:54 UTC] Lin Jen-Shin <godfat@godfat.org>
439
+ [42b5ec5 | Wed Oct 28 20:43:54 UTC 2009] Lin Jen-Shin <godfat@godfat.org>
414
440
 
415
441
  * Add a simple Unicorn wrapper in innate/adapter.rb
416
442
 
417
- [14a340f | 2009-10-18 01:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
443
+ [14a340f | Sun Oct 18 01:01:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
418
444
 
419
445
  * Allow skipping the template discovery to speed things up
420
446
 
421
- [d02bd71 | 2009-10-18 00:50:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
447
+ [d02bd71 | Sun Oct 18 00:50:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
422
448
 
423
449
  * Fix gem_setup task
424
450
 
425
- [0f3c5fe | 2009-10-05 16:32:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
451
+ [0f3c5fe | Mon Oct 05 16:32:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
426
452
 
427
453
  * Allow for change of the default action name as proposed by Daniel Azuma
428
454
 
429
- [ee96b28 | 2009-10-04 15:37:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
455
+ [ee96b28 | Sun Oct 04 15:37:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
430
456
 
431
457
  * Remove temp README
432
458
 
433
- [3e90299 | 2009-10-04 15:37:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
459
+ [3e90299 | Sun Oct 04 15:37:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
434
460
 
435
461
  * Fix precedence issue in redirect_referer
436
462
 
437
- [44f40da | 2009-10-03 21:33:11 UTC] Arnaud Meuret <arnaud@meuret.name>
463
+ [44f40da | Sat Oct 03 21:33:11 UTC 2009] Arnaud Meuret <arnaud@meuret.name>
438
464
 
439
465
  * Typos and minor rephrasing.
440
466
 
441
- [7ad5fd9 | 2009-10-02 22:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
467
+ [7ad5fd9 | Fri Oct 02 22:04:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
442
468
 
443
469
  * Sync metadata after release
444
470
 
445
- [1b0702f | 2009-10-02 20:24:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
471
+ [1b0702f | Fri Oct 02 20:24:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
446
472
 
447
473
  * Version 2009.10
448
474
 
449
- [88451a1 | 2009-10-02 20:23:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
475
+ [88451a1 | Fri Oct 02 20:23:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
450
476
 
451
477
  * Improve the release tasks, add one for gemcutter
452
478
 
453
- [c37df32 | 2009-10-01 18:16:02 UTC] Arnaud Meuret <arnaud@meuret.name>
479
+ [c37df32 | Thu Oct 01 18:16:02 UTC 2009] Arnaud Meuret <arnaud@meuret.name>
454
480
 
455
481
  * Fix: specifying a layout from a method and a filter block was broken
456
482
 
457
- [18668be | 2009-09-29 21:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
483
+ [18668be | Tue Sep 29 21:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
458
484
 
459
485
  * Update dependencies
460
486
 
461
- [672bbaa | 2009-09-22 22:15:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
487
+ [672bbaa | Tue Sep 22 22:15:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
462
488
 
463
489
  * Use Rack::Utils::build_query, this changes query separator from ; to &
464
490
 
465
- [0d4d2d1 | 2009-09-22 22:04:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
491
+ [0d4d2d1 | Tue Sep 22 22:04:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
466
492
 
467
493
  * Improve code readability a bit
468
494
 
469
- [44d02ed | 2009-09-22 00:02:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
495
+ [44d02ed | Tue Sep 22 00:02:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
470
496
 
471
497
  * Use Mutex instead of Thread::critical
472
498
 
473
- [1b80af6 | 2009-09-22 00:00:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
499
+ [1b80af6 | Tue Sep 22 00:00:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
474
500
 
475
501
  * Fix ruby/jruby dependency mixup
476
502
 
477
- [783f554 | 2009-09-21 23:32:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
503
+ [783f554 | Mon Sep 21 23:32:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
478
504
 
479
505
  * Fix startup issue regarding jruby-rack
480
506
 
481
- [a908b32 | 2009-09-15 14:15:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
507
+ [a908b32 | Tue Sep 15 14:15:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
482
508
 
483
509
  * Fix typo
484
510
 
485
- [79df3a5 | 2009-08-27 15:21:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
511
+ [79df3a5 | Thu Aug 27 15:21:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
486
512
 
487
513
  * Don't call aspects in layout
488
514
 
489
- [b69e9dd | 2009-08-27 10:55:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
515
+ [b69e9dd | Thu Aug 27 10:55:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
490
516
 
491
517
  * Fix Options#pretty_print spec
492
518
 
493
- [6b8c32d | 2009-08-27 10:36:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
519
+ [6b8c32d | Thu Aug 27 10:36:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
494
520
 
495
521
  * dev dependencies for jruby
496
522
 
497
- [0bb6ea5 | 2009-08-26 23:59:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
523
+ [0bb6ea5 | Wed Aug 26 23:59:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
498
524
 
499
525
  * Forgot to require digest/md5
500
526
 
501
- [2bc0566 | 2009-08-19 15:27:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
527
+ [2bc0566 | Wed Aug 19 15:27:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
502
528
 
503
529
  * Cache is not a module
504
530
 
505
- [c74c2b8 | 2009-08-17 12:37:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
531
+ [c74c2b8 | Mon Aug 17 12:37:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
506
532
 
507
533
  * fix doc typo
508
534
 
509
- [9650f8c | 2009-07-28 13:49:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
535
+ [9650f8c | Tue Jul 28 13:49:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
510
536
 
511
537
  * Some more specs for double underscore
512
538
 
513
- [822560a | 2009-07-28 13:43:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
539
+ [822560a | Tue Jul 28 13:43:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
514
540
 
515
541
  * Expand specs for double underscore
516
542
 
517
- [b865335 | 2009-05-21 20:27:38 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
543
+ [b865335 | Thu May 21 20:27:38 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>
518
544
 
519
545
  * Aspect spec uses inline layout instead a file-based.
520
546
 
@@ -522,7 +548,7 @@
522
548
 
523
549
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
524
550
 
525
- [62d8853 | 2009-05-21 20:16:57 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
551
+ [62d8853 | Thu May 21 20:16:57 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>
526
552
 
527
553
  * Aspect spec checks the functionality when using layouts.
528
554
 
@@ -530,212 +556,212 @@
530
556
 
531
557
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
532
558
 
533
- [e4735cb | 2009-05-27 21:57:48 UTC] ravage <ravage@fragmentized.net>
559
+ [e4735cb | Wed May 27 21:57:48 UTC 2009] ravage <ravage@fragmentized.net>
534
560
 
535
561
  * Resolve fake depth
536
562
 
537
563
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
538
564
 
539
- [10d7ef3 | 2009-07-21 23:11:57 UTC] Jérémy Zurcher <jeremy@asynk.ch>
565
+ [10d7ef3 | Tue Jul 21 23:11:57 UTC 2009] Jérémy Zurcher <jeremy@asynk.ch>
540
566
 
541
567
  * fix default option handling overriding in options/dsl
542
568
 
543
569
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
544
570
 
545
- [03274f3 | 2009-07-19 10:02:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
571
+ [03274f3 | Sun Jul 19 10:02:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
546
572
 
547
573
  * Version 2009.07
548
574
 
549
- [3ed8553 | 2009-07-19 10:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
575
+ [3ed8553 | Sun Jul 19 10:01:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
550
576
 
551
577
  * Update dependencies
552
578
 
553
- [4e09c15 | 2009-07-06 17:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
579
+ [4e09c15 | Mon Jul 06 17:12:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
554
580
 
555
581
  * Implement an OpenSSL fallback for Session IDs
556
582
 
557
583
  Comes into play in case SecureRandom cannot be found.
558
584
  This should cover 99% of all < 1.8.7 installs.
559
585
 
560
- [cf9cdce | 2009-07-02 15:05:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
586
+ [cf9cdce | Thu Jul 02 15:05:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
561
587
 
562
588
  * More intelligent gem_setup to handle cases where a library can be found via require but ain't a gem
563
589
 
564
- [337f092 | 2009-07-02 15:05:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
590
+ [337f092 | Thu Jul 02 15:05:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
565
591
 
566
592
  * Use absolute paths for spec requires
567
593
 
568
- [7a475b9 | 2009-06-14 21:14:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
594
+ [7a475b9 | Sun Jun 14 21:14:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
569
595
 
570
596
  * Require rubygems >= 1.3.1
571
597
 
572
- [7f41b89 | 2009-06-12 19:54:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
598
+ [7f41b89 | Fri Jun 12 19:54:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
573
599
 
574
600
  * Version 2009.06.12
575
601
 
576
- [e92a8b3 | 2009-06-11 22:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
602
+ [e92a8b3 | Thu Jun 11 22:41:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
577
603
 
578
604
  * Make sure that instance-variables set in the view template can be used in the layout
579
605
 
580
- [84ce0d8 | 2009-06-03 18:09:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
606
+ [84ce0d8 | Wed Jun 03 18:09:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
581
607
 
582
608
  * Fix the bacon task dependency
583
609
 
584
- [46de89c | 2009-06-02 18:50:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
610
+ [46de89c | Tue Jun 02 18:50:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
585
611
 
586
612
  * Version 2009.06
587
613
 
588
- [e05a004 | 2009-06-02 18:49:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
614
+ [e05a004 | Tue Jun 02 18:49:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
589
615
 
590
616
  * Use rubygems development-dependencies, improve rake setup
591
617
 
592
- [2575c64 | 2009-06-01 12:46:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
618
+ [2575c64 | Mon Jun 01 12:46:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
593
619
 
594
620
  * Allow passing Innate.start(:root => [path1, path2])
595
621
 
596
- [5104984 | 2009-06-01 12:11:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
622
+ [5104984 | Mon Jun 01 12:11:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
597
623
 
598
624
  * Move innate/spec to innate/spec/bacon and make innate/spec require that
599
625
 
600
- [9047159 | 2009-06-01 12:08:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
626
+ [9047159 | Mon Jun 01 12:08:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
601
627
 
602
628
  * Deprecate behaves_like(:mock), use behaves_like(:rack_test) instead
603
629
 
604
- [ba27790 | 2009-06-01 12:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
630
+ [ba27790 | Mon Jun 01 12:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
605
631
 
606
632
  * Fix Request#subset spec for latest Rack
607
633
 
608
- [e0bb6db | 2009-05-28 15:05:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
634
+ [e0bb6db | Thu May 28 15:05:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
609
635
 
610
636
  * Make the cookie ttl optional
611
637
 
612
- [76e4377 | 2009-05-22 16:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
638
+ [76e4377 | Fri May 22 16:04:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
613
639
 
614
640
  * Allow #write on the logger
615
641
 
616
- [3890ba7 | 2009-05-19 09:38:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
642
+ [3890ba7 | Tue May 19 09:38:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
617
643
 
618
644
  * Fix some yard tags
619
645
 
620
- [18002ee | 2009-05-16 12:32:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
646
+ [18002ee | Sat May 16 12:32:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
621
647
 
622
648
  * Iterate logging arguments before they reach the logger
623
649
 
624
- [8d43aad | 2009-05-16 11:15:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
650
+ [8d43aad | Sat May 16 11:15:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
625
651
 
626
652
  * Try to improve render_file so it works form anywhere
627
653
 
628
- [8f5d193 | 2009-05-14 22:22:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
654
+ [8f5d193 | Thu May 14 22:22:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
629
655
 
630
656
  * Reverse order in middleware
631
657
 
632
- [9c3b2b9 | 2009-05-09 14:25:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
658
+ [9c3b2b9 | Sat May 09 14:25:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
633
659
 
634
660
  * Deprecate Innate::Session.options.expires, use ttl instead. Set maximum ttl to 30 days
635
661
 
636
- [d343c9e | 2009-05-08 11:16:50 UTC] Ryan Grove <ryan@wonko.com>
662
+ [d343c9e | Fri May 08 11:16:50 UTC 2009] Ryan Grove <ryan@wonko.com>
637
663
 
638
664
  * Make Innate::Session.sid public
639
665
 
640
666
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
641
667
 
642
- [89c79de | 2009-05-06 21:42:03 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
668
+ [89c79de | Wed May 06 21:42:03 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>
643
669
 
644
670
  * Adjusted pretty_print spec again. Made it looser, since we don't really care much about it because it doesn't significantly affect Ramaze functionality.
645
671
 
646
672
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
647
673
 
648
- [220ae9e | 2009-05-05 19:43:51 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
674
+ [220ae9e | Tue May 05 19:43:51 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>
649
675
 
650
676
  * Adjusted Innate::Options#pretty_print spec to work across more systems and conditions, yet still test something non-trivial.
651
677
 
652
678
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
653
679
 
654
- [e51e888 | 2009-05-06 22:50:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
680
+ [e51e888 | Wed May 06 22:50:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
655
681
 
656
682
  * Polish things a bit more where they went wrong during release
657
683
 
658
- [5138050 | 2009-05-06 22:38:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
684
+ [5138050 | Wed May 06 22:38:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
659
685
 
660
686
  * Version 2009.05
661
687
 
662
- [9486b35 | 2009-05-06 22:37:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
688
+ [9486b35 | Wed May 06 22:37:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
663
689
 
664
690
  * VERSION=xxx rake release:xxx
665
691
 
666
- [14feedf | 2009-05-06 22:33:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
692
+ [14feedf | Wed May 06 22:33:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
667
693
 
668
694
  * Bring rakefile up to date
669
695
 
670
- [2252c28 | 2009-05-06 22:20:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
696
+ [2252c28 | Wed May 06 22:20:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
671
697
 
672
698
  * Last minute changes to tasks
673
699
 
674
- [ddc4560 | 2009-05-06 22:14:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
700
+ [ddc4560 | Wed May 06 22:14:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
675
701
 
676
702
  * Add some ycov tasks, not all that tested yet
677
703
 
678
- [146e349 | 2009-05-06 19:56:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
704
+ [146e349 | Wed May 06 19:56:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
679
705
 
680
706
  * raise a more meaningful error when trying to assign to a non-existent option
681
707
 
682
- [21bbd9b | 2009-05-05 13:08:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
708
+ [21bbd9b | Tue May 05 13:08:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
683
709
 
684
710
  * Remove some (c)
685
711
 
686
- [8fd62a3 | 2009-05-05 11:48:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
712
+ [8fd62a3 | Tue May 05 11:48:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
687
713
 
688
714
  * Make Session compatible with the Rack spec, prepare to make it a middleware
689
715
 
690
- [a73a54e | 2009-05-05 11:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
716
+ [a73a54e | Tue May 05 11:37:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
691
717
 
692
718
  * Tell people that using YAML/Marshal cache is a bad idea in some cases
693
719
 
694
- [fff4e2a | 2009-05-05 11:30:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
720
+ [fff4e2a | Tue May 05 11:30:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
695
721
 
696
722
  * Some docs fixes
697
723
 
698
- [d90138c | 2009-05-04 18:19:35 UTC] Ryan Grove <ryan@wonko.com>
724
+ [d90138c | Mon May 04 18:19:35 UTC 2009] Ryan Grove <ryan@wonko.com>
699
725
 
700
726
  * Add a read_cache option (off by default) to control caching of template files on read
701
727
 
702
- [aaa9b96 | 2009-05-03 11:04:18 UTC] Ryan Grove <ryan@wonko.com>
728
+ [aaa9b96 | Sun May 03 11:04:18 UTC 2009] Ryan Grove <ryan@wonko.com>
703
729
 
704
730
  * When the view cache is enabled and Innate is in :live mode, cache view files after the first read to prevent unnecessary filesystem reads in the future.
705
731
 
706
- [06c224f | 2009-05-04 23:49:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
732
+ [06c224f | Mon May 04 23:49:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
707
733
 
708
734
  * Fix update_mapping_shared, it would try to walk files and was buggy
709
735
 
710
- [e3ad651 | 2009-05-04 10:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
736
+ [e3ad651 | Mon May 04 10:28:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
711
737
 
712
738
  * remove specs for state
713
739
 
714
- [f69716d | 2009-05-04 00:37:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
740
+ [f69716d | Mon May 04 00:37:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
715
741
 
716
742
  * Implement caching of traits
717
743
 
718
- [0434785 | 2009-05-02 22:56:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
744
+ [0434785 | Sat May 02 22:56:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
719
745
 
720
746
  * Remove useless token from Etanni
721
747
 
722
- [d0356c6 | 2009-05-02 13:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
748
+ [d0356c6 | Sat May 02 13:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
723
749
 
724
750
  * Use clearer syntax for the option in view
725
751
 
726
- [2c3c1ca | 2009-05-02 12:40:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
752
+ [2c3c1ca | Sat May 02 12:40:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
727
753
 
728
754
  * Elaborate what +filename+ means
729
755
 
730
- [12d3666 | 2009-05-02 12:40:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
756
+ [12d3666 | Sat May 02 12:40:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
731
757
 
732
758
  * Only emit warning when the action is really invalid
733
759
 
734
- [5cb9b41 | 2009-05-02 12:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
760
+ [5cb9b41 | Sat May 02 12:37:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
735
761
 
736
762
  * Put the require of find into innate.rb
737
763
 
738
- [89d5858 | 2009-05-02 21:24:30 UTC] Andreas Karlsson <andreas@proxel.se>
764
+ [89d5858 | Sat May 02 21:24:30 UTC 2009] Andreas Karlsson <andreas@proxel.se>
739
765
 
740
766
  * Simplify copy_variables by not using eval.
741
767
 
@@ -745,15 +771,15 @@
745
771
 
746
772
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
747
773
 
748
- [d1fe1f4 | 2009-05-02 21:38:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
774
+ [d1fe1f4 | Sat May 02 21:38:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
749
775
 
750
776
  * copy thread variables in Innate::defer
751
777
 
752
- [83d0a93 | 2009-05-02 20:59:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
778
+ [83d0a93 | Sat May 02 20:59:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
753
779
 
754
780
  * Remove Innate::STATE
755
781
 
756
- [f9ff691 | 2009-05-02 03:04:20 UTC] Andreas Karlsson <andreas@proxel.se>
782
+ [f9ff691 | Sat May 02 03:04:20 UTC 2009] Andreas Karlsson <andreas@proxel.se>
757
783
 
758
784
  * Move require due to profiling results.
759
785
 
@@ -764,614 +790,614 @@
764
790
 
765
791
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
766
792
 
767
- [4155ea9 | 2009-05-01 22:51:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
793
+ [4155ea9 | Fri May 01 22:51:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
768
794
 
769
795
  * Only warn if we encounter an invalid action in render_custom, try to render still
770
796
 
771
- [b4a9e70 | 2009-05-01 22:46:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
797
+ [b4a9e70 | Fri May 01 22:46:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
772
798
 
773
799
  * Be compatible with rack-test
774
800
 
775
- [3db47bc | 2009-05-01 22:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
801
+ [3db47bc | Fri May 01 22:46:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
776
802
 
777
803
  * Be compatible with 1.8
778
804
 
779
- [b3fb7be | 2009-05-01 21:07:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
805
+ [b3fb7be | Fri May 01 21:07:10 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>
780
806
 
781
807
  * In render helper: render_template -> render_file . Changed relevant specs, too.
782
808
 
783
809
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
784
810
 
785
- [f3491f7 | 2009-04-30 11:59:16 UTC] Tadahiko Uehara <kikofx@gmail.com>
811
+ [f3491f7 | Thu Apr 30 11:59:16 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
786
812
 
787
813
  * Skip template/view/layout lookup if the given path doesn't exist.
788
814
 
789
815
 
790
816
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
791
817
 
792
- [e4b5388 | 2009-05-01 15:30:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
818
+ [e4b5388 | Fri May 01 15:30:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
793
819
 
794
820
  * We don't want to call Innate::setup_dependencies for rendering...
795
821
 
796
- [7c90ec0 | 2009-05-01 14:22:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
822
+ [7c90ec0 | Fri May 01 14:22:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
797
823
 
798
824
  * Default layout mapping to '/'
799
825
 
800
- [64517b3 | 2009-05-01 14:20:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
826
+ [64517b3 | Fri May 01 14:20:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
801
827
 
802
828
  * Add some example invocations to the Helper::Render methods
803
829
 
804
- [d531f58 | 2009-05-01 14:19:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
830
+ [d531f58 | Fri May 01 14:19:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
805
831
 
806
832
  * Adding Helper::Render#render_template due to popular demand
807
833
 
808
- [59229dc | 2009-05-01 13:18:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
834
+ [59229dc | Fri May 01 13:18:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
809
835
 
810
836
  * Speed up and simplify Etanni a little bit more
811
837
 
812
- [d8c3ca5 | 2009-04-30 16:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
838
+ [d8c3ca5 | Thu Apr 30 16:07:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
813
839
 
814
840
  * Add option to switch caching of compiled templates
815
841
 
816
- [21c4dfd | 2009-04-30 15:19:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
842
+ [21c4dfd | Thu Apr 30 15:19:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
817
843
 
818
844
  * Make Etanni a little bit more compact
819
845
 
820
- [43f6d76 | 2009-04-30 15:19:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
846
+ [43f6d76 | Thu Apr 30 15:19:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
821
847
 
822
848
  * First cut of template compilation, it's dumb, but it should speed things up a little
823
849
 
824
- [cca6d4d | 2009-04-29 21:34:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
850
+ [cca6d4d | Wed Apr 29 21:34:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
825
851
 
826
852
  * Improve the ColorFormatter, output background as well
827
853
 
828
- [abda94c | 2009-04-29 18:04:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
854
+ [abda94c | Wed Apr 29 18:04:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
829
855
 
830
856
  * Only add :trigger to options if there is one
831
857
 
832
- [559e711 | 2009-04-29 14:51:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
858
+ [559e711 | Wed Apr 29 14:51:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
833
859
 
834
860
  * Spec cookie setting before redirect. Closes #1
835
861
 
836
- [9c85a49 | 2009-04-28 20:05:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
862
+ [9c85a49 | Tue Apr 28 20:05:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
837
863
 
838
864
  * Make the template lookup work without globs, hopefully that works on GAE now
839
865
 
840
- [a0b1f4a | 2009-04-28 19:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
866
+ [a0b1f4a | Tue Apr 28 19:41:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
841
867
 
842
868
  * Make helper lookup work without glob
843
869
 
844
- [49ed57b | 2009-04-28 19:41:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
870
+ [49ed57b | Tue Apr 28 19:41:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
845
871
 
846
872
  * Tell people that routing static files doesn't work
847
873
 
848
- [ff310ab | 2009-04-23 22:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
874
+ [ff310ab | Thu Apr 23 22:30:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
849
875
 
850
876
  * Avoid issues with symbol comparision on 1.8
851
877
 
852
- [fce62b9 | 2009-04-26 23:30:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
878
+ [fce62b9 | Sun Apr 26 23:30:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
853
879
 
854
880
  * Support setting multiple AOP hooks at once in before/after/wrap
855
881
 
856
- [ffd8edd | 2009-04-25 21:59:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
882
+ [ffd8edd | Sat Apr 25 21:59:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
857
883
 
858
884
  * Give innate a rubyforge project
859
885
 
860
- [cf62a9c | 2009-04-25 21:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
886
+ [cf62a9c | Sat Apr 25 21:59:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
861
887
 
862
888
  * Version 2009.04
863
889
 
864
- [0ec2012 | 2009-04-23 13:21:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
890
+ [0ec2012 | Thu Apr 23 13:21:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
865
891
 
866
892
  * Allow deletion of mapped apps in DynaMap
867
893
 
868
- [cbedd9c | 2009-04-23 12:04:04 UTC] Ryan Grove <ryan@wonko.com>
894
+ [cbedd9c | Thu Apr 23 12:04:04 UTC 2009] Ryan Grove <ryan@wonko.com>
869
895
 
870
896
  * Add path and full_path to Innate::Action
871
897
 
872
898
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
873
899
 
874
- [b9a0d4b | 2009-04-20 12:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
900
+ [b9a0d4b | Mon Apr 20 12:12:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
875
901
 
876
902
  * Make the u and h aliases for the CGI helper module_functions too
877
903
 
878
- [b68aad4 | 2009-04-20 12:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
904
+ [b68aad4 | Mon Apr 20 12:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
879
905
 
880
906
  * Allow further modification of the Action in the render_* methods via block
881
907
 
882
- [dca3531 | 2009-04-20 06:38:06 UTC] Ryan Grove <ryan@wonko.com>
908
+ [dca3531 | Mon Apr 20 06:38:06 UTC 2009] Ryan Grove <ryan@wonko.com>
883
909
 
884
910
  * Preserve response headers when redirecting. Closes #1
885
911
 
886
912
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
887
913
 
888
- [d465ca3 | 2009-04-18 09:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
914
+ [d465ca3 | Sat Apr 18 09:46:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
889
915
 
890
916
  * Version 2009.04.18
891
917
 
892
- [987c5d7 | 2009-04-18 09:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
918
+ [987c5d7 | Sat Apr 18 09:44:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
893
919
 
894
920
  * Update the release tasks
895
921
 
896
- [f927c9d | 2009-04-17 18:51:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
922
+ [f927c9d | Fri Apr 17 18:51:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
897
923
 
898
924
  * Add Content-Disposition support to send_file
899
925
 
900
- [888318c | 2009-04-17 17:43:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
926
+ [888318c | Fri Apr 17 17:43:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
901
927
 
902
928
  * Better English in render_custom error
903
929
 
904
- [15078e6 | 2009-04-15 23:49:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
930
+ [15078e6 | Wed Apr 15 23:49:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
905
931
 
906
932
  * Add comment about planned deprecation of SendFile helper's default status
907
933
 
908
- [4b487aa | 2009-04-15 23:48:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
934
+ [4b487aa | Wed Apr 15 23:48:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
909
935
 
910
936
  * Remove the length from Response, Rack provides that
911
937
 
912
- [1634391 | 2009-04-15 18:02:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
938
+ [1634391 | Wed Apr 15 18:02:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
913
939
 
914
940
  * Don't camel-case the helper module name, simply remove underscores, we do case-insensitive lookup anyway
915
941
 
916
- [f97e8d7 | 2009-04-15 17:58:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
942
+ [f97e8d7 | Wed Apr 15 17:58:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
917
943
 
918
944
  * Remove core_extensions, we don't need String#each or BasicObject anymore
919
945
 
920
- [0b33546 | 2009-04-15 16:16:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
946
+ [0b33546 | Wed Apr 15 16:16:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
921
947
 
922
948
  * Action may be invalid if the node requires a method and view
923
949
 
924
- [39dd843 | 2009-04-15 16:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
950
+ [39dd843 | Wed Apr 15 16:15:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
925
951
 
926
952
  * Escape non-hash arguments to Helper::Link#route (ryan grove)
927
953
 
928
- [22ee4df | 2009-04-15 14:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
954
+ [22ee4df | Wed Apr 15 14:25:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
929
955
 
930
956
  * Raise if the Render helper cannot obtain an Action
931
957
 
932
- [e229299 | 2009-04-13 19:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
958
+ [e229299 | Mon Apr 13 19:48:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
933
959
 
934
960
  * Allow Action#call even if we are outside Current#wrap
935
961
 
936
- [b6e9558 | 2009-04-13 11:37:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
962
+ [b6e9558 | Mon Apr 13 11:37:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
937
963
 
938
964
  * Remove Action#exts member and use better terms
939
965
 
940
- [46d2a5e | 2009-04-12 12:03:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
966
+ [46d2a5e | Sun Apr 12 12:03:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
941
967
 
942
968
  * FileBased caches have access to @filename now
943
969
 
944
- [f84f18f | 2009-04-12 12:03:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
970
+ [f84f18f | Sun Apr 12 12:03:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
945
971
 
946
972
  * Set a PROJECT_README for some rake tasks
947
973
 
948
- [8920482 | 2009-04-12 12:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
974
+ [8920482 | Sun Apr 12 12:03:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
949
975
 
950
976
  * Improvment and spec for provide example
951
977
 
952
- [a892dea | 2009-04-12 12:02:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
978
+ [a892dea | Sun Apr 12 12:02:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
953
979
 
954
980
  * Minor improvment and spec for retro games example
955
981
 
956
- [b3aeb97 | 2009-04-10 19:30:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
982
+ [b3aeb97 | Fri Apr 10 19:30:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
957
983
 
958
984
  * Allow overriding of middleware mode for specs
959
985
 
960
- [7d65255 | 2009-04-10 19:07:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
986
+ [7d65255 | Fri Apr 10 19:07:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
961
987
 
962
988
  * Compact code
963
989
 
964
- [cde9366 | 2009-04-10 17:51:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
990
+ [cde9366 | Fri Apr 10 17:51:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
965
991
 
966
992
  * Simplify specs and make them pass using rack-test
967
993
 
968
- [f4c9572 | 2009-04-10 17:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
994
+ [f4c9572 | Fri Apr 10 17:50:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
969
995
 
970
996
  * Don't forget to specify an app for rack-test
971
997
 
972
- [41b1955 | 2009-04-10 17:17:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
998
+ [41b1955 | Fri Apr 10 17:17:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
973
999
 
974
1000
  * Remove spec for render_template
975
1001
 
976
- [a3b73ca | 2009-04-10 17:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1002
+ [a3b73ca | Fri Apr 10 17:17:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
977
1003
 
978
1004
  * Add `rake setup` task to comply to convention. I will put up the corresponding gems ASAP
979
1005
 
980
- [c648bf7 | 2009-04-10 17:16:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1006
+ [c648bf7 | Fri Apr 10 17:16:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
981
1007
 
982
1008
  * Switch to using rack-test for our specs, needs rack-test from the master branch head
983
1009
 
984
- [5c08e25 | 2009-04-10 00:52:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1010
+ [5c08e25 | Fri Apr 10 00:52:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
985
1011
 
986
1012
  * Use ContentLength middleware
987
1013
 
988
- [0dc50d4 | 2009-04-09 23:10:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1014
+ [0dc50d4 | Thu Apr 09 23:10:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
989
1015
 
990
1016
  * Fix template caching... was using html instead of the wish the glob was for
991
1017
 
992
- [622bbe3 | 2009-04-09 23:01:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1018
+ [622bbe3 | Thu Apr 09 23:01:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
993
1019
 
994
1020
  * Fix example apps
995
1021
 
996
- [6e9e843 | 2009-04-07 16:56:56 UTC] Sam Carr <samcarr@gmail.com>
1022
+ [6e9e843 | Tue Apr 07 16:56:56 UTC 2009] Sam Carr <samcarr@gmail.com>
997
1023
 
998
1024
  * Minor tidy-ups to fix comments, add missing requires, add comments etc.
999
1025
 
1000
1026
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
1001
1027
 
1002
- [8f9af98 | 2009-04-08 01:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1028
+ [8f9af98 | Wed Apr 08 01:42:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1003
1029
 
1004
1030
  * Set default interval for reloader to 2 seconds
1005
1031
 
1006
- [9f7e749 | 2009-04-08 01:42:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1032
+ [9f7e749 | Wed Apr 08 01:42:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1007
1033
 
1008
1034
  * Never assign $0, bad mojo
1009
1035
 
1010
- [281501e | 2009-04-08 00:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1036
+ [281501e | Wed Apr 08 00:53:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1011
1037
 
1012
1038
  * Don't assign a directory to $0
1013
1039
 
1014
- [8a2ddc7 | 2009-04-08 00:16:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1040
+ [8a2ddc7 | Wed Apr 08 00:16:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1015
1041
 
1016
1042
  * Version 2009.04.08
1017
1043
 
1018
- [89ab244 | 2009-04-07 23:17:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1044
+ [89ab244 | Tue Apr 07 23:17:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1019
1045
 
1020
1046
  * bring the retro_games example up to date
1021
1047
 
1022
- [c1b6939 | 2009-04-07 21:30:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1048
+ [c1b6939 | Tue Apr 07 21:30:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1023
1049
 
1024
1050
  * Fix typo in howto_spec example
1025
1051
 
1026
- [c1f7bb8 | 2009-04-07 19:24:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1052
+ [c1f7bb8 | Tue Apr 07 19:24:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1027
1053
 
1028
1054
  * Improve Helper::CGI, don't accept more than one argument per method
1029
1055
 
1030
- [c01a0ce | 2009-04-07 09:07:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1056
+ [c01a0ce | Tue Apr 07 09:07:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1031
1057
 
1032
1058
  * Warn if action is invalid
1033
1059
 
1034
- [d749887 | 2009-04-07 09:07:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1060
+ [d749887 | Tue Apr 07 09:07:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1035
1061
 
1036
1062
  * Remove Helper::Render#render_template
1037
1063
 
1038
- [fba39b5 | 2009-04-06 10:26:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1064
+ [fba39b5 | Mon Apr 06 10:26:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1039
1065
 
1040
1066
  * Remove specs for Helper::Partial
1041
1067
 
1042
- [98bc6f7 | 2009-04-06 10:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1068
+ [98bc6f7 | Mon Apr 06 10:25:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1043
1069
 
1044
1070
  * Add more specs and refine Helper::Render
1045
1071
 
1046
- [616b5aa | 2009-04-06 10:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1072
+ [616b5aa | Mon Apr 06 10:03:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1047
1073
 
1048
1074
  * Provide direct access to Helper::Render methods through extension
1049
1075
 
1050
- [696f85d | 2009-04-06 09:58:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1076
+ [696f85d | Mon Apr 06 09:58:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1051
1077
 
1052
1078
  * Make Helper::Render#render_template work and add specs
1053
1079
 
1054
- [b0fcf13 | 2009-04-06 06:51:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1080
+ [b0fcf13 | Mon Apr 06 06:51:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1055
1081
 
1056
1082
  * Adding Helper::Render, this should be able to cover all our rendering needs
1057
1083
 
1058
- [ea02bbe | 2009-04-06 06:49:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1084
+ [ea02bbe | Mon Apr 06 06:49:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1059
1085
 
1060
1086
  * Remove Helper::Partial, to be replaced by Helper::Render
1061
1087
 
1062
- [52c9943 | 2009-04-06 06:47:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1088
+ [52c9943 | Mon Apr 06 06:47:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1063
1089
 
1064
1090
  * just fix some annoying things
1065
1091
 
1066
- [cd45648 | 2009-04-06 06:46:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1092
+ [cd45648 | Mon Apr 06 06:46:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1067
1093
 
1068
1094
  * Refactor Helper to use HelpersHelper.options
1069
1095
 
1070
- [4a1b7f6 | 2009-04-05 21:25:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1096
+ [4a1b7f6 | Sun Apr 05 21:25:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1071
1097
 
1072
1098
  * remove some more methods from Request, they depend on a method in ramaze
1073
1099
 
1074
- [6e0b421 | 2009-04-05 16:22:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1100
+ [6e0b421 | Sun Apr 05 16:22:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1075
1101
 
1076
1102
  * Make multipart building a bit more compact
1077
1103
 
1078
- [2f17bf6 | 2009-04-05 21:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1104
+ [2f17bf6 | Sun Apr 05 21:23:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1079
1105
 
1080
1106
  * Make some variables more 'communicative', as reek puts it
1081
1107
 
1082
- [348e179 | 2009-04-04 13:37:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1108
+ [348e179 | Sat Apr 04 13:37:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1083
1109
 
1084
1110
  * Caching for template locations finally working, this should reduce the disk IO through globbing considerably, even if it is still updating the locations for every request
1085
1111
 
1086
- [8555277 | 2009-04-04 13:27:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1112
+ [8555277 | Sat Apr 04 13:27:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1087
1113
 
1088
1114
  * Better bacon task
1089
1115
 
1090
- [110243b | 2009-04-03 19:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1116
+ [110243b | Fri Apr 03 19:08:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1091
1117
 
1092
1118
  * Experimental templating path caching
1093
1119
 
1094
- [258d7c9 | 2009-04-03 20:01:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1120
+ [258d7c9 | Fri Apr 03 20:01:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1095
1121
 
1096
1122
  * Use Etanni engine for specs and most examples
1097
1123
 
1098
- [2bf8941 | 2009-04-03 19:59:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1124
+ [2bf8941 | Fri Apr 03 19:59:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1099
1125
 
1100
1126
  * Comment out gemspec dependencies until rack is released
1101
1127
 
1102
- [57078ac | 2009-04-03 19:58:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1128
+ [57078ac | Fri Apr 03 19:58:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1103
1129
 
1104
1130
  * Remove the extra newlines introduced with Etanni
1105
1131
 
1106
- [51b4797 | 2009-04-03 19:58:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1132
+ [51b4797 | Fri Apr 03 19:58:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1107
1133
 
1108
1134
  * Relax views by using #to_s instead of #to_str
1109
1135
 
1110
- [d8475d3 | 2009-04-03 16:48:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1136
+ [d8475d3 | Fri Apr 03 16:48:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1111
1137
 
1112
1138
  * Don't carry over view_value into layout actions
1113
1139
 
1114
- [8e2788f | 2009-04-02 10:50:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1140
+ [8e2788f | Thu Apr 02 10:50:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1115
1141
 
1116
1142
  * Fix view and layout mapping if there are multiple view_mappings
1117
1143
 
1118
- [8e93e87 | 2009-03-31 23:35:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1144
+ [8e93e87 | Tue Mar 31 23:35:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1119
1145
 
1120
1146
  * Version 2009.04.01
1121
1147
 
1122
- [1a7242b | 2009-03-31 23:32:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1148
+ [1a7242b | Tue Mar 31 23:32:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1123
1149
 
1124
1150
  * Optional is called Optioned now, watch out
1125
1151
 
1126
- [0809fb1 | 2009-03-31 14:50:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1152
+ [0809fb1 | Tue Mar 31 14:50:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1127
1153
 
1128
1154
  * Set proper default templating engine for html to Etanni
1129
1155
 
1130
- [e1f9450 | 2009-03-31 13:14:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1156
+ [e1f9450 | Tue Mar 31 13:14:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1131
1157
 
1132
1158
  * Make sure Etanni returns stripped strings, that should make the specs pass again
1133
1159
 
1134
- [3c7063b | 2009-03-31 12:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1160
+ [3c7063b | Tue Mar 31 12:49:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1135
1161
 
1136
1162
  * Fix bug where root_mappings where not considered alternatives
1137
1163
 
1138
- [0ab5ab1 | 2009-03-29 20:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1164
+ [0ab5ab1 | Sun Mar 29 20:44:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1139
1165
 
1140
1166
  * Unescape params given to the action
1141
1167
 
1142
- [4fe8226 | 2009-03-28 16:04:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1168
+ [4fe8226 | Sat Mar 28 16:04:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1143
1169
 
1144
1170
  * Version 2009.03.28
1145
1171
 
1146
- [57680d3 | 2009-03-28 16:04:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1172
+ [57680d3 | Sat Mar 28 16:04:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1147
1173
 
1148
1174
  * Split rake tasks into small units for management with raku
1149
1175
 
1150
- [d7a9278 | 2009-03-26 21:14:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1176
+ [d7a9278 | Thu Mar 26 21:14:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1151
1177
 
1152
1178
  * Adapt recursive partial spec for new action iv setting semantics
1153
1179
 
1154
- [4dede34 | 2009-03-26 19:20:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1180
+ [4dede34 | Thu Mar 26 19:20:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1155
1181
 
1156
1182
  * Nicer code for Action#layout_view_or_method
1157
1183
 
1158
- [d392fda | 2009-03-26 19:19:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1184
+ [d392fda | Thu Mar 26 19:19:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1159
1185
 
1160
1186
  * Make Node#resolve smarter if called on an instance
1161
1187
 
1162
- [3e49468 | 2009-03-26 18:40:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1188
+ [3e49468 | Thu Mar 26 18:40:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1163
1189
 
1164
1190
  * Put copy_variables before calling of the action method, so instance variables are copied over from the action and usable in the method the same way as in the template
1165
1191
 
1166
- [408bbd9 | 2009-03-26 10:28:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1192
+ [408bbd9 | Thu Mar 26 10:28:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1167
1193
 
1168
1194
  * Better lookup for options.roots
1169
1195
 
1170
- [250188f | 2009-03-25 22:48:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1196
+ [250188f | Wed Mar 25 22:48:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1171
1197
 
1172
1198
  * Give the engine the value or a string, not nil
1173
1199
 
1174
- [6784523 | 2009-03-25 22:37:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1200
+ [6784523 | Wed Mar 25 22:37:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1175
1201
 
1176
1202
  * Adding Etanni with .xhtml extension
1177
1203
 
1178
- [dc871bf | 2009-03-25 20:35:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1204
+ [dc871bf | Wed Mar 25 20:35:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1179
1205
 
1180
1206
  * Remove specs for old request methods
1181
1207
 
1182
- [fa7aa95 | 2009-03-25 20:35:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1208
+ [fa7aa95 | Wed Mar 25 20:35:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1183
1209
 
1184
1210
  * Don't fail when trying to obtain symbolic view
1185
1211
 
1186
- [a79b532 | 2009-03-25 20:34:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1212
+ [a79b532 | Wed Mar 25 20:34:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1187
1213
 
1188
1214
  * Allow Ramaze to inject Request/Response/Session
1189
1215
 
1190
- [3799d36 | 2009-03-25 20:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1216
+ [3799d36 | Wed Mar 25 20:34:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1191
1217
 
1192
1218
  * Using Gem::Specification#to_ruby, yay
1193
1219
 
1194
- [6367793 | 2009-03-25 17:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1220
+ [6367793 | Wed Mar 25 17:01:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1195
1221
 
1196
1222
  * Remove cruft from View::ERB
1197
1223
 
1198
- [72b02f0 | 2009-03-25 17:00:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1224
+ [72b02f0 | Wed Mar 25 17:00:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1199
1225
 
1200
1226
  * Simplify View::get, we don't need lookup by extension anymore
1201
1227
 
1202
- [b4850cd | 2009-03-25 17:00:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1228
+ [b4850cd | Wed Mar 25 17:00:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1203
1229
 
1204
1230
  * Remove some methods from Request, they fit better into Ramaze
1205
1231
 
1206
- [d919c03 | 2009-03-25 16:59:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1232
+ [d919c03 | Wed Mar 25 16:59:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1207
1233
 
1208
1234
  * Remove cruft from Adapter, I added support for arbitrary handlers to rack (patch will go in by tomorrow)
1209
1235
 
1210
- [b7a4f88 | 2009-03-25 13:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1236
+ [b7a4f88 | Wed Mar 25 13:01:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1211
1237
 
1212
1238
  * Remove some unused methods
1213
1239
 
1214
- [afea731 | 2009-03-24 22:52:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1240
+ [afea731 | Tue Mar 24 22:52:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1215
1241
 
1216
1242
  * Version 2009.03.24
1217
1243
 
1218
- [94d0714 | 2009-03-24 18:33:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1244
+ [94d0714 | Tue Mar 24 18:33:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1219
1245
 
1220
1246
  * Fix bug where index(arg) was passed 'index' as arg
1221
1247
 
1222
- [28c9f16 | 2009-03-24 15:05:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1248
+ [28c9f16 | Tue Mar 24 15:05:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1223
1249
 
1224
1250
  * Nicer output for skipped specs
1225
1251
 
1226
- [ea90a79 | 2009-03-24 15:05:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1252
+ [ea90a79 | Tue Mar 24 15:05:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1227
1253
 
1228
1254
  * Fix specs for 1.9
1229
1255
 
1230
- [404cffe | 2009-03-23 18:43:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1256
+ [404cffe | Mon Mar 23 18:43:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1231
1257
 
1232
1258
  * Using anchor in combination with route would fail between nodes
1233
1259
 
1234
- [b9c4048 | 2009-03-23 18:23:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1260
+ [b9c4048 | Mon Mar 23 18:23:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1235
1261
 
1236
1262
  * Update README to reflect latest developments
1237
1263
 
1238
- [bd4456e | 2009-03-23 14:53:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1264
+ [bd4456e | Mon Mar 23 14:53:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1239
1265
 
1240
1266
  * Copy action.variables into instance variables before calling engine
1241
1267
 
1242
- [85b1b75 | 2009-03-23 14:27:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1268
+ [85b1b75 | Mon Mar 23 14:27:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1243
1269
 
1244
1270
  * Only render_template if the resulting action is valid
1245
1271
 
1246
- [1e9009c | 2009-03-23 14:03:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1272
+ [1e9009c | Mon Mar 23 14:03:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1247
1273
 
1248
1274
  * Make the methods in Helper::CGI module functions
1249
1275
 
1250
- [3e20690 | 2009-03-21 10:36:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1276
+ [3e20690 | Sat Mar 21 10:36:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1251
1277
 
1252
1278
  * Fix outstanding issues around State and spec them
1253
1279
 
1254
- [1906be4 | 2009-03-21 01:15:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1280
+ [1906be4 | Sat Mar 21 01:15:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1255
1281
 
1256
1282
  * Clean up a bit after suggestions from nitpick
1257
1283
 
1258
- [e89cde5 | 2009-03-20 18:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1284
+ [e89cde5 | Fri Mar 20 18:35:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1259
1285
 
1260
1286
  * Only set root in spec if found
1261
1287
 
1262
- [45e1307 | 2009-03-20 18:34:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1288
+ [45e1307 | Fri Mar 20 18:34:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1263
1289
 
1264
1290
  * Add some aliases for options given to Innate.start, should make life easier
1265
1291
 
1266
- [c418e85 | 2009-03-20 17:25:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1292
+ [c418e85 | Fri Mar 20 17:25:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1267
1293
 
1268
1294
  * Add specs for extended behaviour of Request#domain
1269
1295
 
1270
- [17a1ca3 | 2009-03-20 17:24:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1296
+ [17a1ca3 | Fri Mar 20 17:24:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1271
1297
 
1272
1298
  * Support put/delete in shared :mock
1273
1299
 
1274
- [f857946 | 2009-03-20 17:24:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1300
+ [f857946 | Fri Mar 20 17:24:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1275
1301
 
1276
1302
  * Take advantage of new Rack::Request#url for Request#domain
1277
1303
 
1278
- [b849861 | 2009-03-20 17:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1304
+ [b849861 | Fri Mar 20 17:23:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1279
1305
 
1280
1306
  * small style change
1281
1307
 
1282
- [a0d3176 | 2009-03-20 17:23:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1308
+ [a0d3176 | Fri Mar 20 17:23:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1283
1309
 
1284
1310
  * Don't rescue anything in Helper, all exceptions get shown
1285
1311
 
1286
- [3e5869d | 2009-03-19 20:57:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1312
+ [3e5869d | Thu Mar 19 20:57:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1287
1313
 
1288
1314
  * Remove unused method from node spec
1289
1315
 
1290
- [27ffac3 | 2009-03-19 20:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1316
+ [27ffac3 | Thu Mar 19 20:48:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1291
1317
 
1292
1318
  * Clean up and remove methods that aren't used anymore
1293
1319
 
1294
- [1e09f3c | 2009-03-19 20:47:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1320
+ [1e09f3c | Thu Mar 19 20:47:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1295
1321
 
1296
1322
  * Improve spec/helper.rb to work with rcov
1297
1323
 
1298
- [ca75800 | 2009-03-19 20:46:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1324
+ [ca75800 | Thu Mar 19 20:46:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1299
1325
 
1300
1326
  * Fix logical typo
1301
1327
 
1302
- [057b52e | 2009-03-19 20:12:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1328
+ [057b52e | Thu Mar 19 20:12:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1303
1329
 
1304
1330
  * Spec Node mapping generation
1305
1331
 
1306
- [05a244a | 2009-03-19 20:09:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1332
+ [05a244a | Thu Mar 19 20:09:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1307
1333
 
1308
1334
  * Move node aspects into the aspect helper, make traits faster
1309
1335
 
1310
- [f774349 | 2009-03-19 18:18:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1336
+ [f774349 | Thu Mar 19 18:18:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1311
1337
 
1312
1338
  * Better session id, use securerandom if possible (ruby >= 1.8.7)
1313
1339
 
1314
- [4b8d305 | 2009-03-19 17:58:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1340
+ [4b8d305 | Thu Mar 19 17:58:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1315
1341
 
1316
1342
  * update_method_arities only once per request
1317
1343
 
1318
- [3d7a493 | 2009-03-19 17:51:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1344
+ [3d7a493 | Thu Mar 19 17:51:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1319
1345
 
1320
1346
  * Remove some debugging output
1321
1347
 
1322
- [2650232 | 2009-03-19 17:51:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1348
+ [2650232 | Thu Mar 19 17:51:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1323
1349
 
1324
1350
  * No need for next
1325
1351
 
1326
- [b8e2c90 | 2009-03-18 19:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1352
+ [b8e2c90 | Wed Mar 18 19:49:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1327
1353
 
1328
1354
  * Run Innate.setup_dependencies for shared :mock
1329
1355
 
1330
- [335c4d0 | 2009-03-18 19:49:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1356
+ [335c4d0 | Wed Mar 18 19:49:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1331
1357
 
1332
1358
  * Forgot commiting the change to Node#root_mappings
1333
1359
 
1334
- [e7a022c | 2009-03-18 19:48:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1360
+ [e7a022c | Wed Mar 18 19:48:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1335
1361
 
1336
1362
  * Node docs more compatible with YARD
1337
1363
 
1338
- [8bab954 | 2009-03-18 19:37:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1364
+ [8bab954 | Wed Mar 18 19:37:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1339
1365
 
1340
1366
  * Adding Helper::Link#route_location, makes life easier for Ramaze
1341
1367
 
1342
- [ce9a71d | 2009-03-18 19:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1368
+ [ce9a71d | Wed Mar 18 19:35:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1343
1369
 
1344
1370
  * More intelligent automatic mapping
1345
1371
 
1346
- [3227e0b | 2009-03-18 17:40:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1372
+ [3227e0b | Wed Mar 18 17:40:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1347
1373
 
1348
1374
  * Split up the specs for Node a little
1349
1375
 
1350
- [176f1f8 | 2009-03-17 20:09:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1376
+ [176f1f8 | Tue Mar 17 20:09:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1351
1377
 
1352
1378
  * And even more docs for Node
1353
1379
 
1354
- [6992116 | 2009-03-17 19:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1380
+ [6992116 | Tue Mar 17 19:43:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1355
1381
 
1356
1382
  * Update specs for new template lookup
1357
1383
 
1358
- [68ba841 | 2009-03-17 19:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1384
+ [68ba841 | Tue Mar 17 19:41:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1359
1385
 
1360
1386
  * Add more docs, yard uses @example instead of @usage
1361
1387
 
1362
- [45c7a24 | 2009-03-17 19:40:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1388
+ [45c7a24 | Tue Mar 17 19:40:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1363
1389
 
1364
1390
  * Document some of the stuff that goes on in the Node#layout method, allow removing layout from node
1365
1391
 
1366
- [fb36a5f | 2009-03-17 19:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1392
+ [fb36a5f | Tue Mar 17 19:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1367
1393
 
1368
1394
  * Remove the Node#layout_root method
1369
1395
 
1370
- [f2e4cc7 | 2009-03-17 19:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1396
+ [f2e4cc7 | Tue Mar 17 19:38:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1371
1397
 
1372
1398
  * Use param as variable name for the options hash to avoid confusion
1373
1399
 
1374
- [a457bdf | 2009-03-17 19:30:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1400
+ [a457bdf | Tue Mar 17 19:30:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1375
1401
 
1376
1402
  * Refactor Node options
1377
1403
 
@@ -1400,2336 +1426,2336 @@
1400
1426
 
1401
1427
  More about this soon in the docs.
1402
1428
 
1403
- [9b78d9c | 2009-03-17 19:28:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1429
+ [9b78d9c | Tue Mar 17 19:28:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1404
1430
 
1405
1431
  * Fix the non-node references to Node.options
1406
1432
 
1407
- [64cfecb | 2009-03-17 19:27:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1433
+ [64cfecb | Tue Mar 17 19:27:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1408
1434
 
1409
1435
  * Move some Node.options to Innate.options again, they make more sense there
1410
1436
 
1411
- [f2db256 | 2009-03-16 15:00:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1437
+ [f2db256 | Mon Mar 16 15:00:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1412
1438
 
1413
1439
  * Handle nil in path_glob gracefully
1414
1440
 
1415
- [1b2435b | 2009-03-16 14:38:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1441
+ [1b2435b | Mon Mar 16 14:38:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1416
1442
 
1417
1443
  * Even more docs for Node
1418
1444
 
1419
- [c9dad64 | 2009-03-16 14:38:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1445
+ [c9dad64 | Mon Mar 16 14:38:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1420
1446
 
1421
1447
  * Better information about ambigous templates
1422
1448
 
1423
- [9fef72f | 2009-03-16 14:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1449
+ [9fef72f | Mon Mar 16 14:38:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1424
1450
 
1425
1451
  * Some more docs for Node
1426
1452
 
1427
- [07230ee | 2009-03-16 13:53:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1453
+ [07230ee | Mon Mar 16 13:53:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1428
1454
 
1429
1455
  * Simple example for provides
1430
1456
 
1431
- [9fa53a0 | 2009-03-16 13:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1457
+ [9fa53a0 | Mon Mar 16 13:53:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1432
1458
 
1433
1459
  * Some docs for Node#provide
1434
1460
 
1435
- [93ffd36 | 2009-03-16 09:58:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1461
+ [93ffd36 | Mon Mar 16 09:58:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1436
1462
 
1437
1463
  * Add Innate::Helper::Link#route_self
1438
1464
 
1439
- [89b5f05 | 2009-03-15 16:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1465
+ [89b5f05 | Sun Mar 15 16:09:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1440
1466
 
1441
1467
  * Try setting $0 correctly in Innate.start
1442
1468
 
1443
- [75fe61d | 2009-03-15 11:25:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1469
+ [75fe61d | Sun Mar 15 11:25:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1444
1470
 
1445
1471
  * Options of modules in Innate should be subs of Innate.options, not simple references
1446
1472
 
1447
- [19797aa | 2009-03-14 21:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1473
+ [19797aa | Sat Mar 14 21:38:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1448
1474
 
1449
1475
  * Proper fallback for Options#[]=
1450
1476
 
1451
- [53e5412 | 2009-03-14 21:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1477
+ [53e5412 | Sat Mar 14 21:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1452
1478
 
1453
1479
  * Allow multiple public roots
1454
1480
 
1455
- [88f6b82 | 2009-03-14 13:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1481
+ [88f6b82 | Sat Mar 14 13:25:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1456
1482
 
1457
1483
  * The :app trait isn't needed anymore
1458
1484
 
1459
- [f3b5d20 | 2009-03-14 13:18:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1485
+ [f3b5d20 | Sat Mar 14 13:18:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1460
1486
 
1461
1487
  * Add missing options/stub.rb
1462
1488
 
1463
- [33c2fbe | 2009-03-14 13:17:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1489
+ [33c2fbe | Sat Mar 14 13:17:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1464
1490
 
1465
1491
  * Allow to change the object wrapped by Rack::MockRequest
1466
1492
 
1467
- [2e5eccf | 2009-03-14 13:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1493
+ [2e5eccf | Sat Mar 14 13:12:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1468
1494
 
1469
1495
  * Refactor to use new options convention, each module has its own options now
1470
1496
 
1471
- [b271865 | 2009-03-14 13:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1497
+ [b271865 | Sat Mar 14 13:09:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1472
1498
 
1473
1499
  * Make specs easier by setting $0 correctly
1474
1500
 
1475
- [346c8f3 | 2009-03-14 13:09:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1501
+ [346c8f3 | Sat Mar 14 13:09:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1476
1502
 
1477
1503
  * More specs for Innate::Options
1478
1504
 
1479
- [786a340 | 2009-03-14 13:08:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1505
+ [786a340 | Sat Mar 14 13:08:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1480
1506
 
1481
1507
  * Improve Innate::Options and add Innate::Optional
1482
1508
 
1483
- [5d84d92 | 2009-03-12 20:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1509
+ [5d84d92 | Thu Mar 12 20:28:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1484
1510
 
1485
1511
  * Rewire to use Innate::MiddlewareCompiler and allow Ramaze to use its own URLMap
1486
1512
 
1487
- [a4461b8 | 2009-03-12 20:26:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1513
+ [a4461b8 | Thu Mar 12 20:26:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1488
1514
 
1489
1515
  * Fix Helper::Flash spec, we need to return a string
1490
1516
 
1491
- [7d22edb | 2009-03-12 20:26:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1517
+ [7d22edb | Thu Mar 12 20:26:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1492
1518
 
1493
1519
  * Nicer debugging output for routing
1494
1520
 
1495
- [12d63ac | 2009-03-12 18:23:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1521
+ [12d63ac | Thu Mar 12 18:23:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1496
1522
 
1497
1523
  * Dynamic MiddlewareCompiler, removes last Rack namespaced class
1498
1524
 
1499
- [aa7e2e1 | 2009-03-09 19:09:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1525
+ [aa7e2e1 | Mon Mar 09 19:09:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1500
1526
 
1501
1527
  * Move default hash into Action::create to prevent silly behaviour
1502
1528
 
1503
- [68b8ec0 | 2009-03-07 14:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1529
+ [68b8ec0 | Sat Mar 07 14:48:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1504
1530
 
1505
1531
  * Refactor of content representation, should work smooth now
1506
1532
 
1507
- [e1ade5a | 2009-03-06 14:42:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1533
+ [e1ade5a | Fri Mar 06 14:42:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1508
1534
 
1509
1535
  * Improve Helper::Link#anchor on suggestions of endoh
1510
1536
 
1511
- [d7ec2e6 | 2009-03-06 14:16:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1537
+ [d7ec2e6 | Fri Mar 06 14:16:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1512
1538
 
1513
1539
  * Some explanation about session.expires
1514
1540
 
1515
- [7b95de4 | 2009-03-06 14:15:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1541
+ [7b95de4 | Fri Mar 06 14:15:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1516
1542
 
1517
1543
  * Refactor provides, any engine just has to respond to ::call now
1518
1544
 
1519
- [e9302f0 | 2009-03-05 13:37:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1545
+ [e9302f0 | Thu Mar 05 13:37:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1520
1546
 
1521
1547
  * Another change to template exts, only respect the wish to simplify things
1522
1548
 
1523
- [5bc84c1 | 2009-03-05 12:19:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1549
+ [5bc84c1 | Thu Mar 05 12:19:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1524
1550
 
1525
1551
  * Remove our Rack::Reloader - i'll try to improve the one in Rack instead and Ramaze has its own anyway
1526
1552
 
1527
- [3712cff | 2009-03-05 12:06:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1553
+ [3712cff | Thu Mar 05 12:06:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1528
1554
 
1529
1555
  * Utilize application-specific configuration
1530
1556
 
1531
- [527a29f | 2009-03-05 12:04:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1557
+ [527a29f | Thu Mar 05 12:04:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1532
1558
 
1533
1559
  * Split up to_template with path_glob and ext_glob
1534
1560
 
1535
- [66ea210 | 2009-03-04 15:53:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1561
+ [66ea210 | Wed Mar 04 15:53:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1536
1562
 
1537
1563
  * Allow multiple values for options.app.(root|view|layout|public)
1538
1564
 
1539
- [671aaea | 2009-03-05 17:02:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1565
+ [671aaea | Thu Mar 05 17:02:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1540
1566
 
1541
1567
  * View::register overwrites
1542
1568
 
1543
- [663d623 | 2009-03-03 01:20:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1569
+ [663d623 | Tue Mar 03 01:20:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1544
1570
 
1545
1571
  * Options is not Enumerable anymore, add to_hash instead
1546
1572
 
1547
- [e30a191 | 2009-03-03 01:20:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1573
+ [e30a191 | Tue Mar 03 01:20:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1548
1574
 
1549
1575
  * simplify helper failure
1550
1576
 
1551
- [c1328ed | 2009-03-02 16:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1577
+ [c1328ed | Mon Mar 02 16:13:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1552
1578
 
1553
1579
  * Use Options#[] for faster access and add Innate::teardown_dependencies
1554
1580
 
1555
- [a56126b | 2009-03-02 16:13:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1581
+ [a56126b | Mon Mar 02 16:13:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1556
1582
 
1557
1583
  * Fix middleware compilation
1558
1584
 
1559
- [7d92080 | 2009-03-01 18:46:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1585
+ [7d92080 | Sun Mar 01 18:46:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1560
1586
 
1561
1587
  * Add spec for render_template with variable.
1562
1588
 
1563
- [b5cdf83 | 2009-03-01 15:56:20 UTC] Tadahiko Uehara <kikofx@gmail.com>
1589
+ [b5cdf83 | Sun Mar 01 15:56:20 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1564
1590
 
1565
1591
  * Use Array#first instead of to_s to get extension from provide wish in
1566
1592
 
1567
1593
  Array#to_s in 1.9 joins with brackets. # ['foo'].to_s #=> "[\"foo\"]"
1568
1594
 
1569
- [2e8bb64 | 2009-03-01 23:20:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1595
+ [2e8bb64 | Sun Mar 01 23:20:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1570
1596
 
1571
1597
  * Nicer exception for some missing helpers
1572
1598
 
1573
- [a5de43a | 2009-03-01 23:20:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1599
+ [a5de43a | Sun Mar 01 23:20:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1574
1600
 
1575
1601
  * MiddlewareCompiler#use now has traditional rack meaning, use apps for the old behaviour
1576
1602
 
1577
- [aedca0f | 2009-03-01 23:19:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1603
+ [aedca0f | Sun Mar 01 23:19:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1578
1604
 
1579
1605
  * Use options[:mode] to avoid problems with facets
1580
1606
 
1581
- [f17eec8 | 2009-03-01 15:02:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1607
+ [f17eec8 | Sun Mar 01 15:02:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1582
1608
 
1583
1609
  * Add Innate::defer to schedule code for running in background
1584
1610
 
1585
- [b7e58fa | 2009-02-28 16:12:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1611
+ [b7e58fa | Sat Feb 28 16:12:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1586
1612
 
1587
1613
  * Simplify view API a bit
1588
1614
 
1589
- [37a05e8 | 2009-02-25 15:04:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1615
+ [37a05e8 | Wed Feb 25 15:04:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1590
1616
 
1591
1617
  * Fix version for rack in gemspec
1592
1618
 
1593
- [e29cd02 | 2009-02-25 15:03:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1619
+ [e29cd02 | Wed Feb 25 15:03:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1594
1620
 
1595
1621
  * innate doesn't rely on github
1596
1622
 
1597
- [08d6773 | 2009-02-25 15:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1623
+ [08d6773 | Wed Feb 25 15:01:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1598
1624
 
1599
1625
  * Version 2009.02.25
1600
1626
 
1601
- [04201ef | 2009-02-25 14:27:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1627
+ [04201ef | Wed Feb 25 14:27:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1602
1628
 
1603
1629
  * cleanup
1604
1630
 
1605
- [295a241 | 2009-02-25 14:27:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1631
+ [295a241 | Wed Feb 25 14:27:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1606
1632
 
1607
1633
  * Add Traited#class_trait and docs
1608
1634
 
1609
- [6ed8499 | 2009-02-25 14:04:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1635
+ [6ed8499 | Wed Feb 25 14:04:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1610
1636
 
1611
1637
  * rebuild middleware if block is passed to Innate.start
1612
1638
 
1613
- [8ce86a7 | 2009-02-25 14:04:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1639
+ [8ce86a7 | Wed Feb 25 14:04:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1614
1640
 
1615
1641
  * Make the real failures on helper requires visible
1616
1642
 
1617
- [232214e | 2009-02-25 14:03:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1643
+ [232214e | Wed Feb 25 14:03:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1618
1644
 
1619
1645
  * Remove optimization for wrap_action_call, leads to really weird recursion
1620
1646
 
1621
- [38d0a7b | 2009-02-25 13:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1647
+ [38d0a7b | Wed Feb 25 13:09:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1622
1648
 
1623
1649
  * Simplify setting of mode and compilation of middleware
1624
1650
 
1625
- [8c02417 | 2009-02-25 12:40:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1651
+ [8c02417 | Wed Feb 25 12:40:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1626
1652
 
1627
1653
  * Speed up wrap_action_call
1628
1654
 
1629
- [cea8af5 | 2009-02-25 12:37:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1655
+ [cea8af5 | Wed Feb 25 12:37:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1630
1656
 
1631
1657
  * Speed up ancestral_trait
1632
1658
 
1633
- [608a7eb | 2009-02-24 21:45:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1659
+ [608a7eb | Tue Feb 24 21:45:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1634
1660
 
1635
1661
  * Remove Innate::Setup, that goes into Ramaze
1636
1662
 
1637
- [785b1e5 | 2009-02-24 21:45:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1663
+ [785b1e5 | Tue Feb 24 21:45:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1638
1664
 
1639
1665
  * Remove reference to Innate in log to avoid confusion
1640
1666
 
1641
- [3df0612 | 2009-02-24 21:28:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1667
+ [3df0612 | Tue Feb 24 21:28:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1642
1668
 
1643
1669
  * Remove the providing_hash example until we come up with a better way to show it
1644
1670
 
1645
- [8309299 | 2009-02-24 21:25:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1671
+ [8309299 | Tue Feb 24 21:25:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1646
1672
 
1647
1673
  * small cleanup
1648
1674
 
1649
- [93be7ad | 2009-02-24 21:25:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1675
+ [93be7ad | Tue Feb 24 21:25:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1650
1676
 
1651
1677
  * Spec the session example
1652
1678
 
1653
- [7b39146 | 2009-02-24 21:24:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1679
+ [7b39146 | Tue Feb 24 21:24:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1654
1680
 
1655
1681
  * Add missing template for node spec
1656
1682
 
1657
- [d8ccfce | 2009-02-24 21:22:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1683
+ [d8ccfce | Tue Feb 24 21:22:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1658
1684
 
1659
1685
  * Add todolist example
1660
1686
 
1661
- [fd73cef | 2009-02-24 21:06:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1687
+ [fd73cef | Tue Feb 24 21:06:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1662
1688
 
1663
1689
  * Don't serve a view without method if params are given
1664
1690
 
1665
- [58f9ecd | 2009-02-24 20:05:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1691
+ [58f9ecd | Tue Feb 24 20:05:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1666
1692
 
1667
1693
  * Fix spec for example/link
1668
1694
 
1669
- [607fc72 | 2009-02-24 20:05:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1695
+ [607fc72 | Tue Feb 24 20:05:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1670
1696
 
1671
1697
  * Provide shared multipart to enable easy POST specs
1672
1698
 
1673
- [9b833f8 | 2009-02-24 20:04:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1699
+ [9b833f8 | Tue Feb 24 20:04:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1674
1700
 
1675
1701
  * Innate::Node, rename LIST to NODE_LIST and HELPERS to DEFAULT_HELPERS
1676
1702
 
1677
- [397cff4 | 2009-02-24 20:03:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1703
+ [397cff4 | Tue Feb 24 20:03:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1678
1704
 
1679
1705
  * A little bit nicer each in retro games
1680
1706
 
1681
- [0ab5dfe | 2009-02-24 19:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1707
+ [0ab5dfe | Tue Feb 24 19:09:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1682
1708
 
1683
1709
  * We don't provide error handling out of the box, remove example
1684
1710
 
1685
- [9466549 | 2009-02-24 19:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1711
+ [9466549 | Tue Feb 24 19:06:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1686
1712
 
1687
1713
  * Clean up code of the whywiki
1688
1714
 
1689
- [715371b | 2009-02-24 18:58:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1715
+ [715371b | Tue Feb 24 18:58:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1690
1716
 
1691
1717
  * Bring examples up to date
1692
1718
 
1693
- [378977c | 2009-02-22 21:14:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1719
+ [378977c | Sun Feb 22 21:14:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1694
1720
 
1695
1721
  * Add some docs
1696
1722
 
1697
- [566303c | 2009-02-22 20:34:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1723
+ [566303c | Sun Feb 22 20:34:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1698
1724
 
1699
1725
  * Make Innate::setup and Innate::sync available to Ramaze
1700
1726
 
1701
- [6fa8645 | 2009-02-22 20:16:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1727
+ [6fa8645 | Sun Feb 22 20:16:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1702
1728
 
1703
1729
  * Make it easier for Ramaze to set a default engine
1704
1730
 
1705
- [dfe34cd | 2009-02-21 20:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1731
+ [dfe34cd | Sat Feb 21 20:54:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1706
1732
 
1707
1733
  * Correct usage of git tag
1708
1734
 
1709
- [42d3883 | 2009-02-21 11:28:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1735
+ [42d3883 | Sat Feb 21 11:28:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1710
1736
 
1711
1737
  * Version 2009.02.21
1712
1738
 
1713
- [374f218 | 2009-02-21 11:26:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1739
+ [374f218 | Sat Feb 21 11:26:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1714
1740
 
1715
1741
  * Bring retro games example back to life
1716
1742
 
1717
- [800c1e2 | 2009-02-20 16:38:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1743
+ [800c1e2 | Fri Feb 20 16:38:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1718
1744
 
1719
1745
  * Make Innate::Route() and Innate::Rewrite() available for Ramaze
1720
1746
 
1721
- [f9d5d68 | 2009-02-20 14:48:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1747
+ [f9d5d68 | Fri Feb 20 14:48:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1722
1748
 
1723
1749
  * Don't fail fatal if no app root can be found
1724
1750
 
1725
- [ddd6e77 | 2009-02-20 14:48:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1751
+ [ddd6e77 | Fri Feb 20 14:48:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1726
1752
 
1727
1753
  * Rename action_not_found(path) to action_missing(path), easier to remember
1728
1754
 
1729
- [e682e18 | 2009-02-20 14:47:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1755
+ [e682e18 | Fri Feb 20 14:47:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1730
1756
 
1731
1757
  * Add trigger for options.mode to reset middleware
1732
1758
 
1733
- [0efafb9 | 2009-02-19 16:29:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1759
+ [0efafb9 | Thu Feb 19 16:29:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1734
1760
 
1735
1761
  * Update options spec for trigger
1736
1762
 
1737
- [f3741ee | 2009-02-19 16:26:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1763
+ [f3741ee | Thu Feb 19 16:26:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1738
1764
 
1739
1765
  * Fix MiddlewareCompiler#static and add #directory
1740
1766
 
1741
- [0ce72dc | 2009-02-19 16:07:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1767
+ [0ce72dc | Thu Feb 19 16:07:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1742
1768
 
1743
1769
  * Put the dynamap module functions into the SingletonMethods so Ramaze can have them too
1744
1770
 
1745
- [b392fa7 | 2009-02-19 16:06:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1771
+ [b392fa7 | Thu Feb 19 16:06:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1746
1772
 
1747
1773
  * Add options.app.public which recompiles middleware on change
1748
1774
 
1749
- [e9d3e04 | 2009-02-19 16:06:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1775
+ [e9d3e04 | Thu Feb 19 16:06:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1750
1776
 
1751
1777
  * Add Options#trigger, runs a block when an option changed
1752
1778
 
1753
- [a3bdfdc | 2009-02-19 14:56:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1779
+ [a3bdfdc | Thu Feb 19 14:56:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1754
1780
 
1755
1781
  * Proper name for node in session spec
1756
1782
 
1757
- [bc942f2 | 2009-02-19 14:52:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1783
+ [bc942f2 | Thu Feb 19 14:52:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1758
1784
 
1759
1785
  * Some more yard-compatible docs
1760
1786
 
1761
- [9f97f72 | 2009-02-19 14:16:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1787
+ [9f97f72 | Thu Feb 19 14:16:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1762
1788
 
1763
1789
  * Make aliasing views more consistent
1764
1790
 
1765
- [3d10ef2 | 2009-02-19 13:40:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1791
+ [3d10ef2 | Thu Feb 19 13:40:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1766
1792
 
1767
1793
  * Clean up session spec
1768
1794
 
1769
- [027f20b | 2009-02-19 13:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1795
+ [027f20b | Thu Feb 19 13:38:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1770
1796
 
1771
1797
  * Cache the session just as long as the cookie is scheduled to exist
1772
1798
 
1773
- [0279f91 | 2009-02-19 13:37:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1799
+ [0279f91 | Thu Feb 19 13:37:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1774
1800
 
1775
1801
  * Further improvments to the spec task
1776
1802
 
1777
- [f69b4cf | 2009-02-17 02:50:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1803
+ [f69b4cf | Tue Feb 17 02:50:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1778
1804
 
1779
1805
  * publish for real
1780
1806
 
1781
- [81048fa | 2009-02-17 02:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1807
+ [81048fa | Tue Feb 17 02:48:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1782
1808
 
1783
1809
  * add rake publish via grancher
1784
1810
 
1785
- [c825e8b | 2009-02-15 19:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1811
+ [c825e8b | Sun Feb 15 19:29:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1786
1812
 
1787
1813
  * Use current node's extension if it is not provided to render_template.
1788
1814
 
1789
- [4338891 | 2009-02-15 19:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1815
+ [4338891 | Sun Feb 15 19:29:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1790
1816
 
1791
1817
  * Use current node's extension if it is not provided to render_template.
1792
1818
 
1793
- [e97696f | 2009-02-15 09:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1819
+ [e97696f | Sun Feb 15 09:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1794
1820
 
1795
1821
  * Warn if no app.root was set
1796
1822
 
1797
1823
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1798
1824
 
1799
- [70f09fd | 2009-02-14 23:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1825
+ [70f09fd | Sat Feb 14 23:08:44 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1800
1826
 
1801
1827
  * Clear layout before rendering a template in #render_template.
1802
1828
 
1803
- [4318c09 | 2009-02-15 10:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1829
+ [4318c09 | Sun Feb 15 10:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1804
1830
 
1805
1831
  * Warn if no app.root was set
1806
1832
 
1807
- [22a7a1d | 2009-02-14 23:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1833
+ [22a7a1d | Sat Feb 14 23:08:44 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
1808
1834
 
1809
1835
  * Clear layout before rendering a template in #render_template.
1810
1836
 
1811
- [4a31e76 | 2009-02-13 17:02:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1837
+ [4a31e76 | Fri Feb 13 17:02:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1812
1838
 
1813
1839
  * Reflect change to Fiber from Ramaze
1814
1840
 
1815
- [59ad732 | 2009-02-11 17:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1841
+ [59ad732 | Wed Feb 11 17:09:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1816
1842
 
1817
1843
  * Add bacon dependency for spec
1818
1844
 
1819
1845
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1820
1846
 
1821
- [d93b2e5 | 2009-02-11 17:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1847
+ [d93b2e5 | Wed Feb 11 17:15:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1822
1848
 
1823
1849
  * exit status 1 if specs fail
1824
1850
 
1825
1851
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1826
1852
 
1827
- [89327f5 | 2009-02-11 17:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1853
+ [89327f5 | Wed Feb 11 17:11:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1828
1854
 
1829
1855
  * Remove debug info, seems to work on RunCodeRun now
1830
1856
 
1831
1857
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1832
1858
 
1833
- [529f7e7 | 2009-02-11 16:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1859
+ [529f7e7 | Wed Feb 11 16:50:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1834
1860
 
1835
1861
  * Install dependencies on for specs
1836
1862
 
1837
1863
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1838
1864
 
1839
- [da3fb06 | 2009-02-11 17:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1865
+ [da3fb06 | Wed Feb 11 17:33:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1840
1866
 
1841
1867
  * Use eval with binding argument, Binding#eval is 1.8.7+
1842
1868
 
1843
1869
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1844
1870
 
1845
- [7be640a | 2009-02-11 17:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1871
+ [7be640a | Wed Feb 11 17:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1846
1872
 
1847
1873
  * debug RunCodeRun
1848
1874
 
1849
1875
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1850
1876
 
1851
- [c422ae6 | 2009-02-11 16:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1877
+ [c422ae6 | Wed Feb 11 16:50:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1852
1878
 
1853
1879
  * Support for multiple extensions per engine
1854
1880
 
1855
1881
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1856
1882
 
1857
- [2cae45a | 2009-02-11 14:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1883
+ [2cae45a | Wed Feb 11 14:44:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1858
1884
 
1859
1885
  * Add options.app.prefix - only outbound for now
1860
1886
 
1861
1887
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1862
1888
 
1863
- [dcbdfdb | 2009-02-11 14:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1889
+ [dcbdfdb | Wed Feb 11 14:43:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1864
1890
 
1865
1891
  * Add rake ydoc task
1866
1892
 
1867
1893
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1868
1894
 
1869
- [3715913 | 2009-02-11 18:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1895
+ [3715913 | Wed Feb 11 18:33:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1870
1896
 
1871
1897
  * Use eval with binding argument, Binding#eval is 1.8.7+
1872
1898
 
1873
- [eb77842 | 2009-02-11 18:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1899
+ [eb77842 | Wed Feb 11 18:15:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1874
1900
 
1875
1901
  * exit status 1 if specs fail
1876
1902
 
1877
- [544533d | 2009-02-11 18:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1903
+ [544533d | Wed Feb 11 18:11:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1878
1904
 
1879
1905
  * Remove debug info, seems to work on RunCodeRun now
1880
1906
 
1881
- [29d7021 | 2009-02-11 18:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1907
+ [29d7021 | Wed Feb 11 18:09:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1882
1908
 
1883
1909
  * Add bacon dependency for spec
1884
1910
 
1885
- [d4ca17d | 2009-02-11 18:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1911
+ [d4ca17d | Wed Feb 11 18:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1886
1912
 
1887
1913
  * debug RunCodeRun
1888
1914
 
1889
- [8756390 | 2009-02-11 17:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1915
+ [8756390 | Wed Feb 11 17:50:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1890
1916
 
1891
1917
  * Support for multiple extensions per engine
1892
1918
 
1893
- [d5c003d | 2009-02-11 17:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1919
+ [d5c003d | Wed Feb 11 17:50:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1894
1920
 
1895
1921
  * Install dependencies on for specs
1896
1922
 
1897
- [35f2ece | 2009-02-11 15:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1923
+ [35f2ece | Wed Feb 11 15:44:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1898
1924
 
1899
1925
  * Add options.app.prefix - only outbound for now
1900
1926
 
1901
- [d212cd2 | 2009-02-11 15:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1927
+ [d212cd2 | Wed Feb 11 15:43:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1902
1928
 
1903
1929
  * Add rake ydoc task
1904
1930
 
1905
- [5210279 | 2009-02-09 16:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1931
+ [5210279 | Mon Feb 09 16:47:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1906
1932
 
1907
1933
  * params defaults to []
1908
1934
 
1909
1935
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1910
1936
 
1911
- [53cf3b0 | 2009-02-09 16:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1937
+ [53cf3b0 | Mon Feb 09 16:47:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1912
1938
 
1913
1939
  * Fix render_template
1914
1940
 
1915
1941
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1916
1942
 
1917
- [b8abf58 | 2009-02-09 16:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1943
+ [b8abf58 | Mon Feb 09 16:37:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1918
1944
 
1919
1945
  * Cosmetics
1920
1946
 
1921
1947
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1922
1948
 
1923
- [b25f9e7 | 2009-02-09 16:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1949
+ [b25f9e7 | Mon Feb 09 16:36:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1924
1950
 
1925
1951
  * Some more usage of Innate::node
1926
1952
 
1927
1953
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1928
1954
 
1929
- [ad4f3ff | 2009-02-09 16:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1955
+ [ad4f3ff | Mon Feb 09 16:15:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1930
1956
 
1931
1957
  * Add convenience method Innate::node
1932
1958
 
1933
1959
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1934
1960
 
1935
- [d713321 | 2009-02-09 15:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1961
+ [d713321 | Mon Feb 09 15:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1936
1962
 
1937
1963
  * Allow alias_view to point to another Node
1938
1964
 
1939
1965
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1940
1966
 
1941
- [af92ee4 | 2009-02-09 15:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1967
+ [af92ee4 | Mon Feb 09 15:15:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1942
1968
 
1943
1969
  * Allow templates for methods like this__nested__one
1944
1970
 
1945
1971
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1946
1972
 
1947
- [56f119e | 2009-02-09 15:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1973
+ [56f119e | Mon Feb 09 15:15:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1948
1974
 
1949
1975
  * Add options.action.needs_method
1950
1976
 
1951
1977
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1952
1978
 
1953
- [3cc7b5c | 2009-02-09 15:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1979
+ [3cc7b5c | Mon Feb 09 15:00:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1954
1980
 
1955
1981
  * Adapt specs for new API (memcached returns no value on delete)
1956
1982
 
1957
1983
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1958
1984
 
1959
- [3698234 | 2009-02-09 15:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1985
+ [3698234 | Mon Feb 09 15:00:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1960
1986
 
1961
1987
  * Action is made a bit more modular so one can call Action#render
1962
1988
 
1963
1989
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1964
1990
 
1965
- [27520cb | 2009-02-08 14:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1991
+ [27520cb | Sun Feb 08 14:51:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1966
1992
 
1967
1993
  * Correct behaviour for alias_view with spec
1968
1994
 
1969
1995
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1970
1996
 
1971
- [e5fcc9b | 2009-02-08 14:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1997
+ [e5fcc9b | Sun Feb 08 14:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1972
1998
 
1973
1999
  * Adapt node spec to new behaviour
1974
2000
 
1975
2001
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1976
2002
 
1977
- [487acde | 2009-02-08 14:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2003
+ [487acde | Sun Feb 08 14:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1978
2004
 
1979
2005
  * Fix alias_view, still needs spec
1980
2006
 
1981
2007
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1982
2008
 
1983
- [34269db | 2009-02-08 14:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2009
+ [34269db | Sun Feb 08 14:35:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1984
2010
 
1985
2011
  * Fix update_method_arities for new traits
1986
2012
 
1987
2013
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1988
2014
 
1989
- [030c75b | 2009-02-08 14:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
2015
+ [030c75b | Sun Feb 08 14:35:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1990
2016
 
1991
2017
  * Better error message if no action was found
1992
2018
 
1993
2019
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1994
2020
 
1995
- [8e5b4dd | 2009-02-08 13:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2021
+ [8e5b4dd | Sun Feb 08 13:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
1996
2022
 
1997
2023
  * Restructure innate.rb and introduce options.mode
1998
2024
 
1999
2025
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2000
2026
 
2001
- [6524d1c | 2009-02-08 13:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2027
+ [6524d1c | Sun Feb 08 13:41:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2002
2028
 
2003
2029
  * Fix trait memory-leak
2004
2030
 
2005
2031
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2006
2032
 
2007
- [82673cd | 2009-02-09 17:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
2033
+ [82673cd | Mon Feb 09 17:47:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2008
2034
 
2009
2035
  * params defaults to []
2010
2036
 
2011
- [fe17b8d | 2009-02-09 17:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2037
+ [fe17b8d | Mon Feb 09 17:47:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2012
2038
 
2013
2039
  * Fix render_template
2014
2040
 
2015
- [9d23d82 | 2009-02-09 17:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2041
+ [9d23d82 | Mon Feb 09 17:37:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2016
2042
 
2017
2043
  * Cosmetics
2018
2044
 
2019
- [e6b6d79 | 2009-02-09 17:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2045
+ [e6b6d79 | Mon Feb 09 17:36:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2020
2046
 
2021
2047
  * Some more usage of Innate::node
2022
2048
 
2023
- [da464b9 | 2009-02-09 17:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2049
+ [da464b9 | Mon Feb 09 17:15:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2024
2050
 
2025
2051
  * Add convenience method Innate::node
2026
2052
 
2027
- [ed2bdee | 2009-02-09 16:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2053
+ [ed2bdee | Mon Feb 09 16:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2028
2054
 
2029
2055
  * Allow alias_view to point to another Node
2030
2056
 
2031
- [95238a3 | 2009-02-09 16:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2057
+ [95238a3 | Mon Feb 09 16:15:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2032
2058
 
2033
2059
  * Allow templates for methods like this__nested__one
2034
2060
 
2035
- [fc75dca | 2009-02-09 16:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2061
+ [fc75dca | Mon Feb 09 16:15:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2036
2062
 
2037
2063
  * Add options.action.needs_method
2038
2064
 
2039
- [190e66b | 2009-02-09 16:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
2065
+ [190e66b | Mon Feb 09 16:00:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2040
2066
 
2041
2067
  * Adapt specs for new API (memcached returns no value on delete)
2042
2068
 
2043
- [68ad412 | 2009-02-09 16:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2069
+ [68ad412 | Mon Feb 09 16:00:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2044
2070
 
2045
2071
  * Action is made a bit more modular so one can call Action#render
2046
2072
 
2047
- [4818105 | 2009-02-08 15:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2073
+ [4818105 | Sun Feb 08 15:51:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2048
2074
 
2049
2075
  * Correct behaviour for alias_view with spec
2050
2076
 
2051
- [ffee12e | 2009-02-08 15:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2077
+ [ffee12e | Sun Feb 08 15:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2052
2078
 
2053
2079
  * Adapt node spec to new behaviour
2054
2080
 
2055
- [2034ce4 | 2009-02-08 15:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2081
+ [2034ce4 | Sun Feb 08 15:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2056
2082
 
2057
2083
  * Fix alias_view, still needs spec
2058
2084
 
2059
- [2778db9 | 2009-02-08 15:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2085
+ [2778db9 | Sun Feb 08 15:35:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2060
2086
 
2061
2087
  * Fix update_method_arities for new traits
2062
2088
 
2063
- [faae0e0 | 2009-02-08 15:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
2089
+ [faae0e0 | Sun Feb 08 15:35:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2064
2090
 
2065
2091
  * Better error message if no action was found
2066
2092
 
2067
- [ca68ade | 2009-02-08 14:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2093
+ [ca68ade | Sun Feb 08 14:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2068
2094
 
2069
2095
  * Restructure innate.rb and introduce options.mode
2070
2096
 
2071
- [228951a | 2009-02-08 14:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2097
+ [228951a | Sun Feb 08 14:41:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2072
2098
 
2073
2099
  * Fix trait memory-leak
2074
2100
 
2075
- [fb91811 | 2009-02-07 16:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2101
+ [fb91811 | Sat Feb 07 16:20:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2076
2102
 
2077
2103
  * Remove unused actions in Helper::Flash spec
2078
2104
 
2079
2105
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2080
2106
 
2081
- [4205f14 | 2009-02-07 16:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2107
+ [4205f14 | Sat Feb 07 16:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2082
2108
 
2083
2109
  * Fix usage of parameters in accept_language
2084
2110
 
2085
2111
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2086
2112
 
2087
- [bf69983 | 2009-02-07 16:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2113
+ [bf69983 | Sat Feb 07 16:11:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2088
2114
 
2089
2115
  * Specs for layouts
2090
2116
 
2091
2117
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2092
2118
 
2093
- [256c8c9 | 2009-02-07 16:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2119
+ [256c8c9 | Sat Feb 07 16:11:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2094
2120
 
2095
2121
  * New layout behaviour
2096
2122
 
2097
2123
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2098
2124
 
2099
- [d78cedb | 2009-02-07 14:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2125
+ [d78cedb | Sat Feb 07 14:58:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2100
2126
 
2101
2127
  * Allow adding multiple caches at once
2102
2128
 
2103
2129
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2104
2130
 
2105
- [ff74c88 | 2009-02-07 14:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2131
+ [ff74c88 | Sat Feb 07 14:58:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2106
2132
 
2107
2133
  * wrap_action_call hooks should return the body
2108
2134
 
2109
2135
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2110
2136
 
2111
- [0b34ab6 | 2009-02-07 11:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2137
+ [0b34ab6 | Sat Feb 07 11:57:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2112
2138
 
2113
2139
  * Better parsing of Request#accept_language
2114
2140
 
2115
2141
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2116
2142
 
2117
- [bff2472 | 2009-02-07 11:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2143
+ [bff2472 | Sat Feb 07 11:56:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2118
2144
 
2119
2145
  * Faster Innate.options
2120
2146
 
2121
2147
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2122
2148
 
2123
- [532f3a2 | 2009-02-06 16:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2149
+ [532f3a2 | Fri Feb 06 16:44:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2124
2150
 
2125
2151
  * Minor fixes and docs for rakefile
2126
2152
 
2127
2153
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2128
2154
 
2129
- [345157b | 2009-02-06 16:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2155
+ [345157b | Fri Feb 06 16:44:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2130
2156
 
2131
2157
  * Provide default for alias_view
2132
2158
 
2133
2159
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2134
2160
 
2135
- [febab0f | 2009-02-06 16:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2161
+ [febab0f | Fri Feb 06 16:41:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2136
2162
 
2137
2163
  * Version 2009.02.06
2138
2164
 
2139
2165
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2140
2166
 
2141
- [3ed0607 | 2009-02-07 17:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2167
+ [3ed0607 | Sat Feb 07 17:20:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2142
2168
 
2143
2169
  * Remove unused actions in Helper::Flash spec
2144
2170
 
2145
- [e80d217 | 2009-02-07 17:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2171
+ [e80d217 | Sat Feb 07 17:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2146
2172
 
2147
2173
  * Fix usage of parameters in accept_language
2148
2174
 
2149
- [3f5adb8 | 2009-02-07 17:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2175
+ [3f5adb8 | Sat Feb 07 17:11:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2150
2176
 
2151
2177
  * Specs for layouts
2152
2178
 
2153
- [f2bdd45 | 2009-02-07 17:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2179
+ [f2bdd45 | Sat Feb 07 17:11:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2154
2180
 
2155
2181
  * New layout behaviour
2156
2182
 
2157
- [e9c6ae3 | 2009-02-07 15:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2183
+ [e9c6ae3 | Sat Feb 07 15:58:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2158
2184
 
2159
2185
  * Allow adding multiple caches at once
2160
2186
 
2161
- [defd5aa | 2009-02-07 15:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2187
+ [defd5aa | Sat Feb 07 15:58:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2162
2188
 
2163
2189
  * wrap_action_call hooks should return the body
2164
2190
 
2165
- [6d20f61 | 2009-02-07 12:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2191
+ [6d20f61 | Sat Feb 07 12:57:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2166
2192
 
2167
2193
  * Better parsing of Request#accept_language
2168
2194
 
2169
- [00ed695 | 2009-02-07 12:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2195
+ [00ed695 | Sat Feb 07 12:56:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2170
2196
 
2171
2197
  * Faster Innate.options
2172
2198
 
2173
- [ec09fde | 2009-02-06 17:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2199
+ [ec09fde | Fri Feb 06 17:44:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2174
2200
 
2175
2201
  * Minor fixes and docs for rakefile
2176
2202
 
2177
- [45497a2 | 2009-02-06 17:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2203
+ [45497a2 | Fri Feb 06 17:44:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2178
2204
 
2179
2205
  * Provide default for alias_view
2180
2206
 
2181
- [1dd1d29 | 2009-02-06 17:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2207
+ [1dd1d29 | Fri Feb 06 17:41:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2182
2208
 
2183
2209
  * Version 2009.02.06
2184
2210
 
2185
- [01ca014 | 2009-02-04 01:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2211
+ [01ca014 | Wed Feb 04 01:37:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2186
2212
 
2187
2213
  * Delete :root and :file parameters after root is figured. Because they
2188
2214
 
2189
2215
 
2190
2216
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2191
2217
 
2192
- [caf7b61 | 2009-02-04 01:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
2218
+ [caf7b61 | Wed Feb 04 01:32:01 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2193
2219
 
2194
2220
  * Add Action#name, taken from Ramaze.
2195
2221
 
2196
2222
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2197
2223
 
2198
- [d10e1e4 | 2009-02-04 02:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2224
+ [d10e1e4 | Wed Feb 04 02:37:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2199
2225
 
2200
2226
  * Delete :root and :file parameters after root is figured. Because they
2201
2227
 
2202
2228
 
2203
2229
 
2204
- [a0eaff1 | 2009-02-04 02:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
2230
+ [a0eaff1 | Wed Feb 04 02:32:01 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2205
2231
 
2206
2232
  * Add Action#name, taken from Ramaze.
2207
2233
 
2208
- [f83a30c | 2009-02-01 14:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2234
+ [f83a30c | Sun Feb 01 14:50:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2209
2235
 
2210
2236
  * Rack now has nested parameter parsing
2211
2237
 
2212
2238
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2213
2239
 
2214
- [cc3f110 | 2009-02-02 02:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
2240
+ [cc3f110 | Mon Feb 02 02:35:42 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2215
2241
 
2216
2242
  * use view name as name of the method when method is unavailable.
2217
2243
 
2218
- [20518d4 | 2009-02-02 02:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
2244
+ [20518d4 | Mon Feb 02 02:37:47 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2219
2245
 
2220
2246
  * update aspect spec to check before/after_all, instance_eval and view without method.
2221
2247
 
2222
- [ad974e8 | 2009-02-02 12:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2248
+ [ad974e8 | Mon Feb 02 12:28:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2223
2249
 
2224
2250
  * instance_eval the aspect blocks
2225
2251
 
2226
- [12460ae | 2009-02-02 02:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
2252
+ [12460ae | Mon Feb 02 02:37:47 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2227
2253
 
2228
2254
  * update aspect spec to check before/after_all, instance_eval and view without method.
2229
2255
 
2230
- [ac3cd91 | 2009-02-02 02:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
2256
+ [ac3cd91 | Mon Feb 02 02:35:42 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2231
2257
 
2232
2258
  * use view name as name of the method when method is unavailable.
2233
2259
 
2234
- [1ac84ef | 2009-02-02 02:32:14 UTC] Tadahiko Uehara <kikofx@gmail.com>
2260
+ [1ac84ef | Mon Feb 02 02:32:14 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2235
2261
 
2236
2262
  * instance_eval the aspect block.
2237
2263
 
2238
- [2287f32 | 2009-02-02 02:31:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
2264
+ [2287f32 | Mon Feb 02 02:31:17 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2239
2265
 
2240
2266
  * block_holder can be a hash or an actual block. lets first check it.
2241
2267
 
2242
- [b180b45 | 2009-02-01 15:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2268
+ [b180b45 | Sun Feb 01 15:50:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2243
2269
 
2244
2270
  * Rack now has nested parameter parsing
2245
2271
 
2246
- [71639b6 | 2009-01-31 19:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2272
+ [71639b6 | Sat Jan 31 19:45:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2247
2273
 
2248
2274
  * Some yard-style docs
2249
2275
 
2250
2276
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2251
2277
 
2252
- [6b70d31 | 2009-01-31 19:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2278
+ [6b70d31 | Sat Jan 31 19:45:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2253
2279
 
2254
2280
  * Remove useless adapters
2255
2281
 
2256
2282
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2257
2283
 
2258
- [50b78b5 | 2009-01-31 19:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2284
+ [50b78b5 | Sat Jan 31 19:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2259
2285
 
2260
2286
  * Make Node#wrap_action_call work, for now only aspects are registered
2261
2287
 
2262
2288
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2263
2289
 
2264
- [2a827d7 | 2009-01-31 19:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2290
+ [2a827d7 | Sat Jan 31 19:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2265
2291
 
2266
2292
  * Improve Action#copy_variables
2267
2293
 
2268
2294
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2269
2295
 
2270
- [4ae1a01 | 2009-01-31 20:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2296
+ [4ae1a01 | Sat Jan 31 20:45:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2271
2297
 
2272
2298
  * Remove useless adapters
2273
2299
 
2274
- [f75e32d | 2009-01-31 20:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2300
+ [f75e32d | Sat Jan 31 20:45:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2275
2301
 
2276
2302
  * Some yard-style docs
2277
2303
 
2278
- [a7c4120 | 2009-01-31 20:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2304
+ [a7c4120 | Sat Jan 31 20:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2279
2305
 
2280
2306
  * Make Node#wrap_action_call work, for now only aspects are registered
2281
2307
 
2282
- [46c35c0 | 2009-01-31 20:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2308
+ [46c35c0 | Sat Jan 31 20:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2283
2309
 
2284
2310
  * Improve Action#copy_variables
2285
2311
 
2286
- [b7595b3 | 2009-01-30 18:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2312
+ [b7595b3 | Fri Jan 30 18:12:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2287
2313
 
2288
2314
  * Fix assignment for (before|after)_all
2289
2315
 
2290
2316
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2291
2317
 
2292
- [76e1be6 | 2009-01-30 19:48:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
2318
+ [76e1be6 | Fri Jan 30 19:48:17 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2293
2319
 
2294
2320
  * Fixed forgotten merge portion in previous 5de42ee51db98a4ca211a4513056f47389904420.
2295
2321
 
2296
- [7076383 | 2009-01-30 19:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2322
+ [7076383 | Fri Jan 30 19:12:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2297
2323
 
2298
2324
  * Fix assignment for (before|after)_all
2299
2325
 
2300
- [3e9a5a8 | 2009-01-30 17:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2326
+ [3e9a5a8 | Fri Jan 30 17:57:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2301
2327
 
2302
2328
  * Add before_all/after_all aspects
2303
2329
 
2304
2330
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2305
2331
 
2306
- [1335bf2 | 2009-01-30 18:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2332
+ [1335bf2 | Fri Jan 30 18:57:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2307
2333
 
2308
2334
  * Add before_all/after_all aspects
2309
2335
 
2310
- [8b57671 | 2009-01-29 22:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2336
+ [8b57671 | Thu Jan 29 22:21:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2311
2337
 
2312
2338
  * trap only once
2313
2339
 
2314
2340
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2315
2341
 
2316
- [9e56624 | 2009-01-29 20:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2342
+ [9e56624 | Thu Jan 29 20:37:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2317
2343
 
2318
2344
  * method_arities is a trait now
2319
2345
 
2320
2346
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2321
2347
 
2322
- [82646b1 | 2009-01-29 20:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2348
+ [82646b1 | Thu Jan 29 20:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2323
2349
 
2324
2350
  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it
2325
2351
 
2326
2352
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2327
2353
 
2328
- [97e8308 | 2009-01-29 20:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2354
+ [97e8308 | Thu Jan 29 20:38:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2329
2355
 
2330
2356
  * Better naming and arguments for Adapter::start
2331
2357
 
2332
2358
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2333
2359
 
2334
- [b182882 | 2009-01-29 20:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2360
+ [b182882 | Thu Jan 29 20:38:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2335
2361
 
2336
2362
  * Even if started is true, still do basic setup
2337
2363
 
2338
2364
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2339
2365
 
2340
- [e3ffd52 | 2009-01-29 20:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2366
+ [e3ffd52 | Thu Jan 29 20:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2341
2367
 
2342
2368
  * Don't use custom adapter in example
2343
2369
 
2344
2370
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2345
2371
 
2346
- [5d95198 | 2009-01-29 20:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2372
+ [5d95198 | Thu Jan 29 20:08:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2347
2373
 
2348
2374
  * Fix precedence issue in find_method
2349
2375
 
2350
2376
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2351
2377
 
2352
- [64d317f | 2009-01-29 18:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2378
+ [64d317f | Thu Jan 29 18:04:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2353
2379
 
2354
2380
  * Remove requires for rubygems
2355
2381
 
2356
2382
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2357
2383
 
2358
- [508edc9 | 2009-01-29 18:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2384
+ [508edc9 | Thu Jan 29 18:02:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2359
2385
 
2360
2386
  * Remove whywiki_haml/whywiki_nagoro examples
2361
2387
 
2362
2388
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2363
2389
 
2364
- [b55cf95 | 2009-01-29 23:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2390
+ [b55cf95 | Thu Jan 29 23:21:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2365
2391
 
2366
2392
  * trap only once
2367
2393
 
2368
- [4d1eda4 | 2009-01-29 21:57:54 UTC] Tadahiko Uehara <kikofx@gmail.com>
2394
+ [4d1eda4 | Thu Jan 29 21:57:54 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2369
2395
 
2370
2396
  * Remove leftover code from previous addition.
2371
2397
 
2372
- [b41c42a | 2009-01-29 21:39:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2398
+ [b41c42a | Thu Jan 29 21:39:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2373
2399
 
2374
2400
  * Work around issue in Rack::URLMap and add spec
2375
2401
 
2376
- [9dde517 | 2009-01-29 21:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2402
+ [9dde517 | Thu Jan 29 21:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2377
2403
 
2378
2404
  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it
2379
2405
 
2380
- [861ef4d | 2009-01-29 21:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2406
+ [861ef4d | Thu Jan 29 21:38:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2381
2407
 
2382
2408
  * Better naming and arguments for Adapter::start
2383
2409
 
2384
- [456c144 | 2009-01-29 21:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2410
+ [456c144 | Thu Jan 29 21:38:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2385
2411
 
2386
2412
  * Even if started is true, still do basic setup
2387
2413
 
2388
- [76e4b23 | 2009-01-29 21:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2414
+ [76e4b23 | Thu Jan 29 21:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2389
2415
 
2390
2416
  * Don't use custom adapter in example
2391
2417
 
2392
- [6921322 | 2009-01-29 21:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2418
+ [6921322 | Thu Jan 29 21:37:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2393
2419
 
2394
2420
  * method_arities is a trait now
2395
2421
 
2396
- [f66c001 | 2009-01-29 21:25:41 UTC] Tadahiko Uehara <kikofx@gmail.com>
2422
+ [f66c001 | Thu Jan 29 21:25:41 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2397
2423
 
2398
2424
  * Add layout spec and some more.
2399
2425
 
2400
- [3dab943 | 2009-01-29 21:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2426
+ [3dab943 | Thu Jan 29 21:08:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2401
2427
 
2402
2428
  * Fix precedence issue in find_method
2403
2429
 
2404
- [be40b43 | 2009-01-29 19:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2430
+ [be40b43 | Thu Jan 29 19:04:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2405
2431
 
2406
2432
  * Remove requires for rubygems
2407
2433
 
2408
- [21d17f3 | 2009-01-29 19:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2434
+ [21d17f3 | Thu Jan 29 19:02:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2409
2435
 
2410
2436
  * Remove whywiki_haml/whywiki_nagoro examples
2411
2437
 
2412
- [03c14eb | 2009-01-28 18:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2438
+ [03c14eb | Wed Jan 28 18:55:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2413
2439
 
2414
2440
  * Move code for copying Action#variables
2415
2441
 
2416
2442
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2417
2443
 
2418
- [1084897 | 2009-01-28 21:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2444
+ [1084897 | Wed Jan 28 21:38:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2419
2445
 
2420
2446
  * Fix cache specs, why the hell did they pass?
2421
2447
 
2422
2448
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2423
2449
 
2424
- [1968cb7 | 2009-01-28 20:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2450
+ [1968cb7 | Wed Jan 28 20:55:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2425
2451
 
2426
2452
  * Add some specs for examples
2427
2453
 
2428
2454
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2429
2455
 
2430
- [9285cec | 2009-01-28 18:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2456
+ [9285cec | Wed Jan 28 18:56:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2431
2457
 
2432
2458
  * Add Node::HELPERS for helpers used on inclusion
2433
2459
 
2434
2460
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2435
2461
 
2436
- [e6b9002 | 2009-01-28 19:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2462
+ [e6b9002 | Wed Jan 28 19:04:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2437
2463
 
2438
2464
  * Remove require for route_exceptions
2439
2465
 
2440
2466
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2441
2467
 
2442
- [7b98be1 | 2009-01-28 18:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2468
+ [7b98be1 | Wed Jan 28 18:55:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2443
2469
 
2444
2470
  * Rack::RouteExceptions is now in rack-contrib
2445
2471
 
2446
2472
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2447
2473
 
2448
- [e83fc84 | 2009-01-27 20:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2474
+ [e83fc84 | Tue Jan 27 20:41:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2449
2475
 
2450
2476
  * Nicer inspect of session
2451
2477
 
2452
2478
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2453
2479
 
2454
- [6b0be6f | 2009-01-27 20:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2480
+ [6b0be6f | Tue Jan 27 20:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2455
2481
 
2456
2482
  * Set cookie on the response object returned, not the original one
2457
2483
 
2458
2484
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2459
2485
 
2460
- [5b2403c | 2009-01-27 19:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2486
+ [5b2403c | Tue Jan 27 19:49:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2461
2487
 
2462
2488
  * Fix specs for 1.9
2463
2489
 
2464
2490
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2465
2491
 
2466
- [36dbcc0 | 2009-01-27 19:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2492
+ [36dbcc0 | Tue Jan 27 19:49:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2467
2493
 
2468
2494
  * 1.9 will return symbols instead of strings as method names
2469
2495
 
2470
2496
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2471
2497
 
2472
- [9e5520e | 2009-01-27 19:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2498
+ [9e5520e | Tue Jan 27 19:48:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2473
2499
 
2474
2500
  * A bit nicer code style
2475
2501
 
2476
2502
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2477
2503
 
2478
- [eb0935f | 2009-01-27 19:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2504
+ [eb0935f | Tue Jan 27 19:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2479
2505
 
2480
2506
  * Map casts to #to_s, :/ is very common in ramaze code
2481
2507
 
2482
2508
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2483
2509
 
2484
- [580673b | 2009-01-27 19:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2510
+ [580673b | Tue Jan 27 19:47:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2485
2511
 
2486
2512
  * Fix handling of binding for 1.9
2487
2513
 
2488
2514
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2489
2515
 
2490
- [f67b9a0 | 2009-01-27 19:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2516
+ [f67b9a0 | Tue Jan 27 19:46:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2491
2517
 
2492
2518
  * In current 1.9 the original require won't work for some gems
2493
2519
 
2494
2520
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2495
2521
 
2496
- [9133eb2 | 2009-01-28 22:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2522
+ [9133eb2 | Wed Jan 28 22:38:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2497
2523
 
2498
2524
  * Fix cache specs, why the hell did they pass?
2499
2525
 
2500
- [741a79c | 2009-01-28 21:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2526
+ [741a79c | Wed Jan 28 21:55:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2501
2527
 
2502
2528
  * Add some specs for examples
2503
2529
 
2504
- [122c35f | 2009-01-28 20:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2530
+ [122c35f | Wed Jan 28 20:04:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2505
2531
 
2506
2532
  * Remove require for route_exceptions
2507
2533
 
2508
- [2405c23 | 2009-01-28 19:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2534
+ [2405c23 | Wed Jan 28 19:56:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2509
2535
 
2510
2536
  * Add Node::HELPERS for helpers used on inclusion
2511
2537
 
2512
- [94cde03 | 2009-01-28 19:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2538
+ [94cde03 | Wed Jan 28 19:55:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2513
2539
 
2514
2540
  * Move code for copying Action#variables
2515
2541
 
2516
- [4452766 | 2009-01-28 19:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2542
+ [4452766 | Wed Jan 28 19:55:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2517
2543
 
2518
2544
  * Rack::RouteExceptions is now in rack-contrib
2519
2545
 
2520
- [2922c7b | 2009-01-28 20:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2546
+ [2922c7b | Wed Jan 28 20:44:43 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2521
2547
 
2522
2548
  * Add some specs.
2523
2549
 
2524
2550
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2525
2551
 
2526
- [cfc74b8 | 2009-01-28 20:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2552
+ [cfc74b8 | Wed Jan 28 20:43:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2527
2553
 
2528
2554
  * Add missing fallback argument to redirect_referrer.
2529
2555
 
2530
2556
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2531
2557
 
2532
- [e4534e1 | 2009-01-27 16:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2558
+ [e4534e1 | Tue Jan 27 16:37:21 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2533
2559
 
2534
2560
  * Fix typo in example.
2535
2561
 
2536
2562
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2537
2563
 
2538
- [53b7764 | 2009-01-28 21:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2564
+ [53b7764 | Wed Jan 28 21:44:43 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2539
2565
 
2540
2566
  * Add some specs.
2541
2567
 
2542
- [35b3fe7 | 2009-01-28 21:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2568
+ [35b3fe7 | Wed Jan 28 21:43:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2543
2569
 
2544
2570
  * Add missing fallback argument to redirect_referrer.
2545
2571
 
2546
- [eeffc7d | 2009-01-27 21:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2572
+ [eeffc7d | Tue Jan 27 21:41:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2547
2573
 
2548
2574
  * Nicer inspect of session
2549
2575
 
2550
- [1daeb8f | 2009-01-27 21:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2576
+ [1daeb8f | Tue Jan 27 21:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2551
2577
 
2552
2578
  * Set cookie on the response object returned, not the original one
2553
2579
 
2554
- [c7f8f10 | 2009-01-27 20:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2580
+ [c7f8f10 | Tue Jan 27 20:49:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2555
2581
 
2556
2582
  * Fix specs for 1.9
2557
2583
 
2558
- [9075cff | 2009-01-27 20:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2584
+ [9075cff | Tue Jan 27 20:49:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2559
2585
 
2560
2586
  * 1.9 will return symbols instead of strings as method names
2561
2587
 
2562
- [fdd2197 | 2009-01-27 20:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2588
+ [fdd2197 | Tue Jan 27 20:48:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2563
2589
 
2564
2590
  * A bit nicer code style
2565
2591
 
2566
- [a2003fe | 2009-01-27 20:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2592
+ [a2003fe | Tue Jan 27 20:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2567
2593
 
2568
2594
  * Map casts to #to_s, :/ is very common in ramaze code
2569
2595
 
2570
- [06331c4 | 2009-01-27 20:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2596
+ [06331c4 | Tue Jan 27 20:47:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2571
2597
 
2572
2598
  * Fix handling of binding for 1.9
2573
2599
 
2574
- [e7070f2 | 2009-01-27 20:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2600
+ [e7070f2 | Tue Jan 27 20:46:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2575
2601
 
2576
2602
  * In current 1.9 the original require won't work for some gems
2577
2603
 
2578
- [047baef | 2009-01-27 17:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2604
+ [047baef | Tue Jan 27 17:37:21 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
2579
2605
 
2580
2606
  * Fix typo in example.
2581
2607
 
2582
- [d3304dd | 2009-01-27 00:50:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2608
+ [d3304dd | Tue Jan 27 00:50:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2583
2609
 
2584
2610
  * pass arguments to start to start!
2585
2611
 
2586
- [8f37866 | 2009-01-26 15:47:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2612
+ [8f37866 | Mon Jan 26 15:47:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2587
2613
 
2588
2614
  * Prettier output for rake spec
2589
2615
 
2590
- [602c6c1 | 2009-01-26 15:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2616
+ [602c6c1 | Mon Jan 26 15:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2591
2617
 
2592
2618
  * spec for provide json and layout
2593
2619
 
2594
- [725f209 | 2009-01-26 15:42:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2620
+ [725f209 | Mon Jan 26 15:42:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2595
2621
 
2596
2622
  * Fix layout render
2597
2623
 
2598
- [c71fca2 | 2009-01-26 14:41:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2624
+ [c71fca2 | Mon Jan 26 14:41:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2599
2625
 
2600
2626
  * Remove Content-Type before dispatch, only add if not set
2601
2627
 
2602
- [07547ba | 2009-01-25 17:09:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2628
+ [07547ba | Sun Jan 25 17:09:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2603
2629
 
2604
2630
  * add options.action.wish for higher order control over wishes
2605
2631
 
2606
- [8394dc5 | 2009-01-25 17:08:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2632
+ [8394dc5 | Sun Jan 25 17:08:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2607
2633
 
2608
2634
  * small fixes for options
2609
2635
 
2610
- [aa53722 | 2009-01-24 13:05:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2636
+ [aa53722 | Sat Jan 24 13:05:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2611
2637
 
2612
2638
  * Expand specs for options
2613
2639
 
2614
- [67f124d | 2009-01-24 13:05:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2640
+ [67f124d | Sat Jan 24 13:05:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2615
2641
 
2616
2642
  * Expand specs for flash
2617
2643
 
2618
- [e28bcda | 2009-01-24 13:05:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2644
+ [e28bcda | Sat Jan 24 13:05:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2619
2645
 
2620
2646
  * Fix Flash#delete
2621
2647
 
2622
- [a78085c | 2009-01-24 13:04:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2648
+ [a78085c | Sat Jan 24 13:04:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2623
2649
 
2624
2650
  * Prune never reached code from options dsl
2625
2651
 
2626
- [dd778ba | 2009-01-24 13:04:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2652
+ [dd778ba | Sat Jan 24 13:04:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2627
2653
 
2628
2654
  * Docs for Helper::Link#route
2629
2655
 
2630
- [3013397 | 2009-01-24 13:03:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2656
+ [3013397 | Sat Jan 24 13:03:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2631
2657
 
2632
2658
  * Provide Innate::start! method
2633
2659
 
2634
- [bdfe9da | 2009-01-24 13:03:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2660
+ [bdfe9da | Sat Jan 24 13:03:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2635
2661
 
2636
2662
  * Ignore adapter for coverage
2637
2663
 
2638
- [2484dd4 | 2009-01-24 11:34:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2664
+ [2484dd4 | Sat Jan 24 11:34:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2639
2665
 
2640
2666
  * Innate::Helper::Link#route defaults to '/'
2641
2667
 
2642
- [1e68525 | 2009-01-24 11:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2668
+ [1e68525 | Sat Jan 24 11:34:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2643
2669
 
2644
2670
  * Spec Innate::Helper::Link
2645
2671
 
2646
- [8d988f0 | 2009-01-24 00:58:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2672
+ [8d988f0 | Sat Jan 24 00:58:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2647
2673
 
2648
2674
  * Add clean task
2649
2675
 
2650
- [ce74581 | 2009-01-23 23:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2676
+ [ce74581 | Fri Jan 23 23:53:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2651
2677
 
2652
2678
  * Spec Innate::Helper::CGI
2653
2679
 
2654
- [6823756 | 2009-01-23 23:52:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2680
+ [6823756 | Fri Jan 23 23:52:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2655
2681
 
2656
2682
  * Spec Innate::Helper::Partial
2657
2683
 
2658
- [27fa85a | 2009-01-23 23:52:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2684
+ [27fa85a | Fri Jan 23 23:52:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2659
2685
 
2660
2686
  * Add specs for DynaMap
2661
2687
 
2662
- [8e1ee7d | 2009-01-23 23:51:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2688
+ [8e1ee7d | Fri Jan 23 23:51:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2663
2689
 
2664
2690
  * Spec more of Request
2665
2691
 
2666
- [766023a | 2009-01-23 23:51:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2692
+ [766023a | Fri Jan 23 23:51:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2667
2693
 
2668
2694
  * Expand redirect spec
2669
2695
 
2670
- [66229fc | 2009-01-23 23:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2696
+ [66229fc | Fri Jan 23 23:51:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2671
2697
 
2672
2698
  * Use shared mock a bit
2673
2699
 
2674
- [6e62527 | 2009-01-23 23:50:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2700
+ [6e62527 | Fri Jan 23 23:50:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2675
2701
 
2676
2702
  * Spec that helper methods are no actions by default
2677
2703
 
2678
- [b5dd53b | 2009-01-23 23:50:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2704
+ [b5dd53b | Fri Jan 23 23:50:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2679
2705
 
2680
2706
  * add shared :mock
2681
2707
 
2682
- [84a057d | 2009-01-23 23:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2708
+ [84a057d | Fri Jan 23 23:49:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2683
2709
 
2684
2710
  * Fix throw/catch around :respond/:redirect
2685
2711
 
2686
- [f56dbe4 | 2009-01-23 23:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2712
+ [f56dbe4 | Fri Jan 23 23:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2687
2713
 
2688
2714
  * Rename Node#to_view to Node#find_view
2689
2715
 
2690
- [0ca8a71 | 2009-01-23 23:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2716
+ [0ca8a71 | Fri Jan 23 23:47:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2691
2717
 
2692
2718
  * add CGI to autoload, it's used very seldom
2693
2719
 
2694
- [ce88e79 | 2009-01-23 23:46:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2720
+ [ce88e79 | Fri Jan 23 23:46:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2695
2721
 
2696
2722
  * We need URI for Request
2697
2723
 
2698
- [597b9a4 | 2009-01-23 23:46:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2724
+ [597b9a4 | Fri Jan 23 23:46:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2699
2725
 
2700
2726
  * Add rcov task
2701
2727
 
2702
- [a583746 | 2009-01-22 23:01:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2728
+ [a583746 | Thu Jan 22 23:01:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2703
2729
 
2704
2730
  * Don't try to use ERB for things that aren't strings
2705
2731
 
2706
- [959e891 | 2009-01-22 23:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2732
+ [959e891 | Thu Jan 22 23:01:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2707
2733
 
2708
2734
  * Some improvments for specs, add shared :session
2709
2735
 
2710
- [d17596b | 2009-01-22 23:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2736
+ [d17596b | Thu Jan 22 23:00:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2711
2737
 
2712
2738
  * redirect_referrer should work like in Ramaze
2713
2739
 
2714
- [da7d7c6 | 2009-01-22 23:00:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2740
+ [da7d7c6 | Thu Jan 22 23:00:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2715
2741
 
2716
2742
  * Use r, not Rs
2717
2743
 
2718
- [775fa4b | 2009-01-22 23:00:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2744
+ [775fa4b | Thu Jan 22 23:00:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2719
2745
 
2720
2746
  * Clean up Helper::Aspect
2721
2747
 
2722
- [1286960 | 2009-01-22 22:59:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2748
+ [1286960 | Thu Jan 22 22:59:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2723
2749
 
2724
2750
  * Nicer glob
2725
2751
 
2726
- [5551462 | 2009-01-22 22:58:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2752
+ [5551462 | Thu Jan 22 22:58:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2727
2753
 
2728
2754
  * Innate::HelperAccess::helper doesn't extend anymore, do that in your helper as needed
2729
2755
 
2730
- [b6675e0 | 2009-01-22 22:57:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2756
+ [b6675e0 | Thu Jan 22 22:57:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2731
2757
 
2732
2758
  * Remove Innate::Helper::DEFAULT
2733
2759
 
2734
- [1a602c3 | 2009-01-22 22:56:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2760
+ [1a602c3 | Thu Jan 22 22:56:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2735
2761
 
2736
2762
  * Don't fret on existing Innate::ROOT
2737
2763
 
2738
- [656c951 | 2009-01-22 22:55:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2764
+ [656c951 | Thu Jan 22 22:55:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2739
2765
 
2740
2766
  * Spec for flash
2741
2767
 
2742
- [206a101 | 2009-01-21 18:56:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2768
+ [206a101 | Wed Jan 21 18:56:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2743
2769
 
2744
2770
  * Node automap doesn't need to replace spaces
2745
2771
 
2746
- [c518707 | 2009-01-21 18:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2772
+ [c518707 | Wed Jan 21 18:53:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2747
2773
 
2748
2774
  * Seems like ERB likes this better
2749
2775
 
2750
- [39f033b | 2009-01-21 18:53:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2776
+ [39f033b | Wed Jan 21 18:53:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2751
2777
 
2752
2778
  * Only search public instance methods
2753
2779
 
2754
- [696d7af | 2009-01-21 18:52:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2780
+ [696d7af | Wed Jan 21 18:52:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2755
2781
 
2756
2782
  * Compact try_resolve
2757
2783
 
2758
- [fd2bb5f | 2009-01-21 18:52:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2784
+ [fd2bb5f | Wed Jan 21 18:52:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2759
2785
 
2760
2786
  * Use Traited in Node, finally gives us inheritable configuration
2761
2787
 
2762
- [3891bc2 | 2009-01-21 18:51:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2788
+ [3891bc2 | Wed Jan 21 18:51:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2763
2789
 
2764
2790
  * Better fulfill_wish
2765
2791
 
2766
- [3552421 | 2009-01-21 18:50:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2792
+ [3552421 | Wed Jan 21 18:50:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2767
2793
 
2768
2794
  * remove Action::CONTENT_TYPE, we can add '.sass' in ramaze
2769
2795
 
2770
- [5dbfec2 | 2009-01-21 18:49:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
2796
+ [5dbfec2 | Wed Jan 21 18:49:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2771
2797
 
2772
2798
  * Nicer output of specs
2773
2799
 
2774
- [c6666eb | 2009-01-21 18:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2800
+ [c6666eb | Wed Jan 21 18:49:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2775
2801
 
2776
2802
  * Specs for Traited
2777
2803
 
2778
- [934ba5f | 2009-01-21 18:49:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2804
+ [934ba5f | Wed Jan 21 18:49:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2779
2805
 
2780
2806
  * Add Traited, like Ramaze traits, but limited in scope
2781
2807
 
2782
- [9b57ea4 | 2009-01-21 12:17:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2808
+ [9b57ea4 | Wed Jan 21 12:17:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2783
2809
 
2784
2810
  * Refactor some Node code, faster arity check and warning on ambiguity for layouts
2785
2811
 
2786
- [4853060 | 2009-01-21 12:12:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2812
+ [4853060 | Wed Jan 21 12:12:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2787
2813
 
2788
2814
  * Squeeze slack from Node::automap and Node::setup
2789
2815
 
2790
- [4038a4d | 2009-01-21 12:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2816
+ [4038a4d | Wed Jan 21 12:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2791
2817
 
2792
2818
  * Assign layout on include... gotta improve that for inherit
2793
2819
 
2794
- [5b8c69b | 2009-01-21 12:10:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2820
+ [5b8c69b | Wed Jan 21 12:10:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2795
2821
 
2796
2822
  * Don't use RouteExceptions by default, but use CommonLogger
2797
2823
 
2798
- [18ab6cb | 2009-01-21 12:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2824
+ [18ab6cb | Wed Jan 21 12:10:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2799
2825
 
2800
2826
  * Remove test code from hello example
2801
2827
 
2802
- [c6e0016 | 2009-01-21 12:10:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2828
+ [c6e0016 | Wed Jan 21 12:10:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2803
2829
 
2804
2830
  * Simpler Innate::View::None
2805
2831
 
2806
- [576fc84 | 2009-01-21 12:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2832
+ [576fc84 | Wed Jan 21 12:09:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2807
2833
 
2808
2834
  * ERB now initialized with '<%>' and sensible filename
2809
2835
 
2810
- [42ced1f | 2009-01-21 12:08:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2836
+ [42ced1f | Wed Jan 21 12:08:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2811
2837
 
2812
2838
  * Add docs to Innate::DynaMap and accept block on Innate::map
2813
2839
 
2814
- [782b029 | 2009-01-21 12:07:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2840
+ [782b029 | Wed Jan 21 12:07:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2815
2841
 
2816
2842
  * Clean up setup of caches, won't register on initialize anymore
2817
2843
 
2818
- [cabc6b2 | 2009-01-21 12:07:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2844
+ [cabc6b2 | Wed Jan 21 12:07:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2819
2845
 
2820
2846
  * Add Innate::Cache::DRb
2821
2847
 
2822
- [82e0dae | 2009-01-19 18:53:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2848
+ [82e0dae | Mon Jan 19 18:53:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2823
2849
 
2824
2850
  * Improve Helper::Redirect and port specs
2825
2851
 
2826
- [255643c | 2009-01-18 19:31:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2852
+ [255643c | Sun Jan 18 19:31:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2827
2853
 
2828
2854
  * Explain how layouts respect provides
2829
2855
 
2830
- [87c30c9 | 2009-01-18 19:20:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2856
+ [87c30c9 | Sun Jan 18 19:20:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2831
2857
 
2832
2858
  * A bit more compact code
2833
2859
 
2834
- [27d7f2e | 2009-01-18 19:18:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2860
+ [27d7f2e | Sun Jan 18 19:18:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2835
2861
 
2836
2862
  * Unify layout/view file lookup so layout respects wish
2837
2863
 
2838
- [ba91e65 | 2009-01-18 19:02:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2864
+ [ba91e65 | Sun Jan 18 19:02:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2839
2865
 
2840
2866
  * Reduce code needed to setup specs
2841
2867
 
2842
- [f9d9ef1 | 2009-01-18 19:02:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2868
+ [f9d9ef1 | Sun Jan 18 19:02:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2843
2869
 
2844
2870
  * Fixes and improvments for Helper
2845
2871
 
2846
- [722336e | 2009-01-18 19:02:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2872
+ [722336e | Sun Jan 18 19:02:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2847
2873
 
2848
2874
  * Make Innate::middleware less boring
2849
2875
 
2850
- [c8ca27e | 2009-01-18 19:01:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2876
+ [c8ca27e | Sun Jan 18 19:01:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2851
2877
 
2852
2878
  * Pass block to Innate::start to build your middleware
2853
2879
 
2854
- [2124ae4 | 2009-01-18 19:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2880
+ [2124ae4 | Sun Jan 18 19:00:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2855
2881
 
2856
2882
  * Innate::Route and Innate::Rewrite behave correct now
2857
2883
 
2858
- [96a3674 | 2009-01-18 18:09:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2884
+ [96a3674 | Sun Jan 18 18:09:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2859
2885
 
2860
2886
  * Simplify Helper API and add some docs
2861
2887
 
2862
- [64420a2 | 2009-01-18 10:26:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
2888
+ [64420a2 | Sun Jan 18 10:26:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2863
2889
 
2864
2890
  * Don't assign :caller
2865
2891
 
2866
- [12f7119 | 2009-01-17 16:20:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2892
+ [12f7119 | Sat Jan 17 16:20:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2867
2893
 
2868
2894
  * Add example for error handling
2869
2895
 
2870
- [e38b669 | 2009-01-17 16:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2896
+ [e38b669 | Sat Jan 17 16:20:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2871
2897
 
2872
2898
  * Fix error handling
2873
2899
 
2874
- [3bfe38c | 2009-01-17 15:56:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2900
+ [3bfe38c | Sat Jan 17 15:56:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2875
2901
 
2876
2902
  * Innate::Current isn't needed for static files
2877
2903
 
2878
- [e9a9a03 | 2009-01-17 15:55:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2904
+ [e9a9a03 | Sat Jan 17 15:55:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2879
2905
 
2880
2906
  * Heed shadow warnings
2881
2907
 
2882
- [eec3639 | 2009-01-17 15:54:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2908
+ [eec3639 | Sat Jan 17 15:54:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2883
2909
 
2884
2910
  * More timeout on trap
2885
2911
 
2886
- [7a8c8f2 | 2009-01-17 15:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2912
+ [7a8c8f2 | Sat Jan 17 15:54:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2887
2913
 
2888
2914
  * Add merging for options
2889
2915
 
2890
- [9ff7e94 | 2009-01-17 15:34:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2916
+ [9ff7e94 | Sat Jan 17 15:34:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2891
2917
 
2892
2918
  * Exception handling by recall, can you feel the power?
2893
2919
 
2894
- [c8e4bec | 2009-01-17 13:12:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2920
+ [c8e4bec | Sat Jan 17 13:12:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2895
2921
 
2896
2922
  * Check log.color option
2897
2923
 
2898
- [97957b9 | 2009-01-17 13:03:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2924
+ [97957b9 | Sat Jan 17 13:03:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2899
2925
 
2900
2926
  * Remove Rack::Profile, there's one in rack-contrib
2901
2927
 
2902
- [91aab79 | 2009-01-17 13:00:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2928
+ [91aab79 | Sat Jan 17 13:00:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2903
2929
 
2904
2930
  * Add Response#reset
2905
2931
 
2906
- [2aa69fc | 2009-01-17 13:00:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2932
+ [2aa69fc | Sat Jan 17 13:00:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2907
2933
 
2908
2934
  * Port Helper::SendFile and spec
2909
2935
 
2910
- [8dfca77 | 2009-01-17 12:51:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2936
+ [8dfca77 | Sat Jan 17 12:51:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2911
2937
 
2912
2938
  * Don't require rubygems twice on specs
2913
2939
 
2914
- [db69ee3 | 2009-01-17 12:50:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2940
+ [db69ee3 | Sat Jan 17 12:50:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2915
2941
 
2916
2942
  * Simple logging options
2917
2943
 
2918
- [1c81540 | 2009-01-17 12:49:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2944
+ [1c81540 | Sat Jan 17 12:49:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2919
2945
 
2920
2946
  * Minor mod
2921
2947
 
2922
- [fba8f58 | 2009-01-17 12:49:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2948
+ [fba8f58 | Sat Jan 17 12:49:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2923
2949
 
2924
2950
  * Automatic mapping for Node, '/' if only one Node exists
2925
2951
 
2926
- [044b979 | 2009-01-17 12:47:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2952
+ [044b979 | Sat Jan 17 12:47:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2927
2953
 
2928
2954
  * Innate::Cache::add method like Ramaze::Cache::add
2929
2955
 
2930
- [cda601a | 2009-01-13 18:35:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2956
+ [cda601a | Tue Jan 13 18:35:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2931
2957
 
2932
2958
  * Clean up Node spec
2933
2959
 
2934
- [88866be | 2009-01-13 18:32:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2960
+ [88866be | Tue Jan 13 18:32:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2935
2961
 
2936
2962
  * Fix Session spec
2937
2963
 
2938
- [5974e23 | 2009-01-13 18:32:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2964
+ [5974e23 | Tue Jan 13 18:32:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2939
2965
 
2940
2966
  * Fix Node spec
2941
2967
 
2942
- [675e3bc | 2009-01-13 18:32:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
2968
+ [675e3bc | Tue Jan 13 18:32:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2943
2969
 
2944
2970
  * Fix aspect spec
2945
2971
 
2946
- [1b9a1c8 | 2009-01-13 18:31:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
2972
+ [1b9a1c8 | Tue Jan 13 18:31:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2947
2973
 
2948
2974
  * Spec Request
2949
2975
 
2950
- [0932816 | 2009-01-13 16:35:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2976
+ [0932816 | Tue Jan 13 16:35:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2951
2977
 
2952
2978
  * Port specs for Node parameters
2953
2979
 
2954
- [37b1392 | 2009-01-13 16:35:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2980
+ [37b1392 | Tue Jan 13 16:35:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2955
2981
 
2956
2982
  * Port specs for Route
2957
2983
 
2958
- [972e2de | 2009-01-13 16:35:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2984
+ [972e2de | Tue Jan 13 16:35:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2959
2985
 
2960
2986
  * Reset Response when action is found
2961
2987
 
2962
- [58a9143 | 2009-01-13 16:35:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2988
+ [58a9143 | Tue Jan 13 16:35:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2963
2989
 
2964
2990
  * Further fixes of provides, only modify the path if a provide is found
2965
2991
 
2966
- [b87493f | 2009-01-13 16:32:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2992
+ [b87493f | Tue Jan 13 16:32:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2967
2993
 
2968
2994
  * Fix Innate::Route and add Innate::Rewrite
2969
2995
 
2970
- [33be02f | 2009-01-13 16:32:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2996
+ [33be02f | Tue Jan 13 16:32:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2971
2997
 
2972
2998
  * Add Innate::Response
2973
2999
 
2974
- [7cedab1 | 2009-01-10 15:59:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
3000
+ [7cedab1 | Sat Jan 10 15:59:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2975
3001
 
2976
3002
  * Add routing middleware
2977
3003
 
2978
- [9459903 | 2009-01-09 16:34:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3004
+ [9459903 | Fri Jan 09 16:34:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2979
3005
 
2980
3006
  * Adding aspect helper as default and squeeze out some bugs
2981
3007
 
2982
- [170f032 | 2009-01-07 22:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3008
+ [170f032 | Wed Jan 07 22:01:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2983
3009
 
2984
3010
  * Some additions and improvments to Request
2985
3011
 
2986
- [79979ce | 2009-01-07 21:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
3012
+ [79979ce | Wed Jan 07 21:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2987
3013
 
2988
3014
  * Don't rescue in Node::call so we don't get double backtraces
2989
3015
 
2990
- [48f92c1 | 2009-01-07 21:11:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3016
+ [48f92c1 | Wed Jan 07 21:11:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2991
3017
 
2992
3018
  * render is no helper
2993
3019
 
2994
- [13584b8 | 2009-01-07 21:11:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3020
+ [13584b8 | Wed Jan 07 21:11:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2995
3021
 
2996
3022
  * LogHub can now be toggled on and off, so you don't have to modify the loggers
2997
3023
 
2998
- [88d1c7f | 2009-01-07 21:10:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3024
+ [88d1c7f | Wed Jan 07 21:10:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2999
3025
 
3000
3026
  * Clean up logging a bit
3001
3027
 
3002
- [6036864 | 2009-01-07 20:55:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
3028
+ [6036864 | Wed Jan 07 20:55:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3003
3029
 
3004
3030
  * flash is default helper as well
3005
3031
 
3006
- [740015b | 2009-01-07 20:52:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3032
+ [740015b | Wed Jan 07 20:52:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3007
3033
 
3008
3034
  * Add Helper::Flash
3009
3035
 
3010
- [753ba5a | 2009-01-07 20:52:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3036
+ [753ba5a | Wed Jan 07 20:52:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3011
3037
 
3012
3038
  * Add Innate::Session::Flash
3013
3039
 
3014
- [e74d7ac | 2009-01-07 19:09:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3040
+ [e74d7ac | Wed Jan 07 19:09:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3015
3041
 
3016
3042
  * Spec for Helper::Aspect
3017
3043
 
3018
- [f0ba7e7 | 2009-01-07 19:09:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3044
+ [f0ba7e7 | Wed Jan 07 19:09:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3019
3045
 
3020
3046
  * Activate default helpers on inclusion of Innate::Node
3021
3047
 
3022
- [f1ff921 | 2009-01-07 19:08:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3048
+ [f1ff921 | Wed Jan 07 19:08:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3023
3049
 
3024
3050
  * Execute Helper::Aspect hooks in Action
3025
3051
 
3026
- [6687cd6 | 2009-01-07 19:03:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
3052
+ [6687cd6 | Wed Jan 07 19:03:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3027
3053
 
3028
3054
  * Helper::Partial from Ramaze
3029
3055
 
3030
- [470bee9 | 2009-01-06 20:28:18 UTC] TJ Vanderpoel <bougy.man@gmail.com>
3056
+ [470bee9 | Tue Jan 06 20:28:18 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
3031
3057
 
3032
3058
  * fixed requires and Wiki#provide to refer to erb instead of haml
3033
3059
 
3034
- [015034d | 2009-01-06 20:26:53 UTC] TJ Vanderpoel <bougy.man@gmail.com>
3060
+ [015034d | Tue Jan 06 20:26:53 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
3035
3061
 
3036
3062
  * converted haml templated to erb
3037
3063
 
3038
- [a6fa567 | 2009-01-05 22:15:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
3064
+ [a6fa567 | Mon Jan 05 22:15:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3039
3065
 
3040
3066
  * Don't be so noisy about state
3041
3067
 
3042
- [44a11ec | 2009-01-05 22:15:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3068
+ [44a11ec | Mon Jan 05 22:15:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3043
3069
 
3044
3070
  * Reduce view glob
3045
3071
 
3046
- [2b5dad5 | 2009-01-05 22:15:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3072
+ [2b5dad5 | Mon Jan 05 22:15:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3047
3073
 
3048
3074
  * Action#sync_variables
3049
3075
 
3050
- [155d9ad | 2009-01-05 22:14:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3076
+ [155d9ad | Mon Jan 05 22:14:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3051
3077
 
3052
3078
  * Don't define ROOT twice
3053
3079
 
3054
- [bcce1e2 | 2009-01-05 21:01:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
3080
+ [bcce1e2 | Mon Jan 05 21:01:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3055
3081
 
3056
3082
  * The cookie of Mock::Session may be changed
3057
3083
 
3058
- [8cb296b | 2009-01-05 20:10:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3084
+ [8cb296b | Mon Jan 05 20:10:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3059
3085
 
3060
3086
  * Better lookup so Ramaze can integrate
3061
3087
 
3062
- [b4f556d | 2009-01-05 19:06:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3088
+ [b4f556d | Mon Jan 05 19:06:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3063
3089
 
3064
3090
  * Action#binding as shortcut
3065
3091
 
3066
- [5f5602a | 2009-01-05 18:15:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3092
+ [5f5602a | Mon Jan 05 18:15:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3067
3093
 
3068
3094
  * Move all templating engines that have dependencies to Ramaze
3069
3095
 
3070
- [91da40d | 2009-01-05 17:58:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3096
+ [91da40d | Mon Jan 05 17:58:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3071
3097
 
3072
3098
  * Remove done todos
3073
3099
 
3074
- [4e5f3f2 | 2009-01-05 17:57:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3100
+ [4e5f3f2 | Mon Jan 05 17:57:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3075
3101
 
3076
3102
  * Update specs for new options
3077
3103
 
3078
- [24ef9cf | 2009-01-05 17:57:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3104
+ [24ef9cf | Mon Jan 05 17:57:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3079
3105
 
3080
3106
  * Fix options usage in node spec
3081
3107
 
3082
- [2ce93fd | 2009-01-05 17:57:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3108
+ [2ce93fd | Mon Jan 05 17:57:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3083
3109
 
3084
3110
  * Only run Options#dsl instance_eval if block given
3085
3111
 
3086
- [1613987 | 2009-01-05 17:46:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3112
+ [1613987 | Mon Jan 05 17:46:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3087
3113
 
3088
3114
  * Expired cache values should not be returned
3089
3115
 
3090
- [9849a07 | 2009-01-05 17:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3116
+ [9849a07 | Mon Jan 05 17:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3091
3117
 
3092
3118
  * fix setup for cache spec
3093
3119
 
3094
- [25c5303 | 2009-01-05 17:39:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3120
+ [25c5303 | Mon Jan 05 17:39:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3095
3121
 
3096
3122
  * Unify requires for specs and don't use Lint
3097
3123
 
3098
- [353ebb2 | 2009-01-05 17:38:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3124
+ [353ebb2 | Mon Jan 05 17:38:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3099
3125
 
3100
3126
  * Allow choice between Fiber and Threads via options
3101
3127
 
3102
- [a814522 | 2009-01-05 17:38:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3128
+ [a814522 | Mon Jan 05 17:38:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3103
3129
 
3104
3130
  * Use new options syntax
3105
3131
 
3106
- [f8982ae | 2009-01-05 17:32:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3132
+ [f8982ae | Mon Jan 05 17:32:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3107
3133
 
3108
3134
  * Refactor sessions, lazy, efficient, and deep
3109
3135
 
3110
- [167e44a | 2009-01-05 17:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3136
+ [167e44a | Mon Jan 05 17:25:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3111
3137
 
3112
3138
  * Final draft of caching implementation, should fix all problems and be ready for arbitrary backends
3113
3139
 
3114
- [8275eb8 | 2009-01-05 17:24:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
3140
+ [8275eb8 | Mon Jan 05 17:24:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3115
3141
 
3116
3142
  * Action#content_type should be public
3117
3143
 
3118
- [a565059 | 2009-01-05 15:41:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3144
+ [a565059 | Mon Jan 05 15:41:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3119
3145
 
3120
3146
  * Don't spec spec/innate/cache/common.rb
3121
3147
 
3122
- [96caaf5 | 2009-01-05 15:41:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3148
+ [96caaf5 | Mon Jan 05 15:41:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3123
3149
 
3124
3150
  * Add Options#method_missing and #dsl reopens the previous Options instance
3125
3151
 
3126
- [1b564e7 | 2009-01-05 15:40:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3152
+ [1b564e7 | Mon Jan 05 15:40:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3127
3153
 
3128
3154
  * Require date in rakefile
3129
3155
 
3130
- [4fa57b7 | 2009-01-04 17:58:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3156
+ [4fa57b7 | Sun Jan 04 17:58:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3131
3157
 
3132
3158
  * Make trap optional
3133
3159
 
3134
- [26d161c | 2009-01-04 15:56:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
3160
+ [26d161c | Sun Jan 04 15:56:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3135
3161
 
3136
3162
  * Some more functionality for Options, use it
3137
3163
 
3138
- [3a535ea | 2009-01-03 17:24:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3164
+ [3a535ea | Sat Jan 03 17:24:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3139
3165
 
3140
3166
  * Better namespaced configuration, not as convenient or magical but much more effective
3141
3167
 
3142
- [8522a01 | 2009-01-01 23:00:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3168
+ [8522a01 | Thu Jan 01 23:00:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3143
3169
 
3144
3170
  * Allow deleting session data
3145
3171
 
3146
- [9ef3b8a | 2009-01-01 23:00:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
3172
+ [9ef3b8a | Thu Jan 01 23:00:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3147
3173
 
3148
3174
  * Remove useless stuff from marshal store
3149
3175
 
3150
- [75916be | 2009-01-01 22:59:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3176
+ [75916be | Thu Jan 01 22:59:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
3151
3177
 
3152
3178
  * Allow setting port
3153
3179
 
3154
- [01fa845 | 2008-12-31 18:51:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3180
+ [01fa845 | Wed Dec 31 18:51:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3155
3181
 
3156
3182
  * the session cache defaults already, add more docs for Cache
3157
3183
 
3158
- [1d3f663 | 2008-12-31 18:20:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3184
+ [1d3f663 | Wed Dec 31 18:20:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3159
3185
 
3160
3186
  * Unify Cache::(Marshal|YAML) and simplify specs
3161
3187
 
3162
- [a496e6e | 2008-12-31 18:10:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
3188
+ [a496e6e | Wed Dec 31 18:10:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3163
3189
 
3164
3190
  * Clean up Cache::YAML
3165
3191
 
3166
- [08c9bd0 | 2008-12-31 18:09:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3192
+ [08c9bd0 | Wed Dec 31 18:09:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3167
3193
 
3168
3194
  * Add Cache::Marshal
3169
3195
 
3170
- [95ec4fc | 2008-12-31 17:32:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3196
+ [95ec4fc | Wed Dec 31 17:32:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3171
3197
 
3172
3198
  * HTML templates may have .htm extension
3173
3199
 
3174
- [d2470a7 | 2008-12-31 17:32:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3200
+ [d2470a7 | Wed Dec 31 17:32:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3175
3201
 
3176
3202
  * Add Maruku templating engine
3177
3203
 
3178
- [10bf350 | 2008-12-31 17:23:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3204
+ [10bf350 | Wed Dec 31 17:23:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3179
3205
 
3180
3206
  * Only things that include Node are comparable with it
3181
3207
 
3182
- [f41b1ea | 2008-12-31 17:22:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3208
+ [f41b1ea | Wed Dec 31 17:22:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3183
3209
 
3184
3210
  * Prepare Helper so Ramaze can inject its own path and namespace
3185
3211
 
3186
- [940e3f6 | 2008-12-31 17:21:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3212
+ [940e3f6 | Wed Dec 31 17:21:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3187
3213
 
3188
3214
  * Break up if nothing is mapped
3189
3215
 
3190
- [af1da32 | 2008-12-31 17:21:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3216
+ [af1da32 | Wed Dec 31 17:21:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3191
3217
 
3192
3218
  * Layout may be a special layout file, a method or a normal template
3193
3219
 
3194
- [68cf7c1 | 2008-12-31 17:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3220
+ [68cf7c1 | Wed Dec 31 17:20:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3195
3221
 
3196
3222
  * Move VERSION into lib/innate/version.rb
3197
3223
 
3198
- [e963c21 | 2008-12-31 17:16:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3224
+ [e963c21 | Wed Dec 31 17:16:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3199
3225
 
3200
3226
  * Add erb templating
3201
3227
 
3202
- [9fe7fea | 2008-12-31 11:00:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3228
+ [9fe7fea | Wed Dec 31 11:00:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3203
3229
 
3204
3230
  * Update gemspec
3205
3231
 
3206
- [2f70869 | 2008-12-31 11:00:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
3232
+ [2f70869 | Wed Dec 31 11:00:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3207
3233
 
3208
3234
  * Remove bin/innate from gespec
3209
3235
 
3210
- [10acbc0 | 2008-12-31 10:36:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3236
+ [10acbc0 | Wed Dec 31 10:36:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3211
3237
 
3212
3238
  * Version 2008.12.31
3213
3239
 
3214
- [6e3a0d5 | 2008-12-31 08:21:19 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3240
+ [6e3a0d5 | Wed Dec 31 08:21:19 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>
3215
3241
 
3216
3242
  * Numerous minor English corrections and adjustments.
3217
3243
 
3218
3244
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
3219
3245
 
3220
- [b5ea6a4 | 2008-12-30 21:20:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3246
+ [b5ea6a4 | Tue Dec 30 21:20:10 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>
3221
3247
 
3222
3248
  * A few minor English adjustments in README.
3223
3249
 
3224
3250
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
3225
3251
 
3226
- [b85da01 | 2008-12-30 11:02:41 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3252
+ [b85da01 | Tue Dec 30 11:02:41 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>
3227
3253
 
3228
3254
  * Corrected wrong statement about Innate.
3229
3255
 
3230
3256
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
3231
3257
 
3232
- [464a25e | 2008-12-30 10:58:32 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3258
+ [464a25e | Tue Dec 30 10:58:32 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>
3233
3259
 
3234
3260
  * One small change in choice of words.
3235
3261
 
3236
3262
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
3237
3263
 
3238
- [14e356e | 2008-12-30 10:56:36 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3264
+ [14e356e | Tue Dec 30 10:56:36 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>
3239
3265
 
3240
3266
  * Some English adjustments in README.
3241
3267
 
3242
3268
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
3243
3269
 
3244
- [2848eb6 | 2008-12-30 17:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3270
+ [2848eb6 | Tue Dec 30 17:01:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3245
3271
 
3246
3272
  * Add spec for options, not passing yet
3247
3273
 
3248
- [3c12d1c | 2008-12-30 17:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3274
+ [3c12d1c | Tue Dec 30 17:00:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3249
3275
 
3250
3276
  * Better spec setup
3251
3277
 
3252
- [4e58286 | 2008-12-30 17:00:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3278
+ [4e58286 | Tue Dec 30 17:00:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3253
3279
 
3254
3280
  * Refactor option.rb
3255
3281
 
3256
- [5f56567 | 2008-12-30 16:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3282
+ [5f56567 | Tue Dec 30 16:59:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3257
3283
 
3258
3284
  * Make use of new caching in Session
3259
3285
 
3260
- [b4ff9c1 | 2008-12-30 16:58:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3286
+ [b4ff9c1 | Tue Dec 30 16:58:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3261
3287
 
3262
3288
  * Small refactor regarding Innate.options and startup
3263
3289
 
3264
- [ad3a45f | 2008-12-30 14:52:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3290
+ [ad3a45f | Tue Dec 30 14:52:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3265
3291
 
3266
3292
  * Execute update_method_arities only once every request, add docs
3267
3293
 
3268
- [b4d956e | 2008-12-30 14:44:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3294
+ [b4d956e | Tue Dec 30 14:44:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3269
3295
 
3270
3296
  * Correct order of ancestor lookup, make spec
3271
3297
 
3272
- [9e55aa6 | 2008-12-30 14:42:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3298
+ [9e55aa6 | Tue Dec 30 14:42:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3273
3299
 
3274
3300
  * Fix node subclassing, for now
3275
3301
 
3276
- [0c6526b | 2008-12-30 10:53:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3302
+ [0c6526b | Tue Dec 30 10:53:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3277
3303
 
3278
3304
  * Exapnd readme even more :)
3279
3305
 
3280
- [9f6e69e | 2008-12-29 16:14:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3306
+ [9f6e69e | Mon Dec 29 16:14:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3281
3307
 
3282
3308
  * Update readme with future plans for ramaze
3283
3309
 
3284
- [9ac04bd | 2008-12-28 19:06:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3310
+ [9ac04bd | Sun Dec 28 19:06:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3285
3311
 
3286
3312
  * Update readme, more to come
3287
3313
 
3288
- [2e7a9d4 | 2008-12-28 17:52:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3314
+ [2e7a9d4 | Sun Dec 28 17:52:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3289
3315
 
3290
3316
  * Don't actually modify repo on release, just output needed steps
3291
3317
 
3292
- [c89e0ce | 2008-12-28 17:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3318
+ [c89e0ce | Sun Dec 28 17:47:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3293
3319
 
3294
3320
  * Don't override rubys VERSION
3295
3321
 
3296
- [c074bc1 | 2008-12-28 17:45:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3322
+ [c074bc1 | Sun Dec 28 17:45:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3297
3323
 
3298
3324
  * Really add robust_params now
3299
3325
 
3300
- [36157e3 | 2008-12-28 17:42:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3326
+ [36157e3 | Sun Dec 28 17:42:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3301
3327
 
3302
3328
  * Update Rakefile with release task
3303
3329
 
3304
- [bfc3b84 | 2008-12-28 17:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3330
+ [bfc3b84 | Sun Dec 28 17:42:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3305
3331
 
3306
3332
  * Add Request#robust_params and remove useless spec
3307
3333
 
3308
- [fb076fa | 2008-12-28 17:30:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3334
+ [fb076fa | Sun Dec 28 17:30:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3309
3335
 
3310
3336
  * Add Rakefile
3311
3337
 
3312
- [7eebd57 | 2008-12-28 17:30:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3338
+ [7eebd57 | Sun Dec 28 17:30:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3313
3339
 
3314
3340
  * Add copyright
3315
3341
 
3316
- [770e0e7 | 2008-12-28 16:02:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
3342
+ [770e0e7 | Sun Dec 28 16:02:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3317
3343
 
3318
3344
  * Rename whywiki to whywiki_haml
3319
3345
 
3320
- [26a4093 | 2008-12-28 15:29:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3346
+ [26a4093 | Sun Dec 28 15:29:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3321
3347
 
3322
3348
  * Finally add a gemspec
3323
3349
 
3324
- [71f4adc | 2008-12-28 15:29:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3350
+ [71f4adc | Sun Dec 28 15:29:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3325
3351
 
3326
3352
  * Remove the favicon.svg
3327
3353
 
3328
- [e5a89c4 | 2008-12-28 15:25:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3354
+ [e5a89c4 | Sun Dec 28 15:25:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3329
3355
 
3330
3356
  * Minor update to readme
3331
3357
 
3332
- [93dee0b | 2008-12-27 12:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3358
+ [93dee0b | Sat Dec 27 12:47:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3333
3359
 
3334
3360
  * the nagoro layout uses nagoro of course
3335
3361
 
3336
- [2633b69 | 2008-12-27 12:45:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3362
+ [2633b69 | Sat Dec 27 12:45:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3337
3363
 
3338
3364
  * Add Nagoro templating engine
3339
3365
 
3340
- [93c347f | 2008-12-27 12:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3366
+ [93c347f | Sat Dec 27 12:45:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3341
3367
 
3342
3368
  * Add Innate::sync as shortcut for Innate::STATE.sync
3343
3369
 
3344
- [d8299a0 | 2008-12-27 12:45:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3370
+ [d8299a0 | Sat Dec 27 12:45:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3345
3371
 
3346
3372
  * Use __send__ to talk with Node
3347
3373
 
3348
- [aad2313 | 2008-12-27 12:44:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3374
+ [aad2313 | Sat Dec 27 12:44:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3349
3375
 
3350
3376
  * methods in Innate module are all module_function
3351
3377
 
3352
- [1abdaa0 | 2008-12-27 12:44:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3378
+ [1abdaa0 | Sat Dec 27 12:44:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3353
3379
 
3354
3380
  * Use STATE.sync to avoid nested transactions to PStore
3355
3381
 
3356
- [c00ad1d | 2008-12-27 12:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3382
+ [c00ad1d | Sat Dec 27 12:43:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3357
3383
 
3358
3384
  * Add whywiki with nagoro templates
3359
3385
 
3360
- [ec64847 | 2008-12-27 11:29:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3386
+ [ec64847 | Sat Dec 27 11:29:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3361
3387
 
3362
3388
  * Handle empty haml templates gracefully, allow symbols to indicate layout names
3363
3389
 
3364
- [c1f528b | 2008-12-27 11:29:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
3390
+ [c1f528b | Sat Dec 27 11:29:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3365
3391
 
3366
3392
  * Error handling explained
3367
3393
 
3368
- [a9f657c | 2008-12-27 11:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3394
+ [a9f657c | Sat Dec 27 11:28:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3369
3395
 
3370
3396
  * Don't output debugging info on startup anymore
3371
3397
 
3372
- [1b6ea66 | 2008-12-27 11:28:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3398
+ [1b6ea66 | Sat Dec 27 11:28:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3373
3399
 
3374
3400
  * Add generic spec helper
3375
3401
 
3376
- [ffe012d | 2008-12-27 11:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3402
+ [ffe012d | Sat Dec 27 11:28:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3377
3403
 
3378
3404
  * Add example/app/whywiki, 15 lines smaller than ramaze (63 LoC)
3379
3405
 
3380
- [5d00cf3 | 2008-12-26 22:50:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3406
+ [5d00cf3 | Fri Dec 26 22:50:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3381
3407
 
3382
3408
  * Fix bug in Helper::Link, make specs work
3383
3409
 
3384
- [6067687 | 2008-12-26 22:46:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
3410
+ [6067687 | Fri Dec 26 22:46:55 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3385
3411
 
3386
3412
  * A bit of docs for Innate::View
3387
3413
 
3388
- [63d2bbd | 2008-12-26 22:46:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3414
+ [63d2bbd | Fri Dec 26 22:46:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3389
3415
 
3390
3416
  * Document Innate::State::Thread and Innate::State::Fiber
3391
3417
 
3392
- [4d8fe6d | 2008-12-26 22:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3418
+ [4d8fe6d | Fri Dec 26 22:46:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3393
3419
 
3394
3420
  * Document Innate::StateAccessor
3395
3421
 
3396
- [122472e | 2008-12-26 22:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3422
+ [122472e | Fri Dec 26 22:45:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3397
3423
 
3398
3424
  * Minor docs for session
3399
3425
 
3400
- [a44618a | 2008-12-26 22:45:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3426
+ [a44618a | Fri Dec 26 22:45:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3401
3427
 
3402
3428
  * Document Innate::Request
3403
3429
 
3404
- [853cbb7 | 2008-12-26 22:44:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3430
+ [853cbb7 | Fri Dec 26 22:44:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3405
3431
 
3406
3432
  * Document Innate::Node
3407
3433
 
3408
- [bf4240f | 2008-12-26 22:44:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3434
+ [bf4240f | Fri Dec 26 22:44:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3409
3435
 
3410
3436
  * Better Node#action_not_found
3411
3437
 
3412
- [ef2d77c | 2008-12-26 22:43:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3438
+ [ef2d77c | Fri Dec 26 22:43:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3413
3439
 
3414
3440
  * Handle empty PATH_INFO reasonably, log failure
3415
3441
 
3416
- [882b793 | 2008-12-26 22:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3442
+ [882b793 | Fri Dec 26 22:41:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3417
3443
 
3418
3444
  * Document Innate::Helper
3419
3445
 
3420
- [a7c3887 | 2008-12-26 22:41:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3446
+ [a7c3887 | Fri Dec 26 22:41:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3421
3447
 
3422
3448
  * Document Innate::DynaMap
3423
3449
 
3424
- [816dad6 | 2008-12-26 22:41:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
3450
+ [816dad6 | Fri Dec 26 22:41:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3425
3451
 
3426
3452
  * Document Innate::Current
3427
3453
 
3428
- [24bc498 | 2008-12-26 22:40:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3454
+ [24bc498 | Fri Dec 26 22:40:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3429
3455
 
3430
3456
  * Document Innate::Adapter
3431
3457
 
3432
- [9493582 | 2008-12-26 22:40:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3458
+ [9493582 | Fri Dec 26 22:40:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3433
3459
 
3434
3460
  * Avoid useless variable in the thread wrapper
3435
3461
 
3436
- [d989063 | 2008-12-26 22:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3462
+ [d989063 | Fri Dec 26 22:39:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3437
3463
 
3438
3464
  * Some improvments to StateAccessor
3439
3465
 
3440
- [cf47b2e | 2008-12-26 22:37:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3466
+ [cf47b2e | Fri Dec 26 22:37:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3441
3467
 
3442
3468
  * Only include Innate::Helper, that will take care of Trinity already
3443
3469
 
3444
- [76cd130 | 2008-12-26 22:36:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3470
+ [76cd130 | Fri Dec 26 22:36:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3445
3471
 
3446
3472
  * A bit of cleanup for Action
3447
3473
 
3448
- [e6b16fc | 2008-12-26 22:36:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3474
+ [e6b16fc | Fri Dec 26 22:36:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3449
3475
 
3450
3476
  * Add Action#content_type=
3451
3477
 
3452
- [f49d415 | 2008-12-26 22:35:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3478
+ [f49d415 | Fri Dec 26 22:35:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3453
3479
 
3454
3480
  * Innate::call can optionally take a parameter that indicates the cached middleware stack to use
3455
3481
 
3456
- [8b6caa1 | 2008-12-26 22:35:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3482
+ [8b6caa1 | Fri Dec 26 22:35:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3457
3483
 
3458
3484
  * Add Request#local_net? and rename Request#locales to Request#accept_language
3459
3485
 
3460
- [02c4df7 | 2008-12-26 22:32:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3486
+ [02c4df7 | Fri Dec 26 22:32:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3461
3487
 
3462
3488
  * Don't mess up the if innate is there already
3463
3489
 
3464
- [bf5c96c | 2008-12-26 22:32:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3490
+ [bf5c96c | Fri Dec 26 22:32:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3465
3491
 
3466
3492
  * Update README with two quick samples of usage
3467
3493
 
3468
- [035b03e | 2008-12-26 22:31:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3494
+ [035b03e | Fri Dec 26 22:31:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3469
3495
 
3470
3496
  * Add new example to show how to spec
3471
3497
 
3472
- [bfbcb08 | 2008-12-24 12:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3498
+ [bfbcb08 | Wed Dec 24 12:27:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3473
3499
 
3474
3500
  * Give respond/respond! some default values
3475
3501
 
3476
- [d491aaa | 2008-12-18 14:23:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3502
+ [d491aaa | Thu Dec 18 14:23:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3477
3503
 
3478
3504
  * give middleware_compiler a handy shortcut for static directories
3479
3505
 
3480
- [5090bee | 2008-11-16 19:42:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3506
+ [5090bee | Sun Nov 16 19:42:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3481
3507
 
3482
3508
  * Some basic methods for Request
3483
3509
 
3484
- [aeebe55 | 2008-11-16 19:42:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
3510
+ [aeebe55 | Sun Nov 16 19:42:26 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3485
3511
 
3486
3512
  * Minor refactor after a peek via reek
3487
3513
 
3488
- [03580f4 | 2008-11-16 19:41:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3514
+ [03580f4 | Sun Nov 16 19:41:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3489
3515
 
3490
3516
  * Remove wiki example
3491
3517
 
3492
- [ce29024 | 2008-10-10 21:41:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
3518
+ [ce29024 | Fri Oct 10 21:41:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3493
3519
 
3494
3520
  * Only load coderay stylesheet if set
3495
3521
 
3496
- [eafd404 | 2008-10-10 21:39:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3522
+ [eafd404 | Fri Oct 10 21:39:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3497
3523
 
3498
3524
  * Speed up index page x3
3499
3525
 
3500
- [a543b33 | 2008-10-10 21:07:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3526
+ [a543b33 | Fri Oct 10 21:07:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3501
3527
 
3502
3528
  * Avoid too much debugging output
3503
3529
 
3504
- [7e1cf38 | 2008-10-10 21:06:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3530
+ [7e1cf38 | Fri Oct 10 21:06:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3505
3531
 
3506
3532
  * Support feeds in wiki
3507
3533
 
3508
- [78338d3 | 2008-10-09 21:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
3534
+ [78338d3 | Thu Oct 09 21:08:41 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3509
3535
 
3510
3536
  * Major updates to wiki
3511
3537
 
3512
- [547e6f9 | 2008-10-09 14:25:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3538
+ [547e6f9 | Thu Oct 09 14:25:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3513
3539
 
3514
3540
  * History and localization for wiki
3515
3541
 
3516
- [866c9a9 | 2008-10-09 12:40:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3542
+ [866c9a9 | Thu Oct 09 12:40:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3517
3543
 
3518
3544
  * Fix code highlighting
3519
3545
 
3520
- [d10d3a5 | 2008-10-06 20:49:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3546
+ [d10d3a5 | Mon Oct 06 20:49:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3521
3547
 
3522
3548
  * Adapt wiki for new loadpath and swfs
3523
3549
 
3524
- [73b95f2 | 2008-10-06 20:48:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3550
+ [73b95f2 | Mon Oct 06 20:48:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3525
3551
 
3526
3552
  * Adding org
3527
3553
 
3528
- [cb4289d | 2008-10-06 20:46:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3554
+ [cb4289d | Mon Oct 06 20:46:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3529
3555
 
3530
3556
  * Adding the screencasts
3531
3557
 
3532
- [864170c | 2008-10-06 20:33:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3558
+ [864170c | Mon Oct 06 20:33:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3533
3559
 
3534
3560
  * Minor changes to smongrel and emongrel
3535
3561
 
3536
- [c96c73b | 2008-10-06 20:33:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3562
+ [c96c73b | Mon Oct 06 20:33:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3537
3563
 
3538
3564
  * Fixing the link helper
3539
3565
 
3540
- [16b6383 | 2008-10-06 20:32:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3566
+ [16b6383 | Mon Oct 06 20:32:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3541
3567
 
3542
3568
  * Adding innate/request
3543
3569
 
3544
- [bc3b59d | 2008-10-06 20:32:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3570
+ [bc3b59d | Mon Oct 06 20:32:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3545
3571
 
3546
3572
  * Current::action and Current::actions
3547
3573
 
3548
- [1a302c2 | 2008-10-06 20:30:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3574
+ [1a302c2 | Mon Oct 06 20:30:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3549
3575
 
3550
3576
  * Major update to wiki, almost done.
3551
3577
 
3552
- [e2b07a1 | 2008-10-04 18:56:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3578
+ [e2b07a1 | Sat Oct 04 18:56:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3553
3579
 
3554
3580
  * Layout shouldn't invoke node method again
3555
3581
 
3556
- [cf743d0 | 2008-09-30 20:17:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3582
+ [cf743d0 | Tue Sep 30 20:17:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3557
3583
 
3558
3584
  * Fix typo
3559
3585
 
3560
- [4b36ea6 | 2008-09-30 20:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3586
+ [4b36ea6 | Tue Sep 30 20:15:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3561
3587
 
3562
3588
  * Wishful thinking, now real!
3563
3589
 
3564
- [0d5138e | 2008-09-30 20:15:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3590
+ [0d5138e | Tue Sep 30 20:15:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3565
3591
 
3566
3592
  * Refactor of Redirect helper
3567
3593
 
3568
- [9a4fa66 | 2008-09-30 20:14:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3594
+ [9a4fa66 | Tue Sep 30 20:14:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3569
3595
 
3570
3596
  * Fix Action, method value has lower priority
3571
3597
 
3572
- [a8445bb | 2008-09-30 15:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3598
+ [a8445bb | Tue Sep 30 15:13:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3573
3599
 
3574
3600
  * Example for the new mime-type based functionality
3575
3601
 
3576
- [b8335aa | 2008-09-30 15:13:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3602
+ [b8335aa | Tue Sep 30 15:13:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3577
3603
 
3578
3604
  * Intelligently handle requests to *.json or *.yaml
3579
3605
 
3580
- [f2ea5cd | 2008-09-30 14:11:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3606
+ [f2ea5cd | Tue Sep 30 14:11:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3581
3607
 
3582
3608
  * Remove debugging output
3583
3609
 
3584
- [384306d | 2008-09-30 14:11:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3610
+ [384306d | Tue Sep 30 14:11:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3585
3611
 
3586
3612
  * View is a module
3587
3613
 
3588
- [b1b14df | 2008-09-30 14:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3614
+ [b1b14df | Tue Sep 30 14:11:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3589
3615
 
3590
3616
  * Incoporate wish into view lookup and simplify
3591
3617
 
3592
- [47f4112 | 2008-09-30 14:10:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3618
+ [47f4112 | Tue Sep 30 14:10:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3593
3619
 
3594
3620
  * custom middleware setup for wiki
3595
3621
 
3596
- [eb2d73b | 2008-09-30 14:10:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3622
+ [eb2d73b | Tue Sep 30 14:10:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3597
3623
 
3598
3624
  * Wikis git instance should use Log
3599
3625
 
3600
- [404c879 | 2008-09-30 00:24:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3626
+ [404c879 | Tue Sep 30 00:24:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3601
3627
 
3602
3628
  * Improve view.rb and add tenjin
3603
3629
 
3604
- [d647e68 | 2008-09-30 00:23:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3630
+ [d647e68 | Tue Sep 30 00:23:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3605
3631
 
3606
3632
  * Better logging
3607
3633
 
3608
- [6ddb623 | 2008-09-30 00:02:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3634
+ [6ddb623 | Tue Sep 30 00:02:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3609
3635
 
3610
3636
  * Update readme
3611
3637
 
3612
- [8e2eefd | 2008-09-28 17:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3638
+ [8e2eefd | Sun Sep 28 17:28:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3613
3639
 
3614
3640
  * View is a module
3615
3641
 
3616
- [f6fa84d | 2008-09-28 17:27:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
3642
+ [f6fa84d | Sun Sep 28 17:27:51 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3617
3643
 
3618
3644
  * Don't fail if no view dir is there, less barking
3619
3645
 
3620
- [97da233 | 2008-09-28 17:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3646
+ [97da233 | Sun Sep 28 17:27:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3621
3647
 
3622
3648
  * Don't overwrite response.status
3623
3649
 
3624
- [0909c3c | 2008-09-28 17:27:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3650
+ [0909c3c | Sun Sep 28 17:27:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3625
3651
 
3626
3652
  * Remove cruft from innate.rb
3627
3653
 
3628
- [91e0c5a | 2008-09-28 17:26:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3654
+ [91e0c5a | Sun Sep 28 17:26:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3629
3655
 
3630
3656
  * Allow custom middleware and improve setup
3631
3657
 
3632
- [ddb4790 | 2008-09-28 17:24:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3658
+ [ddb4790 | Sun Sep 28 17:24:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3633
3659
 
3634
3660
  * Move DynaMap into its own file
3635
3661
 
3636
- [68be38f | 2008-09-28 17:24:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3662
+ [68be38f | Sun Sep 28 17:24:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3637
3663
 
3638
3664
  * Add custom_middleware example
3639
3665
 
3640
- [9b36583 | 2008-09-28 16:35:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3666
+ [9b36583 | Sun Sep 28 16:35:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3641
3667
 
3642
3668
  * Add coderay css
3643
3669
 
3644
- [76fcd85 | 2008-09-28 16:34:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3670
+ [76fcd85 | Sun Sep 28 16:34:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3645
3671
 
3646
3672
  * Adding innate/setup.rb as stub for the ramaze one
3647
3673
 
3648
- [bbde91a | 2008-09-28 16:34:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3674
+ [bbde91a | Sun Sep 28 16:34:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3649
3675
 
3650
3676
  * Extend Innate::View, add Builder
3651
3677
 
3652
- [7d5446b | 2008-09-28 16:33:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3678
+ [7d5446b | Sun Sep 28 16:33:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3653
3679
 
3654
3680
  * Add mutex for Thread
3655
3681
 
3656
- [0031baa | 2008-09-28 16:33:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3682
+ [0031baa | Sun Sep 28 16:33:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3657
3683
 
3658
3684
  * Improve action lookup for templates by ext
3659
3685
 
3660
- [b0b4558 | 2008-09-28 16:32:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3686
+ [b0b4558 | Sun Sep 28 16:32:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3661
3687
 
3662
3688
  * Add Innate.start :file => __FILE__ or :dir => dir
3663
3689
 
3664
- [4ed4d95 | 2008-09-28 16:32:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3690
+ [4ed4d95 | Sun Sep 28 16:32:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3665
3691
 
3666
3692
  * autoload for Rack::Profile
3667
3693
 
3668
- [ff8a776 | 2008-09-28 16:31:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3694
+ [ff8a776 | Sun Sep 28 16:31:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3669
3695
 
3670
3696
  * Some refactoring in wiki
3671
3697
 
3672
- [9593728 | 2008-09-28 16:31:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3698
+ [9593728 | Sun Sep 28 16:31:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3673
3699
 
3674
3700
  * Caching for git requests, major speedup in wiki
3675
3701
 
3676
- [4a836e1 | 2008-09-28 16:30:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3702
+ [4a836e1 | Sun Sep 28 16:30:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3677
3703
 
3678
3704
  * Using coderay for wiki
3679
3705
 
3680
- [56d29c6 | 2008-09-27 14:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
3706
+ [56d29c6 | Sat Sep 27 14:46:38 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3681
3707
 
3682
3708
  * State::Thread relays errors
3683
3709
 
3684
- [248f854 | 2008-09-27 14:46:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3710
+ [248f854 | Sat Sep 27 14:46:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3685
3711
 
3686
3712
  * Better Helper::Link#r
3687
3713
 
3688
- [c4d3f73 | 2008-09-27 14:45:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3714
+ [c4d3f73 | Sat Sep 27 14:45:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3689
3715
 
3690
3716
  * Improve lookup of app root
3691
3717
 
3692
- [4541d8b | 2008-09-26 21:17:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3718
+ [4541d8b | Fri Sep 26 21:17:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3693
3719
 
3694
3720
  * Innate::Options#to_hash
3695
3721
 
3696
- [5cb29d7 | 2008-09-26 21:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3722
+ [5cb29d7 | Fri Sep 26 21:17:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3697
3723
 
3698
3724
  * Improve DEFAULT helper lookup
3699
3725
 
3700
- [2dc09bd | 2008-09-26 21:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3726
+ [2dc09bd | Fri Sep 26 21:17:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3701
3727
 
3702
3728
  * Require haml on demand
3703
3729
 
3704
- [e52a14f | 2008-09-26 21:17:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3730
+ [e52a14f | Fri Sep 26 21:17:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3705
3731
 
3706
3732
  * Revamp Adapter system
3707
3733
 
3708
- [590295e | 2008-09-26 21:16:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3734
+ [590295e | Fri Sep 26 21:16:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3709
3735
 
3710
3736
  * Add Innate::Log stub
3711
3737
 
3712
- [6bdea11 | 2008-09-26 21:15:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3738
+ [6bdea11 | Fri Sep 26 21:15:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3713
3739
 
3714
3740
  * Add example/app/retro_games
3715
3741
 
3716
- [b846469 | 2008-09-26 20:39:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3742
+ [b846469 | Fri Sep 26 20:39:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3717
3743
 
3718
3744
  * Add README.md
3719
3745
 
3720
- [5804ece | 2008-09-26 19:49:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3746
+ [5804ece | Fri Sep 26 19:49:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3721
3747
 
3722
3748
  * Minor refactor of Action
3723
3749
 
3724
- [3483e0c | 2008-09-26 19:31:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3750
+ [3483e0c | Fri Sep 26 19:31:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3725
3751
 
3726
3752
  * Remove haml dependency
3727
3753
 
3728
- [4ac02fc | 2008-09-26 19:28:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3754
+ [4ac02fc | Fri Sep 26 19:28:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3729
3755
 
3730
3756
  * Don't require the profile middleware anymore
3731
3757
 
3732
- [2912d04 | 2008-09-26 19:23:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
3758
+ [2912d04 | Fri Sep 26 19:23:10 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3733
3759
 
3734
3760
  * Smarter helper system
3735
3761
 
@@ -3748,89 +3774,89 @@
3748
3774
  makes more sense, it does the usual: exposing public helper methods to
3749
3775
  lookup for actions.
3750
3776
 
3751
- [f8de255 | 2008-09-21 21:08:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3777
+ [f8de255 | Sun Sep 21 21:08:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3752
3778
 
3753
3779
  * Add example for Helper::Link
3754
3780
 
3755
- [e6f86ba | 2008-09-21 21:07:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3781
+ [e6f86ba | Sun Sep 21 21:07:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3756
3782
 
3757
3783
  * Mods to spec for Helper::Link
3758
3784
 
3759
- [348f504 | 2008-09-21 21:07:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3785
+ [348f504 | Sun Sep 21 21:07:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3760
3786
 
3761
3787
  * Mods to Helper::Link
3762
3788
 
3763
- [014537e | 2008-09-21 21:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3789
+ [014537e | Sun Sep 21 21:06:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3764
3790
 
3765
3791
  * Remove debugging output
3766
3792
 
3767
- [5ca101e | 2008-09-21 21:06:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3793
+ [5ca101e | Sun Sep 21 21:06:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3768
3794
 
3769
3795
  * Default helpers
3770
3796
 
3771
- [7a06d13 | 2008-09-21 20:24:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3797
+ [7a06d13 | Sun Sep 21 20:24:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3772
3798
 
3773
3799
  * Add :secure option to Session
3774
3800
 
3775
- [1e7dabf | 2008-09-21 19:58:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3801
+ [1e7dabf | Sun Sep 21 19:58:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3776
3802
 
3777
3803
  * Adding helper for aspect and redirect
3778
3804
 
3779
- [8f0a947 | 2008-09-21 19:57:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3805
+ [8f0a947 | Sun Sep 21 19:57:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3780
3806
 
3781
3807
  * Catch :respond and :redirect
3782
3808
 
3783
- [067f96b | 2008-09-21 19:54:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3809
+ [067f96b | Sun Sep 21 19:54:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3784
3810
 
3785
3811
  * Remove strategy.rb
3786
3812
 
3787
- [1a0adb9 | 2008-09-21 19:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3813
+ [1a0adb9 | Sun Sep 21 19:50:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3788
3814
 
3789
3815
  * Use Fiber on 1.9 and Thread on 1.8 with less hacks
3790
3816
 
3791
- [e4fe857 | 2008-09-20 16:13:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3817
+ [e4fe857 | Sat Sep 20 16:13:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3792
3818
 
3793
3819
  * Adding session example
3794
3820
 
3795
- [1b25235 | 2008-09-20 16:13:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3821
+ [1b25235 | Sat Sep 20 16:13:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3796
3822
 
3797
3823
  * Simpler hello example
3798
3824
 
3799
- [5c43219 | 2008-09-20 16:12:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3825
+ [5c43219 | Sat Sep 20 16:12:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3800
3826
 
3801
3827
  * Adding session and fixing bugs
3802
3828
 
3803
- [5b8ad21 | 2008-09-18 19:57:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3829
+ [5b8ad21 | Thu Sep 18 19:57:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3804
3830
 
3805
3831
  * Adding Innate::Helper
3806
3832
 
3807
- [0a60a5b | 2008-09-16 13:52:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3833
+ [0a60a5b | Tue Sep 16 13:52:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3808
3834
 
3809
3835
  * Latest 1.9 finally gives Fiber #initialize, yay!
3810
3836
 
3811
- [446ea5a | 2008-09-16 11:51:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3837
+ [446ea5a | Tue Sep 16 11:51:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3812
3838
 
3813
3839
  * Remove failed files from reloader cache
3814
3840
 
3815
- [c365a60 | 2008-09-16 11:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3841
+ [c365a60 | Tue Sep 16 11:51:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3816
3842
 
3817
3843
  * Cleanup and put MiddlewareCompiler in own file
3818
3844
 
3819
- [ce3b0f6 | 2008-09-16 11:49:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3845
+ [ce3b0f6 | Tue Sep 16 11:49:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3820
3846
 
3821
3847
  * Some major updates to the wiki
3822
3848
 
3823
- [43fc727 | 2008-09-16 10:22:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3849
+ [43fc727 | Tue Sep 16 10:22:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3824
3850
 
3825
3851
  * Caching middleware and improve node lookup
3826
3852
 
3827
3853
  * Gives us major speed boost
3828
3854
 
3829
- [ac83995 | 2008-09-16 08:36:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3855
+ [ac83995 | Tue Sep 16 08:36:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3830
3856
 
3831
3857
  * Improve action compilation
3832
3858
 
3833
- [ed1f83a | 2008-09-15 18:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3859
+ [ed1f83a | Mon Sep 15 18:17:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
3834
3860
 
3835
3861
  * Initial commit
3836
3862