aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* New plugin for reviewhttp://smcv.pseudorandom.co.uk/2009-07-18
|
* Compare with [[todo/allow_site-wide_meta_definitions]]http://smcv.pseudorandom.co.uk/2009-07-18
|
* minor: fixed a wikilink.http://lj.rossia.org/users/imz/2009-07-09
|
* rst support for WikiLinks via native syntax (syntax tweak)http://kaizer.se/2009-07-04
|
* rst support for WikiLinks via native syntaxhttp://kaizer.se/2009-07-04
|
* link to mirror of mediawiki.pmJon Dowland2009-06-23
|
* (no commit message)simonraven2009-06-22
|
* Home site is MIA. Where is it?http://mjr.towers.org.uk/2009-06-22
|
* (no commit message)http://smcv.pseudorandom.co.uk/2009-06-16
|
* responseJoey Hess2009-06-14
|
* feature request/discussion for highlight options.bremner2009-06-09
|
* move anchor page out of ikiwiki subdirJoey Hess2009-06-05
| | | | | | Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis.
* Fixed a wikilink target.http://lj.rossia.org/users/imz/2009-06-05
|
* A suggestion to simply extract/merge this functionality from/with another ↵http://lj.rossia.org/users/imz/2009-06-05
| | | | plugin.
* Added a keyword to the description, so that this plugin can be found by ↵http://lj.rossia.org/users/imz/2009-06-05
| | | | searching.
* Test the more plugin.http://lj.rossia.org/users/imz/2009-06-05
|
* Fixed a wikilink.http://lj.rossia.org/users/imz/2009-06-05
|
* Reporting minor problems with cvonnecting to the remote repo.http://lj.rossia.org/users/imz/2009-06-04
|
* fix link, remove redirection pageJoey Hess2009-06-03
| | | | | There was only one broken links. See plugins/brokenlinks for a list.
* update openid docs regarding openid 2, since smcv noticedJoey Hess2009-06-03
| | | | | | | | a newer perl module supports it. Although, based on its bug reports at <http://rt.cpan.org/Public/Dist/Display.html?Name=Net-OpenID-Consumer>, there may be some problems (myspace is known not to work, for example).
* Adding a plain link along with a redirect in order to track backlinks at the ↵http://lj.rossia.org/users/imz/2009-06-03
| | | | bottom of the target page correctly.
* Fixing a broken link: since it's not obvious how many broken links point to ↵http://lj.rossia.org/users/imz/2009-06-03
| | | | this location, I'm creating a redirect rather than just fixing one broken link.
* po: fixed one of the last Joey's concernsintrigeri2009-06-03
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* comment: Make comment directives no longer use the internal "_comment" form, ↵Joey Hess2009-06-02
| | | | | | | | | and document the comment directive syntax. Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat.
* Mention need for localized templates, and separation of system and page locales.http://dr.jones.dk/2009-05-28
|
* Move po4a patch note up close to "translated basewiki", and expand with note ↵http://dr.jones.dk/2009-05-28
| | | | on danish translation.
* Mention bug#530574: improved po4a Markdown supporthttp://dr.jones.dk/2009-05-25
|
* allow format to use any language supported by highlightJoey Hess2009-05-23
| | | | | | | | | | | format: Provide a htmlizefallback hook that other plugins can use to handle formats that are not suitable for general-purpose htmlize hooks. highlight: Use the hook to allow formatting of any language/extension, without it needing to be enabled for standalone source files. highlight: If the highlight perl binding is not available, fallback safely to a passthrough mode.
* remove commas in tohighlight listJoey Hess2009-05-23
|
* formattingJoey Hess2009-05-22
|
* highlight: New plugin supporting syntax highlighting of pretty much anything.Joey Hess2009-05-22
| | | | | | * debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869)
* update postal plugin page to reflect the fact I implement Joey's suggestion ↵bremner2009-05-21
| | | | about checking new posts in to VCS
* rewordJoey Hess2009-05-21
|
* add contrib plugin page for postal pluginJoey Hess2009-05-21
|
* add contrib plugin page for the mailbox pluginJoey Hess2009-05-21
|
* po responses, 1 month lateJoey Hess2009-05-19
|
* minor: wikilinks for better navigation.http://lj.rossia.org/users/imz/2009-05-17
|
* document longname parameterJon Dowland2009-05-16
|
* minor: added an anchor (for referring).http://lj.rossia.org/users/imz/2009-05-15
|
* Added a link to a FAQ on this issue.http://lj.rossia.org/users/imz/2009-05-15
|
* bug: OpenID 2.0http://lj.rossia.org/users/imz/2009-05-15
|
* question or bug regarding toggle and list itemPaulePanter2009-05-12
|
* Usage information.tschwinge2009-05-08
|
* Avoid %links accumulating duplicates. (For TOVA)Joey Hess2009-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is sorta an optimisation, and sorta a bug fix. In one test case I have available, it can speed a page build up from 3 minutes to 3 seconds. The root of the problem is that $links{$page} contains arrays of links, rather than hashes of links. And when a link is found, it is just pushed onto the array, without checking for dups. Now, the array is emptied before scanning a page, so there should not be a lot of opportunity for lots of duplicate links to pile up in it. But, in some cases, they can, and if there are hundreds of duplicate links in the array, then scanning it for matching links, as match_link and some other code does, becomes much more expensive than it needs to be. Perhaps the real right fix would be to change the data structure to a hash. But, the list of links is never accessed like that, you always want to iterate through it. I also looked at deduping the list in saveindex, but that does a lot of unnecessary work, and doesn't completly solve the problem. So, finally, I decided to add an add_link function that handles deduping, and make ikiwiki-transition remove the old dup links.
* passwordauth/discussion: CosmeticsJérémy Bobbio2009-04-30
|
* passwordauth/discussion: Document an attempt of using Apache::AuthenHook for ↵Jérémy Bobbio2009-04-30
| | | | a restricted wiki
* (no commit message)http://stefano.zacchiroli.myopenid.com/2009-04-26
|
* pagespec_match_list added and used in most appropriate placesJoey Hess2009-04-23
| | | | | | | | * pagespec_match_list: New API function, matches pages in a list and throws an error if the pagespec is bad. * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount, pagestate, postsparkline: Display a handy error message if the pagespec is erronious.
* pagespec error/failure distinction and error display by inlineJoey Hess2009-04-23
| | | | | | | | | | | | | * Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons.
* clarifyJoey Hess2009-04-22
|