| age |
author |
description |
| 2010-01-10 |
Radomir Dopieralski |
make the html generated by the code highlighter validate -- use spans instead of divs |
| 2010-01-10 |
Radomir Dopieralski |
make WikiStorage thread-safe |
| 2010-01-05 |
sheep |
use highlighting by default for all text formats and code |
| 2010-01-05 |
sheep |
use highlighting by default for all text formats |
| 2010-01-05 |
sheep |
remove defaults from boolean options in optparse, so that they won't override options passed in the config object |
| 2010-01-05 |
sheep |
add an option to change the pygments style |
| 2010-01-05 |
sheep |
move the pygments css to a separate stylesheet |
| 2009-12-26 |
sheep |
make the diff a little more error-proof |
| 2009-12-26 |
sheep |
make pages refresh when menu or icons are edited |
| 2009-12-26 |
sheep |
explicitly refuse dealing with symbolic links |
| 2009-12-25 |
sheep |
csv lacks preview |
| 2009-12-25 |
sheep |
start with a simple RST support |
| 2009-12-24 |
sheep |
force unicode in all sqlite queries |
| 2009-12-24 |
sheep |
fix encoding trouble |
| 2009-12-24 |
sheep |
wanted pages have unicode titles not str |
| 2009-12-24 |
sheep |
remove spaces when extracting links |
| 2009-12-24 |
sheep |
remove spaces also from file names |
| 2009-12-24 |
sheep |
fix the title quoting |
| 2009-12-23 |
sheep |
remove spaces form beginning and end of page titles |
| 2009-12-23 |
sheep |
make sure sqlite doesn't convert titles like '123' to integers instead of strings |
| 2009-12-23 |
sheep |
add a --version option |
| 2009-12-23 |
sheep |
split WikiPageText into WikiPageColorText |
| 2009-12-23 |
sheep |
make default pages use conditional requests |
| 2009-12-23 |
sheep |
make default pages use conditional requests |
| 2009-12-23 |
sheep |
add line numbers in ISSUES |
| 2009-12-23 |
sheep |
allowe pre in ISSUES |
| 2009-12-23 |
sheep |
allowe pre in ISSUES |
| 2009-12-23 |
sheep |
foadd tags as classes in ISSUES |
| 2009-12-22 |
sheep |
format multi-line bug descriptions properly in ISSUES |
| 2009-12-22 |
sheep |
break the javascript to shorter lines |
| 2009-12-22 |
sheep |
add WikiPageBugs for ciss-like ISSUES file |
| 2009-12-22 |
sheep |
add possibility to force mimetypes of some special pages |
| 2009-12-22 |
sheep |
fix edit link on read-only pages, add proper js mime |
| 2009-12-22 |
sheep |
add scripts.js by default |
| 2009-12-22 |
sheep |
move pygments css to the main style.css |
| 2009-12-22 |
sheep |
move pygments import to top, add python mime type |
| 2009-12-22 |
sheep |
use "is None" not "== None" |
| 2009-12-22 |
sheep |
pages_cache -> cache_path |
| 2009-12-21 |
sheep |
fix saving of plain-text files |
| 2009-12-21 |
sheep |
make smilies a little more fault-proof |
| 2009-12-21 |
sheep |
add spaces in recent changes |
| 2009-12-21 |
sheep |
improve the wanted pages page, thanks to Ben |
| 2009-12-21 |
sheep |
use ordered list in search resusults, thanks to Ben |
| 2009-12-21 |
sheep |
explicitly forbid creating pages starting with + |
| 2009-12-21 |
sheep |
remove error from history page, thanks to Ben, remove horizontal line from editor |
| 2009-12-21 |
sheep |
a typo in preiew code, thanks to Ben |
| 2009-12-20 |
sheep |
make wanted pages unique and exclude external links and special pages |
| 2009-12-20 |
sheep |
use werkzeug.html in history item |
| 2009-12-19 |
sheep |
remove style_page and script_page options |
| 2009-12-19 |
sheep |
remove templates entirely |
| 2009-12-19 |
sheep |
get rid of templates in the main page |
| 2009-12-19 |
sheep |
get rid of templates in the page footer |
| 2009-12-19 |
sheep |
add robots.txt to restricted pages |
| 2009-12-19 |
sheep |
simplify the html header, use pages that have default content |
| 2009-12-19 |
sheep |
remove template use from search |
| 2009-12-19 |
sheep |
get rid of itertools.chain in diff |
| 2009-12-19 |
sheep |
remove old functions |
| 2009-12-19 |
sheep |
put back etags on the edit page, remove page lists from edit page |
| 2009-12-19 |
sheep |
add links to page lists at the bottom of recent changes page |
| 2009-12-19 |
sheep |
make empty search redirect to index |