Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-05 | * pagetemplate: don't display template name | joey | |
2007-07-27 | web commit by JordaPolo: Updated status and URLs. | joey | |
2007-07-27 | * Add a libdir config option to let ikiwiki load perl modules, including | joey | |
plugins, from a user-configurable directory. | |||
2007-07-26 | * Add templatefile hook. | joey | |
* Add pagetemplate plugin, which allows changing the template used for a page. (Not to be confused with the hook of the same name..) | |||
2007-07-25 | massive patchqueue reorg | joey | |
patches can now be anywhere and tagged patch to show up on the patch list. Moved all the patchqueue stuff to todo items; some of it was merged into existing todo items. | |||
2007-07-25 | add warnings about using map, inline, etc with the sidebar causing | joey | |
performance nightmares | |||
2007-07-21 | web commit by http://adam.shand.net/: sidebar headers showing up in toc ... bug? | joey | |
2007-07-20 | web commit by http://adam.shand.net/: grammatical cleanup | joey | |
2007-07-17 | improve urlto docs | joey | |
2007-07-15 | * In img tag, allow link=no to disable link to full size image. Thanks, | joey | |
Nis Martensen. Closes: #433188 | |||
2007-07-12 | web commit by http://davrieb.livejournal.com/ | joey | |
2007-07-12 | web commit by nis.martensen: Mention meaning of first header (from the ↵ | joey | |
source) and give a hint on the list style | |||
2007-07-11 | on second thought, simple alphanumeric styles are not actually useful (class ↵ | joey | |
is already supported), and anything more complex is too hard to do, so revert | |||
2007-07-11 | * Allow simple alphanumeric style attribute values in the htmlscrubber. This | joey | |
should be safe from javascript attacks. | |||
2007-07-07 | web commit by TaylorKillian | joey | |
2007-07-06 | web commit by http://victormoral.myopenid.com/: errata | joey | |
2007-07-06 | web commit by http://victormoral.myopenid.com/: new design and new version | joey | |
2007-06-15 | fix header | joey | |
2007-06-15 | web commit by http://victormoral.myopenid.com/: bad news about the plugin. i ↵ | joey | |
discourage his use | |||
2007-06-13 | web commit by http://victormoral.myopenid.com/: version 0.6 | joey | |
2007-06-12 | web commit by http://victormoral.myopenid.com/: initial announcement | joey | |
2007-06-05 | * Add typographyattributes configuration setting to typography plugin. | joey | |
2007-05-30 | web commit by http://ptecza.myopenid.com/: * Thanks! | joey | |
2007-05-30 | response | joey | |
2007-05-30 | web commit by http://ptecza.myopenid.com/: * Question about nested plugins | joey | |
2007-05-28 | * Apply a patch from Carl Worth allowing a class attribute to be passed | joey | |
through the img plugin. Also allow the id attribute to be passed through. | |||
2007-05-28 | escape some code | joey | |
2007-05-20 | move inline parameter docs to blog page so they're available in the | joey | |
basewiki | |||
2007-05-19 | move examples of how to use shortcuts into the shortcuts page so it's | joey | |
available in basewiki | |||
2007-05-19 | move template documentation into the basewiki, in the templates page | joey | |
2007-05-18 | web commit by KarlMW | joey | |
2007-05-18 | web commit by KarlMW: wanting a map using page titles | joey | |
2007-05-17 | * Add a destpage parameter to the filter hook. | joey | |
* Fix links to smilies generated by the smiley plugin for inlined pages. The old links were often wrong, but often still worked by accident. | |||
2007-05-17 | * Fix some bugs in password handling: | joey | |
- If the password is empty in preferences, don't clear the existing password. - Actually check the confirm password field, even if it's left empty. | |||
2007-05-17 | web commit by KarlMW | joey | |
2007-05-12 | use a tag cloud for plugin types | joey | |
2007-05-09 | * Add the needsbuild hook. Plugins can use this to manipulate which files | joey | |
ikiwiki builds when refreshing the wiki. | |||
2007-05-09 | * Add all=no option to conditional, can be used to form conditionals that do | joey | |
not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template. | |||
2007-05-08 | web commit by JoshTriplett: Add another example, and add a description to ↵ | joey | |
each test. | |||
2007-05-06 | correct documentation about scan hook (which has never existed) | joey | |
2007-05-02 | fix created_after limits | joey | |
2007-05-01 | web commit by JoshTriplett: Fix typo. | joey | |
2007-04-29 | * Enable openid logins by default. | joey | |
* Enable usedirs by default. | |||
2007-04-27 | minor improvements | joey | |
2007-04-27 | the kind of perl code that can only be written at 4:30 am | joey | |
(Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.) | |||
2007-04-27 | * Make pagespec_match on failure return a value that is false, but in a | joey | |
scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something. | |||
2007-04-27 | * pagespec_match() has changed to take named parameters, to better allow | joey | |
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. | |||
2007-04-15 | web commit by JoshTriplett: Remove <ikiroot> placeholder, and make absolute ↵ | joey | |
image reference actually absolute. | |||
2007-04-14 | use feedpages to limit all feeds to new items, in preparation for switching | joey | |
ikiwiki.info to usedirs | |||
2007-04-14 | * Add feedshow parameter to inline, which can be useful for eg, removing | joey | |
old posts from feeds when permalinks change. |