Joey Hess
83888b75f1
save the full path to the setup file
2008-08-05 20:11:23 -04:00
Joey Hess
46b3f54ab6
typo
2008-08-05 19:58:33 -04:00
Joey Hess
241c08844d
avoid forcing verbose off
...
Setting to undef rather than 0 means that setup files generated from
the cgi wrapper will not have verbose set to 0, but instead commented out.
2008-08-05 19:40:08 -04:00
Joey Hess
182edf291b
typo
2008-08-05 19:39:50 -04:00
Joey Hess
4b4bce5006
Revert "typo"
...
This reverts commit c8d3626c51
.
2008-08-05 19:39:30 -04:00
Joey Hess
4b994ffed1
avoid forcing syslog setting
...
This avoids forcing the setting to 0 if it was not set at all.
2008-08-05 19:36:53 -04:00
Joey Hess
c8d3626c51
typo
2008-08-05 19:30:09 -04:00
Joey Hess
4f22989be1
don't set values for verbose and syslog by default
...
Setting the values in the setup file by default makes it annoyingly hard to
override them at the command line (since setup files override the command
line).
Both default to off if no value is set.
2008-08-05 19:16:24 -04:00
bashman
932557732f
2008-08-05 18:28:10 -04:00
bashman
fecaf589f3
2008-08-05 18:27:18 -04:00
bashman
3b3278857c
2008-08-05 18:22:07 -04:00
bashman
cad40ebcf4
2008-08-05 18:21:15 -04:00
bashman
c2eac6ba0d
2008-08-05 18:18:39 -04:00
bashman
7892188d79
2008-08-05 18:17:22 -04:00
bashman
d9a27c8e4b
2008-08-05 18:16:10 -04:00
bashman
64a5714f55
2008-08-05 18:10:44 -04:00
Joey Hess
29ab73258f
Clarify some wording in the setup documentation that could maybe lead users to putting paths with "~/" in the setup file, which doesn't work. Closes : #493835
2008-08-05 16:57:49 -04:00
http://www.cse.unsw.edu.au/~willu/
f318c9d24a
Suggest fixes
2008-08-05 16:55:23 -04:00
bashman
7397714771
2008-08-05 11:06:37 -04:00
http://www.cse.unsw.edu.au/~willu/
78cf903610
Add note on work-around
2008-08-05 07:06:16 -04:00
http://www.cse.unsw.edu.au/~willu/
ea7bcf6472
Clarify when 'above' and 'below' mean higher and lower on the page, and when they mean printing over the top of other items
2008-08-05 06:54:08 -04:00
http://www.cse.unsw.edu.au/~willu/
921b28dde3
More information making sidebar and recentchanges work together
2008-08-05 06:46:09 -04:00
http://www.cse.unsw.edu.au/~willu/
4f58ad1c10
Add screenshots
2008-08-05 00:49:22 -04:00
http://schmonz.livejournal.com/
e1204075ee
creole hyperlink trouble
2008-08-04 22:17:50 -04:00
http://hendry.iki.fi/
e6d8d76d71
2008-08-04 17:58:12 -04:00
http://hendry.iki.fi/
9115e33176
clear up
2008-08-04 17:52:19 -04:00
Joey Hess
d1cb73cb55
set background color of floating divs
...
If a floating div is next to (and in front of) a div that takes up the
whole screen width, and has a background color set, that color can bleed
through into the floating div. One exampe of this is inline's blogpost
form. Avoid it by setting the background color of the floating element.
2008-08-04 15:08:27 -04:00
Joey Hess
6e2f9e97f3
Add simple patch to silence a warning when using monotone
2008-08-04 15:00:47 -04:00
Joey Hess
6f2d1536b8
improve fix to DTRT for a param of "0"
2008-08-04 14:58:21 -04:00
Joey Hess
86674c9584
done
2008-08-04 14:56:47 -04:00
Simon McVittie
4c2f46e3fa
Suppress warning about uninitialized value if directives look like [[!foo]]
...
(cherry picked from commit cf58eefaa56eb17c227d97d129bf95e3dab54fd3)
2008-08-04 14:56:23 -04:00
Joey Hess
e48f8ff8a9
hm
2008-08-04 14:53:11 -04:00
bremner
5c2cd6e6c2
note that MIME sanity code seems to exist in attachment.pm
2008-08-04 08:28:39 -04:00
bremner
2ed647f6ff
clarify "deals with MIME"
2008-08-04 08:13:45 -04:00
JonasSmedegaard
598240826f
Use localikiwikicreatesite for simple bootstrapping of demo.
2008-08-03 22:29:29 -04:00
Joey Hess
cdb8e968a1
add websetup to auto setup
2008-08-03 22:17:45 -04:00
Joey Hess
0c3291d4f3
plugin enable/disable working and bugfixes
2008-08-03 22:16:38 -04:00
Joey Hess
a4ce6550eb
loosen qw regexp
2008-08-03 22:16:38 -04:00
JonasSmedegaard
0bdba1e81c
Full po4a support!
2008-08-03 21:25:21 -04:00
Joey Hess
6d15912e8f
work around strange problem with banned_users
...
Its value was being ignored. Some kind of formbuilder bug?
Anyway, prefixing all keys with a section seems like a good idea
generally, in case there's ever overlap.
2008-08-03 21:06:13 -04:00
Joey Hess
4b79a43db6
checkboxes back
2008-08-03 20:51:46 -04:00
bremner
aee8438771
2008-08-03 20:31:31 -04:00
Joey Hess
2a712c8817
use radio, not checkbox, for booleans
...
Had to do this due to one of CGI::FormBuilder's more annoying quirks -- it
loses the value of a checkbox field with only one option, always treating
it as checked.
2008-08-03 20:20:25 -04:00
Joey Hess
3905645342
add plugin safe/rebuild info (part 3 of 3)
2008-08-03 19:36:11 -04:00
Joey Hess
210b9ba2f3
test skeleton.pm.example
2008-08-03 19:36:10 -04:00
http://jeremie.koenig.myopenid.com/
06829be296
solution with an inline directive
2008-08-03 19:25:21 -04:00
Joey Hess
219afc3f9c
support rebuild tristate
...
also some fixes to change minimisation logic
2008-08-03 18:23:17 -04:00
Joey Hess
018321f2c8
fix misc breakage from plugin safe/rebuild data addition
2008-08-03 18:17:13 -04:00
Joey Hess
3baa1742f3
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-08-03 17:50:22 -04:00
Joey Hess
1bf35bd2e7
remove bogus symlink
2008-08-03 17:49:43 -04:00