]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/log
git.ikiwiki.info.git
16 years agooops, attribution
neale [Tue, 28 Oct 2008 22:07:48 +0000 (18:07 -0400)]
oops, attribution

16 years agoHow I accomplished this and where I'd like to take it
neale [Tue, 28 Oct 2008 22:06:34 +0000 (18:06 -0400)]
How I accomplished this and where I'd like to take it

16 years agoFortran Wiki
Jason Blevins [Tue, 28 Oct 2008 21:59:13 +0000 (17:59 -0400)]
Fortran Wiki

16 years agoupdate
Joey Hess [Tue, 28 Oct 2008 18:43:29 +0000 (14:43 -0400)]
update

16 years agoNote unimplemented features
http://www.cse.unsw.edu.au/~willu/ [Tue, 28 Oct 2008 02:33:20 +0000 (22:33 -0400)]
Note unimplemented features

16 years agoNotes about untrusted push in monotone
http://www.cse.unsw.edu.au/~willu/ [Tue, 28 Oct 2008 02:31:34 +0000 (22:31 -0400)]
Notes about untrusted push in monotone

16 years agoRedirect username (for git commits) to user page
Jason Blevins [Tue, 28 Oct 2008 00:45:33 +0000 (20:45 -0400)]
Redirect username (for git commits) to user page

16 years agoResponse re sha1_commit
Jason Blevins [Tue, 28 Oct 2008 00:20:50 +0000 (20:20 -0400)]
Response re sha1_commit

16 years agoNotes and more linkage
http://www.cse.unsw.edu.au/~willu/ [Mon, 27 Oct 2008 22:50:31 +0000 (18:50 -0400)]
Notes and more linkage

16 years agoNote sourcecode plugin doesn't pollute drop-down menu
http://www.cse.unsw.edu.au/~willu/ [Mon, 27 Oct 2008 22:45:22 +0000 (18:45 -0400)]
Note sourcecode plugin doesn't pollute drop-down menu

16 years agoNote change in src-highlight plugin
http://www.cse.unsw.edu.au/~willu/ [Mon, 27 Oct 2008 22:40:49 +0000 (18:40 -0400)]
Note change in src-highlight plugin

16 years agoUpdated patch
http://www.cse.unsw.edu.au/~willu/ [Mon, 27 Oct 2008 22:38:20 +0000 (18:38 -0400)]
Updated patch

16 years agoresponses
Joey Hess [Mon, 27 Oct 2008 18:47:42 +0000 (14:47 -0400)]
responses

16 years agogit: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
Joey Hess [Mon, 27 Oct 2008 18:45:54 +0000 (14:45 -0400)]
git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.

16 years agoThoughts
Jason Blevins [Mon, 27 Oct 2008 05:03:37 +0000 (01:03 -0400)]
Thoughts

16 years agoFix escaping
Jason Blevins [Mon, 27 Oct 2008 04:45:54 +0000 (00:45 -0400)]
Fix escaping

16 years agoPatch for substitution of sha1 in diffurl
Jason Blevins [Mon, 27 Oct 2008 04:44:34 +0000 (00:44 -0400)]
Patch for substitution of sha1 in diffurl

16 years ago(no commit message)
bremner [Mon, 27 Oct 2008 00:18:36 +0000 (20:18 -0400)]

16 years agoanother thought
Joey Hess [Mon, 27 Oct 2008 00:13:14 +0000 (20:13 -0400)]
another thought

16 years agofurther thoughts
Joey Hess [Sun, 26 Oct 2008 23:58:40 +0000 (19:58 -0400)]
further thoughts

16 years agoorganizing and pulling together syntax highlighting info
Joey Hess [Sun, 26 Oct 2008 23:43:57 +0000 (19:43 -0400)]
organizing and pulling together syntax highlighting info

16 years agoeditdiff already exists
Joey Hess [Sun, 26 Oct 2008 23:03:12 +0000 (19:03 -0400)]
editdiff already exists

16 years agodo no-op post_commit test in wrapper
Joey Hess [Sun, 26 Oct 2008 19:13:04 +0000 (15:13 -0400)]
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.

16 years agomove untrusted committer test into the wrapper
Joey Hess [Sun, 26 Oct 2008 18:03:18 +0000 (14:03 -0400)]
move untrusted committer test into the wrapper

This saves around 1/4th second per trusted commit since ikiwiki
doesn't need to start up.

16 years agofix typo.
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:53:55 +0000 (22:53 -0400)]
fix typo.

16 years agoadd my name
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:52:09 +0000 (22:52 -0400)]
add my name

16 years agoReplace weirdness section with link to Debian bug report.
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:51:05 +0000 (22:51 -0400)]
Replace weirdness section with link to Debian bug report.

16 years agominor change
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:33:31 +0000 (22:33 -0400)]
minor change

16 years agoadd link to Debian bug report.
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:32:27 +0000 (22:32 -0400)]
add link to Debian bug report.

16 years agoimprove formatting
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:27:04 +0000 (22:27 -0400)]
improve formatting

16 years agosolution?
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 02:08:29 +0000 (22:08 -0400)]
solution?

16 years agoattach patch for http/https proxy support
https://brian.may.myopenid.com// [Sun, 26 Oct 2008 01:48:36 +0000 (21:48 -0400)]
attach patch for http/https proxy support

16 years ago(no commit message)
http://xma.myopenid.com/ [Sat, 25 Oct 2008 05:51:53 +0000 (01:51 -0400)]

16 years agoresponse
Jason Blevins [Fri, 24 Oct 2008 22:08:06 +0000 (18:08 -0400)]
response

16 years agoother DVCS may be able to support anon push
Joey Hess [Fri, 24 Oct 2008 21:52:38 +0000 (17:52 -0400)]
other DVCS may be able to support anon push

16 years agomention twitter feed
Joey Hess [Fri, 24 Oct 2008 21:50:14 +0000 (17:50 -0400)]
mention twitter feed

16 years agoidea
Joey Hess [Fri, 24 Oct 2008 21:47:55 +0000 (17:47 -0400)]
idea

16 years agoGit wizards required to make new anonymous push feature useful for me
intrigeri [Fri, 24 Oct 2008 21:41:08 +0000 (17:41 -0400)]
Git wizards required to make new anonymous push feature useful for me

16 years agoI was answered
intrigeri [Fri, 24 Oct 2008 21:16:52 +0000 (17:16 -0400)]
I was answered

16 years agoFix typo
Jason Blevins [Fri, 24 Oct 2008 21:11:11 +0000 (17:11 -0400)]
Fix typo

16 years agonote about spoofing
Joey Hess [Fri, 24 Oct 2008 20:31:51 +0000 (16:31 -0400)]
note about spoofing

16 years agoTest anon Git push
Jason Blevins [Fri, 24 Oct 2008 20:16:20 +0000 (16:16 -0400)]
Test anon Git push

16 years agolinks
Joey Hess [Fri, 24 Oct 2008 20:21:22 +0000 (16:21 -0400)]
links

16 years agowording
Joey Hess [Fri, 24 Oct 2008 20:10:25 +0000 (16:10 -0400)]
wording

16 years agoannounce anonymous git push support
Joey Hess [Fri, 24 Oct 2008 20:08:36 +0000 (16:08 -0400)]
announce anonymous git push support

16 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 24 Oct 2008 19:52:06 +0000 (15:52 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

16 years agomake sure web edits still work :-)
http://joey.kitenet.net/ [Fri, 24 Oct 2008 19:50:58 +0000 (15:50 -0400)]
make sure web edits still work :-)

16 years agoremember how to write C code
Joey Hess [Fri, 24 Oct 2008 19:49:55 +0000 (15:49 -0400)]
remember how to write C code

been a while!

16 years agothe pre-receive wrapper needs to be suid after all
Joey Hess [Fri, 24 Oct 2008 19:47:42 +0000 (15:47 -0400)]
the pre-receive wrapper needs to be suid after all

It needs to write to the user db.

16 years agonew tip on setting up anonymous push
Joey Hess [Fri, 24 Oct 2008 19:47:18 +0000 (15:47 -0400)]
new tip on setting up anonymous push

16 years agoexport CALLER_UID
Joey Hess [Fri, 24 Oct 2008 19:46:29 +0000 (15:46 -0400)]
export CALLER_UID

16 years agoanonymous git pushes are now enabled for this wiki
Joey Hess [Fri, 24 Oct 2008 19:45:58 +0000 (15:45 -0400)]
anonymous git pushes are now enabled for this wiki

16 years agotest 3
Joey Hess [Fri, 24 Oct 2008 19:41:50 +0000 (15:41 -0400)]
test 3

16 years agotest 2
Joey Hess [Fri, 24 Oct 2008 19:04:24 +0000 (15:04 -0400)]
test 2

16 years agoremove, fixed the problem
Joey Hess [Fri, 24 Oct 2008 19:03:22 +0000 (15:03 -0400)]
remove, fixed the problem

16 years agocan't lock wiki due to permissions (probably)
Joey Hess [Fri, 24 Oct 2008 19:02:54 +0000 (15:02 -0400)]
can't lock wiki due to permissions (probably)

luckily, don't really need to here

16 years agotest adding a file
Joey Hess [Fri, 24 Oct 2008 18:47:31 +0000 (14:47 -0400)]
test adding a file

I hope this commit is not accepted. If it is, I have a bug. :-)

16 years agotest
Joey Hess [Fri, 24 Oct 2008 18:30:47 +0000 (14:30 -0400)]
test

16 years agoinclude temp file for attachment change too
Joey Hess [Fri, 24 Oct 2008 17:44:03 +0000 (13:44 -0400)]
include temp file for attachment change too

16 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 24 Oct 2008 17:30:29 +0000 (13:30 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

16 years agoupdates
Joey Hess [Fri, 24 Oct 2008 17:29:41 +0000 (13:29 -0400)]
updates

16 years agoreally fix calls to check_can*
Joey Hess [Fri, 24 Oct 2008 17:29:30 +0000 (13:29 -0400)]
really fix calls to check_can*

16 years agothanks, closing wishlist
intrigeri [Fri, 24 Oct 2008 16:50:05 +0000 (12:50 -0400)]
thanks, closing wishlist

16 years agoTypo fix.
tschwinge [Fri, 24 Oct 2008 09:40:52 +0000 (05:40 -0400)]
Typo fix.

16 years agoupdate
Joey Hess [Thu, 23 Oct 2008 22:16:55 +0000 (18:16 -0400)]
update

16 years agountrusted committers code seems to be fully working
Joey Hess [Thu, 23 Oct 2008 22:05:57 +0000 (18:05 -0400)]
untrusted committers code seems to be fully working

Still need to investigate possible races, and test some more.

16 years agofix calls to check_*
Joey Hess [Thu, 23 Oct 2008 22:05:12 +0000 (18:05 -0400)]
fix calls to check_*

These throw errors, do not have useful return codes.

16 years agocheck_canattach hooked up
Joey Hess [Thu, 23 Oct 2008 20:56:40 +0000 (16:56 -0400)]
check_canattach hooked up

16 years agomore work on untrusted committers
Joey Hess [Thu, 23 Oct 2008 20:29:50 +0000 (16:29 -0400)]
more work on untrusted committers

Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.

16 years agoMerge branch 'master' into git-anon
Joey Hess [Thu, 23 Oct 2008 18:09:01 +0000 (14:09 -0400)]
Merge branch 'master' into git-anon

16 years agoOptimise the no-op post-commit hook in the web edit case by skipping loading plugins...
Joey Hess [Thu, 23 Oct 2008 18:08:45 +0000 (14:08 -0400)]
Optimise the no-op post-commit hook in the web edit case by skipping loading plugins. (Particularly a win when using external plugins.)

16 years agoMerge branch 'master' into git-anon
Joey Hess [Thu, 23 Oct 2008 17:45:42 +0000 (13:45 -0400)]
Merge branch 'master' into git-anon

16 years agoUpdated Danish translation from Jonas Smedegaard. Closes: #503117
Joey Hess [Wed, 22 Oct 2008 21:05:23 +0000 (17:05 -0400)]
Updated Danish translation from Jonas Smedegaard. Closes: #503117

16 years agoinitial support for git repos with untrusted committers
Joey Hess [Thu, 23 Oct 2008 00:52:34 +0000 (20:52 -0400)]
initial support for git repos with untrusted committers

Still need to wire up the calls to check_* , but it's cold out here and my
hands are going numb, so enough for now.

16 years agoUpdated Danish translation from Jonas Smedegaard. Closes: #503117
Joey Hess [Wed, 22 Oct 2008 21:05:23 +0000 (17:05 -0400)]
Updated Danish translation from Jonas Smedegaard. Closes: #503117

16 years agoLink to h1title plugin
http://jblevins.org/ [Wed, 22 Oct 2008 18:03:53 +0000 (14:03 -0400)]
Link to h1title plugin

16 years agoAdded links to a couple of experimental plugins
http://jblevins.org/ [Wed, 22 Oct 2008 17:57:45 +0000 (13:57 -0400)]
Added links to a couple of experimental plugins

16 years agoUpdated Spanish translation from the ever vigilant Victor Moral.
Joey Hess [Wed, 22 Oct 2008 16:33:28 +0000 (12:33 -0400)]
Updated Spanish translation from the ever vigilant Victor Moral.

16 years agodisplaytime hook is gone
Joey Hess [Wed, 22 Oct 2008 00:37:49 +0000 (20:37 -0400)]
displaytime hook is gone

16 years agothanks!
intrigeri [Tue, 21 Oct 2008 23:17:49 +0000 (19:17 -0400)]
thanks!

16 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 21 Oct 2008 21:57:32 +0000 (17:57 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

16 years agofunction injection overhaul
Joey Hess [Tue, 21 Oct 2008 21:57:19 +0000 (17:57 -0400)]
function injection overhaul

Add an inject function, that can be used by plugins that want to replace
one of ikiwiki's functions with their own version. (This is a scary thing
that grubs through the symbol table, and replaces all exported occurances
of a function with the injected version.)

external: RPC functions can be injected to replace exported functions.

Removed the stupid displaytime hook, and use injection instead.

16 years ago(no commit message)
http://xma.myopenid.com/ [Tue, 21 Oct 2008 21:51:26 +0000 (17:51 -0400)]

16 years agochange example to override a real function
Joey Hess [Tue, 21 Oct 2008 21:09:57 +0000 (17:09 -0400)]
change example to override a real function

16 years agochange obsolete example
Joey Hess [Tue, 21 Oct 2008 21:09:44 +0000 (17:09 -0400)]
change obsolete example

16 years agodisable warnings when redefining functions
Joey Hess [Tue, 21 Oct 2008 21:03:08 +0000 (17:03 -0400)]
disable warnings when redefining functions

16 years agoadded link to po plugin
intrigeri [Tue, 21 Oct 2008 18:59:02 +0000 (14:59 -0400)]
added link to po plugin

16 years agoupdated with new thoughts on user checking
Joey Hess [Tue, 21 Oct 2008 16:18:22 +0000 (12:18 -0400)]
updated with new thoughts on user checking

16 years agoNotes on MathML and SVG support
http://jblevins.org/ [Tue, 21 Oct 2008 15:43:37 +0000 (11:43 -0400)]
Notes on MathML and SVG support

16 years agohtmlscrubber patch for sanitizing SVG and MathML
http://jblevins.org/ [Tue, 21 Oct 2008 15:12:12 +0000 (11:12 -0400)]
htmlscrubber patch for sanitizing SVG and MathML

16 years agoresponse2
Joey Hess [Tue, 21 Oct 2008 01:54:24 +0000 (21:54 -0400)]
response2

16 years agoresponse
Joey Hess [Tue, 21 Oct 2008 01:51:33 +0000 (21:51 -0400)]
response

16 years agoAdded "SVG aren't images" bug.
AndrewGreenberg [Tue, 21 Oct 2008 01:34:02 +0000 (21:34 -0400)]
Added "SVG aren't images" bug.

16 years agoresponse
Joey Hess [Tue, 21 Oct 2008 00:57:42 +0000 (20:57 -0400)]
response

16 years agorandomly stumbled over fedora packages of ikiwiki
Joey Hess [Tue, 21 Oct 2008 00:34:29 +0000 (20:34 -0400)]
randomly stumbled over fedora packages of ikiwiki

16 years agore-encode to utf-8
Joey Hess [Tue, 21 Oct 2008 00:32:07 +0000 (20:32 -0400)]
re-encode to utf-8

I noticed the Fedora package doing this as part of its build.

16 years agobit of a design for how a post-receive hook could work
Joey Hess [Tue, 21 Oct 2008 00:16:30 +0000 (20:16 -0400)]
bit of a design for how a post-receive hook could work

16 years agoanswering joey
intrigeri [Mon, 20 Oct 2008 23:45:49 +0000 (19:45 -0400)]
answering joey

16 years agouse relativedate as the css class for dates that should display relative
Joey Hess [Mon, 20 Oct 2008 23:22:22 +0000 (19:22 -0400)]
use relativedate as the css class for dates that should display relative

16 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 20 Oct 2008 23:19:03 +0000 (19:19 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info