joshtriplett
fafaa119cf
Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to re-evaluate after 2.0.
2007-04-30 04:08:06 +00:00
joshtriplett
40365e1aee
* Group passwordauth fields with a fieldset as well. Add a new
...
passwordauth page to the basewiki describing password
authentication; like openid, it uses conditional to check which
forms of authentication the wiki allows. Add conditional cross-
links between the openid and passwordauth pages, to help the user
understand how they can log in.
2007-04-30 02:26:50 +00:00
joey
d73eb7d9b2
* Add a templates page to the basewiki. It will automatically list all
...
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-31 06:55:12 +00:00
joey
b43e5c56ed
change to links
2007-03-02 01:28:24 +00:00
joey
c9d7926df4
* New domain name for ikiwiki: ikiwiki.info. Update your links.
2007-02-18 20:24:40 +00:00
joey
020892fd67
add as links
2007-02-13 23:12:16 +00:00
joey
88e8f08c8f
* Make the basewiki be full of symlinks to pages that should be the same
...
in the doc wiki. This will allow direct edits to alter the base wiki
without manual munging.
2007-02-13 23:10:45 +00:00
joey
505b494c33
merge to basewiki
2007-02-13 22:08:16 +00:00
joey
9a52dbe50b
oops
2007-02-12 02:45:55 +00:00
joey
479c7a1ea6
* 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.
2007-02-12 02:44:47 +00:00
joey
0020c0934f
merge to basewiki
2007-02-10 20:59:51 +00:00
joey
75b0e65bc5
merge to basewiki
2007-02-10 20:07:52 +00:00
joey
58141a0ebc
* Patch based on a patch from Ethan to support relative matching in
...
PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
2007-02-06 21:17:25 +00:00
joey
7d08057d97
merge change to basewiki
2007-01-22 20:33:32 +00:00
joey
b29dc543ca
merge change from doc to basewiki
2007-01-19 00:41:54 +00:00
joey
bceb3ec34a
merge change from doc to basewiki
2007-01-18 15:12:32 +00:00
joey
d8c3baf7a3
* Added smileys for Moin Moin compatability.
2007-01-18 14:46:51 +00:00
joey
788b7715b6
merge change from doc to basewiki while removing an introduced duplicate
...
smiley
2007-01-18 14:41:25 +00:00
joey
f62d23f008
* If a userdir is configured, links to pages in it can be made without
...
specifying the path. This allows for easy signing of comments by linking
to your page in the userdir.
2006-12-29 05:33:20 +00:00
joey
d8b959eb0d
merge change to basewiki
2006-12-28 20:10:41 +00:00
joey
a026108908
response and doc improvement
2006-12-23 06:41:29 +00:00
joey
2476447a5b
changed my mind about how to disambiguate links, it seems to make more
...
sense to start them with a /
2006-12-21 22:15:11 +00:00
joey
ff6941cef9
* Add support for links of the form [../foo]], this links to the page
...
foo a level higher in the directory hierarchy than the one it would link
to by default.
2006-12-21 20:11:18 +00:00
joey
033bc7cb5c
add videntity
2006-11-27 05:44:32 +00:00
joey
5800d2160c
add a poll plugin
2006-11-26 19:46:11 +00:00
joey
47bad30e62
merge back to basewiki and updates
2006-11-25 22:45:15 +00:00
joey
e2dee33690
add example of openid delegation
2006-11-21 18:00:36 +00:00
joey
649d946bfd
merge changes back to basewiki
2006-11-21 15:28:43 +00:00
joey
eac31eff5c
shortcut stuff
2006-11-20 11:31:23 +00:00
joey
af85816bbc
merge basewiki page change into basewiki
2006-11-20 07:02:57 +00:00
joey
9f60b7f6cd
explanation
2006-11-20 03:22:23 +00:00
joey
54cf5a62ca
* Make auth methods pluggable.
...
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
2006-11-20 01:52:18 +00:00
joey
369cf45ace
* Patch from James Westby to support podcasting, photoblogging, vidcasting,
...
or what have you, by creating enclosures for non-page items that are
included in feeds.
2006-11-01 06:45:59 +00:00
joey
4109ef94fd
* Add a default stylesheet entry for the pagecloud.
...
* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
2006-10-28 23:41:39 +00:00
joey
f6f87c14ab
updated again
2006-10-28 22:11:09 +00:00
joey
9890790fa5
* Now that links are calculated in a separate pass, it can also
...
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
2006-10-28 17:18:50 +00:00
joey
f4ad79d887
merge change to basewiki
2006-10-19 16:27:17 +00:00
joey
b973ed8269
* 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.
2006-10-15 19:33:52 +00:00
joey
be55f6fd7c
* Atom feed support based on a patch by Clint Adams.
...
* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
2006-10-08 23:57:37 +00:00
joey
3d30413049
update
2006-09-23 00:05:27 +00:00
joey
cf839e8e5d
yet another update of the svgz file and updates all images
2006-09-18 18:04:43 +00:00
joey
5002526395
logo file updated
2006-09-17 17:45:48 +00:00
joey
fa96eab120
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
...
a multi-resolution favicon.ico.
2006-09-16 15:12:01 +00:00
joey
3b42bd84ca
merge helponformatting fix to basewiki
2006-09-16 01:10:06 +00:00
joey
c1b3572d4d
* Add a stub local.css to avoid problems with 404's.
2006-09-15 17:09:08 +00:00
joey
281f8fd497
remove a link.. people might want to replace the blog page with their own
...
blog, and then having a backlink to pagespec is weird
2006-09-08 05:38:48 +00:00
joey
1aeb64e148
* Patch from James Westby to add an actions option to inline; this
...
adds Edit and Discussion links at the end of blog entries.
2006-08-28 19:43:07 +00:00
joey
0eec6409ae
improve
2006-08-27 23:05:23 +00:00
joey
3aefe67a1e
avoid floating boxes running up against the line at the bottom of the page
...
somewhat grody I think; relies on placement and type of tags display..
2006-08-27 05:24:58 +00:00
joey
56d0ceee2e
* Make all pages pull in a local.css style sheet, if present. This won't
...
be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
2006-08-24 20:45:09 +00:00