Dandelion

log

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