jwalzer
3db818ca8e
2008-10-30 05:34:13 -04:00
jwalzer
8f699676c7
2008-10-30 05:31:49 -04:00
jwalzer
2ac94ecdc4
2008-10-30 05:30:35 -04:00
Jason Blevins
100c68003b
Forum question
2008-10-29 23:25:34 -04:00
Jason Blevins
621c3209b0
Suggest user stylesheets
2008-10-29 23:23:00 -04:00
http://www.cse.unsw.edu.au/~willu/
1be6b0a627
Note on fix
2008-10-29 20:02:02 -04:00
Joey Hess
cb8fb03fc4
oops
2008-10-29 18:06:35 -04:00
Joey Hess
3b8740ebee
response
2008-10-29 18:06:00 -04:00
Joey Hess
3d72fd8f26
wording
2008-10-29 18:05:56 -04:00
https://yag.myopenid.com//
2e421c7610
Just remembered that '#' already has a meaning in WikiLinks.
2008-10-29 15:39:26 -04:00
https://yag.myopenid.com//
95a1d0f436
Clarified my question about selectively disabling backlinks.
2008-10-29 15:30:53 -04:00
https://yag.myopenid.com//
a9934caa26
Added syntax suggestions for accessing meta information in Ikiwiki links.
2008-10-29 15:24:59 -04:00
https://yag.myopenid.com//
06e57cd569
I'm not sure whether I understand this "raw_enabled" setting in the context of rst.
2008-10-29 15:18:19 -04:00
https://yag.myopenid.com//
3c48758576
Fixed broken link.
2008-10-29 15:09:56 -04:00
Joey Hess
26e1fe2021
Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`
...
The syslog value from the setup file is purposfully ignored when doing
ikiwiki -setup, so that it will output to stdout (while generating wrappers
that do use the syslog). But that caused -dumpsetup to not preserve
the syslog value from the setup file.
2008-10-29 14:28:55 -04:00
Joey Hess
33a0e84ddb
fix preview of shortcuts
...
Move shortcut processing back to checkconfig, and avoid it failing if the
srcdir is not defined.
2008-10-29 14:20:31 -04:00
Joey Hess
7237fc7f2e
allow_symlinks_before_srcdir is a boolean
2008-10-29 14:11:09 -04:00
Joey Hess
5b7677faba
fix display of error msg
2008-10-29 13:38:26 -04:00
Joey Hess
3182cc6710
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-29 13:37:45 -04:00
Jason Blevins
f4f099e88e
Bug report re shortcuts during preview
2008-10-28 21:43:44 -04:00
neale
41926f3d99
better entry points
2008-10-28 18:13:13 -04:00
neale
900d1c5600
2008-10-28 18:11:37 -04:00
neale
1e9f4532a3
oops, attribution
2008-10-28 18:07:48 -04:00
neale
42f313574f
How I accomplished this and where I'd like to take it
2008-10-28 18:06:34 -04:00
Jason Blevins
9eb0f930ba
Fortran Wiki
2008-10-28 17:59:13 -04:00
Joey Hess
309974dfa1
update
2008-10-28 14:43:29 -04:00
http://www.cse.unsw.edu.au/~willu/
791eba8c3f
Note unimplemented features
2008-10-27 22:33:20 -04:00
http://www.cse.unsw.edu.au/~willu/
ea28b3a057
Notes about untrusted push in monotone
2008-10-27 22:31:34 -04:00
Jason Blevins
79b5509ed8
Redirect username (for git commits) to user page
2008-10-27 20:45:33 -04:00
Jason Blevins
a6412a374e
Response re sha1_commit
2008-10-27 20:20:50 -04:00
http://www.cse.unsw.edu.au/~willu/
cbd6e82910
Notes and more linkage
2008-10-27 18:50:31 -04:00
http://www.cse.unsw.edu.au/~willu/
2ff8ffcc56
Note sourcecode plugin doesn't pollute drop-down menu
2008-10-27 18:45:22 -04:00
http://www.cse.unsw.edu.au/~willu/
d2db534f1f
Note change in src-highlight plugin
2008-10-27 18:40:49 -04:00
http://www.cse.unsw.edu.au/~willu/
cf6843f1ba
Updated patch
2008-10-27 18:38:20 -04:00
Joey Hess
9fb259af50
responses
2008-10-27 14:47:42 -04:00
Joey Hess
8530e827b0
git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
2008-10-27 14:45:54 -04:00
Jason Blevins
5e9f24bebc
Thoughts
2008-10-27 01:03:37 -04:00
Jason Blevins
065cae4670
Fix escaping
2008-10-27 00:45:54 -04:00
Jason Blevins
3439e37973
Patch for substitution of sha1 in diffurl
2008-10-27 00:44:34 -04:00
bremner
f0fc8d158d
2008-10-26 20:18:36 -04:00
Joey Hess
1e561f8b5f
another thought
2008-10-26 20:13:14 -04:00
Joey Hess
a4ddf1e504
further thoughts
2008-10-26 19:58:40 -04:00
Joey Hess
65bf71d387
organizing and pulling together syntax highlighting info
2008-10-26 19:43:57 -04:00
Joey Hess
e8652cb0a5
editdiff already exists
2008-10-26 19:03:12 -04:00
Joey Hess
d3d3999410
do no-op post_commit test in wrapper
...
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 15:13:04 -04:00
Joey Hess
7ddea03684
move untrusted committer test into the wrapper
...
This saves around 1/4th second per trusted commit since ikiwiki
doesn't need to start up.
2008-10-26 14:03:18 -04:00
https://brian.may.myopenid.com//
b7c9682b32
fix typo.
2008-10-25 22:53:55 -04:00
https://brian.may.myopenid.com//
ecd60221ff
add my name
2008-10-25 22:52:09 -04:00
https://brian.may.myopenid.com//
b522c708f0
Replace weirdness section with link to Debian bug report.
2008-10-25 22:51:05 -04:00
https://brian.may.myopenid.com//
c231adc738
minor change
2008-10-25 22:33:31 -04:00