aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* * Patch from Recai to use utf8 when reading the setup file, so thatjoey2006-09-10
| | | | utf8 wikinames from there will be used properly.
* * If an inlined page has a permalink, link the page title to that.joey2006-09-10
|
* typojoey2006-09-09
|
* * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"joey2006-09-09
| | | | to declare which version of the interface your plugin needs.
* * Work on firming up the plugin interface:joey2006-09-09
| | | | | | | | | | | | | | | | | | | - Plugins should not need to load IkiWiki::Render to get commonly used functions, so moved some functions from there to IkiWiki. - Picked out the set of functions and variables that most plugins use, documented them, and made IkiWiki export them by default, like a proper perl module should. - Use the other functions at your own risk. - This is not quite complete, I still have to decide whether to export some other things. * Changed all plugins included in ikiwiki to not use "IkiWiki::" when referring to stuff now exported by the IkiWiki module. * Anyone with a third-party ikiwiki plugin is strongly enrouraged to make like changes to it and avoid use of non-exported symboles from "IkiWiki::". * Link debian/changelog and debian/news to NEWS and CHANGELOG. * Support hyperestradier version 1.4.2, which adds a new required phraseform setting.
* * Add a googlecalendar plugin. A bit special-purpose, but it showsjoey2006-09-09
| | | | | one way to to deal with user-supplied content that could cause XSS issues w/o the htmlscrubber, and won't survive the scrubber.
* * Add a missing -n to tla undo call.joey2006-09-08
| | | | | | * otl2hmtl can't be safely used with IPC::Open2 since it sometimes writes before consuming its whole stdin. Avoid this deadlock. * Fix alt tags for outline checkboxes.
* * Add a missing -n to tla undo call. joey2006-09-08
|
* releasing version 1.25joey2006-09-08
|
* typojoey2006-09-07
|
* * Add a linkmap plugin (requires graphviz).joey2006-09-07
|
* rewordjoey2006-09-06
|
* rewordjoey2006-09-06
|
* * Include <link rel> tag for RSS feeds, used by some aggregators andjoey2006-09-06
| | | | firefox to find the feed.
* * Add support for mercurial, contributed by Emanuele Aina.joey2006-09-06
|
* updatejoey2006-09-06
|
* updatejoey2006-09-06
|
* add tlajoey2006-09-05
|
* typojoey2006-09-04
|
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04
|
* move html escapingjoey2006-09-04
|
* * Drop real uid/gid in the suid wrapper, thus allowing commits to remotejoey2006-09-04
| | | | subversion repos and fixing some other issues.
* * Add proper waitpid calls for open2ed processes throughout to avoidjoey2006-09-03
| | | | zombies; this hit htmltidy especially badly.
* releasing version 1.24joey2006-09-03
|
* * Fix another destpage issue in the inline directive. Closes: #385512joey2006-09-03
| | | | again.
* * Simplify the data structure returned by rcs_recentchanges to avoidjoey2006-09-03
| | | | each rcs plugin needing to form complex strings on its own.
* releasing version 1.23joey2006-09-03
|
* releasing version 1.22joey2006-09-02
|
* * Add processed date to aggregate preprocessor directive status output.joey2006-09-02
|
* remove some unimportant changelog entries to cut it down a bit..joey2006-08-29
|
* flipjoey2006-08-28
|
* rebuild needed due to css changesjoey2006-08-28
|
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* * Change htmlize, format, and sanitize hooks to use named parameters.joey2006-08-28
|
* * Add toc (table of contents) plugin.joey2006-08-28
|
* * Patch from James Westby to add a --sslcookie switch, which forcesjoey2006-08-27
| | | | | | | cookies to only be sent over ssl connections to avoid interception. * Factor out the cgi header printing code into a new function. * Fix preferences page on anonok wikis; still need to sign in to get to the preferences page.
* more PREFIX funjoey2006-08-27
|
* * Added a ddate plugin.joey2006-08-27
|
* * Patch from James Westby to add a template for the search form.joey2006-08-26
| | | | * Cache search form for speedup.
* * Patch from James Westby to allow a description to be set for rss feeds.joey2006-08-26
|
* * Generalised preprocesser loop protection code.joey2006-08-25
|
* * Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey2006-08-25
| | | | | * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
* * Make all pages pull in a local.css style sheet, if present. This won'tjoey2006-08-24
| | | | | be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css.
* * Change order of linkify and preprocess; first preprocess and then linkify.joey2006-08-23
| | | | | | | | | | This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit.
* * Patch from Jordà Polo to make Setup::Standard support hashes in configjoey2006-08-23
| | | | files.
* * Make pagespec merge code smarter about merging duplicate pagespecs.joey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
* * Allow preprocessor directives to span multiple lines, both to makejoey2006-08-23
| | | | | long ones with lots of values easier to write, and to allow for ones with multi-line quoted values.
* add upgrade notejoey2006-08-22
|
* remove removed fixjoey2006-08-22
|