Dandelion

log

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