Edgewall Software

Timeline


and

Oct 2, 2006:

9:08 PM Changeset [344] by cmlenz
Some adjustments to make core data structures picklable (requires …
12:49 PM Changeset [343] by cmlenz
Fix the handling of namespace context for match templates.
12:02 PM GenshiRecipes/FormFilling edited by cmlenz
(diff)
11:45 AM Changeset [342] by cmlenz
The HTMLSanitizer now lets you override the default set of tag and …
11:30 AM Changeset [341] by cmlenz
Updated change log.
1:18 AM ApiDocs/genshi.util created by cmlenz
Added API doc page for new genshi.util module
1:14 AM Documentation/0.3.x/xpath.html created by cmlenz
Guide for 0.3.x branch
1:13 AM Documentation/0.3.x/text-templates.html created by cmlenz
Guide for 0.3.x branch
1:12 AM Documentation/0.3.x/xml-templates.html created by cmlenz
Guide for 0.3.x branch
1:11 AM Documentation/0.3.x/builder.html created by cmlenz
Guide for 0.3.x branch
1:10 AM Documentation/0.3.x/streams.html created by cmlenz
Guide for 0.3.x branch
1:09 AM Documentation/0.3.x/index.html created by cmlenz
Guide for 0.3.x branch
1:08 AM Documentation edited by cmlenz
(diff)
1:06 AM ApiDocs/0.3.x/genshi.template created by cmlenz
API documentation for 0.3.x branch
1:05 AM ApiDocs/0.3.x/genshi.path created by cmlenz
API documentation for 0.3.x branch
1:04 AM ApiDocs/0.3.x/genshi.output created by cmlenz
API documentation for 0.3.x branch
1:04 AM ApiDocs/0.3.x/genshi.input created by cmlenz
API documentation for 0.3.x branch
1:03 AM ApiDocs/0.3.x/genshi.filters edited by cmlenz
(diff)
1:03 AM ApiDocs/0.3.x/genshi.filters edited by cmlenz
(diff)
1:02 AM ApiDocs/0.3.x/genshi.filters created by cmlenz
API documentation for 0.3.x branch
1:02 AM ApiDocs/0.3.x/genshi.eval created by cmlenz
API documentation for 0.3.x branch
1:01 AM Documentation edited by cmlenz
(diff)
1:00 AM ApiDocs/0.3.x/genshi.core created by cmlenz
API documentation for 0.3.x branch
12:59 AM ApiDocs/0.3.x/genshi.builder edited by cmlenz
(diff)
12:58 AM ApiDocs/0.3.x/genshi.builder edited by cmlenz
(diff)
12:58 AM ApiDocs/0.3.x/genshi.builder created by cmlenz
API documentation for 0.3.x branch
12:56 AM ApiDocs/0.3.x created by cmlenz
API documentation for 0.3.x branch
12:54 AM Changeset [340] by cmlenz
Integrated HTMLFormFiller filter initially presented as a …

Oct 1, 2006:

5:33 PM Changeset [339] by cmlenz
Use an LRU cache for caching parsed templates in the TemplateLoader. …
5:30 PM Changeset [338] by cmlenz
Small doc fix.

Sep 27, 2006:

11:27 AM Changeset [337] by cmlenz
Ported [330],[333], and [334] to 0.3.x stable branch.
11:22 AM Changeset [336] by cmlenz
Still too much whitespace in the web.py example. Switch to …
11:20 AM Changeset [335] by cmlenz
The web.py example was generating extraneous line breaks.
11:19 AM Changeset [334] by cmlenz
* Better approach for absolute template paths in exceptions than what …

Sep 26, 2006:

7:15 PM HelperFunctions edited by cmlenz
(diff)
6:48 PM HelperFunctions edited by cmlenz
(diff)
5:51 PM HelperFunctions edited by Arnar
(diff)
5:49 PM HelperFunctions edited by Arnar
(diff)
5:48 PM HelperFunctions edited by Arnar
Removed counting functions in favor of the general countoccurrences (diff)
2:56 PM MarkupFaq created by cmlenz
2:56 PM MarkupPerformance created by cmlenz
2:51 PM MarkupVsKid created by cmlenz
12:25 PM GenshiRecipes/FormFilling edited by cmlenz
(diff)
12:24 PM GenshiRecipes/FormFilling edited by cmlenz
Fix how the HTMLFormFiller filter is applied (diff)

Sep 25, 2006:

3:32 PM WebPy created by cmlenz
3:27 PM Changeset [333] by cmlenz
Use absolute template path in exceptions, so that the corresponding …
3:26 PM Changeset [332] by cmlenz
Add web.py example app.

Sep 24, 2006:

7:13 PM GenshiRecipes/FormFilling edited by cmlenz
Add example with filter (diff)
6:38 PM GenshiRecipes/FormFilling edited by cmlenz
Add match templates for select boxes (diff)
5:29 PM CherryPy created by cmlenz
5:22 PM GenshiRecipes/FormFilling edited by cmlenz
Add match templates for checkboxes, radio groups, and text areas (diff)
4:33 PM Changeset [331] by cmlenz
Added an example CherryPy application.
4:29 PM GenshiRecipes/FormFilling edited by cmlenz
Only match text input fields (diff)
4:27 PM Ticket #57 (Template engine genshi-text is not exist) closed by cmlenz
fixed: That only works in current trunk... it was added in [330].
4:24 PM Ticket #57 (Template engine genshi-text is not exist) created by fredlin
In turbogears, while accessing http://localhos:8080/plain "Template …

Sep 22, 2006:

11:43 PM GenshiPerformance edited by anonymous
(diff)
7:22 PM Changeset [330] by cmlenz
Split up the plugin implementation into two classes: one for markup …
3:49 PM Changeset [329] by cmlenz
Bumped up version number on 0.3.x stable branch.
3:47 PM Milestone 0.3.1 completed
Bug fix release. Tag: tags/0.3.1
3:45 PM Download edited by cmlenz
Updated for 0.3.1 (diff)
3:37 PM Changeset [328] by cmlenz
Fix version number on 0.3.1 tag.
3:36 PM Changeset [327] by cmlenz
Prepare 0.3.1 release.
3:35 PM Changeset [326] by cmlenz
Ported [325] to 0.3.x stable branch.
3:34 PM Changeset [325] by cmlenz
Prepare 0.3.1 release.
2:07 PM Changeset [324] by cmlenz
Ported [321:323] to 0.3.x stable branch.
2:05 PM Changeset [323] by cmlenz
Updated change log.
1:40 PM Changeset [322] by cmlenz
Fix bug in evaluating XPath expressions using the union operator |, …

Sep 21, 2006:

6:29 PM Ticket #56 (First template inclusion hides variables for next include) closed by cmlenz
fixed: This should be fixed in [321].
6:28 PM Changeset [321] by cmlenz
Fix for #56: an include inside a matched element wasn't seeing the …
6:07 PM WikiStart edited by cmlenz
(diff)
10:43 AM ApiDocs/genshi.template edited by cmlenz
Add link to text templating docs (diff)
9:26 AM Ticket #56 (First template inclusion hides variables for next include) reopened by cmlenz
The other issue noted here is valid: The $name variables in the …

Sep 20, 2006:

10:37 AM Ticket #56 (First template inclusion hides variables for next include) closed by cmlenz
invalid: This happens because the included file (include.html) wraps its …
8:47 AM Ticket #56 (First template inclusion hides variables for next include) created by sakkew
Using /root/branches/stable/0.3.x/examples/turbogears as base, I added …

Sep 19, 2006:

5:15 PM Ticket #55 (Support Python expressions as part of XPath in py:match) created by davidf@…
It would be good to be able to specify an XPath as a Python expression …
1:33 PM GenshiPerformance edited by anonymous
s/Markup/Genshi (again) (diff)
Note: See TracTimeline for information about the timeline view.