| age |
author |
description |
| 2009-12-21 |
Randy Selzler |
Merge-merge Ben's enhancements with docs treedefault tip |
| 2009-12-21 |
Randy Selzler |
Merge Ben's enhancements with docs tree |
| 2009-12-12 |
Ben |
Fix a few regressions |
| 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 |
simplify the html header, use pages that have default content |
| 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 |
fix the obnoxious exact html test |
| 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 |
| 2009-12-19 |
sheep |
fix etag for orphaned pages |
| 2009-12-19 |
sheep |
add /+wanted |
| 2009-12-19 |
sheep |
some docstrings |
| 2009-12-19 |
sheep |
added /+orphaned |
| 2009-12-19 |
sheep |
add /+index url |
| 2009-12-19 |
sheep |
maadd all "plus" pages to robots exclusion |
| 2009-12-19 |
sheep |
make backlinks use the new pages_list call |
| 2009-12-19 |
sheep |
fix dev.py |
| 2009-12-19 |
sheep |
add cache headers to all pages index |
| 2009-12-19 |
sheep |
Generalize the page index function to be able to provide different kind of page lists |
| 2009-12-18 |
sheep |
fix backlinks page which was broken while refactoring |
| 2009-12-18 |
sheep |
fix the date js |
| 2009-12-16 |
sheep |
fix reindexing error instroduced with parser refactoring |
| 2009-12-15 |
sheep |
a little less clumsy WikiWikiParser |
| 2009-12-15 |
sheep |
add priorities to mablock rules, back to dict, allow disabling indentation |
| 2009-12-15 |
sheep |
add priorities to markup rules, back to dict, allow disabling WikiWords |
| 2009-12-12 |
sheep |
update the parser extending example |
| 2009-12-12 |
sheep |
remove all references to WikiParser except the one in WikiPageWiki |
| 2009-12-11 |
sheep |
fix the tests broken by default style change |
| 2009-12-10 |
sheep |
make sure the repo is up to date when displaying editor for existing page |
| 2009-12-10 |
sheep |
compile parser markup with Unicode flag |
| 2009-12-10 |
sheep |
make non-existing links always red |
| 2009-12-10 |
sheep |
add +version special address, for retrieving the number of the last revision of a page or whole wiki |
| 2009-12-10 |
sheep |
try preventing the caching of edit pages |
| 2009-12-10 |
Ben |
Fix the Mercurial improvement |
| 2009-12-10 |
Ben |
Improve filectx_tip computation + add a no-cache header |
| 2009-12-10 |
Ben |
merged |
| 2009-12-10 |
sheep |
fix double merges on conflicts |
| 2009-12-10 |
sheep |
fix double merges on conflicts |
| 2009-12-07 |
Ben |
add one more creole parser: creole |
| 2009-12-07 |
Ben |
Support two more creole parsers for text processing |
| 2009-12-07 |
Ben |
Made the parser more generic by introducing a text2html generator |
| 2009-12-07 |
Ben |
Add a config option to specify a parser |
| 2009-12-07 |
Ben |
merged |
| 2009-12-02 |
Ben |
First version of the ordered-list patch |
| 2009-12-07 |
Benoit Allard |
merged |
| 2009-12-04 |
sheep |
Add markup for monospaced text, thanks to Ben |
| 2009-12-04 |
sheep |
don't use sorted dicts in in markup patterns, use list of tuples instead |
| 2009-12-04 |
sheep |
some docstrings |
| 2009-12-07 |
Benoit Allard |
merged backout |
| 2009-12-07 |
Benoit Allard |
Backed out changeset d24406d9c70a |