summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-29responseJoey Hess
2008-10-29wordingJoey Hess
2008-10-29Just remembered that '#' already has a meaning in WikiLinks.https://yag.myopenid.com//
2008-10-29Clarified my question about selectively disabling backlinks.https://yag.myopenid.com//
2008-10-29Added syntax suggestions for accessing meta information in Ikiwiki links.https://yag.myopenid.com//
2008-10-29I'm not sure whether I understand this "raw_enabled" setting in the context ↵https://yag.myopenid.com//
of rst.
2008-10-29Fixed broken link.https://yag.myopenid.com//
2008-10-29Preserve 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-29fix preview of shortcutsJoey Hess
Move shortcut processing back to checkconfig, and avoid it failing if the srcdir is not defined.
2008-10-29allow_symlinks_before_srcdir is a booleanJoey Hess
2008-10-29fix display of error msgJoey Hess
2008-10-29Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-28Bug report re shortcuts during previewJason Blevins
2008-10-28better entry pointsneale
2008-10-28(no commit message)neale
2008-10-28oops, attributionneale
2008-10-28How I accomplished this and where I'd like to take itneale
2008-10-28Fortran WikiJason Blevins
2008-10-28updateJoey Hess
2008-10-27Note unimplemented featureshttp://www.cse.unsw.edu.au/~willu/
2008-10-27Notes about untrusted push in monotonehttp://www.cse.unsw.edu.au/~willu/
2008-10-27Redirect username (for git commits) to user pageJason Blevins
2008-10-27Response re sha1_commitJason Blevins
2008-10-27Notes and more linkagehttp://www.cse.unsw.edu.au/~willu/
2008-10-27Note sourcecode plugin doesn't pollute drop-down menuhttp://www.cse.unsw.edu.au/~willu/
2008-10-27Note change in src-highlight pluginhttp://www.cse.unsw.edu.au/~willu/
2008-10-27Updated patchhttp://www.cse.unsw.edu.au/~willu/
2008-10-27responsesJoey Hess
2008-10-27git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.Joey Hess
2008-10-27ThoughtsJason Blevins
2008-10-27Fix escapingJason Blevins
2008-10-27Patch for substitution of sha1 in diffurlJason Blevins
2008-10-26(no commit message)bremner
2008-10-26another thoughtJoey Hess
2008-10-26further thoughtsJoey Hess
2008-10-26organizing and pulling together syntax highlighting infoJoey Hess
2008-10-26editdiff already existsJoey Hess
2008-10-26do no-op post_commit test in wrapperJoey 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-26move untrusted committer test into the wrapperJoey Hess
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up.
2008-10-25fix typo.https://brian.may.myopenid.com//
2008-10-25add my namehttps://brian.may.myopenid.com//
2008-10-25Replace weirdness section with link to Debian bug report.https://brian.may.myopenid.com//
2008-10-25minor changehttps://brian.may.myopenid.com//
2008-10-25add link to Debian bug report.https://brian.may.myopenid.com//
2008-10-25improve formattinghttps://brian.may.myopenid.com//
2008-10-25solution?https://brian.may.myopenid.com//
2008-10-25attach patch for http/https proxy supporthttps://brian.may.myopenid.com//
2008-10-25(no commit message)http://xma.myopenid.com/
2008-10-24responseJason Blevins
2008-10-24other DVCS may be able to support anon pushJoey Hess