Joey Hess
1a883b3c50
include temp file for attachment change too
2008-10-24 13:44:03 -04:00
Joey Hess
dfef51e10e
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-24 13:30:29 -04:00
Joey Hess
0196e1f9fc
updates
2008-10-24 13:29:41 -04:00
tschwinge
0a081d78c4
Typo fix.
2008-10-24 05:40:52 -04:00
Joey Hess
ad9e443f22
check_canattach hooked up
2008-10-23 16:56:40 -04:00
Joey Hess
4669eab596
more work on untrusted committers
...
Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
2008-10-23 16:29:50 -04:00
Joey Hess
094af3d113
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.
2008-10-22 20:52:34 -04:00
Joey Hess
97b94e4e88
displaytime hook is gone
2008-10-21 20:37:49 -04:00
intrigeri
b33ce3139c
thanks!
2008-10-21 19:17:49 -04:00
Joey Hess
a18fea41cd
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-21 17:57:32 -04:00
Joey Hess
e75818572f
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.
2008-10-21 17:57:19 -04:00
Joey Hess
70e0c9447a
change obsolete example
2008-10-21 17:09:44 -04:00
intrigeri
64d2ba358d
added link to po plugin
2008-10-21 14:59:02 -04:00
Joey Hess
ec566c02fd
response
2008-10-20 20:57:42 -04:00
intrigeri
94797b66c4
answering joey
2008-10-20 19:45:49 -04:00
Joey Hess
ee1ccfa863
use relativedate as the css class for dates that should display relative
2008-10-20 19:22:22 -04:00
Joey Hess
99bf734963
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-20 19:19:03 -04:00
Joey Hess
2c89dacde4
wow
2008-10-20 19:18:49 -04:00
intrigeri
93959d45db
formatting, added git clone information
2008-10-20 18:56:21 -04:00
intrigeri
eea52bccc9
initial plugin public apparition
2008-10-20 18:54:04 -04:00
Joey Hess
df22dd5cbd
add header
2008-10-20 16:59:34 -04:00
Joey Hess
22ec2912be
update
2008-10-20 16:58:22 -04:00
Joey Hess
f1213d3ab7
fix name
2008-10-20 16:57:37 -04:00
Joey Hess
4729426292
pull together info on converting to ikiwiki from other systems
2008-10-20 16:55:38 -04:00
http://alcopop.org/me/openid/
566c1af2aa
split into subpages?
2008-10-20 10:25:49 -04:00
Joey Hess
fd9393ef85
add displaytime hook
...
Need to use a hook because an exported function cannot be reliably
overridden. The replacement verstion was actually only affecting plugins
loaded after it.
formattime doesn't need a hook, since there's no reason to export it.
2008-10-19 20:12:37 -04:00
tschwinge
3670fe9a4f
Correct copy&paste-o.
2008-10-19 12:14:08 -04:00
Joey Hess
7390a7a072
relativedate: New javascript-alicious plugin that makes all dates display relative, in a very nice way, if I say so myself.
2008-10-17 20:47:32 -04:00
Joey Hess
79b376f991
Add an underlay for javascript, and add ikiwiki.js containing some utility code.
...
* Add an underlay for javascript, and add ikiwiki.js containing some utility
code.
* toggle: Stop embedding the full toggle code on each page using it, and
move it to toggle.js in the javascript underlay.
2008-10-17 20:28:18 -04:00
Joey Hess
cd305909d3
document google plugin
2008-10-10 17:13:33 -04:00
bremner
3369bbee1c
2008-10-10 01:45:45 -04:00
http://yag.myopenid.com/
2ff36e631e
2008-10-09 19:33:25 -04:00
Joey Hess
debd8636a0
problem fixed
2008-10-09 19:15:39 -04:00
http://yag.myopenid.com/
8c46ca734a
2008-10-09 18:50:04 -04:00
Joey Hess
8c191adf5c
tag updates
2008-10-09 16:58:25 -04:00
http://josephturian.blogspot.com/
4544a3e583
2008-10-09 15:01:09 -04:00
Joey Hess
d3ca495e61
lockedit: Support specifying which users (and IP addresses) a page is locked for. This supports most of the ACL type things users have been wanting to be done. Closes : #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
2008-10-08 17:47:38 -04:00
Joey Hess
6caed59b9c
remove page_locking page, move content to plugins/lockedit
...
Also, removed obsolte para about using the prefs page to configure locked
pages, that interface is obsolete, hidden by default, and the locked_pages
setup file setting is used instead.
2008-10-08 17:09:24 -04:00
Joey Hess
18b1c7f012
Merge branch 'tova'
2008-10-01 15:54:10 -04:00
Joey Hess
7308f3da5b
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-01 14:47:49 -04:00
Joey Hess
85ec27ab58
Merge branch 'master' into tova
...
Conflicts:
debian/changelog
2008-09-30 21:04:22 -04:00
Joey Hess
0651e86a4c
httpauth: Document that ikiwiki.cgi has to be in a directory subject to authentication. Closes : #500524
2008-09-30 21:03:51 -04:00
tschwinge
335049c5c4
The plugins have been rewritten and now should function properly.
2008-09-30 17:44:47 -04:00
Joey Hess
2d45a303e2
add newpagefile function
2008-09-29 18:51:16 -04:00
Joey Hess
d4ac1c750e
response
2008-09-27 21:13:35 -04:00
http://www.cse.unsw.edu.au/~willu/
66eb48ebcd
Thoughts on the new wikistate variable
2008-09-27 20:03:15 -04:00
Joey Hess
a5d3acd37c
Add %wikistate, which is like %pagestate except not specific to a given page, and is preserved across rebuilds.
2008-09-27 16:45:27 -04:00
Joey Hess
9ec9d6901d
Export pagetitle, titlepage, linkpage.
2008-09-27 14:27:42 -04:00
Joey Hess
dddf5d55fd
clarify when to use utlto and when to use htmlpage
...
suggestion from smcv
2008-09-27 12:54:10 -04:00
Joey Hess
78e4d5bc6f
clarify
2008-09-26 19:31:19 -04:00