joey
a18e304e39
important robustness fix
2006-08-27 04:14:41 +00:00
joey
d0bbfeefbe
fnord
2006-08-27 04:04:59 +00:00
joey
a61d531edb
* Added a ddate plugin.
2006-08-27 03:55:45 +00:00
www-data
de57a15c80
web commit by JamesWestby: Correct name of Mail::Sendmail module
2006-08-27 00:32:30 +00:00
www-data
48b485bde0
web commit by JamesWestby
2006-08-27 00:16:15 +00:00
joey
f4e2e8e975
added info
2006-08-26 23:37:56 +00:00
joey
204c4cdfda
comment 2
2006-08-26 21:59:23 +00:00
joey
2bec3518c2
* Patch from James Westby to add a template for the search form.
...
* Cache search form for speedup.
2006-08-26 21:57:59 +00:00
joey
02a2de8ead
response
2006-08-26 21:41:49 +00:00
joey
7022bf3cb1
fix up use of PREFIX
2006-08-26 21:36:29 +00:00
joey
609f48c93c
switch to > n (currently 10) cycle loop protection since eg tumov's include
...
plugin preprocesses included pages using the name of the including page
2006-08-26 21:26:54 +00:00
www-data
92885b87ab
web commit by JamesWestby
2006-08-26 20:39:23 +00:00
joey
8ded30c748
response
2006-08-26 17:43:14 +00:00
joey
38ce4c3cef
* Patch from James Westby to allow a description to be set for rss feeds.
2006-08-26 17:36:46 +00:00
www-data
d214af5cfb
web commit by JamesWestby
2006-08-26 17:16:18 +00:00
www-data
ef157082ad
web commit by JamesWestby
2006-08-26 12:42:12 +00:00
www-data
6aa3f0ef76
web commit by JamesWestby
2006-08-26 09:52:19 +00:00
joey
249c3e097f
response
2006-08-26 03:48:39 +00:00
www-data
679e620f15
web commit by JamesWestby
2006-08-26 01:41:09 +00:00
joey
182c3b0db3
use a hash
2006-08-25 22:08:03 +00:00
joey
6fc3b624f2
* Generalised preprocesser loop protection code.
2006-08-25 19:06:37 +00:00
joey
f4d99ac1ca
* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
...
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
2006-08-25 02:12:43 +00:00
www-data
347a756e38
web commit by EdAvis
2006-08-24 22:48:49 +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
joey
ebf414d3d4
response
2006-08-24 20:28:08 +00:00
joey
0bddcaed14
remove date munging, seems to be unnecessary
2006-08-24 20:03:58 +00:00
www-data
81a7c9754e
web commit by EdAvis
2006-08-23 21:25:59 +00:00
joey
1a99ccdd84
update
2006-08-23 21:11:49 +00:00
joey
46c33b3832
remove unused option
2006-08-23 20:49:54 +00:00
joey
e6cebb47e1
changes to show= params
2006-08-23 20:46:56 +00:00
www-data
f362d082d5
web commit by EdAvis
2006-08-23 20:44:44 +00:00
joey
5778b6f180
improve
2006-08-23 20:44:26 +00:00
www-data
89fccafa57
web commit by EdAvis
2006-08-23 20:40:59 +00:00
joey
3c378ff6e7
update
2006-08-23 20:28:08 +00:00
joey
8f8959c96e
no longer need triple quotes
2006-08-23 20:27:18 +00:00
joey
d4ca3b3f50
* Change order of linkify and preprocess; first preprocess and then linkify.
...
This allows passing a wikilink inside a parameter to a preprocessor
directive without it being expanded to html, and leaking out of the
parameter, which had required some non-obvious use of triple-quoting
to avoid. Note that any preprocessor plugins that output something
that looks like a wikilink will now have it treated as such; AFAIK
this doesn't change any behavior though except for the template plugin.
* Enable preprocessor directives when previewing an edit.
2006-08-23 20:23:57 +00:00
joey
1f085aa76d
applied patch
2006-08-23 18:43:19 +00:00
joey
aa04f54ae9
* Patch from Jordà Polo to make Setup::Standard support hashes in config
...
files.
2006-08-23 18:41:32 +00:00
www-data
5085ae1360
web commit by JordaPolo: Reply to comments; fix my name.
2006-08-23 17:13:57 +00:00
joey
c9dbcd29e5
* Make pagespec merge code smarter about merging duplicate pagespecs.
2006-08-23 06:44:47 +00:00
joey
80af21bff2
less padding
2006-08-23 06:18:46 +00:00
joey
b395dbb446
some fixes for note layout
2006-08-23 06:17:12 +00:00
joey
7c66edacd8
update
2006-08-23 06:08:12 +00:00
joey
f27bf9e400
fixes
2006-08-23 05:57:07 +00:00
joey
24af25fc86
hmm
2006-08-23 05:51:23 +00:00
joey
7500d3e345
fix
2006-08-23 05:49:58 +00:00
joey
5b6ad98d88
fix
2006-08-23 05:49:18 +00:00
joey
9d7375c3b2
* Allow preprocessor directives to contain python-like triple-quoted
...
text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
2006-08-23 05:41:07 +00:00
joey
78b279c3d8
* Allow preprocessor directives to span multiple lines, both to make
...
long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
2006-08-23 03:25:40 +00:00
joey
63c79e7f5b
add a missing closing ] on example directive
2006-08-23 03:21:55 +00:00