innate 2011.01 → 2011.04

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