Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 13
- Log:
Initial import of Typo 2.6.0 sources from a downloaded Tarball.
Typo is a Ruby On Rails based blog engine.
- Author:
- adh
- Date:
- Sat Jul 22 22:25:02 +0100 2006
- Size:
- 13437 Bytes
1 | ------------------------------------------------------------------------ |
2 | r69 | ged | 2004-08-24 22:27:15 -0700 (Tue, 24 Aug 2004) | 2 lines |
3 | |
4 | - Fixed bug introduced by the last bugfix, fixed tests that missed the new bug. |
5 | |
6 | ------------------------------------------------------------------------ |
7 | r68 | ged | 2004-08-24 22:14:37 -0700 (Tue, 24 Aug 2004) | 3 lines |
8 | |
9 | - Tracked down and fixed another regexp engine overflow bug; added a new test, |
10 | datafile, and minimal testcase that illustrates it. |
11 | |
12 | ------------------------------------------------------------------------ |
13 | r66 | ged | 2004-08-24 07:57:17 -0700 (Tue, 24 Aug 2004) | 1 line |
14 | |
15 | - Updated to v1.0.0. |
16 | ------------------------------------------------------------------------ |
17 | r65 | ged | 2004-08-24 07:56:47 -0700 (Tue, 24 Aug 2004) | 1 line |
18 | |
19 | - Updated to v1.0.0. |
20 | ------------------------------------------------------------------------ |
21 | r64 | ged | 2004-08-24 07:53:32 -0700 (Tue, 24 Aug 2004) | 1 line |
22 | |
23 | - Updated to 20040824. |
24 | ------------------------------------------------------------------------ |
25 | r63 | ged | 2004-08-24 07:52:05 -0700 (Tue, 24 Aug 2004) | 3 lines |
26 | |
27 | - Added CHANGES.xml to ignore property for root directory. |
28 | |
29 | |
30 | ------------------------------------------------------------------------ |
31 | r62 | ged | 2004-08-24 07:48:44 -0700 (Tue, 24 Aug 2004) | 7 lines |
32 | |
33 | - Brought list of block-level tags up to date with Markdown 1.0's list |
34 | - Propagated fix for overflow to the other two block-match patterns. |
35 | - Abstracted list-item patterns out into constants to closer match Markdown's |
36 | code and to expose them for use in other code. |
37 | - Fixed indentation of <pre> blocks inside blockquotes. |
38 | - Added new tests for all of the above. |
39 | |
40 | ------------------------------------------------------------------------ |
41 | r61 | ged | 2004-08-22 12:28:23 -0700 (Sun, 22 Aug 2004) | 5 lines |
42 | |
43 | - Fixed re-engine overflow for all tested cases (thanks to Martin Chase |
44 | <stillflame@FaerieMUD.org> for the fix). |
45 | - Wrote some additional tests to be sure the block-level html escaper is working |
46 | after the above fix. |
47 | |
48 | ------------------------------------------------------------------------ |
49 | r60 | ged | 2004-08-22 12:26:25 -0700 (Sun, 22 Aug 2004) | 2 lines |
50 | |
51 | - Removed skip of overflow test. |
52 | |
53 | ------------------------------------------------------------------------ |
54 | r59 | ged | 2004-08-22 12:24:35 -0700 (Sun, 22 Aug 2004) | 2 lines |
55 | |
56 | - "Fixed" the test case so it overflows again. |
57 | |
58 | ------------------------------------------------------------------------ |
59 | r58 | deveiant | 2004-08-08 22:12:02 -0700 (Sun, 08 Aug 2004) | 2 lines |
60 | |
61 | - Updated to 20040808. |
62 | |
63 | ------------------------------------------------------------------------ |
64 | r57 | deveiant | 2004-08-08 18:16:14 -0700 (Sun, 08 Aug 2004) | 2 lines |
65 | |
66 | - Modified to work from wherever the test is run (RPA compat). |
67 | |
68 | ------------------------------------------------------------------------ |
69 | r56 | deveiant | 2004-08-08 18:15:57 -0700 (Sun, 08 Aug 2004) | 2 lines |
70 | |
71 | - Modified to work from wherever the test is run (RPA compat). |
72 | |
73 | ------------------------------------------------------------------------ |
74 | r55 | deveiant | 2004-08-08 18:15:27 -0700 (Sun, 08 Aug 2004) | 2 lines |
75 | |
76 | - Updated version attribute. |
77 | |
78 | ------------------------------------------------------------------------ |
79 | r54 | deveiant | 2004-08-08 18:14:58 -0700 (Sun, 08 Aug 2004) | 2 lines |
80 | |
81 | - Brought markdown syntax up to date with Markdown 1.0fc1. |
82 | |
83 | ------------------------------------------------------------------------ |
84 | r53 | deveiant | 2004-08-08 18:13:16 -0700 (Sun, 08 Aug 2004) | 2 lines |
85 | |
86 | - Made the require-header work wherever the test is run from (RPA compat). |
87 | |
88 | ------------------------------------------------------------------------ |
89 | r51 | deveiant | 2004-06-21 08:20:59 -0700 (Mon, 21 Jun 2004) | 4 lines |
90 | |
91 | - Brought up to date with Markdown 1.0b7. |
92 | |
93 | - Ignore list properties on the base and docs directories updated. |
94 | |
95 | ------------------------------------------------------------------------ |
96 | r50 | deveiant | 2004-06-02 06:37:15 -0700 (Wed, 02 Jun 2004) | 1 line |
97 | |
98 | - Commented out non-functional --output option for now. |
99 | ------------------------------------------------------------------------ |
100 | r49 | deveiant | 2004-06-01 20:30:18 -0700 (Tue, 01 Jun 2004) | 2 lines |
101 | |
102 | Initial checkin. |
103 | |
104 | ------------------------------------------------------------------------ |
105 | r48 | deveiant | 2004-06-01 20:29:31 -0700 (Tue, 01 Jun 2004) | 2 lines |
106 | |
107 | - Added test for bug #574. |
108 | |
109 | ------------------------------------------------------------------------ |
110 | r47 | deveiant | 2004-06-01 20:21:04 -0700 (Tue, 01 Jun 2004) | 8 lines |
111 | |
112 | - Test for bug #620 - Unresolved reference-style links doubled the character |
113 | immediately after them. |
114 | |
115 | - Added additional test email addresses, including ones that use extended latin |
116 | charset. |
117 | |
118 | - Added bug reference to a test. |
119 | |
120 | ------------------------------------------------------------------------ |
121 | r46 | deveiant | 2004-06-01 20:19:41 -0700 (Tue, 01 Jun 2004) | 4 lines |
122 | |
123 | - Fix for bug #620 - Unresolved reference-style links doubled the character |
124 | immediately after them. |
125 | |
126 | |
127 | ------------------------------------------------------------------------ |
128 | r45 | deveiant | 2004-05-13 19:43:17 -0700 (Thu, 13 May 2004) | 4 lines |
129 | |
130 | - Added tests for bug #568 (Two sets of bold text on one line doesn't render |
131 | properly). Tests confirmed that two sets of bold text did work, but single |
132 | characters being bolded does not. |
133 | |
134 | ------------------------------------------------------------------------ |
135 | r44 | deveiant | 2004-05-13 19:41:52 -0700 (Thu, 13 May 2004) | 2 lines |
136 | |
137 | - Fixed bug with bolding of single characters (bug #568). |
138 | |
139 | ------------------------------------------------------------------------ |
140 | r43 | deveiant | 2004-05-04 07:35:11 -0700 (Tue, 04 May 2004) | 2 lines |
141 | |
142 | - Additional fixes and tests for bug #537. |
143 | |
144 | ------------------------------------------------------------------------ |
145 | r41 | deveiant | 2004-04-29 20:40:38 -0700 (Thu, 29 Apr 2004) | 2 lines |
146 | |
147 | - Added bin/ directory. |
148 | |
149 | ------------------------------------------------------------------------ |
150 | r40 | deveiant | 2004-04-29 20:40:04 -0700 (Thu, 29 Apr 2004) | 2 lines |
151 | |
152 | - Set date. |
153 | |
154 | ------------------------------------------------------------------------ |
155 | r39 | deveiant | 2004-04-29 20:39:24 -0700 (Thu, 29 Apr 2004) | 3 lines |
156 | |
157 | - Added test for Bug #543 (Safe mode does not work when there are no left |
158 | angle-brackets in the source). |
159 | |
160 | ------------------------------------------------------------------------ |
161 | r38 | deveiant | 2004-04-29 20:38:42 -0700 (Thu, 29 Apr 2004) | 5 lines |
162 | |
163 | - Added test for email address encoding (Bug #537). |
164 | |
165 | - Added test for bug #541 (Leading line of codeblock with more than one tab |
166 | width of indent mistakenly unindented). |
167 | |
168 | ------------------------------------------------------------------------ |
169 | r37 | deveiant | 2004-04-29 20:35:26 -0700 (Thu, 29 Apr 2004) | 5 lines |
170 | |
171 | - Fix for bug #543 (Safe mode does not work when there are no left |
172 | angle-brackets in the source). |
173 | |
174 | |
175 | |
176 | ------------------------------------------------------------------------ |
177 | r36 | deveiant | 2004-04-29 20:33:01 -0700 (Thu, 29 Apr 2004) | 5 lines |
178 | |
179 | - Fix for bug #541 (Leading line of codeblock with more than one tab |
180 | width of indent mistakenly unindented) |
181 | |
182 | |
183 | |
184 | ------------------------------------------------------------------------ |
185 | r35 | deveiant | 2004-04-29 20:31:37 -0700 (Thu, 29 Apr 2004) | 3 lines |
186 | |
187 | - Fix for bug #537. Fix suggested by Marek Janukowicz. |
188 | |
189 | |
190 | ------------------------------------------------------------------------ |
191 | r32 | deveiant | 2004-04-22 21:47:42 -0700 (Thu, 22 Apr 2004) | 2 lines |
192 | |
193 | - Temporary fixes until I have time to integrate SVN stuff. |
194 | |
195 | ------------------------------------------------------------------------ |
196 | r31 | deveiant | 2004-04-22 21:46:51 -0700 (Thu, 22 Apr 2004) | 2 lines |
197 | |
198 | - Version bump. |
199 | |
200 | ------------------------------------------------------------------------ |
201 | r30 | deveiant | 2004-04-22 21:46:15 -0700 (Thu, 22 Apr 2004) | 2 lines |
202 | |
203 | - Brought in line with most-recent release. |
204 | |
205 | ------------------------------------------------------------------------ |
206 | r29 | deveiant | 2004-04-22 21:40:50 -0700 (Thu, 22 Apr 2004) | 2 lines |
207 | |
208 | - Version bump. |
209 | |
210 | ------------------------------------------------------------------------ |
211 | r28 | deveiant | 2004-04-22 21:39:05 -0700 (Thu, 22 Apr 2004) | 4 lines |
212 | |
213 | - Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier |
214 | Goizueta for bug reports and fixes. |
215 | |
216 | |
217 | ------------------------------------------------------------------------ |
218 | r27 | deveiant | 2004-04-22 21:34:31 -0700 (Thu, 22 Apr 2004) | 2 lines |
219 | |
220 | - Test for bugs 524 and 525 |
221 | |
222 | ------------------------------------------------------------------------ |
223 | r25 | deveiant | 2004-04-15 18:55:19 -0700 (Thu, 15 Apr 2004) | 1 line |
224 | |
225 | - Corrected version |
226 | ------------------------------------------------------------------------ |
227 | r24 | deveiant | 2004-04-15 18:53:52 -0700 (Thu, 15 Apr 2004) | 2 lines |
228 | |
229 | - Brought Version up to date. |
230 | |
231 | ------------------------------------------------------------------------ |
232 | r23 | deveiant | 2004-04-15 18:52:17 -0700 (Thu, 15 Apr 2004) | 1 line |
233 | |
234 | - Updated ignore metadata. |
235 | ------------------------------------------------------------------------ |
236 | r22 | deveiant | 2004-04-15 18:51:14 -0700 (Thu, 15 Apr 2004) | 2 lines |
237 | |
238 | Initial checkin. |
239 | |
240 | ------------------------------------------------------------------------ |
241 | r21 | deveiant | 2004-04-15 18:50:31 -0700 (Thu, 15 Apr 2004) | 6 lines |
242 | |
243 | - Changed tests/ pattern to catch all tests. |
244 | |
245 | - Added CHANGES. |
246 | |
247 | - Dropped MANIFEST. |
248 | |
249 | ------------------------------------------------------------------------ |
250 | r20 | deveiant | 2004-04-15 18:49:46 -0700 (Thu, 15 Apr 2004) | 2 lines |
251 | |
252 | - Added missing dependency check for devel-logger. |
253 | |
254 | ------------------------------------------------------------------------ |
255 | r19 | deveiant | 2004-04-15 18:49:12 -0700 (Thu, 15 Apr 2004) | 8 lines |
256 | |
257 | - Added contributors section to the header. |
258 | |
259 | - Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>. |
260 | |
261 | - Corrections to RedCloth-compatibility. |
262 | |
263 | - Removed log from renderstate, as it's an attribute of the string itself. |
264 | |
265 | ------------------------------------------------------------------------ |
266 | r18 | deveiant | 2004-04-15 18:48:27 -0700 (Thu, 15 Apr 2004) | 8 lines |
267 | |
268 | - Added contributors section to the header. |
269 | |
270 | - Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>. |
271 | |
272 | - Corrections to RedCloth-compatibility. |
273 | |
274 | - Removed log from renderstate, as it's an attribute of the string itself. |
275 | |
276 | ------------------------------------------------------------------------ |
277 | r15 | deveiant | 2004-04-11 23:02:54 -0700 (Sun, 11 Apr 2004) | 3 lines |
278 | |
279 | - Added keywords. |
280 | |
281 | |
282 | ------------------------------------------------------------------------ |
283 | r14 | deveiant | 2004-04-11 23:01:40 -0700 (Sun, 11 Apr 2004) | 2 lines |
284 | |
285 | - Updated comments/added to-do marker. |
286 | |
287 | ------------------------------------------------------------------------ |
288 | r13 | deveiant | 2004-04-11 22:47:16 -0700 (Sun, 11 Apr 2004) | 3 lines |
289 | |
290 | - Updated ignore list. |
291 | |
292 | |
293 | ------------------------------------------------------------------------ |
294 | r12 | deveiant | 2004-04-11 22:46:49 -0700 (Sun, 11 Apr 2004) | 3 lines |
295 | |
296 | Initial checkin. |
297 | |
298 | |
299 | ------------------------------------------------------------------------ |
300 | r11 | deveiant | 2004-04-11 22:45:07 -0700 (Sun, 11 Apr 2004) | 3 lines |
301 | |
302 | - Added a time() function for timing bits of code. |
303 | |
304 | |
305 | ------------------------------------------------------------------------ |
306 | r10 | deveiant | 2004-04-11 22:43:10 -0700 (Sun, 11 Apr 2004) | 3 lines |
307 | |
308 | - Changed keyword constants from CVS to SVN keywords. |
309 | |
310 | |
311 | ------------------------------------------------------------------------ |
312 | r9 | deveiant | 2004-04-11 22:29:37 -0700 (Sun, 11 Apr 2004) | 3 lines |
313 | |
314 | - Changed location of keyword stuff, added URL keyword. |
315 | |
316 | |
317 | ------------------------------------------------------------------------ |
318 | r8 | deveiant | 2004-04-11 22:26:38 -0700 (Sun, 11 Apr 2004) | 3 lines |
319 | |
320 | - Added the rest of the content. |
321 | |
322 | |
323 | ------------------------------------------------------------------------ |
324 | r7 | deveiant | 2004-04-11 22:21:47 -0700 (Sun, 11 Apr 2004) | 12 lines |
325 | |
326 | - Fixed license in header |
327 | |
328 | - Fixed error message in exception class with no second argument. |
329 | |
330 | - Removed unnecessary (and slllooowww) 'm' flag from HTML block matching |
331 | patterns. |
332 | |
333 | - Fixed code-span scanning to match spans that occur at the beginning of the |
334 | line. |
335 | |
336 | - Fixed error in code-span exception case. |
337 | |
338 | ------------------------------------------------------------------------ |
339 | r6 | deveiant | 2004-04-11 22:17:45 -0700 (Sun, 11 Apr 2004) | 3 lines |
340 | |
341 | - Renamed to reflect repurposing. |
342 | |
343 | |
344 | ------------------------------------------------------------------------ |
345 | r5 | deveiant | 2004-04-11 22:17:08 -0700 (Sun, 11 Apr 2004) | 2 lines |
346 | |
347 | - Converted to bug-testing testcase. |
348 | |
349 | ------------------------------------------------------------------------ |
350 | r4 | deveiant | 2004-04-11 22:15:34 -0700 (Sun, 11 Apr 2004) | 2 lines |
351 | |
352 | - Added some mode code span tests to catch bugs. |
353 | |
354 | ------------------------------------------------------------------------ |
355 | r3 | deveiant | 2004-04-10 21:40:29 -0700 (Sat, 10 Apr 2004) | 2 lines |
356 | |
357 | - Updated dist/install utilities/libs. |
358 | |
359 | ------------------------------------------------------------------------ |
360 | r2 | deveiant | 2004-04-10 13:36:46 -0700 (Sat, 10 Apr 2004) | 1 line |
361 | |
362 | Removed markdown reference source |
363 | ------------------------------------------------------------------------ |
364 | r1 | deveiant | 2004-04-10 13:35:02 -0700 (Sat, 10 Apr 2004) | 1 line |
365 | |
366 | Initial checkin |