Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2007-04-13 | web commit by JoshTriplett: Link URL more simply. | joey | |
2007-04-12 | web commit by TobiOetiker | joey | |
2007-04-12 | web commit by TobiOetiker: added link to insights page | joey | |
2007-04-12 | web commit by http://adam.shand.net/ | joey | |
2007-04-12 | web commit by http://adam.shand.net/ | joey | |
2007-04-12 | Revert my commit; plugins and plugins/contrib both post to the same place. | joshtriplett | |
2007-04-12 | web commit by JoshTriplett: Differentiate the postformtext of ↵ | joey | |
plugins/contrib from plugins. | |||
2007-04-12 | * Add postformtext parameter to inline. | joey | |
2007-04-10 | * Add a new %destsources hash, which maps between a destination file and | joey | |
the source page used to create it, ie it's the reverse of %renderedfiles. * Use %destsources in htmllink and urlto for 20-50% speedup. | |||
2007-04-09 | * Add a graphviz plugin. | joshtriplett | |
* Suggests: graphviz | |||
2007-04-08 | fix missing text | joey | |
2007-04-08 | web commit by JoshTriplett: Use wiki link for sidebar. | joey | |
2007-04-08 | web commit by http://dalefarnsworth.myopenid.com/ | joey | |
2007-04-08 | web commit by http://dalefarnsworth.myopenid.com/: fix typo | joey | |
2007-04-08 | Consistency. | joshtriplett | |
2007-04-07 | web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to ↵ | joey | |
avoid using _ as italics. | |||
2007-04-06 | broken link | joey | |
2007-04-05 | web commit by JoshTriplett: Long-term, ikiwiki needs some general permission ↵ | joey | |
mechanisms that encompass this sort of issue. | |||
2007-04-03 | web commit by AdamShand: allowing rawhtml plugin only on locked pages. | joey | |
2007-04-01 | typo | joey | |
2007-04-01 | * Finally apply the index.html patch, with thanks to everyone who worked | joey | |
on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default. | |||
2007-03-31 | * Add a templates page to the basewiki. It will automatically list all | joey | |
available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables. | |||
2007-03-26 | Note that enabling or disabling the htmlscrubber plugin also affects some other | joshtriplett | |
HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags. | |||
2007-03-24 | * Finally fixed the longstanding inline removal bug. | joey | |
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin. | |||
2007-03-24 | web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44. | joey | |