summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SGenshi.py
Commit message (Expand)AuthorAgeFilesLines
* use XML parser that strips whitespace to avoid xml concatenation pretty_print...Chris St. Pierre2012-05-151-2/+3
* Implement the preceeding change for SGenshi, too.Mike McCallister2011-10-151-1/+2
* made templated bundles understand <Group> and <Client> tagsChris St. Pierre2011-09-151-4/+22
* add another missing sys importTorsten Rehn2011-05-091-0/+1
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-3/+6
* Bundler: Log something for genshi errorsTim Laszlo2010-07-161-6/+14
* Updated files to match PEP 257 Fabian Affolter2010-06-091-2/+2
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-5/+11
* *Genshi: Don't strip whitespace (Resolves Ticket #730)Narayan Desai2009-09-111-1/+1
* Implement support for .genshi bundles in BundlerNarayan Desai2009-05-071-0/+1
* SGenshi: improve error handlingNarayan Desai2009-04-241-0/+3
* Remove old properties implementation and hardwiringNarayan Desai2009-01-211-9/+2
* add GBundler plugin (like SGenshi, but works like Bundler)Narayan Desai2009-01-151-1/+2
* Fix baseclass orderNarayan Desai2009-01-121-3/+3
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-2/+5
* Fix typo in SGenshi encoding patchNarayan Desai2008-07-021-1/+1
* Add encoding support for SGenshi (patch from solj) (Resolves Ticket #571)Narayan Desai2008-07-021-4/+4
* Change to typed plugin systemNarayan Desai2008-06-091-1/+1
* SGenshi: Fix error handling in case of template errorsNarayan Desai2008-05-041-1/+3
* SGenshi: loosen up file name regexNarayan Desai2008-05-021-1/+1
* Fix SGenshi property useNarayan Desai2008-04-241-1/+1
* Enable properties for use in SGenshi templatesNarayan Desai2008-04-161-1/+8
* Switch SGenshi over to using EntrySet classes as well (SGenshi templates can ...Narayan Desai2008-04-081-49/+32
* SGenshi improvements from Sebastien Barthelemy (sorry, bad locale) and improv...Narayan Desai2007-11-091-9/+41
* Fix stupid thinko in SGenshiNarayan Desai2007-07-201-1/+2
* Add SGenshi pluginNarayan Desai2007-07-191-0/+36