aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey2006-07-07
| | | | support, to edit pages etc without a web server.
* web commit from 127.0.0.1joey2006-07-07
|
* html toojoey2006-07-07
|
* * Add wikitext markup plugin, which supports ".wiki" pages written in thejoey2006-07-07
| | | | original wiki syntax, CamelCase links and all.
* some stylesheet improvements for the table, also add a bit more borderjoey2006-07-06
| | | | | between items to avoid them running together in some cases
* * Patch from Recai to fix utf8 issues in git backend.joey2006-07-05
|
* Encode:: cleanup from Recaijoey2006-07-05
|
* * Patch from Faidon to use svn --limit when possible for recentchanges,joey2006-07-05
| | | | speeds up recentchanges a lot for wikis with more history.
* fixjoey2006-07-05
|
* meta done a while agojoey2006-07-05
|
* * Improve display of parentlinks and page title of toplevel index page.joey2006-07-04
|
* web commit by joeywww-data2006-07-04
|
* add news item for ikiwiki 1.8joey2006-07-04
|
* releasing version 1.8joey2006-07-04
|
* * Memoize abs2rel, which is still kinda slow, for another 30% speedupjoey2006-07-04
| | | | in time to build the doc wiki.
* remove most of the black linesjoey2006-07-04
|
* * Encode & in diffurl in examples, to conform to pedantic rules.joey2006-07-04
| | | | * Speed up RecentChanges by another 40% or so with some memoization.
* fixjoey2006-07-04
|
* add a commit type columnjoey2006-07-04
|
* * Make RecentChanges use a table and some CSS, should be much more readable.joey2006-07-04
| | | | | No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.
* <paravoid> cosmetic and minor, but it makes the output far more readable,joey2006-07-04
| | | | | imho
* updatejoey2006-07-04
|
* * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey2006-07-04
| | | | | | | is a savings of 2 pointless fork/execs per link calculation, which results in ~25% speedup of ikiwiki building its own doc wiki, and about 35% speedup displaying RecentChanges!
* remove leading dot from default_pageextjoey2006-07-04
| | | | | | fix preview to not assume it's the default page type, and instead get the type from the page
* * Don't sent pings if the wiki is being rebuilt.joey2006-07-04
|
* re-improve regexpjoey2006-07-04
|
* * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuildjoey2006-07-04
| | | | will be automatically done on all upgrades.
* sanitise them, like any other page type.joey2006-07-04
| | | | * Rebuilding wrappers is necessary on upgrade to this version.
* updatejoey2006-07-04
|
* improve regexpjoey2006-07-03
|
* foojoey2006-07-03
|
* word wrapjoey2006-07-03
|
* add htmlisejoey2006-07-03
|
* fixjoey2006-07-03
|
* fixjoey2006-07-03
|
* misc updatedjoey2006-07-03
|
* * Add a html plugin, which can be used to write wikis in raw html,joey2006-07-03
| | | | | | | if you'd ever want to do such a thing. Slightly tricky, since ikiwiki defaults to not processing .html files, since w/o this plugin they would be copied unsanitised. With this plugin, it will process, and html sanitise, them like any other page type.
* use "use open" pragma to avoid manually needing to specify utf8 everywherejoey2006-07-03
| | | | | | | and also to set default stdio mode change filetype to return undef, not "unknown"
* * Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey2006-07-03
| | | | default (of course!). Based on a patch by Faidon Liambotis.
* * Introduce add_plugins and disable_plugins config options in setup files.joey2006-07-03
| | | | | | This allows adding or removing plugins w/o overriding the whole list of default plugins, which makes it easier to upgrade when new default plugins are added.
* Encode is used in nearly all code paths so stop loading it on demandjoey2006-07-03
|
* * Support pages with utf8 filenames. Patch by Faidon Liambotis.joey2006-07-03
|
* web commit by KellyClowerswww-data2006-07-03
|
* fix path to git hook scriptjoey2006-07-03
|
* updatesjoey2006-07-02
|
* modify to actually workjoey2006-07-02
|
* ugh, this is a tricky one..joey2006-07-02
|
* remove the blog_list sub, only used one place and simplifies code to dojoey2006-07-02
| | | | | away with it
* bugjoey2006-07-02
|
* * Centralised all calls to HTML::Template and force all the templatesjoey2006-07-02
| | | | to be read as utf8.