Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | Forum question | Jason Blevins | |
2008-10-29 | Suggest user stylesheets | Jason Blevins | |
2008-10-29 | Note on fix | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-29 | oops | Joey Hess | |
2008-10-29 | response | Joey Hess | |
2008-10-29 | wording | Joey Hess | |
2008-10-29 | Just remembered that '#' already has a meaning in WikiLinks. | https://yag.myopenid.com// | |
2008-10-29 | Clarified my question about selectively disabling backlinks. | https://yag.myopenid.com// | |
2008-10-29 | Added syntax suggestions for accessing meta information in Ikiwiki links. | https://yag.myopenid.com// | |
2008-10-29 | I'm not sure whether I understand this "raw_enabled" setting in the context ↵ | https://yag.myopenid.com// | |
of rst. | |||
2008-10-29 | Fixed broken link. | https://yag.myopenid.com// | |
2008-10-29 | Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar` | Joey Hess | |
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 | fix preview of shortcuts | Joey Hess | |
Move shortcut processing back to checkconfig, and avoid it failing if the srcdir is not defined. | |||
2008-10-29 | allow_symlinks_before_srcdir is a boolean | Joey Hess | |
2008-10-29 | fix display of error msg | Joey Hess | |
2008-10-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-28 | Bug report re shortcuts during preview | Jason Blevins | |
2008-10-28 | better entry points | neale | |
2008-10-28 | (no commit message) | neale | |
2008-10-28 | oops, attribution | neale | |
2008-10-28 | How I accomplished this and where I'd like to take it | neale | |
2008-10-28 | Fortran Wiki | Jason Blevins | |
2008-10-28 | update | Joey Hess | |
2008-10-27 | Note unimplemented features | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Notes about untrusted push in monotone | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Redirect username (for git commits) to user page | Jason Blevins | |
2008-10-27 | Response re sha1_commit | Jason Blevins | |
2008-10-27 | Notes and more linkage | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Note sourcecode plugin doesn't pollute drop-down menu | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Note change in src-highlight plugin | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Updated patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | responses | Joey Hess | |
2008-10-27 | git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit. | Joey Hess | |
2008-10-27 | Thoughts | Jason Blevins | |
2008-10-27 | Fix escaping | Jason Blevins | |
2008-10-27 | Patch for substitution of sha1 in diffurl | Jason Blevins | |
2008-10-26 | (no commit message) | bremner | |
2008-10-26 | another thought | Joey Hess | |
2008-10-26 | further thoughts | Joey Hess | |
2008-10-26 | organizing and pulling together syntax highlighting info | Joey Hess | |
2008-10-26 | editdiff already exists | Joey Hess | |
2008-10-26 | do no-op post_commit test in wrapper | Joey Hess | |
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 | move untrusted committer test into the wrapper | Joey Hess | |
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up. | |||
2008-10-25 | fix typo. | https://brian.may.myopenid.com// | |
2008-10-25 | add my name | https://brian.may.myopenid.com// | |
2008-10-25 | Replace weirdness section with link to Debian bug report. | https://brian.may.myopenid.com// | |
2008-10-25 | minor change | https://brian.may.myopenid.com// | |
2008-10-25 | add link to Debian bug report. | https://brian.may.myopenid.com// | |
2008-10-25 | improve formatting | https://brian.may.myopenid.com// | |
2008-10-25 | solution? | https://brian.may.myopenid.com// | |