joey
18d1066e4c
improve urlto docs
2007-07-17 20:09:16 +00:00
joey
3bd439fa03
* In img tag, allow link=no to disable link to full size image. Thanks,
...
Nis Martensen. Closes : #433188
2007-07-15 19:00:07 +00:00
joey
4bb38d54bf
web commit by http://davrieb.livejournal.com/
2007-07-12 10:41:35 +00:00
joey
5cb8effb5a
web commit by nis.martensen: Mention meaning of first header (from the source) and give a hint on the list style
2007-07-12 08:22:28 +00:00
joey
03dc63588c
on second thought, simple alphanumeric styles are not actually useful (class is already supported), and anything more complex is too hard to do, so revert
2007-07-11 17:57:02 +00:00
joey
a8fa52080d
* Allow simple alphanumeric style attribute values in the htmlscrubber. This
...
should be safe from javascript attacks.
2007-07-11 16:50:59 +00:00
joey
1fe10b6114
web commit by TaylorKillian
2007-07-07 04:11:18 +00:00
joey
594bdc9b89
web commit by http://victormoral.myopenid.com/ : errata
2007-07-06 08:29:07 +00:00
joey
8403fd97f0
web commit by http://victormoral.myopenid.com/ : new design and new version
2007-07-06 08:26:39 +00:00
joey
21bb9de496
fix header
2007-06-15 17:30:20 +00:00
joey
2e97920c50
web commit by http://victormoral.myopenid.com/ : bad news about the plugin. i discourage his use
2007-06-15 09:58:55 +00:00
joey
a85d5229d4
web commit by http://victormoral.myopenid.com/ : version 0.6
2007-06-13 09:08:21 +00:00
joey
a089e59eab
web commit by http://victormoral.myopenid.com/ : initial announcement
2007-06-12 09:13:11 +00:00
joey
435e06bce1
* Add typographyattributes configuration setting to typography plugin.
2007-06-05 19:04:15 +00:00
joey
df11bdc065
web commit by http://ptecza.myopenid.com/ : * Thanks!
2007-05-30 21:11:30 +00:00
joey
866cdd7c4a
response
2007-05-30 19:03:22 +00:00
joey
8a6a067333
web commit by http://ptecza.myopenid.com/ : * Question about nested plugins
2007-05-30 18:52:42 +00:00
joey
330bbd03df
* Apply a patch from Carl Worth allowing a class attribute to be passed
...
through the img plugin. Also allow the id attribute to be passed through.
2007-05-28 19:07:38 +00:00
joey
4b55fcf377
escape some code
2007-05-28 18:22:20 +00:00
joey
84731fa04e
move inline parameter docs to blog page so they're available in the
...
basewiki
2007-05-20 00:14:58 +00:00
joey
a15aea14b3
move examples of how to use shortcuts into the shortcuts page so it's
...
available in basewiki
2007-05-19 23:45:43 +00:00
joey
11334173be
move template documentation into the basewiki, in the templates page
2007-05-19 23:29:13 +00:00
joey
59b43d8c3f
web commit by KarlMW
2007-05-18 05:33:35 +00:00
joey
17df7af561
web commit by KarlMW: wanting a map using page titles
2007-05-18 05:31:16 +00:00
joey
cf35ee04cd
* Add a destpage parameter to the filter hook.
...
* 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 19:55:11 +00:00
joey
739325834b
* Fix some bugs in password handling:
...
- 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 08:06:05 +00:00
joey
7717342db7
web commit by KarlMW
2007-05-17 07:17:12 +00:00
joey
42967a5046
use a tag cloud for plugin types
2007-05-12 19:28:49 +00:00
joey
72c53650ad
* Add the needsbuild hook. Plugins can use this to manipulate which files
...
ikiwiki builds when refreshing the wiki.
2007-05-09 00:48:09 +00:00
joey
127bceef5b
* Add all=no option to conditional, can be used to form conditionals that do
...
not need to examine every page in the wiki.
* Use this to simplify the goodstuff detection in the plugin template.
2007-05-09 00:31:49 +00:00
joey
0041e93808
web commit by JoshTriplett: Add another example, and add a description to each test.
2007-05-08 20:55:43 +00:00
joey
2c0d0109d8
correct documentation about scan hook (which has never existed)
2007-05-06 17:10:34 +00:00
joey
f57d106ab4
fix created_after limits
2007-05-02 08:04:49 +00:00
joey
dce4e6206c
web commit by JoshTriplett: Fix typo.
2007-05-01 21:59:00 +00:00
joey
1e62e4f87f
* Enable openid logins by default.
...
* Enable usedirs by default.
2007-04-29 22:54:14 +00:00
joey
ed54f94ee7
minor improvements
2007-04-27 17:01:52 +00:00
joey
8fa8bd0adb
the kind of perl code that can only be written at 4:30 am
...
(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 08:34:09 +00:00
joey
f8a7fb227b
* Make pagespec_match on failure return a value that is false, but in a
...
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 07:55:40 +00:00
joey
ee1ad53c4c
* pagespec_match() has changed to take named parameters, to better allow
...
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-27 02:55:52 +00:00
joey
da81fcd8ee
web commit by JoshTriplett: Remove <ikiroot> placeholder, and make absolute image reference actually absolute.
2007-04-15 07:24:55 +00:00
joey
f908415bdf
use feedpages to limit all feeds to new items, in preparation for switching
...
ikiwiki.info to usedirs
2007-04-14 21:09:19 +00:00
joey
e855e30d01
* Add feedshow parameter to inline, which can be useful for eg, removing
...
old posts from feeds when permalinks change.
2007-04-14 20:58:02 +00:00
joey
f6bd8500b9
web commit by JoshTriplett: Link URL more simply.
2007-04-13 17:52:02 +00:00
joey
87ae4cfb25
web commit by TobiOetiker
2007-04-12 22:01:04 +00:00
joey
e605ee9df2
web commit by TobiOetiker: added link to insights page
2007-04-12 21:58:14 +00:00
joey
f170a45108
web commit by http://adam.shand.net/
2007-04-12 11:14:20 +00:00
joey
00f459576e
web commit by http://adam.shand.net/
2007-04-12 10:18:59 +00:00
joshtriplett
a104ea5afc
Revert my commit; plugins and plugins/contrib both post to the same place.
2007-04-12 06:52:13 +00:00
joey
31d537ed29
web commit by JoshTriplett: Differentiate the postformtext of plugins/contrib from plugins.
2007-04-12 06:35:52 +00:00
joey
01b058a285
* Add postformtext parameter to inline.
2007-04-12 04:13:55 +00:00