Dandelion

log

age author description
22 months ago sheep remove info line from the pagesdefault tip
22 months ago sheep only display unique page titles in rss feed
22 months ago sheep make macros work in preview
22 months ago sheep encode title before unquotting
22 months ago sheep only unquote once
22 months ago sheep ionly unquote once
22 months ago sheep fix unicode support for page titles
22 months ago sheep allow wiki actions with a space in the name
22 months ago sheep Make it use + in urls instead of %20
23 months ago sheep limit number of entries in rss feed
23 months ago sheep syntax-highlight css files
23 months ago sheep make pygments optional
23 months ago sheep pass the syntax name in highlighting
23 months ago sheep self
23 months ago sheep unicode
23 months ago sheep show name of lexer if it's not found
23 months ago sheep get rid of double pre in syntax highlighting
23 months ago sheep Rudimentary support of macros and a macro for syntax highlighting
23 months ago sheep Only show old pages as subpages of history
23 months ago sheep syntax error (argh!)
23 months ago sheep add download link to message about unknown mime type
23 months ago sheep added simple test for status code of the whole wiki
23 months ago sheep Moved request to separate file, made it richer
23 months ago sheep fixed block macros
23 months ago sheep fix iterating over wikiparser
23 months ago sheep added test for macros in wikiparser
23 months ago sheep add macro hook to wikiparser
23 months ago sheep explain use of displauhook in test script
23 months ago sheep some comments for the wikiparser tests
23 months ago sheep unit tests for wikiparser
24 months ago sheep automatically create datadir if it doesn't exist
24 months ago sheep remove empty yield to make it work in python < 2.5
24 months ago sheep fix the unicode fix of diff -- same fix in all branches of code
24 months ago sheep fix a unicode encoding bug that made unchanged text double-encoded
24 months ago sheep make the _get_file_stream optimalization actually work on newer version of
2008-08-13 Radomir Dopieralski set mercurial encoding before importing
2008-08-13 Radomir Dopieralski force utf-8 encoding for mercurial
2008-08-10 Radomir Dopieralski typo
2008-08-10 Radomir Dopieralski temporary hack to allow dots in non-binary page names
2008-08-08 Radomir Dopieralski include smilies with noses in wikiparser
2008-08-07 Radomir Dopieralski also unicode the lines in loop in block and macro in parser
2008-08-07 Radomir Dopieralski unicode-encode contents of blocks and macros in parser
2008-08-03 Radomir Dopieralski make rc also display the last day
2008-08-03 Radomir Dopieralski respect page title
2008-08-03 Radomir Dopieralski fix uploading of files as StringIO and image viewer
2008-08-03 Radomir Dopieralski comment was placed in wrong place
2008-08-03 Radomir Dopieralski include comment in upload form
2008-08-03 Radomir Dopieralski fix args in upload and make it use streams
2008-08-03 Radomir Dopieralski make the upload editor match the template
2008-08-03 Radomir Dopieralski make upload editor accept preview arg
2008-08-03 Radomir Dopieralski use protocol 2 also on the page index
2008-08-03 Radomir Dopieralski there is no protocol 3 for pickle, use protocol 2 in word search
2008-08-03 Radomir Dopieralski make config return unicode
2008-08-03 Radomir Dopieralski accept EOFError when trying to read title index in word search
2008-08-03 Radomir Dopieralski use faster pickle protocol in word indexer
2008-08-03 Radomir Dopieralski add poor man's spam protection
2008-08-03 Radomir Dopieralski add atom:link to self in rss feed
2008-08-03 Radomir Dopieralski add <guid> to rss template
2008-08-03 Radomir Dopieralski rander rss feed instead of just serializing it
2008-08-03 Radomir Dopieralski serialize rss template to xml, not html