aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/googlemaps.mdwn
Commit message (Expand)AuthorAge
* fix plugins/osm wikilinkhttp://hands.com/~phil/2012-03-18
* (no commit message)https://id.koumbit.net/anarcat2012-02-16
* Migrate doc/plugins via prefix_directives•••This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives Simon McVittie2008-07-21
* move question to discussion page, where it belongsJoey Hess2008-04-27
* web commit by http://vibrog.myopenid.com/Joey Hess2008-04-27
* * Allow plugins to add new types of tests that can be used in PageSpecs.•••* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki. joey2007-02-12
* instead of over and over. Typical speedup is ~4x. Max possible speedup:••• 8x. * Add "scan" parameter to hook(), which is used to make the hook be called during the scanning pass, as well as the render pass. The meta and tag plugins need to use the new scan parameter, so will any others that modify %links. * Now that links are calculated in a separate pass, it can also precalculate backlinks in one pass, which is O(N^2) instead of the previous code that was O(N^3). A very nice speedup for wikis with lots (thousands) of pages. joey2006-10-28
* titlesjoey2006-10-15
* * Add no_override parameter to hook().•••* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that can be configured using a page in wiki. joey2006-10-15
* tagjoey2006-10-02
* add meta infojoey2006-10-02
* web commit by ChristianMockjoey2006-10-01