forked from manveru/makura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
340 lines (170 loc) · 9.9 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
[d4565ac | 2009-05-27 02:23:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Fix rakefile
[33f27af | 2009-05-27 02:21:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Update tasks
[4fd7977 | 2009-05-11 03:52:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Revert changes to get going on 0.9.0
[255e65c | 2009-04-21 17:14:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2009.04.22
[307642a | 2009-04-21 17:12:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add Makura::constant and use it in convert_raw
[e6370eb | 2009-04-21 17:10:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Make Makura run on 1.8 again
[4f8cc31 | 2009-04-21 17:09:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Fix references to _view
[513495b | 2009-04-21 06:15:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
* Make convert_raw work with namespaced model.
[e2eee79 | 2009-04-19 04:58:12 UTC] Tadahiko Uehara <kikofx@gmail.com>
* Support for namespaced models by using namespace as layout's dir name.
MyApp::Admin::Foo #=> .couch/my_app/admin/map/foo_xxx.js
[8c9aa24 | 2009-03-28 08:01:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2009.03.28
[da5cebc | 2009-03-28 08:00:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Put version in another file for easier management
[534a2bc | 2009-03-28 07:59:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add Rakefile and some tasks
[643fa64 | 2009-03-01 13:23:15 UTC] Tadahiko Uehara <kikofx@gmail.com>
* Use Array() instead of to_a for Ruby 1.9 compatibility.
Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
[3d77ce6 | 2009-03-21 05:07:04 UTC] Preston Marshall <preston@synergy-solutions.biz>
* new gem
Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
[9eb26bb | 2009-03-21 05:00:38 UTC] Preston Marshall <preston@synergy-solutions.biz>
* Updated view path for latest svn (not sure when it was added, but it works with this) temp views may be affected too, but have not tried them yet
Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
[6b23e9c | 2009-03-21 17:00:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
* remove Model#saved?, that makes Model#save work as expected
[c83c392 | 2009-03-21 16:55:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Remove last traces of NotNaughty from example
[19a63b5 | 2009-03-02 01:08:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Fix inspect for Database
[5ae5345 | 2009-03-01 14:23:15 UTC] Tadahiko Uehara <kikofx@gmail.com>
* Use Array() instead of to_a for Ruby 1.9 compatibility.
[1ff34ab | 2009-02-28 14:24:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Shame on me, forgot to add that change... will push new version tomorrow
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[dfc353a | 2009-02-28 14:23:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[29fe7ec | 2009-02-28 15:24:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Shame on me, forgot to add that change... will push new version tomorrow
[349be0a | 2009-02-28 15:23:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib
[ad1a97d | 2009-02-23 00:51:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Proper fallback to default_language
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[4b89942 | 2009-02-16 07:32:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Some docs for localize plugin
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[b79a538 | 2009-02-16 07:31:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Support for default language in localize plugin
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[de84c8b | 2009-02-18 01:45:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Update version
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[4d4a4c1 | 2009-02-16 07:24:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add plugin/localize
Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
[83e9177 | 2009-02-23 01:51:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Proper fallback to default_language
[a72c2c6 | 2009-02-18 02:45:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Update version
[1feac5a | 2009-02-16 08:32:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Some docs for localize plugin
[4ab5df7 | 2009-02-16 08:31:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Support for default language in localize plugin
[cd045a1 | 2009-02-16 08:24:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add plugin/localize
[fddd7aa | 2009-02-13 05:41:25 UTC] Tadahiko Uehara <kikofx@gmail.com>
* fix typo.
Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
[5469f31 | 2009-02-13 06:41:25 UTC] Tadahiko Uehara <kikofx@gmail.com>
* fix typo.
[025964f | 2009-01-15 02:35:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Sofa is now called Makura
[e8bfaf9 | 2008-12-29 17:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Don't rely on NotNaughty!
[fb10169 | 2008-12-24 04:56:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Release 2008.12.24
[e4b2a88 | 2008-12-24 04:56:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Layout::PATH
[2156ed1 | 2008-12-24 04:55:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Remove Rack as dependency
[b9a9724 | 2008-12-21 08:51:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Support for map/reduce templating
[411786e | 2008-12-19 12:08:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Better error message if resource not found
[6579ae3 | 2008-12-16 02:57:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Fix usage of pretty_from_md5
[514c7d6 | 2008-12-15 07:03:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Update gemspec
[05640a9 | 2008-12-15 07:03:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Remove dependency on not_naughty
[c72821d | 2008-12-15 07:02:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Convert MD5 from CouchDB uuid generator into base 62
[405d360 | 2008-12-14 06:40:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Implement Model#hash and Model#eql?
[87c709e | 2008-12-13 04:18:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Model::multi_fetch and Model::multi_fetch_with_docs
[7e369ed | 2008-12-12 06:27:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Ignore nil value parameters for the uri
[5decf5c | 2008-12-12 06:03:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Rescue correct error on Model::[]
[bc28450 | 2008-12-11 10:11:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Disable caching automatically if memcached isn't available
[aea3dd7 | 2008-12-10 14:45:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add Model#detach to get rid of attachments
[1705ad2 | 2008-12-08 05:31:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
* CACHE_TTL is now 5 by default
[e6aa3f9 | 2008-12-04 08:31:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Make only one request per relation
[c47cea0 | 2008-12-04 08:30:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add Model#to_json
[aceb7e7 | 2008-12-04 08:30:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Add support for caching GET requests in memcached
[c055759 | 2008-12-04 05:36:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
* a little bit better error handling
[204f003 | 2008-12-03 02:49:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2008.12.03
[2eec148 | 2008-12-01 15:58:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Avoid storing empty maps, bad bad mojo
[617b9f6 | 2008-11-29 06:53:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2008.11.29
[cbe43fa | 2008-11-29 06:53:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Remove debugging output
[67f811e | 2008-11-28 07:52:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Compensate for a bug in couch_httpd_view.erl
[ba95c06 | 2008-11-28 07:51:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Automatic conversion of Time, new :type parameter for property
[2b2cffd | 2008-11-28 07:51:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Allow Database#[]= to save docs
[9b2ab26 | 2008-11-27 13:57:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Update gemspec, correct files
[3c0541b | 2008-11-27 13:11:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Plugin functionality and pager plugin
[22840cb | 2008-11-27 13:10:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Allow layout :map => source, :reduce => source
[ae9aeb5 | 2008-11-27 13:10:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Model::view_with_docs to take advantage of include_docs
[8a5e7ca | 2008-11-27 10:30:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Version 2008.11.27
[753cfa7 | 2008-11-27 10:26:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
* add bin/sofa for quick debugging sessions
[d2a0886 | 2008-11-27 10:26:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Small refactor
[b1bdaf0 | 2008-11-25 10:44:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Enable cloning
[09dea66 | 2008-11-25 09:57:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
* add encode_attachments
[3277f11 | 2008-11-25 09:31:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Adding MIT license
[f6dd8ef | 2008-11-25 09:30:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Document some of Sofa::Server
[3f0bc71 | 2008-11-25 09:30:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Make relations sane
[041dfd1 | 2008-11-25 09:29:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Expand and document Sofa::Database
[032b958 | 2008-11-25 09:29:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Better errors
[0bd7246 | 2008-11-21 12:07:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
* Inaugral commit