]> git.llucax.com Git - software/blitiri.git/shortlog
software/blitiri.git
2008-08-31 Leandro LucarellaAdd basic caching support to restructured text rendering
2008-08-31 Leandro LucarellaAdd the total render time as a comment when handling CGI
2008-08-25 Leandro LucarellaAdd post preview
2008-08-25 Leandro LucarellaDisable unsecure rst directives for online commenting
2008-08-25 Leandro LucarellaBe aware of rst parsing errors with no line information
2008-08-25 Leandro LucarellaRemove \r (use unix style end of lines) from comments...
2008-08-25 Leandro LucarellaStore the sanitized form data when commenting online
2008-08-10 Leandro LucarellaAdd (customizable) captcha support
2008-08-10 Leandro LucarellaValidate link form field when adding a comment online
2008-08-10 Leandro LucarellaAdd form error reporting to online comments
2008-08-10 Leandro LucarellaMake the comment author a link only if the comment...
2008-08-09 Leandro LucarellaSearch for the right template name when rendering the...
2008-08-08 Leandro LucarellaAdd online commenting support
2008-08-08 Leandro LucarellaAdd a configuration option to enable the comments support
2008-08-08 Leandro LucarellaShow comments when displaying a single article
2008-08-08 Leandro LucarellaAdd basic comments support
2008-08-08 Leandro LucarellaDon't store leading slashes for paths in the article...
2008-08-08 Leandro LucarellaUse os.path.join() to build filenames
2008-08-08 Leandro LucarellaRename DB to ArticleDB
2008-08-08 Leandro LucarellaProperly translate HTML entities in user inputs when...
2008-08-08 Leandro LucarellaStrip article's haders values
2008-08-08 Leandro LucarellaAdd created and updated as optional parameters to Artic...
2008-08-08 Leandro LucarellaRemove dead code
2008-08-08 Leandro LucarellaMove docutils rendering bits to a helper function
2008-08-08 Leandro LucarellaAvoid code repetition by adding a helper function Templ...
2008-08-08 Leandro LucarellaAvoid code repetition by adding Article.to_vars() method
2008-08-08 Leandro LucarellaMake default template Use XHTML 1.0 Strict
2008-08-08 Leandro LucarellaRemove <br/>s to make the default template more XHTML...
2008-08-08 Leandro LucarellaUse text/css as Content-type when rendering the style...
2008-08-08 Leandro LucarellaUse a fixed width in the default style sheet
2008-08-07 Leandro LucarellaApply os.path.realpath() to *_path config variables...
2008-08-07 Leandro LucarellaMake blitiri.cgi work as a symlink
2008-03-11 Alberto BertogliAdd a "list" view to list all articles.
2007-05-22 Alberto BertogliRelax config import to make it usable.
2007-05-22 Alberto BertogliBe more verbose with article path errors.
2007-05-22 Alberto BertogliAdd coding:utf8 to the sample config file.
2007-05-22 Alberto BertogliInitial commit.