Edgewall Software

Timeline


and

Aug 18, 2006:

6:37 PM MarkupTemplates edited by cmlenz
Shortened headings (diff)
6:35 PM MarkupTemplates edited by cmlenz
Documentation for template comments (diff)
2:50 PM Changeset [215] by cmlenz
Follow-up to [214]: allow initializing Attributes with attribute …
2:40 PM Changeset [214] by cmlenz
Allow initialization of Attributes with keyword arguments.
2:26 PM TurboGears edited by cmlenz
Add link to mailing list post (diff)
2:19 PM HelperFunctions edited by cmlenz
(diff)
2:17 PM HelperFunctions edited by cmlenz
Another distinct item counting approach (diff)
1:40 PM ApiDocs/genshi.path edited by cmlenz
Issue was fixed (diff)
1:37 PM Changeset [213] by cmlenz
Fix syntax error in path module.
12:55 PM ApiDocs/genshi.path edited by cboos
Note about the PythonDoc script failing to generate doc for markup.path. (diff)
12:14 PM HelperFunctions edited by Arnar
(diff)
12:11 PM HelperFunctions edited by Arnar Birgisson
(diff)

Aug 17, 2006:

10:03 PM GenshiRecipes edited by cmlenz
Added link to HelperFunctions (diff)
10:03 PM WikiStart edited by cmlenz
Added link to HelperFunctions (diff)
10:02 PM HelperFunctions edited by cmlenz
(diff)
10:01 PM HelperFunctions edited by cmlenz
Added function pasted on the IrcChannel by Arnar (diff)
7:08 PM Changeset [212] by cmlenz
Added recent changes to change log file.
7:04 PM HelperFunctions created by cmlenz
Place to collect helper functions for use in template expressions
5:47 PM Ticket #30 (Arguments of <py:def>s are lost when function evaluated in a select('*')) created by cboos
I've seen this while converting the changeset.cs Trac template, as …
5:24 PM Ticket #29 (compiler.parse() from std. library only takes a bytestring, not unicode) closed by cmlenz
fixed: Applied slightly modified version of the patch in [211]. Thanks!
5:22 PM Changeset [211] by cmlenz
Handle non-ASCII characters in expressions. Closes #29. Thanks to …
4:53 PM Changeset [210] by cmlenz
Better error reporting for errors in directive expressions, and when …
4:06 PM Ticket #29 (compiler.parse() from std. library only takes a bytestring, not unicode) created by arnarbi at gmail
A template expression like this […] fails with UnicodeEncodeError?. …
4:02 PM Changeset [209] by cmlenz
Fix handling of keyword arguments in py:def directive. Thanks to …
1:07 AM Changeset [208] by cmlenz
cspeedups branch: Merged [205:207/trunk].
1:06 AM Changeset [207] by cmlenz
Report error when position predicates are used in XPath expressions …
1:03 AM Changeset [206] by cmlenz
Support for XPath number literals including decimal places.
12:53 AM Changeset [205] by cmlenz
cspeedups branch: Merged [188:204/trunk].
12:48 AM Changeset [204] by cmlenz
Implement the XPath relational operators and the round() function.
12:32 AM Changeset [203] by cmlenz
Various docstring additions and other cosmetic changes.

Aug 16, 2006:

11:54 PM Changeset [202] by cmlenz
Attribute order in parsed XML is now preserved.
11:30 PM Changeset [201] by cmlenz
Another changelog update
11:29 PM Changeset [200] by cmlenz
* Add test case for SVG content embedded in an HTML document. * The …
8:32 PM Ticket #28 (Context() object can't be used from Trac) closed by cmlenz
fixed: Okay, I've fixed up the Trac-with-Markup branch, but also applied your …
8:31 PM Changeset [199] by cmlenz
Fix for backwards compatibility proposed by cboos in #28.
8:20 PM Changeset [198] by cmlenz
Updated ChangeLog to reflect [197].
8:16 PM Ticket #28 (Context() object can't be used from Trac) created by cboos
The latest Trac markup sandbox [trac 3612] and latest Markup [197]
8:13 PM Changeset [197] by cmlenz
* String literals in XPath expressions that contains spaces are now …
5:19 PM WikiStart edited by cmlenz
(diff)
4:04 PM Changeset [196] by cmlenz
* Make sure py:def macros don't go out of scope if they are defined …
12:50 PM Ticket #27 (Relative includes broken on Windows) closed by cmlenz
fixed: Fixed in [195].
12:35 PM Changeset [195] by cmlenz
Fix relative includes on Windows. Closes #27.
12:25 PM Changeset [194] by cmlenz
Add some tests for relative template includes (see #27).
10:31 AM Ticket #27 (Relative includes broken on Windows) created by cmlenz
As …
12:03 AM Changeset [193] by cmlenz
The convention for an unknown position is (None, -1, -1).
12:01 AM Changeset [192] by cmlenz
Removed to many classes from the __all__ list of markup.template

Aug 15, 2006:

11:59 PM Changeset [191] by cmlenz
Template.generate() now accepts the context data as keyword …
5:37 PM MarkupTemplates edited by cmlenz
Replaced section about context data with overview of Python API (diff)
4:41 PM Changeset [190] by cmlenz
Added changelog file, plus some README and setup tweaks.
3:17 PM Changeset [189] by cmlenz
Use xmlcharrefreplace when encoding the output in Stream.render(), …
1:05 PM Changeset [188] by cmlenz
cspeedups branch: Merged [183:187/trunk].
12:22 PM WikiStart edited by cmlenz
(diff)
12:12 PM Changeset [187] by cmlenz
Simplifed CoalesceFilter (now a function)
11:52 AM Changeset [186] by cmlenz
* Fix error in expression evaluation when the expression evaluates to …

Aug 11, 2006:

6:34 PM Ticket #26 (Expressions not interpolated if they occur on parser buffer boundaries) closed by cmlenz
fixed: Should be fixed in [185].
6:34 PM Changeset [185] by cmlenz
* Coalesce adjacent text events that the parsers would produce when …
5:22 PM Ticket #26 (Expressions not interpolated if they occur on parser buffer boundaries) created by cmlenz
If an expression ($var or ${var}) in a template occurrs at a …
4:09 PM Ticket #24 (<script> and <style> element content should not be escaped by HTML ...) closed by cmlenz
fixed: The fix for HTML output (not escaping) was implemented in [181], the …
4:08 PM Changeset [184] by cmlenz
CDATA sections in XML input now appear as CDATA sections in the …
11:10 AM Changeset [183] by cmlenz
cspeedups branch: Merged [179:182/trunk].
10:31 AM Changeset [182] by cmlenz
Minor cleanup in XInclude filter.

Aug 10, 2006:

5:21 PM Changeset [181] by cmlenz
* No escaping of <script> or <style> tags in HTML output (see #24) …
5:05 PM Ticket #25 (&lt;link&gt; element is missing closing tag or &#34;/&gt;&#34;) closed by cmlenz
worksforme: You're probably using the html output method? The output you're …
3:44 PM Ticket #25 (&lt;link&gt; element is missing closing tag or &#34;/&gt;&#34;) created by arnarbi at gmail
I have this in a file called master.html: […] In the generated …

Aug 9, 2006:

11:00 PM Changeset [180] by cmlenz
Fix bug in HTML serializer, plus some other minor tweaks.
10:08 PM Download edited by cmlenz
(diff)
7:37 PM Ticket #24 (<script> and <style> element content should not be escaped by HTML ...) created by cmlenz
The XHTML serializer should probably continue to escape scripts and …
7:29 PM License edited by cmlenz
(diff)
6:58 PM MailingList edited by cmlenz
(diff)
6:58 PM MailingList edited by cmlenz
(diff)
6:47 PM WikiStart edited by cmlenz
Added links to mailing list and IRC channel (diff)
6:40 PM MailingList edited by cmlenz
Added link to IRC channel (diff)
6:40 PM IrcChannel created by cmlenz
IRC channel registered
5:15 PM MailingList edited by cmlenz
(diff)
4:53 PM MailingList edited by cmlenz
Add link to newly created google group (diff)
2:28 PM Changeset [179] by cmlenz
cspeedups branch: Merged [175:178/trunk].
2:25 PM Ticket #20 (Position info in XPath syntax errors) closed by cmlenz
fixed: Implemented in [178].
2:25 PM Changeset [178] by cmlenz
Implement position reporting for XPath syntax errors. Closes #20.
2:07 PM Changeset [177] by cmlenz
Add some more assertions to the XPath tests.

Aug 7, 2006:

8:07 PM GenshiFaq edited by cmlenz
More links (diff)
7:54 PM Changeset [176] by cmlenz
Further cleanup of XPath engine.

Aug 6, 2006:

11:50 PM Changeset [175] by cmlenz
cspeedups branch: Merged [174].
11:22 PM Changeset [174] by cmlenz
Minor performance improvements in serialization.
9:51 PM Changeset [173] by cmlenz
0.1.x branch: Merged bugfix for expression evaluation from [167].
8:10 PM Changeset [172] by cmlenz
cspeedups branch: Merged [169:171/trunk].
8:07 PM Changeset [171] by cmlenz
* Improve the accuracy of line numbers for text nodes, so that …
7:10 PM Changeset [170] by cmlenz
Minor cleanup and performance improvement for the builder module.

Aug 4, 2006:

3:56 PM Changeset [169] by cmlenz
cspeedups branch: Merged [166:168/trunk].
3:39 PM Changeset [168] by cmlenz
Name lookup in expressions: try locals first, then the context.
3:14 PM Ticket #22 (Missing line number for errors in expression evaluation) closed by cmlenz
fixed: Fixed in [167].
3:07 PM Changeset [167] by cmlenz
* Support for line numbers in exceptions in expression evaluation …
1:00 PM GenshiPerformance edited by cmlenz
Added Django to bigtable results (see #23) (diff)
12:53 PM Changeset [166] by cmlenz
cspeedups branch: Merged [155:165/trunk].
12:51 PM Ticket #23 ([patch] Added Django to bigtable.py benchmark) closed by cmlenz
fixed: Applied in [165], added the escape filter as mentioned above.
12:50 PM Changeset [165] by cmlenz
Added Django to the [wiki:MarkupPerformance#bigtablebenchmark bigtable …
12:07 PM Ticket #23 ([patch] Added Django to bigtable.py benchmark) created by Simon Willison
I added this to satisfy my own curiosity; here's the patch for anyone …
1:19 AM GenshiFaq edited by anonymous
s/Tomanko/Tomayko (diff)
Note: See TracTimeline for information about the timeline view.