Joey Hess
9aaf5f99a4
response
2008-05-16 17:45:22 -04:00
Joey Hess
fe656f65b7
web commit by http://harningt.eharning.us/
2008-05-16 17:01:33 -04:00
Joey Hess
0438de905b
ENV can be used in the setup file to override environment variable setting, such as TZ or PATH.
2008-05-15 18:20:52 -04:00
Joey Hess
9ddb0407d2
web commit by http://codemac.net/
2008-05-15 17:50:34 -04:00
Joey Hess
1919d0bd8e
add a link to the forum
2008-05-15 17:00:05 -04:00
Joey Hess
2a4a4d7b27
exclude templates/*, which are listed in templates
2008-05-15 16:58:26 -04:00
Joey Hess
c7720c67d0
reorder
2008-05-15 16:56:28 -04:00
Joey Hess
f1ec6923c0
add a link to the orphaned sitemap page
2008-05-15 16:55:38 -04:00
Joey Hess
20ac925e00
add a link to ikiwiki-transition
2008-05-15 16:54:41 -04:00
Joey Hess
aecee99e6a
add a link to the orphaned banned_ussrs page
2008-05-15 16:53:46 -04:00
Joey Hess
3599d9e81c
web commit by buo: remove utf-8 rant; my problem was fixed in 2.46.
2008-05-14 09:51:23 -04:00
Joey Hess
52c570fe1b
web commit by buo: More info
2008-05-14 09:42:30 -04:00
Joey Hess
62ac574b36
web commit by buo: Typo
2008-05-13 14:57:01 -04:00
Joey Hess
677f06ca35
web commit by http://jh.mcaleely.com/ : a test
2008-05-13 13:15:04 -04:00
Joey Hess
6cc69038ca
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-05-13 12:44:06 -04:00
Joey Hess
fba4a198b5
mdwn: Add a multimarkdown setup file option.
2008-05-13 12:43:25 -04:00
Joey Hess
f1b1e193da
web commit by https://noone.org/openid// : Added note about license (GPL)
2008-05-13 07:08:39 -04:00
Joey Hess
d06e4c2c33
add news item for ikiwiki 2.46
2008-05-12 20:57:46 -04:00
Joey Hess
fb3d5b4800
Fixes for behavior changes in perl 5.10's CGI
...
Something has changed in CGI.pm in perl 5.10. It used to not care
if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values
when used that way by ikiwiki. Now I have to binmode(STDIN) before
instantiating the CGI object.
In 57bba4dac1
, I changed from decoding
CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting
up the form object. As of perl 5.10, that approach no longer has any effect
(reason unknown). To get correctly encoded values in FormBuilder forms,
they must once again be decoded after the form is set up.
As noted in 57bba4da
, this can cause one set of problems for
formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and
a different set if it's called after. To avoid both sets of problems, call
it both before and after. (Only remaining problem is the sheer ugliness and
inefficiency of that..)
I think that these changes will also work with older perl versions, but I
haven't checked.
Also, in the case of the poll plugin, the cgi parameter needs to be
explcitly decoded before it is used to handle utf-8 values. (This may have
always been broken, not sure if it's related to perl 5.10 or not.)
2008-05-12 20:44:22 -04:00
Joey Hess
80a110ad60
update
2008-05-12 17:13:02 -04:00
Joey Hess
adb5d92ed7
not just a poll plugin problem
2008-05-12 17:09:40 -04:00
Joey Hess
7ac5b0414d
Revert "web commit by http://joey.kitenet.net/ : testing utf-8"
...
This reverts commit 908375a63e
.
2008-05-12 17:08:10 -04:00
Joey Hess
908375a63e
web commit by http://joey.kitenet.net/ : testing utf-8
2008-05-12 17:07:17 -04:00
Joey Hess
bafb2d7b81
web commit by http://liw.fi/
2008-05-12 16:26:38 -04:00
Joey Hess
be81c594ce
thoughts
2008-05-12 14:38:17 -04:00
Joey Hess
21cd34106d
response
2008-05-12 14:10:17 -04:00
Joey Hess
3ca4b4089a
web commit by http://liw.fi/ : Updated URL for openiddirectory page. It had moved.
2008-05-11 08:15:34 -04:00
Joey Hess
7a4a17f120
web commit by http://liw.fi/ : Updated URL for emacs markdown mode. The page had moved to a new location.
2008-05-11 08:14:13 -04:00
Joey Hess
345c707921
web commit by http://madduck.net/
2008-05-10 14:15:23 -04:00
Joey Hess
8dc18fc9d4
web commit by http://madduck.net/
2008-05-10 13:18:26 -04:00
Joey Hess
ae980bc471
web commit by http://madduck.net/ : add shortcut for wiki.debian.org
2008-05-10 09:28:14 -04:00
Joey Hess
e34011afcc
web commit by buo: Response
2008-05-09 16:46:40 -04:00
Joey Hess
4eba3f631b
design for a xapian search plugin
2008-05-08 19:42:33 -04:00
Joey Hess
a50fb83394
add --delete-bucket option
2008-05-08 16:11:39 -04:00
Joey Hess
0168cc3c8b
response
2008-05-08 15:53:48 -04:00
Joey Hess
879f3a9403
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-05-08 15:51:41 -04:00
Joey Hess
b8d81b7b7f
amazon s3 index file improvements
...
Turns out duplicate index files do not need to be stored when usedirs is in
use, just when it's not. Ikiwiki is quite consistent about using page/ when
usedirs is in use. (The only exception is the search plugin, which needs
fixing.)
This also includes significant code cleanup, removal of a incorrect special
case for empty files, and addition of a workaround for a bug in the amazon
perl module.
2008-05-08 15:51:09 -04:00
Joey Hess
2bf34f1733
web commit by buo: re: question
2008-05-08 14:45:57 -04:00
Joey Hess
ca33ec2b9c
question
2008-05-08 14:12:44 -04:00
Joey Hess
57cf8ef4f2
web commit by buo: More information on ikiwiki mangling accented characters
2008-05-08 11:56:37 -04:00
Joey Hess
6bba9b0e4d
web commit by http://madduck.net/ : closing
2008-05-08 10:59:38 -04:00
Joey Hess
a3e1783596
web commit by buo: Removing previous installation fixes compile failure.
2008-05-08 10:29:48 -04:00
Joey Hess
de344200c6
web commit by jrn: gratuitous change to test (remove "And")
2008-05-08 00:26:58 -04:00
Joey Hess
dafa7ef3e2
most modules are pre-installed now
2008-05-08 00:20:49 -04:00
Joey Hess
be89d6749e
update
2008-05-07 23:51:01 -04:00
Joey Hess
9e6a4ccfdd
amazon s3 support implemented and kinda working
...
pruning not yet implemented, however
2008-05-07 23:15:43 -04:00
Joey Hess
939885d556
whitespace
2008-05-07 22:02:28 -04:00
Joey Hess
d1154b2925
documentation for amazon_s3 plugin
...
Now to write it. :-)
2008-05-07 21:20:58 -04:00
Joey Hess
3eb3ff6208
cannot reproduce
2008-05-07 17:10:43 -04:00
Joey Hess
a7ece50826
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-05-07 17:06:12 -04:00
Joey Hess
cdf8ced4c2
clarification
2008-05-07 16:35:06 -04:00
Joey Hess
2b5d12f658
web commit by buo: bug: 2.45 fails to compile
2008-05-07 14:47:30 -04:00
Joey Hess
b731fce466
web commit from 145.97.197.85: poll vote (Accept both)
2008-05-07 04:11:57 -04:00
Joey Hess
2c000c6e32
fix links
2008-05-06 19:24:00 -04:00
Joey Hess
dc26eb7d12
new tip documenting how to use the pinger and pingee plugins
2008-05-06 19:22:09 -04:00
Joey Hess
b144831e46
pinger/pingee now tested and working
2008-05-06 19:06:53 -04:00
Joey Hess
880d098dab
template change documentation
2008-05-06 14:33:03 -04:00
Joey Hess
069c938aad
update
2008-05-05 20:22:10 -04:00
Joey Hess
1f88cad3a2
aggregate: Add support for web-based triggering of aggregation for people stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
2008-05-05 20:20:45 -04:00
Joey Hess
86c6f2b963
fix PERL5LIB in examples
...
Using `pwd` makes some modules that call cpan recursively succeed to
install
2008-05-05 20:12:06 -04:00
Joey Hess
0599a6591f
update
2008-05-05 19:14:33 -04:00
Joey Hess
adeba977cb
update
2008-05-05 19:10:42 -04:00
Joey Hess
ed98af9750
add sections, expand, reorg
2008-05-05 19:08:47 -04:00
Joey Hess
8599297edf
update
2008-05-05 18:59:20 -04:00
Joey Hess
7588f7b239
correction
2008-05-05 18:59:02 -04:00
Joey Hess
df13ac07c8
more on cleanup
2008-05-05 15:39:36 -04:00
Joey Hess
f324b911e2
linkify
2008-05-05 15:19:55 -04:00
Joey Hess
96b3880725
add news item for ikiwiki 2.45
2008-05-05 15:18:12 -04:00
Joey Hess
545054c356
releasing version 2.45
2008-05-05 15:17:44 -04:00
Joey Hess
a72c33c76c
updates
2008-05-05 15:03:38 -04:00
Joey Hess
b1b9c2c0d1
formatting
2008-05-05 14:58:21 -04:00
Joey Hess
b428fb1b14
formatting
2008-05-05 14:53:31 -04:00
Joey Hess
3a9dfb8361
enhancesments for shared hosting
...
* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all*
the modules ikiwiki can use.
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
CPAN to install in a home directory on shared hosting providers.
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
and probably other shared hosting providers like dreamhost. Added
a tip page documentng the process for nearlyfreespeech.
2008-05-05 14:51:26 -04:00
Joey Hess
ad44c47977
rename to more specific name
2008-05-05 14:14:08 -04:00
Joey Hess
c1196acadc
linkify
2008-05-03 13:32:28 -04:00
Joey Hess
27ca70225e
web commit by RichMorin
2008-05-03 10:17:35 -04:00
Joey Hess
1ad826eb94
web commit by RichMorin
2008-05-03 10:08:36 -04:00
Joey Hess
b2dea99417
Fix ugly display when editing a page that has vanished.
...
srcfile now has an optional second parameter to avoid it throwing an error
if the source file does not exist.
2008-05-02 13:02:07 -04:00
Joey Hess
6f852e88e3
anonk: Add anonok_pagespec configuration setting that can be used to allow anonymous users to edit only matching pages. Closes : #478892
2008-05-01 14:58:23 -04:00
Joey Hess
f39659277d
web commit by http://vibrog.myopenid.com/
2008-04-30 16:25:30 -04:00
Joey Hess
a512904a9d
web commit by http://alcopop.org/me/openid/ : poll vote (Accept only OpenID for logins)
2008-04-30 16:00:48 -04:00
Joey Hess
a2e0ef4572
web commit by http://alcopop.org/me/openid/ : context
2008-04-30 15:54:27 -04:00
Joey Hess
6de5cbaaee
web commit by http://alcopop.org/me/openid/ : test comment
2008-04-30 15:52:33 -04:00
Joey Hess
7647109bac
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-30 12:58:55 -04:00
Joey Hess
bb51e81762
img: Support a title attribute, will be passed through to html. Closes : #478718
2008-04-30 12:58:36 -04:00
Joey Hess
3419cdfcbb
web commit by buo: Web editing and mangled characters
2008-04-30 11:09:37 -04:00
Joey Hess
112737535c
resp
2008-04-29 18:20:21 -04:00
Joey Hess
516908cc8e
web commit by http://vibrog.myopenid.com/
2008-04-29 01:37:57 -04:00
Joey Hess
cafffef679
web commit by http://tychoish.livejournal.com/ : sandbox test of wikilink
2008-04-28 22:31:48 -04:00
Joey Hess
cf2652c139
web commit by JeremyReed: why if?
2008-04-28 17:54:32 -04:00
Joey Hess
c25f0f7abd
response
2008-04-28 17:01:59 -04:00
Joey Hess
edaccbbb55
web commit by http://vibrog.myopenid.com/
2008-04-28 16:39:22 -04:00
Joey Hess
66984deaeb
thoughts
2008-04-28 15:57:17 -04:00
Joey Hess
f37abf206e
use a proper wiki link, not a html link
2008-04-28 15:52:42 -04:00
Joey Hess
72cedc59e9
fix formatting
2008-04-28 15:47:11 -04:00
Joey Hess
6412cbfe52
idea
2008-04-28 15:43:06 -04:00
Joey Hess
dbb5d11196
Deal with different paths to perl when removing -T flag.
2008-04-28 15:37:17 -04:00
Joey Hess
4723d5f9f1
response
2008-04-28 15:34:11 -04:00
Joey Hess
bde6809e5b
web commit by http://vibrog.myopenid.com/
2008-04-28 15:03:22 -04:00
Joey Hess
1a4ba6cbcf
web commit by JeremyReed: about news site
2008-04-28 14:57:25 -04:00
Joey Hess
f3eda82c08
web commit by JeremyReed: reply about perl version in filename too.
2008-04-28 14:15:38 -04:00
Joey Hess
0d80b13738
web commit by JeremyReed: reply
2008-04-28 14:11:52 -04:00
Joey Hess
bbfc613360
web commit by http://vibrog.myopenid.com/
2008-04-28 14:08:04 -04:00
Joey Hess
6b316dd8e0
response
2008-04-28 13:48:33 -04:00
Joey Hess
453bdeaf55
response
2008-04-28 13:46:50 -04:00
Joey Hess
9f02ee8634
Add PREFIX/bin to the hardcoded PATH within ikiwiki.
2008-04-28 13:44:37 -04:00
Joey Hess
aa4f9fe232
response
2008-04-28 13:38:53 -04:00
Joey Hess
74d98c69b1
web commit by JeremyReed: found problem
2008-04-28 12:47:29 -04:00
Joey Hess
bc9a448c58
web commit by JeremyReed: more info. sid is defined in prefs just not edit
2008-04-28 12:32:54 -04:00
Joey Hess
3b16d472c0
web commit by JeremyReed: sid not in form.
2008-04-28 12:09:47 -04:00
Joey Hess
b6435e9b7d
web commit by JeremyReed: fix link to SharedHosting by prefixing with slash.
2008-04-28 11:48:34 -04:00
Joey Hess
e56dd17bcf
web commit by JeremyReed: Can't exec "ikiwiki-transition"
2008-04-28 11:44:01 -04:00
Joey Hess
4e0f75a75f
web commit by JeremyReed: hard-coded perl path
2008-04-28 11:07:05 -04:00
Joey Hess
fdffe02d39
web commit by http://vibrog.myopenid.com/
2008-04-28 05:52:58 -04:00
Joey Hess
02da269465
web commit by http://edward.myopenid.com/ : fix code block rendering
2008-04-28 02:42:50 -04:00
Joey Hess
29bf14fcc3
followup
2008-04-27 14:34:23 -04:00
Joey Hess
1d4bc83aec
the sandbox is not a TODO list. Remove TODO item
2008-04-27 14:32:55 -04:00
Joey Hess
cc26b153b4
move question to discussion page, where it belongs
2008-04-27 14:32:30 -04:00
Joey Hess
a64bc76fbe
response
2008-04-27 14:31:35 -04:00
Joey Hess
502197e9bb
web commit by http://vibrog.myopenid.com/
2008-04-27 04:29:12 -04:00
Joey Hess
008de43f67
web commit by http://vibrog.myopenid.com/
2008-04-27 04:28:28 -04:00
Joey Hess
319bf45a37
web commit by http://vibrog.myopenid.com/
2008-04-27 04:22:55 -04:00
Joey Hess
51042ff04a
web commit by http://vibrog.myopenid.com/
2008-04-27 04:19:58 -04:00
Joey Hess
35f943e6f8
web commit by http://harningt.eharning.us/ : applied alterations according to comments/git reqs
2008-04-27 00:23:27 -04:00
Joey Hess
17c276dea5
web commit by JeremyReed: about taint and -T build failure
2008-04-26 20:54:08 -04:00
Joey Hess
9652cdfe2e
toc: Add the table of contents at sanitize time, rather than at format time. This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.
2008-04-26 15:13:01 -04:00
Joey Hess
2d78c4d9a7
response; fixed
2008-04-26 15:07:21 -04:00
Joey Hess
deba9c7af4
response
2008-04-26 15:05:26 -04:00
Joey Hess
562e24d695
response
2008-04-26 14:55:56 -04:00
Joey Hess
59c81f07fa
add news item for ikiwiki 2.44
2008-04-24 13:52:41 -04:00
Joey Hess
7758dbb279
web commit by http://madduck.net/
2008-04-24 03:57:49 -04:00
Joey Hess
49043e48fa
web commit by http://madduck.net/
2008-04-24 03:12:51 -04:00
Joey Hess
3635867493
web commit by http://harningt.eharning.us/ : updated openid reference
2008-04-24 00:01:27 -04:00
Joey Hess
475429a917
web commit by http://harningt.eharning.us/ : more git attribution corner-case ideas
2008-04-24 00:00:53 -04:00
Joey Hess
2987b08ec9
web commit by http://mlcastle.net/ : poll vote (Accept only OpenID for logins)
2008-04-22 20:32:45 -04:00
Joey Hess
04a7003c5d
web commit by http://mlcastle.net/ : add hindi text.
2008-04-22 20:13:11 -04:00
Joey Hess
827f6b9bfc
remove question that was added to a non-discussion page
2008-04-22 15:19:15 -04:00
Joey Hess
710b118b49
web commit by Dirk
2008-04-22 14:40:37 -04:00
Joey Hess
6dcb111310
web commit by Dirk
2008-04-22 14:38:23 -04:00
Joey Hess
42f4904f72
web commit by http://hendry.iki.fi/ : anti-expert-exchange
2008-04-22 04:58:20 -04:00
Joey Hess
3bc9d474a3
web commit by bartuer: add a question about restructuredtext
2008-04-21 15:25:51 -04:00
Joey Hess
0405299f07
web commit by http://andreyvit.livejournal.com/
2008-04-21 00:16:48 -04:00
Joey Hess
3912a9f5e9
add CVE link
2008-04-20 15:25:51 -04:00
Joey Hess
e62f3f8f95
web commit by http://codehelp.myopenid.com/ : Add QOF and estron
2008-04-20 13:34:15 -04:00
Joey Hess
a516b2a63f
web commit by http://hendry.iki.fi/ : google search
2008-04-19 17:15:30 -04:00
Joey Hess
e1842ce95c
remove random html
...
This page documents markdown. Please use the sandbox for formatting
testing, and not this page.
2008-04-18 18:43:33 -04:00
Joey Hess
84b915d6d1
web commit by alccode
2008-04-18 17:06:22 -04:00
Joey Hess
81355cd4c6
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-17 14:38:16 -04:00
Joey Hess
f1228946bd
Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos.
2008-04-17 14:37:55 -04:00
Joey Hess
143c8770d1
web commit by http://sabr.myopenid.com/
2008-04-17 08:40:07 -04:00
Joey Hess
d420e032cc
web commit by http://sabr.myopenid.com/ : thanks belong at the end of the conversation, not the beginning!
2008-04-17 06:22:19 -04:00
Joey Hess
14b8d6369b
web commit by http://sabr.myopenid.com/
2008-04-17 06:12:21 -04:00
Joey Hess
4216b9590f
web commit by http://sabr.myopenid.com/
2008-04-17 03:12:49 -04:00
Joey Hess
543926c540
web commit by http://sabr.myopenid.com/
2008-04-17 03:10:30 -04:00
Joey Hess
cedb7c33f9
web commit by http://sabr.myopenid.com/
2008-04-17 03:09:44 -04:00
Joey Hess
48976989e0
web commit by http://sabr.myopenid.com/
2008-04-17 03:08:58 -04:00
Joey Hess
cbe4f9ead5
web commit by http://sabr.myopenid.com/
2008-04-17 03:08:36 -04:00
Joey Hess
9f44f60a89
web commit by http://sabr.myopenid.com/
2008-04-17 03:08:11 -04:00
Joey Hess
2512ceebb0
web commit by http://sabr.myopenid.com/
2008-04-17 02:29:18 -04:00
Joey Hess
21b8c3f94d
web commit by JoshTriplett: Testing adding a page with page type not set.
2008-04-16 20:21:29 -04:00
Joey Hess
74d8a656da
web commit by http://bruno.boulgour.com/ : Typo
2008-04-16 19:14:58 -04:00
Joey Hess
e8c9362c7f
web commit by http://bruno.boulgour.com/ : Problems with adminuser role
2008-04-16 19:14:07 -04:00
Joey Hess
e91b128338
add news item for ikiwiki 2.43
2008-04-16 18:45:34 -04:00
Joey Hess
570f7e6594
web commit by http://hands.com/~phil/
2008-04-15 06:39:46 -04:00
Joey Hess
982f969367
web commit by http://hands.com/id/phil/
2008-04-13 16:54:58 -04:00
Joey Hess
10150e675d
web commit by http://sabr.myopenid.com/
2008-04-13 12:55:51 -04:00
Joey Hess
1efaa8e6ec
web commit by http://sabr.myopenid.com/
2008-04-13 12:55:02 -04:00
Joey Hess
c8097457a7
web commit by http://sabr.myopenid.com/
2008-04-13 12:52:22 -04:00
Joey Hess
9a2dfd21ab
web commit by http://sabr.myopenid.com/
2008-04-13 12:48:28 -04:00
Joey Hess
3f0de75332
web commit by http://sabr.myopenid.com/ : add a toc to test it appearing in preview... it doesn't.
2008-04-13 12:21:33 -04:00
Joey Hess
40c03af378
web commit by http://sabr.myopenid.com/
2008-04-13 12:08:44 -04:00
Joey Hess
f4797af297
web commit by http://sabr.myopenid.com/
2008-04-12 22:53:53 -04:00
Joey Hess
50e06351ca
web commit by http://sabr.myopenid.com/
2008-04-12 22:46:00 -04:00
Joey Hess
78e740f643
web commit by http://sabr.myopenid.com/
2008-04-12 22:23:55 -04:00
Joey Hess
c70160e995
web commit by http://sabr.myopenid.com/
2008-04-12 22:15:21 -04:00
Joey Hess
d97ca8c610
web commit by http://sabr.myopenid.com/
2008-04-12 20:36:15 -04:00
Joey Hess
378c2696d9
web commit by http://sabr.myopenid.com/
2008-04-12 20:13:42 -04:00
Joey Hess
7518b245f2
web commit by http://sabr.myopenid.com/
2008-04-12 20:05:34 -04:00
Joey Hess
060ceaba1f
web commit by http://sabr.myopenid.com/
2008-04-12 20:04:59 -04:00
Joey Hess
4988a901c8
web commit by http://sabr.myopenid.com/
2008-04-12 20:04:29 -04:00
Joey Hess
7178de28da
web commit by tschwinge: Modify.
2008-04-12 18:01:54 -04:00
Joey Hess
461f907403
web commit by http://sabr.myopenid.com/
2008-04-12 17:57:09 -04:00
Joey Hess
3b7b057e01
patch, thoughts
2008-04-12 17:19:32 -04:00
Joey Hess
57035d610e
web commit by http://sabr.myopenid.com/
2008-04-12 13:21:11 -04:00
Joey Hess
1f4dec34e2
web commit by cjb: Added wiktionary shortcut
2008-04-10 21:55:25 -04:00
Joey Hess
26c96e1f10
web commit by http://sabr.myopenid.com/
2008-04-10 20:18:20 -04:00
Joey Hess
2718fc2b25
response
2008-04-10 19:54:38 -04:00
Joey Hess
92e39d7391
cannot reproduce
2008-04-10 19:32:43 -04:00
Joey Hess
abde579038
response
2008-04-10 19:25:23 -04:00
Joey Hess
51f75484d7
let's move the access keys discussion out to the todo item about it
2008-04-10 19:18:34 -04:00
Joey Hess
d9275303cc
correct the command line used to generate the favicon
2008-04-10 18:51:21 -04:00
Joey Hess
58e346d229
correct utf-8 damage introduced by jblevins's modification of this page
2008-04-10 18:00:17 -04:00
Joey Hess
235b6d18b6
change wording
2008-04-10 17:59:11 -04:00
Joey Hess
04d601f419
response
2008-04-10 17:53:24 -04:00
Joey Hess
2beb279806
Give the full path to the hyperestraier helpfile in estseek.conf.
2008-04-10 17:50:43 -04:00
Joey Hess
b698bf2408
Use bzr --quiet to avoid it outputting stuff and messing up http headers. (Scott Bronson)
2008-04-10 17:44:40 -04:00
Joey Hess
e4395a567b
Fix broken rcs_update for bzr. (Scott Bronson)
2008-04-10 17:41:43 -04:00
Joey Hess
e1d456a86f
Fix missing import of escapeHTML in userlink. (Scott Bronson)
2008-04-10 17:39:51 -04:00
Joey Hess
15237c74fc
response
2008-04-10 17:31:39 -04:00
Joey Hess
a91f044044
add news item for ikiwiki 2.42
2008-04-10 17:24:24 -04:00
Joey Hess
7f51c69491
releasing version 2.42
2008-04-10 17:24:08 -04:00
Joey Hess
d5c964508f
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-10 17:12:55 -04:00
Joey Hess
ab0e0e807a
perl dumping core is not an ikiwiki bug, sorry
2008-04-10 17:09:58 -04:00
Joey Hess
555f1d0512
web commit by http://joey.kitenet.net/ : test
2008-04-10 16:46:23 -04:00
Joey Hess
243739e1c3
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-10 16:35:50 -04:00
Joey Hess
72b5ef2c5f
Fix CSRF attacks against the preferences and edit forms. Closes : #475445
...
The fix involved embedding the session id in the forms, and not allowing the
forms to be submitted if the embedded id does not match the session id.
In the case of the preferences form, if the session id is not embedded,
then the CGI parameters are cleared. This avoids a secondary attack where the
link to the preferences form prefills password or other fields, and
the user hits "submit" without noticing these prefilled values.
In the case of the editpage form, the anonok plugin can allow anyone to edit,
and so I chose not to guard against CSRF attacks against users who are not
logged in. Otherwise, it also embeds the session id and checks it.
For page editing, I assume that the user will notice if content or commit
message is changed because of CGI parameters, and won't blndly hit save page.
So I didn't block those CGI paramters. (It's even possible to use those CGI
parameters, for good, not for evil, I guess..)
The only other CSRF attack I can think of in ikiwiki involves the poll plugin.
It's certianly possible to set up a link that causes the user to unknowingly
vote in a poll. However, the poll plugin is not intended to be used for things
that people would want to attack, since anyone can after all edit the poll page
and fill in any values they like. So this "attack" is ignorable.
2008-04-10 16:35:30 -04:00
Joey Hess
609e74bbd8
fix what I think is a typo
2008-04-10 16:08:59 -04:00
Joey Hess
c69c811d64
web commit by http://joey.kitenet.net/ : oops :-)
2008-04-10 14:45:00 -04:00
Joey Hess
ff363cf9a0
web commit by http://joey.kitenet.net/
2008-04-10 14:43:58 -04:00
Joey Hess
5647448501
web commit by ScottSwalwell: Fixed my fix.
2008-04-10 13:01:27 -04:00
Joey Hess
7921d9456c
web commit by ScottSwalwell: Fixed this link.
2008-04-10 13:00:36 -04:00
Joey Hess
04528ba259
web commit by cjb: Fixed URL
2008-04-10 01:06:21 -04:00
Joey Hess
e8728aa894
web commit by cjb: Tagged
2008-04-10 00:09:07 -04:00
Joey Hess
675236d251
web commit by cjb: Suggested patch for 302 redirect after page creation when using bzr
2008-04-10 00:07:59 -04:00
Joey Hess
914a5645a5
web commit by http://sabr.myopenid.com/
2008-04-09 22:34:44 -04:00
Joey Hess
61012a1e8d
web commit by http://sabr.myopenid.com/
2008-04-09 21:56:41 -04:00
Joey Hess
beea66a711
web commit by http://sabr.myopenid.com/
2008-04-09 21:55:32 -04:00
Joey Hess
50d653ad11
web commit by http://sabr.myopenid.com/
2008-04-09 21:33:30 -04:00
Joey Hess
eb42df0767
web commit by http://sabr.myopenid.com/
2008-04-09 19:34:08 -04:00
Joey Hess
cf7fb618f3
web commit by http://sabr.myopenid.com/
2008-04-09 17:45:06 -04:00
Joey Hess
18de75c462
web commit by http://sabr.myopenid.com/
2008-04-09 17:39:22 -04:00
Joey Hess
c104351f51
web commit by http://sabr.myopenid.com/
2008-04-09 17:37:22 -04:00
Joey Hess
0c353121f5
web commit by http://sabr.myopenid.com/
2008-04-09 17:29:53 -04:00
Joey Hess
6e065626cd
web commit by http://sabr.myopenid.com/
2008-04-09 17:29:19 -04:00
Joey Hess
bad216bf1f
web commit by http://sabr.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-04-09 16:58:29 -04:00
Joey Hess
623c1aa34f
web commit by http://sabr.myopenid.com/
2008-04-09 02:45:14 -04:00
Joey Hess
109abb1f2b
web commit by http://sabr.myopenid.com/
2008-04-09 02:43:19 -04:00
Joey Hess
1080635372
web commit by http://sabr.myopenid.com/
2008-04-09 02:42:29 -04:00
Joey Hess
1ed60084d3
web commit by http://sabr.myopenid.com/
2008-04-09 02:41:29 -04:00
Joey Hess
7822606010
web commit by http://sabr.myopenid.com/
2008-04-09 02:36:12 -04:00
Joey Hess
dd464e4ca8
web commit by ittayd
2008-04-08 15:37:11 -04:00
Joey Hess
9e6b7ba79a
web commit by http://sabr.myopenid.com/
2008-04-08 14:37:31 -04:00
Joey Hess
8ea8f21c20
web commit by http://sabr.myopenid.com/
2008-04-08 14:33:13 -04:00
Joey Hess
16338ed771
web commit by http://sabr.myopenid.com/
2008-04-08 13:18:35 -04:00
Joey Hess
7c7dba8a71
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-08 12:52:48 -04:00
Joey Hess
3d8e767c36
web commit by http://xayk.net/
...
(cherry picked from commit 146b3d9ac2754112e7c6c63f7c2e783ac2bf4dbe)
2008-04-08 12:51:46 -04:00
Joey Hess
c381ec666b
web commit by http://sabr.myopenid.com/
...
(cherry picked from commit 8e4a0640c591df95810fe94ab62521030134823b)
2008-04-08 12:50:55 -04:00
Joey Hess
af3367eb4e
web commit by cjb: Trivial syntax bug.
2008-04-08 09:49:37 -04:00
Joey Hess
1b4493802f
web commit by http://cstork.org/ : poll vote (Accept only OpenID for logins)
2008-04-04 06:49:43 -04:00
Joey Hess
93d833da83
web commit by http://inthemedium.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-04-02 22:52:46 -04:00
Joey Hess
abb432ff4c
many thanks to madduck for his donation
2008-04-02 15:04:58 -04:00
Joey Hess
614d97063c
web commit by http://montyz.livejournal.com/ : more make woes
2008-04-02 13:51:12 -04:00
Joey Hess
c74b2e4b83
web commit by http://alcopop.org/me/openid/ : formatting, tagging
2008-04-02 08:44:23 -04:00
Joey Hess
c177d5c47e
web commit by http://alcopop.org/me/openid/ : minor documentation adjustment
2008-04-02 08:40:59 -04:00
Joey Hess
f8abf8d190
web commit by http://claimid.com/bug
2008-04-01 22:44:17 -04:00
Joey Hess
c9229bdeb6
web commit by http://jblevins.org/ : A plain SVG version of the ikiwiki favicon
2008-04-01 19:14:09 -04:00
Joey Hess
2427bd01d6
web commit by http://jblevins.org/ : My user page
2008-04-01 19:07:00 -04:00
Joey Hess
0d2076f85d
web commit by http://jblevins.org/ : Re: A make problem
2008-04-01 18:35:02 -04:00
Joey Hess
b8e822f49f
response
2008-04-01 17:10:26 -04:00
Joey Hess
ce73bf59c5
web commit by http://montyz.livejournal.com/ : A make problem
2008-04-01 13:04:14 -04:00
Joey Hess
d9c08fcb15
add news item for ikiwiki 2.41
2008-03-29 21:17:27 -04:00
Joey Hess
f6bd81db15
Added a hardlink option in the setup file, useful if the source and dest are on the same filesystem and the wiki includes large media files, which would normally be copied, wasting time and space.
2008-03-29 21:02:47 -04:00
Joey Hess
b95a86c069
wiki gnomes at work
2008-03-28 14:35:49 -04:00
Joey Hess
5c076a66d3
web commit by http://subvert.org.uk/~bma/ : Add stylesheet.
2008-03-28 13:20:19 -04:00
Joey Hess
f6ed73013f
web commit by http://subvert.org.uk/~bma/ : Link to new stylesheet.
2008-03-28 13:19:29 -04:00
Joey Hess
02f3343ce8
web commit by http://subvert.org.uk/~bma/ : Update my URLs.
2008-03-28 13:07:23 -04:00
Joey Hess
16f3982344
web commit by http://certifi.ca/bronson
2008-03-28 00:57:49 -04:00
Joey Hess
23bdb631cb
web commit by http://weakish.int.eu.org/ : invalid link
2008-03-27 10:06:59 -04:00
Joey Hess
00e60d675c
web commit from 78.106.64.225: poll vote (Accept only password logins)
2008-03-27 08:31:31 -04:00
Josh Triplett
cdfbc6385d
Remove explanation of ohloh shortcut; it seems obvious enough.
2008-03-26 18:16:58 -07:00
Josh Triplett
07ef42afee
Add shortcut for ohloh projects.
2008-03-26 18:06:25 -07:00
Joey Hess
76a4a982b8
web commit by buo: Thanks
2008-03-25 16:12:34 -04:00
Joey Hess
48bf7dc458
web commit by buo: locales and mercurial
2008-03-25 16:11:34 -04:00
Joey Hess
a2c88e0690
web commit by http://willu.myopenid.com/ : Add note about rel="nofollow" as an anti-spam suggestion
2008-03-24 23:23:52 -04:00
Joey Hess
c88ae3768e
web commit by http://jblevins.org/ : htmlscrubber patch to sanitize SVG and MathML
2008-03-24 15:47:13 -04:00
Joey Hess
6f5903b54d
web commit by http://mjgoins.myopenid.com/
2008-03-24 00:19:49 -04:00
Joey Hess
845e7fbd8e
web commit by http://mjgoins.myopenid.com/
2008-03-24 00:18:47 -04:00
Joey Hess
afab05a505
web commit by http://jblevins.org/ : Thoughts about notation for citations
2008-03-23 22:08:02 -04:00
Joey Hess
5ed5babef4
web commit by http://madduck.net/ : add note about whole site rebuilds for little changes
2008-03-22 12:02:39 -04:00
Joey Hess
bee7d5d590
web commit by http://jblevins.org/ : Notes about access keys from the main discussion page
2008-03-22 10:48:45 -04:00
Joey Hess
24599d2853
web commit by http://madduck.net/ : put thoughts into the wishlist item
2008-03-21 19:45:38 -04:00
Joey Hess
e8ff29fa33
web commit by http://jblevins.org/ : Ideas about keyboard shortcuts
2008-03-21 18:14:06 -04:00
Joey Hess
6d5bce3935
web commit by http://madduck.net/
2008-03-21 16:21:18 -04:00
Joey Hess
9cc6d6e4b8
on css suckitude
2008-03-21 15:41:41 -04:00
Joey Hess
ca8852b434
external: Work around XML RPC's lack of support for null by passing a special sentinal value.
2008-03-21 15:12:15 -04:00
Joey Hess
99fce0af0d
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-03-21 14:53:41 -04:00
Joey Hess
5e52e05fd2
web commit by http://jblevins.org/ : Case-sensitivity of HTML::Scrubber
2008-03-21 13:58:25 -04:00
Joey Hess
f9aa09e2f6
moved to a tip
2008-03-21 13:56:31 -04:00
Joey Hess
fbe5e9b144
add a tip about dealing with ikiwiki's binary state files
2008-03-21 13:52:50 -04:00
Joey Hess
6ba56392ce
web commit by http://jblevins.org/ : Fix links and sign
2008-03-21 11:40:33 -04:00
Joey Hess
7eebd3709b
web commit by http://jblevins.org/ : Request for comments about SVG and MathML whitelists
2008-03-21 11:19:00 -04:00
Joey Hess
3479809f96
add transition code for indexdb
2008-03-21 09:37:52 -04:00
Joey Hess
44824dba1b
smiley: Detect smileys inside pre and tags, and do not expand.
2008-03-21 02:43:20 -04:00
Joey Hess
628467125c
Close meta tag for redir properly.
2008-03-21 00:24:06 -04:00
Joey Hess
80b402286c
web commit by http://jblevins.org/ : Oops
2008-03-20 23:06:41 -04:00
Joey Hess
daf120c1c7
web commit by http://jblevins.org/ : MathML+SVG whitelist
2008-03-20 22:53:26 -04:00
Joey Hess
f1fb8eac6a
web commit by http://brian.may.myopenid.com/ : change.tmpl and BASEURL
2008-03-20 22:51:09 -04:00
Joey Hess
da7aad08e3
web commit by http://jblevins.org/ : A note about the toc plugin and headers in templates
2008-03-20 17:02:59 -04:00
Joey Hess
8e2f7ec70f
web commit by http://jblevins.org/ : Bug report update
2008-03-20 16:26:51 -04:00
Joey Hess
d4554dd010
web commit by http://bremner.myopenid.com/
2008-03-20 06:08:33 -04:00
Joey Hess
316bca78c9
moved to a different server
2008-03-19 23:07:13 -04:00
Joey Hess
b86c40e220
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-19 23:00:21 -04:00
Joey Hess
8471c51355
web commit by http://joey.kitenet.net/
2008-03-19 22:51:05 -04:00
Joey Hess
127d97066b
Time::Duration is no longer used, remove from docs and recommends.
2008-03-19 21:59:40 -04:00
Joey Hess
6eb3cf7e76
make setargv take an array
...
for consistentcy with getargv, which returns one
2008-03-19 15:49:00 -04:00
Joey Hess
d8c4ea783b
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-19 15:15:30 -04:00
Joey Hess
f003e97d10
getargv needs to return a list reference
...
xml rpc only allows functions to return a single value, no lists. So getargv
needs to return a list reference, which means that the caller will see an xml
rpc array.
2008-03-19 15:12:59 -04:00
Joey Hess
4f6728a685
web commit by http://jblevins.org/ : Patch for unclosed refresh meta tag.
2008-03-19 15:00:15 -04:00
Joey Hess
8813a6d065
web commit by http://engla.myopenid.com/ : oops, point my URL to my ikiwiki portion (frontpage is not ikiwiki). Also, tweak the website title
2008-03-19 10:13:08 -04:00
Joey Hess
45b6baff66
web commit by http://engla.myopenid.com/ : changed my url since my university is pretty.. dumb
2008-03-19 10:11:41 -04:00
Joey Hess
556ec23914
German translation update. Closes : #471540
2008-03-18 16:36:19 -04:00
Joey Hess
99f9e54ca7
web commit by http://madduck.net/ : more details
2008-03-18 10:25:45 -04:00
Joey Hess
bc96a06b99
web commit by http://madduck.net/ : add note about marking current pages
2008-03-18 07:17:56 -04:00
Joey Hess
6c77cb1242
web commit by http://madduck.net/
2008-03-18 07:16:32 -04:00
Joey Hess
2e29699c42
web commit by http://madduck.net/ : tagging wishlist
2008-03-18 07:15:55 -04:00
Joey Hess
2317ce58b0
web commit by http://madduck.net/
2008-03-18 07:14:57 -04:00
Joey Hess
16c7dfa733
web commit by http://madduck.net/
2008-03-18 07:06:39 -04:00
Joey Hess
af213e83f6
web commit by http://madduck.net/
2008-03-18 05:47:14 -04:00
Joey Hess
1284941f73
web commit by http://madduck.net/ : closing
2008-03-18 05:41:00 -04:00
Joey Hess
a98f624fc3
response
2008-03-17 22:33:21 -04:00
Joey Hess
52e16d4ec9
* Record new pages in %pagesources temporarily when previewing so that
...
things that need to know the page source or type can query it from there.
Fixes previewing of tables when creating a new page.
2008-03-17 21:28:31 -04:00
Joey Hess
bd6459b852
web commit by http://madduck.net/
2008-03-17 18:09:33 -04:00
Joey Hess
a2463a812b
response
2008-03-17 14:07:38 -04:00
Joey Hess
848dc81ba3
web commit by http://madduck.net/
2008-03-17 13:27:43 -04:00
Joey Hess
6ce7454cc3
analysis, markdown bug
2008-03-17 13:21:41 -04:00
Joey Hess
52d9f8e9f3
* Correct bug in encoding of %pagestate keys, fixes edittemplate.
2008-03-17 13:08:16 -04:00
Joey Hess
57a41b663d
web commit by http://madduck.net/
2008-03-17 12:31:59 -04:00
Joey Hess
98ec84660a
web commit by http://madduck.net/
2008-03-17 12:31:02 -04:00
Joey Hess
62130bd7a3
web commit by http://madduck.net/
2008-03-17 12:22:38 -04:00
Joey Hess
f42169a1be
web commit by http://madduck.net/
2008-03-17 12:15:25 -04:00
Joey Hess
940bc51fec
web commit by http://madduck.net/
2008-03-17 12:13:36 -04:00
Joey Hess
361421a906
web commit by http://madduck.net/
2008-03-17 12:09:04 -04:00
Joey Hess
5258f9d0e5
web commit by http://madduck.net/
2008-03-17 12:03:06 -04:00
Joey Hess
7ad702ed88
web commit by http://madduck.net/
2008-03-17 11:25:18 -04:00
Joey Hess
4533f52162
web commit by http://madduck.net/ : fix links
2008-03-17 11:04:56 -04:00
Joey Hess
41090a5b03
web commit by http://madduck.net/
2008-03-17 11:03:04 -04:00
Joey Hess
14d2b0b65c
web commit by http://madduck.net/ : use new directive syntax
2008-03-17 10:50:50 -04:00
Joey Hess
5d06203147
web commit by http://madduck.net/
2008-03-17 10:28:06 -04:00
Joey Hess
cd58e6cb45
web commit by http://madduck.net/ : fix title
2008-03-17 07:03:20 -04:00
Joey Hess
fdb7be6e4c
web commit by http://madduck.net/
2008-03-17 06:53:25 -04:00
Joey Hess
a2c23d61bc
web commit by http://madduck.net/
2008-03-17 03:51:55 -04:00
Joey Hess
1a84bbcb9a
web commit by http://jblevins.org/ : A note about a related bug
2008-03-16 20:48:29 -04:00
Joey Hess
1dae7f0e41
web commit by http://jblevins.org/ : Update: unclosed redirection meta tags
2008-03-16 20:38:00 -04:00
Joey Hess
c42ff91eeb
web commit by http://jblevins.org/ : New bug report
2008-03-16 12:27:58 -04:00
Joey Hess
b9a29c3040
web commit by http://madduck.net/ : add patch
2008-03-16 07:00:57 -04:00
Joey Hess
ba480baa9e
* external: Add getargv and setargv methods to allow access to ikiwiki's
...
@ARGV.
2008-03-15 14:19:49 -04:00
Joey Hess
5a7a89ffc5
* htmltidy: Pass --markup yes, in case tidy's config file disabled it.
2008-03-15 13:58:08 -04:00
Joey Hess
e7ce86db11
* external: Fix support of XML::RPC::fault.
2008-03-15 13:49:22 -04:00
Joey Hess
b8c55c4db2
bug I found in the rst plugin
2008-03-15 13:45:10 -04:00
Joey Hess
840585338e
mention proxy.py
2008-03-15 13:22:22 -04:00
Joey Hess
245126ea49
web commit by http://madduck.net/
2008-03-15 10:15:00 -04:00
Joey Hess
b2f5adc4a5
web commit by http://joey.kitenet.net/
2008-03-14 18:54:37 -04:00
Joey Hess
3d40fd88a5
web commit by http://joey.kitenet.net/
2008-03-14 18:44:52 -04:00
Joey Hess
c276bb4eec
web commit by http://joey.kitenet.net/
2008-03-14 18:33:38 -04:00
Joey Hess
a7886d699e
web commit by http://madduck.net/
2008-03-14 17:36:09 -04:00
Joey Hess
90151b6be2
web commit by tomtest: just playing in sandbox
2008-03-14 14:05:18 -04:00
Joey Hess
d84fc540e8
web commit by tomtest
2008-03-14 14:01:47 -04:00
Joey Hess
6574f28dc4
web commit by tomtest
2008-03-14 14:00:33 -04:00
Joey Hess
abf90fcbaa
web commit by http://alcopop.org/me/openid/
2008-03-14 07:05:54 -04:00
Joey Hess
650c0dc8de
web commit from 128.240.229.68: poll vote (Accept only OpenID for logins)
2008-03-14 07:04:08 -04:00
Joey Hess
46fa95efa3
web commit from 128.240.229.68: poll vote (Accept only OpenID for logins)
2008-03-14 06:24:13 -04:00
Joey Hess
1bade8e70d
web commit from 128.240.229.68: poll vote (Accept only OpenID for logins)
2008-03-14 06:04:36 -04:00
Joey Hess
75ed8630b6
web commit by http://madduck.net/
2008-03-14 05:40:37 -04:00
Joey Hess
880dea6af4
web commit by http://madduck.net/
2008-03-14 05:35:58 -04:00
Joey Hess
ddab0dbfcc
web commit by http://madduck.net/
2008-03-14 05:33:48 -04:00
Joey Hess
8e05c93b4c
web commit by http://madduck.net/
2008-03-14 05:20:32 -04:00
Joey Hess
7695a48fcd
web commit by http://madduck.net/
2008-03-14 05:14:28 -04:00
Joey Hess
21bb758cdd
web commit by https://jaroslav.klaus.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-03-14 04:51:47 -04:00
Joey Hess
98844314c3
web commit from 74.251.196.253: poll vote (Accept only OpenID for logins)
2008-03-13 12:15:59 -04:00
Joey Hess
4875e7cb8d
web commit by buo: poll vote (Accept both)
2008-03-13 08:51:27 -04:00
Joey Hess
5a8719f4b0
web commit by XTaran: Correction: write-back -> markup
2008-03-12 22:06:55 -04:00
Joey Hess
490f4be7f0
web commit by XTaran: I'll check what exactly caused the breakage...
2008-03-12 21:44:27 -04:00
Joey Hess
862ca19eb1
truncate recentchangesdiffs after 200 lines
...
This works around a perl crasher bug, and also avoids bloating pages
with enormous diffs.
rcs_recentchanges modified to return a list in an array context.
2008-03-12 15:45:10 -04:00
Joey Hess
672893634b
response
2008-03-12 14:48:08 -04:00
Joey Hess
e3c6b9bb9d
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-12 14:46:03 -04:00
Joey Hess
20f1365ce1
response
2008-03-12 14:33:38 -04:00
Joey Hess
8b9498ba73
response
2008-03-12 14:31:43 -04:00
Joey Hess
475a7ad556
web commit by http://madduck.net/
2008-03-12 14:21:53 -04:00
Joey Hess
f7bdc2385d
* Use forcebaseurl to make page previews be displayed with the html base
...
set to the destination page. This avoids need for hacks to munge the urls
in preview mode, which fixes several bugs.
* Several destpage fixes in plugins.
2008-03-12 14:21:48 -04:00
Joey Hess
65da6aaae2
web commit by http://www-public.it-sudparis.eu/~berger_o/
2008-03-12 13:38:12 -04:00
Joey Hess
be0f1a63a3
typo
2008-03-12 13:34:44 -04:00
Joey Hess
95261278e7
docuent need for mhchem.sty
2008-03-12 13:25:28 -04:00
Joey Hess
43056e68d5
move from bugs to todo
2008-03-12 13:17:43 -04:00
Joey Hess
fb2b1702a4
tag as a slow plugin
2008-03-12 13:15:58 -04:00
Joey Hess
6690f1091a
code review of hnd plugin
2008-03-12 13:14:43 -04:00
Joey Hess
5447cf4089
response
2008-03-12 13:06:27 -04:00
martin f. krafft
8a43597a00
Handle SimpleXMLRPCDispatcher arg count change in Py2.5
...
SimpleXMLRPCDispatcher.__init__ takes 3 arguments instead of 1 since
python 2.5, so we check for that with a hack, for I found no better way,
other than catching a TypeError exception.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-12 10:46:36 -04:00
Joey Hess
2fa9da9f16
* monotone: Require version 0.38 or greater, and stop using the mtnmergerc
...
option. (Brian May)
2008-03-12 10:46:04 -04:00
Joey Hess
972570b236
web commit by http://tove.myopenid.com/
2008-03-12 08:59:51 -04:00
Joey Hess
eee0a5c7be
web commit by http://madduck.net/
2008-03-12 08:30:06 -04:00
Joey Hess
c47066dd55
web commit by http://edward.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-03-12 04:35:53 -04:00
Joey Hess
e5afc39aae
web commit by http://noone.org/openid/ : Shorter syntax
2008-03-11 19:23:24 -04:00
Joey Hess
441e9f0261
web commit by http://chistera.yi.org/~adeodato/
2008-03-11 18:55:33 -04:00
Joey Hess
f26ff1526b
web commit by http://chistera.yi.org/~adeodato/ : Support this.
2008-03-11 18:51:16 -04:00
Joey Hess
9b6566ad8c
web commit by http://bremner.myopenid.com/ : changed source link to point to git. added plugin box. made epsilon less verbose
2008-03-11 17:34:20 -04:00
Joey Hess
24d90d4bb6
web commit by http://bremner.myopenid.com/ : added some notes about related approaches
2008-03-11 17:22:17 -04:00
Joey Hess
cdf88c8821
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-11 15:55:38 -04:00
martin f. krafft
c471d5425f
Generate openid2 headers as well
...
This causes meta.openid to also generate the openid2 headers.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:53:21 -04:00
martin f. krafft
2325525713
Let meta.openid set X-XRDS-Location header
...
Adds an optional xrds-location parameter to the openid meta handler,
which allows for XRDS delegation.
A good document on XRDS is
http://www.windley.com/archives/2007/05/using_xrds.shtml
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:51:11 -04:00
martin f. krafft
a64d31d293
Tell robots to noindex,follow basewiki pages
...
Those pages show up in the basewiki on most ikiwiki sites and thus
really ought not to be indexed. We can let robots follow them though.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:44:18 -04:00
Joey Hess
c59405e643
web commit by http://madduck.net/
2008-03-11 10:02:12 -04:00
Joey Hess
09e69a642b
web commit by http://hendry.iki.fi/ : openid acl
2008-03-11 09:09:15 -04:00
Joey Hess
830aab057f
web commit by http://bremner.myopenid.com/
2008-03-11 08:56:35 -04:00
Joey Hess
fd4e6dfa87
web commit by http://bremner.myopenid.com/
2008-03-11 08:32:12 -04:00
Joey Hess
7861b38e1c
web commit by http://alcopop.org/me/openid/
2008-03-11 06:21:52 -04:00
Joey Hess
80f7c3a6b0
web commit by http://alcopop.org/me/openid/
2008-03-11 06:21:23 -04:00
Joey Hess
dd52e95836
web commit by http://alcopop.org/me/openid/
2008-03-11 06:20:20 -04:00
Joey Hess
7d595594c6
web commit by XTaran: Idea for improvement
2008-03-10 20:14:00 -04:00
Joey Hess
fe2fbccc0e
web commit by http://madduck.net/
2008-03-10 16:41:43 -04:00
Joey Hess
0cbe1669f5
web commit by http://madduck.net/
2008-03-10 16:40:19 -04:00
Joey Hess
cd0fa5a776
web commit by http://madduck.net/
2008-03-10 16:34:54 -04:00
Joey Hess
1d1124d526
web commit by http://smichael.myopenid.com/ : links
2008-03-10 16:33:46 -04:00
Joey Hess
a58ff2b058
web commit by http://alcopop.org/me/openid/ : fix link to myself
2008-03-10 16:33:18 -04:00
Joey Hess
8ce192cc0f
web commit by http://smichael.myopenid.com/
2008-03-10 16:28:54 -04:00
Joey Hess
e7e728cdfe
web commit by http://smichael.myopenid.com/ : wiki mail experience
2008-03-10 16:26:19 -04:00
Joey Hess
b4b6e8a1d3
web commit by http://madduck.net/
2008-03-10 16:12:18 -04:00
Joey Hess
4716ea913b
web commit by http://liw.fi/ : commenting on madduck's mailing list proposal
2008-03-10 15:59:17 -04:00
Joey Hess
74d8443573
web commit by buo: Minor nitpick
2008-03-10 14:01:00 -04:00
Joey Hess
79a0699b92
web commit by buo: Problem solved.
2008-03-10 12:58:23 -04:00
Joey Hess
cb0e593cfd
web commit by XTaran: Download link
2008-03-10 11:12:51 -04:00
Joey Hess
d32515f326
web commit by XTaran: Fixing grammar, adding some links
2008-03-10 10:27:24 -04:00
Joey Hess
63b7781b8b
web commit by XTaran: Fixing links
2008-03-10 10:17:35 -04:00
Joey Hess
dd83f6d866
web commit by XTaran: Something about my ikiwiki usage
2008-03-10 10:12:09 -04:00
Joey Hess
2a1b9f262a
web commit by XTaran: New hnb plugin
2008-03-10 09:57:29 -04:00
Joey Hess
0d0cac1602
web commit by XTaran: Bug report: htmltidy has no possibilty to use an alternative config file which may other usages
2008-03-10 09:43:25 -04:00
Joey Hess
30d480f5a9
web commit by http://madduck.net/
2008-03-10 09:42:37 -04:00
Joey Hess
7246bd756c
web commit by http://madduck.net/ : tag wishlist
2008-03-10 09:41:09 -04:00
Joey Hess
454d520666
web commit by http://madduck.net/
2008-03-10 09:39:46 -04:00
Joey Hess
31101f6902
web commit by http://madduck.net/ : amend my previous vote: it's too slow.
2008-03-10 09:30:13 -04:00
Joey Hess
c484de68f0
web commit by http://madduck.net/
2008-03-10 09:27:34 -04:00
Joey Hess
7264795159
web commit from 77.56.86.191: poll vote (Accept both)
2008-03-10 01:40:22 -04:00
Joey Hess
cf36715abc
web commit from 24.45.15.43: poll vote (Accept only OpenID for logins)
2008-03-09 21:12:34 -04:00
Joey Hess
ced0e9f986
already fixed in git
2008-03-09 20:10:13 -04:00
Joey Hess
e2924778de
web commit by HenrikBrixAndersen: Add reference to patch
2008-03-09 09:32:32 -04:00
Joey Hess
76064f25e4
web commit by HenrikBrixAndersen: Add patch tag
2008-03-09 09:23:35 -04:00
Joey Hess
265161e705
web commit by HenrikBrixAndersen: Add patch for working with new Text::Markdown module from CPAN
2008-03-09 09:18:21 -04:00
Joey Hess
c0c9dd82d8
web commit by test
2008-03-08 22:11:35 -05:00
Joey Hess
e0b9df5a2d
web commit by test
2008-03-08 22:10:08 -05:00
Joey Hess
02f93a69f0
web commit by http://subvert.org.uk/~bma/
2008-03-08 21:01:45 -05:00
Joey Hess
90171e7d72
it worked. Remove it :-P
2008-03-08 13:25:35 -05:00
Joey Hess
a235781b3d
request for more info
2008-03-08 13:24:29 -05:00
Joey Hess
3df90aee01
web commit by vod
2008-03-08 02:34:48 -05:00
Joey Hess
9da8ae1cec
web commit by http://madduck.net/
2008-03-07 12:40:12 -05:00
Joey Hess
569545968a
web commit by http://madduck.net/
2008-03-07 12:37:46 -05:00
Joey Hess
821d9ca110
web commit by bremner: fix wikilink with spaces (again?)
2008-03-07 02:23:16 -05:00
Joey Hess
f6c71fa95b
web commit by bremner: offer up my hacked together tex plugin
2008-03-07 02:22:11 -05:00
Joey Hess
034b9143e6
web commit by bremner: update link to my site
2008-03-07 02:15:13 -05:00
Joey Hess
478c93d636
web commit by bremner
2008-03-07 02:12:24 -05:00
Joey Hess
aebc0a13d3
web commit by bremner
2008-03-06 16:54:23 -05:00
Joey Hess
b823fdef9b
web commit by bremner: deleted (my) redundant TODO item
2008-03-06 16:50:30 -05:00
Joey Hess
eff0e7aa8a
* Fix example exclude regexp. Closes : #469691
2008-03-06 12:09:10 -05:00
Joey Hess
91ea662943
web commit by bremner: added pointer to relevant discussion
2008-03-06 08:14:44 -05:00
Joey Hess
8f44d519b0
web commit by http://madduck.net/ : add debpkgsid to link to packages.d.o/sid directly
2008-03-06 08:11:41 -05:00
Joey Hess
da9bf8df55
web commit by bremner: answer one of my own questions
2008-03-06 07:52:36 -05:00
Joey Hess
2404ce0ddd
web commit by bremner: new version, language configurable, sortof
2008-03-06 04:51:44 -05:00
Joey Hess
890863679f
web commit by bremner
2008-03-06 03:40:02 -05:00
Joey Hess
edadac1951
web commit by bremner: added link to sourcehighlight plugin
2008-03-06 03:25:29 -05:00
Joey Hess
0e071ba9af
web commit by bremner: added work in progress sourcehighlight plugin
2008-03-06 03:19:32 -05:00
Joey Hess
445e460b00
web commit by bremner: me too request for the tag generating code
2008-03-06 02:58:06 -05:00
Joey Hess
61205cd995
web commit by bremner
2008-03-06 02:23:05 -05:00
Joey Hess
5df638c445
web commit by ManojSrivastava
2008-03-05 18:35:20 -05:00
Joey Hess
0702e3aabe
web commit by ManojSrivastava
2008-03-05 18:01:35 -05:00
Joey Hess
bff92e3890
web commit by ManojSrivastava
2008-03-05 17:47:43 -05:00
Joey Hess
091b2a29fd
web commit by bremner: updated my previous two wishlist items, added new one
2008-03-05 17:37:35 -05:00
Joey Hess
a093824c38
web commit by ManojSrivastava
2008-03-05 17:22:43 -05:00
Joey Hess
444d25af3a
response
2008-03-05 17:16:20 -05:00
Joey Hess
90e3639281
response
2008-03-05 17:13:24 -05:00
Joey Hess
6352310f5c
web commit by bremner: editorializing re: the information on using git being spread around between at least two pages
2008-03-05 15:23:59 -05:00
Joey Hess
1861cea269
web commit by http://mlcastle.net/ : new page test pi
2008-03-05 15:18:47 -05:00
Joey Hess
9c776d65a3
web commit by ManojSrivastava
2008-03-05 14:55:51 -05:00
Joey Hess
f042a68566
web commit by ManojSrivastava
2008-03-05 13:45:14 -05:00
Joey Hess
73d5d40bf8
web commit by ManojSrivastava
2008-03-05 13:35:56 -05:00
Joey Hess
90fa2fa227
web commit by buo: escape inline directive
2008-03-05 11:36:02 -05:00
Joey Hess
5508ceaaa0
web commit by buo: blog posts not added to mercurial repo
2008-03-05 11:34:49 -05:00
Joey Hess
968b4bec19
web commit by ManojSrivastava
2008-03-05 11:12:27 -05:00
Joey Hess
bb4ac7f1ee
web commit by http://alcopop.org/me/openid/ : "me too" (and maybe I'll do it)
2008-03-05 10:46:50 -05:00
Joey Hess
36ad806466
web commit by ManojSrivastava
2008-03-05 10:23:39 -05:00
Joey Hess
a632e366a0
web commit by http://subvert.org.uk/~bma/ : Argument in favour of Varioki over creating new plugins to set template variables.
2008-03-05 10:01:52 -05:00
Joey Hess
f77bc9d35c
web commit by http://subvert.org.uk/~bma/ : Add my thoughts.
2008-03-05 09:51:50 -05:00
Joey Hess
ae023f74c3
web commit by ManojSrivastava
2008-03-05 09:38:29 -05:00
Joey Hess
3b89ff6d66
web commit by http://mmassonnet.myopenid.com/ : Added linux.die.net/man/%s (not sure this is the right place)
2008-03-05 08:26:27 -05:00
Joey Hess
41c7e7fd57
web commit by http://weakish.int.eu.org/ : I think ikiwiki is more suitable for VPS/dedicated server. Shared hosting doesn't fit.
2008-03-05 07:37:20 -05:00
Joey Hess
ed4680df7c
web commit by tschwinge: There's a bug somewhere.
2008-03-05 07:01:48 -05:00
Joey Hess
86837b6621
web commit by http://weakish.int.eu.org/ : add GNU Hurd wiki
2008-03-04 22:39:53 -05:00
Joey Hess
713845f342
response
2008-03-03 16:07:46 -05:00
Joey Hess
c9df38fe33
response
2008-03-03 16:01:16 -05:00
Joey Hess
d93aaed791
* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.
...
* rcs_diff is a new function that rcs modules should implement.
* Implemented rcs_diff for git, svn, and tla (tla version untested).
Mercurial and monotone still todo.
2008-03-03 15:53:34 -05:00
Joey Hess
59379d0205
web commit by bremner: a bit rough, but hopefully someone finds it useful
2008-03-03 08:21:04 -05:00
Joey Hess
150acf68ec
web commit by bremner
2008-03-03 07:13:13 -05:00
Joey Hess
119f2e426d
web commit by bremner
2008-03-03 06:51:13 -05:00
Joey Hess
b2cd1e649e
web commit by bremner
2008-03-03 06:50:33 -05:00
Joey Hess
b3d2f7152c
web commit by tschwinge: Set the title *after* instantiating the templates.
2008-03-03 04:58:37 -05:00
Joey Hess
5ec11421d2
web commit by tschwinge: Set page title.
2008-03-03 04:54:18 -05:00
Joey Hess
89211fc60d
web commit by bremner
2008-03-03 03:05:49 -05:00
Joey Hess
598ffb7133
web commit by http://liw.iki.fi/liw/ : Document that you need to clone repository, not the actual source directory
2008-03-02 18:29:34 -05:00
Joey Hess
d451914bb4
add closure link
2008-03-02 18:11:02 -05:00
martin f. krafft
5357eeb13c
correct a typo
...
(cherry picked from commit dd64f39646133429910081b89f6e3a8d704a8602)
2008-03-02 18:04:09 -05:00
martin f. krafft
c10cfb27d1
Add robots tag to meta plugin
...
Add special handling for <meta name="robots" ...> which needs not be
scrubbed as it's harmless.
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit b15d0299a7f7b147e89d8a202d6cca1c21491af2)
2008-03-02 18:04:09 -05:00
Adeodato Simó
a8f08ab8e1
Make directives generated by shortcuts accept a `desc` parameter.
...
(cherry picked from commit 252da396bfa728b99af7c9bb304a7b5f3f6d94e6)
2008-03-02 18:04:09 -05:00
Joey Hess
bdb57e5833
web commit by bremner
...
(cherry picked from commit 7eeafb3ef9
)
2008-03-02 18:04:09 -05:00
Joey Hess
e1935f6114
web commit by bremner
...
(cherry picked from commit f8e4bcf7f2
)
2008-03-02 18:04:09 -05:00
Joey Hess
da205c3eaf
web commit by AlexandreDupas: Question around bibtex plugin devel
2008-03-01 09:37:10 -05:00
Joey Hess
b3a7bf61d5
formatting
2008-02-29 23:26:44 -05:00
Joey Hess
b2b12275d6
add news item for ikiwiki 2.40
2008-02-29 23:23:48 -05:00
Joey Hess
909a901424
remove link to wikitemplates
...
this page is in the basewiki, and so it should not link to pages that are not
2008-02-29 23:11:51 -05:00
Joey Hess
142afcc6ac
responses
2008-02-29 23:01:17 -05:00
Joey Hess
e7886a46c5
mark done, patch is applied
2008-02-29 22:48:50 -05:00
Joey Hess
eb13d46e21
remove incorrect comment
2008-02-29 22:42:27 -05:00
Joey Hess
37dd9b0dc3
fix location
2008-02-29 22:41:20 -05:00
Joey Hess
cd05fffee7
web commit by http://alcopop.org/me/openid/
2008-02-29 17:41:55 -05:00
Joey Hess
383cf1b715
web commit by http://alcopop.org/me/openid/ : an example comment
2008-02-29 17:38:48 -05:00
Joey Hess
4707f556a7
web commit by http://madduck.myopenid.com/ : remove comment about relative links always using ../, which is not true
2008-02-29 13:47:48 -05:00
Joey Hess
0336d6708d
web commit by http://madduck.myopenid.com/ : close bug
2008-02-29 13:33:17 -05:00
Joey Hess
6a60c225fe
web commit by http://madduck.myopenid.com/ : add patch/git commit
2008-02-29 13:32:19 -05:00
Joey Hess
8ebf6acd80
web commit by http://madduck.myopenid.com/ : add analysis based on rfc3986 and suggest a new regexp
2008-02-29 13:21:24 -05:00
Joey Hess
7129554701
web commit by http://alcopop.org/me/openid/ : brief biog
2008-02-29 13:06:49 -05:00
Joey Hess
74e8c5197e
web commit by http://alcopop.org/me/openid/ : potwiki
2008-02-29 13:05:12 -05:00
Joey Hess
361ce5d3a9
web commit by http://madduck.myopenid.com/ : trace this bug to htmlscrubber and $safe_url_regexp
2008-02-29 13:04:31 -05:00
Joey Hess
9323038904
web commit by http://madduck.myopenid.com/ : merge bug with colon-in-links bug
2008-02-29 13:03:16 -05:00
Joey Hess
5879c6070b
web commit by http://madduck.myopenid.com/ : add my homepage
2008-02-29 11:47:02 -05:00
Joey Hess
19621d889f
web commit by http://madduck.myopenid.com/ : add vcs-pkg and vcs-home
2008-02-29 11:46:08 -05:00
Joey Hess
bfb8e4a6f8
web commit by http://madduck.myopenid.com/ : confirm this bug
2008-02-29 11:41:56 -05:00
Joey Hess
8aff1348e6
web commit by bremner
2008-02-29 09:41:17 -05:00
Joey Hess
d583c335a8
web commit by bremner
2008-02-29 08:38:27 -05:00
Joey Hess
e3b1d8e482
web commit by bremner
2008-02-29 08:34:53 -05:00
Joey Hess
bda88930b5
web commit by bremner
2008-02-29 04:00:34 -05:00
Joey Hess
b18b97fa3c
web commit by bremner
2008-02-29 03:57:42 -05:00
Joey Hess
e83ea3f29f
web commit by bremner
2008-02-29 03:55:48 -05:00
Joey Hess
12c5361c73
web commit by http://alcopop.org/me/openid/ : state that the svn instructions work for local repos only
2008-02-28 11:04:34 -05:00
Joey Hess
28a7edf811
web commit by bremner
2008-02-28 10:01:59 -05:00
Joey Hess
393a58b866
web commit by bremner
2008-02-28 09:57:48 -05:00
Joey Hess
f395b961f9
web commit by bremner
2008-02-28 07:01:12 -05:00
Joey Hess
2254081854
web commit by http://mmassonnet.myopenid.com/
2008-02-27 05:28:59 -05:00
Joey Hess
eff5b9d970
remove page-o-cruft
...
(user "yyl": you're risking being banned..)
2008-02-26 16:48:08 -05:00
Joey Hess
9beab2a4ae
web commit by http://hendry.iki.fi/
2008-02-26 14:04:19 -05:00
Joey Hess
2cc891e518
web commit by Mathias
2008-02-26 05:18:55 -05:00
Joey Hess
5730282337
web commit by http://liw.iki.fi/liw/ : Removed "nagios" link to userpage without content from front page.
2008-02-26 05:13:15 -05:00
Joey Hess
2d90e4ede4
web commit by http://brian.may.myopenid.com/ : work around not solution
2008-02-25 18:16:59 -05:00
Joey Hess
52cd63011e
web commit by yyl
2008-02-25 16:52:10 -05:00
Joey Hess
da9fd35243
web commit by yyl
2008-02-25 16:51:08 -05:00
Joey Hess
3f8af9234a
web commit by http://harningt.eharning.us/
2008-02-25 14:16:39 -05:00
Joey Hess
d766d61252
web commit by buo: More comments on mercurial use.
2008-02-25 11:48:58 -05:00
Joey Hess
5adc9830a0
web commit by http://madduck.myopenid.com/
2008-02-25 10:45:16 -05:00
Joey Hess
8b19dea41d
web commit by http://madduck.myopenid.com/
2008-02-25 10:06:50 -05:00
Joey Hess
154532b278
per Brian May, change monotone historyurl
...
> This doesn't work in currently released versions of viewmtn (it was
> meant to), but has been fixed in the development repository. I imagine
> it won't be long until the next release.
2008-02-24 17:58:25 -05:00
Joey Hess
08192f449d
move random comment out of the main page and into the discussion page where it belongs
...
add response
2008-02-24 17:50:01 -05:00
Joey Hess
badd3bc00c
improve wording
2008-02-24 17:46:54 -05:00
Joey Hess
ba96fb16be
response
2008-02-24 17:41:57 -05:00
Joey Hess
60dc22c16d
version needed
2008-02-24 17:39:27 -05:00
Joey Hess
c2a6fd49db
response on recentchanges
2008-02-24 17:36:53 -05:00
Joey Hess
b045e3124a
closing with explanation
2008-02-24 17:31:18 -05:00
Joey Hess
4eabb3cb7a
* inline: When forcing urls absolute for rss feeds, skip mailto and other
...
such urls.
2008-02-24 17:07:56 -05:00
Joey Hess
8e2aae2b35
close this one
2008-02-24 17:02:29 -05:00
Joey Hess
fab5151a86
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-24 17:01:59 -05:00
Joey Hess
265098501e
user configuration error
2008-02-24 17:01:37 -05:00
Joey Hess
031bb8cef3
web commit by PatrickWinnertz: my comment to spam
2008-02-24 16:58:55 -05:00
Joey Hess
21b55c9640
responses
2008-02-24 16:57:52 -05:00
Joey Hess
40a0b3e748
close
2008-02-24 16:50:58 -05:00
Joey Hess
012fcf781a
web commit by http://joey.kitenet.net/
2008-02-24 16:07:20 -05:00
Joey Hess
5b43f0b95c
response
2008-02-24 15:44:39 -05:00
Joey Hess
d14bde197e
* Disable taint checking for all builds as people keep complaining about it,
...
and since all versions of perl seem to be hopelessly broken.
2008-02-24 15:42:43 -05:00
Joey Hess
8108178745
web commit by rdennis
2008-02-24 07:36:32 -05:00
Joey Hess
0fa210aed4
web commit by JeremyReed: how to convert to new recentchanges.html?
2008-02-23 21:10:42 -05:00
Joey Hess
ad1639f455
web commit by JeremyReed: put on one line
2008-02-23 20:59:43 -05:00
Joey Hess
4d368bc747
web commit by JeremyReed: noticed bug running ikiwiki right after upgrading to 2.32.3
2008-02-23 20:58:30 -05:00
Joey Hess
e610460d9c
web commit by http://harningt.eharning.us/
2008-02-22 17:52:35 -05:00
Joey Hess
c36beccf81
web commit by buo: Notes on mercurial usage
2008-02-22 15:22:28 -05:00
Joey Hess
8b54578882
web commit from 85.177.35.89: poll vote (It's fast enough)
2008-02-21 16:57:11 -05:00
Joey Hess
5168f51094
web commit by https://id.mayfirst.org/dkg/
2008-02-21 10:38:18 -05:00
Joey Hess
3af19a2428
web commit by http://madduck.myopenid.com/
2008-02-21 09:33:55 -05:00
Joey Hess
2add78ab82
web commit by http://madduck.myopenid.com/
2008-02-21 09:32:06 -05:00
Joey Hess
0737121a73
add CVE ids
2008-02-20 16:48:38 -05:00
Joey Hess
73b891a434
web commit by Justin: explain workaround using server rewriting.
2008-02-20 12:30:33 -05:00
Joey Hess
cf02ab0eaf
web commit by Mathias
2008-02-19 16:45:49 -05:00
Joey Hess
6ed7ea211b
web commit by http://hendry.iki.fi/ : clearer to avoid the mistake i did
2008-02-19 04:48:32 -05:00
Joey Hess
40a8236af4
web commit by http://madduck.myopenid.com/
2008-02-18 12:07:40 -05:00
Joey Hess
09db9e3287
web commit by lnussel
2008-02-18 03:41:48 -05:00
Joey Hess
9f0eb37e47
web commit by http://satori.no-ip.org/vs/
2008-02-17 23:37:15 -05:00
Joey Hess
18d4cf30ad
web commit by drusilor: poll vote (Accept both)
2008-02-17 23:29:39 -05:00
Joey Hess
3eec7623d8
web commit by AdamMegacz
2008-02-17 14:30:59 -05:00
Joey Hess
23e4ab88e9
web commit by drusilor: test
2008-02-16 20:23:23 -05:00
Joey Hess
8cb0bdcc12
web commit by Justin
2008-02-16 18:34:00 -05:00
Joey Hess
4d22a29e84
web commit by https://brian.may.myopenid.com/ : fix underscores
2008-02-16 04:23:29 -05:00
Joey Hess
4a158ce1b6
web commit by https://brian.may.myopenid.com/ : link to semi-related bug report
2008-02-16 04:22:13 -05:00
Joey Hess
9a4ba5c590
web commit by https://brian.may.myopenid.com/ : not checking ssl certificates
2008-02-16 04:19:30 -05:00
Joey Hess
17a2d399d8
web commit by simon
2008-02-16 04:17:48 -05:00
Joey Hess
15222d8725
web commit by https://brian.may.myopenid.com/ : simplify response
2008-02-16 03:37:29 -05:00
Joey Hess
a4697df3e7
web commit by https://brian.may.myopenid.com/
2008-02-15 04:10:08 -05:00
Joey Hess
b35749fb24
web commit by http://adam.shand.net/
2008-02-15 03:59:20 -05:00
Joey Hess
4f0359bdd9
I suppose monotone post-commit can be removed from the todo list now
2008-02-14 16:18:09 -05:00
Joey Hess
1c06aed378
* monotone: Add code to default mergerc file to run
...
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
2008-02-14 16:10:33 -05:00
Joey Hess
8f7d7c1a00
er, what absolute links?
2008-02-14 15:46:24 -05:00
Joey Hess
841617c9ff
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-14 15:42:50 -05:00
Joey Hess
553136ec1f
* Preview limits the page dropdown to what's selected previously
...
(as preserving the full list across preview would be tricky). Userdirs
were still being offered as an option there, remove them.
* Fix a bug where user A created a page concurrently with user B, and
when B previewed it would redirect B to A's new page, losing B's work.
Instead, don't redirect and let conflict handling resolve it.
2008-02-14 15:42:14 -05:00
Joey Hess
85145afbd9
web commit by https://brian.may.myopenid.com/ : relative links
2008-02-14 15:40:22 -05:00
Joey Hess
8be2b60aac
* The search plugin needs to override <base> to point to the directory
...
containing ikiwiki.cgi, but this should not change the urls to the style
sheets etc. Add a new forcebareurl parameter to misctemplate to allow
it to do that.
2008-02-14 15:20:49 -05:00
Joey Hess
9192a88375
web commit by https://brian.may.myopenid.com/ : openid https certificates checked?
2008-02-14 05:05:36 -05:00
Joey Hess
a3c3786954
web commit by https://brian.may.myopenid.com/ : http proxy
2008-02-14 04:45:28 -05:00
Joey Hess
9c87cc0d13
web commit by rdennis
2008-02-14 04:41:52 -05:00
Joey Hess
31a52efc91
web commit by rdennis
2008-02-14 04:19:36 -05:00
Joey Hess
af6b56c9c2
web commit by http://id.loopysoft.com/matt/
2008-02-14 00:31:11 -05:00
Joey Hess
c371d1eb83
web commit by http://id.loopysoft.com/matt/ : Update to include simpler instructions, hopefully more correct
2008-02-14 00:01:47 -05:00
Joey Hess
c5182314d5
web commit by http://harningt.eharning.us/ : Added TrustBearer OpenID link, great for using strong authentication in a simple way
2008-02-13 15:33:37 -05:00
Joey Hess
4eabe04ced
* Depend on HTML::Scrubber, since the scrubber is enabled by default and
...
dies if its can't be loaded.
2008-02-13 13:17:07 -05:00
Joey Hess
c23abb3553
web commit by http://edward.myopenid.com/ : spelling fix and link [[hyperestraier]]
2008-02-12 06:03:54 -05:00
Joey Hess
b9f738f0b0
web commit by http://adam.shand.net/
2008-02-12 04:37:17 -05:00
Joey Hess
4763514861
* Add the linkify and scan hooks. These hooks can be used to implement
...
custom, first-class types of wikilinks.
* Move standard wikilink implementation to a new wikilink plugin, which
will of course be enabled by default.
2008-02-11 22:48:27 -05:00
Joey Hess
4aab5f0a73
* Generate XML RPC messages with the encoding set to utf-8 instead
...
of XML::RPC's default of us-ascii. Allows interoperation with
python's xmlrpc library, which threw invalid encoding exceptions and
caused the rst plugin to hang.
2008-02-11 00:11:49 -05:00
Joey Hess
4029389414
add templates
2008-02-10 23:06:46 -05:00
Joey Hess
10351be39a
add template
2008-02-10 23:02:57 -05:00
Joey Hess
800a1b3271
add templates
2008-02-10 23:00:30 -05:00
Joey Hess
b29add934b
add template
2008-02-10 22:57:34 -05:00
Joey Hess
ccc5b496e3
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-10 22:54:17 -05:00
Joey Hess
129d924c0e
fix bazaar id
2008-02-10 22:54:00 -05:00
Joey Hess
4c0cc8e3a7
web commit by http://id.loopysoft.com/matt/
2008-02-10 21:30:27 -05:00
Joey Hess
0e445d62d2
some updates about the recent hole
2008-02-10 19:00:26 -05:00
Joey Hess
886adf9f9f
add news item for ikiwiki 2.32.3
2008-02-10 18:59:31 -05:00
Joey Hess
11a781d1c5
debian-stable branch
2008-02-10 18:01:48 -05:00
Joey Hess
14414fcd92
web commit by http://users.itk.ppke.hu/~cstamas/ : creating my own page
2008-02-10 17:49:15 -05:00
Joey Hess
e5f97777ad
update
2008-02-10 17:27:59 -05:00
Joey Hess
71ccaf0751
a few thoughts on data: security
2008-02-10 15:55:42 -05:00
Joey Hess
6e077c3617
add news item for ikiwiki 2.31.2
2008-02-10 15:38:11 -05:00
Joey Hess
4e791ed695
document security fix
...
The backported fix for stable is tagged and waiting for the security team
to upload.
2008-02-10 14:00:00 -05:00
Joey Hess
ab04d07733
announcing version 2.31.1
2008-02-10 13:28:52 -05:00
Joey Hess
d7e0c035e5
* htmlscrubber security fix: Block javascript in uris.
...
* Add htmlscrubber test suite.
2008-02-10 13:16:40 -05:00
Joey Hess
f185ab4afc
web commit by PatrickWinnertz: add link to my templates
2008-02-10 06:47:25 -05:00
Joey Hess
973ea50190
improve wording and fix an example that is intentionall un-prefixed
2008-02-10 02:29:19 -05:00
Joey Hess
3a13c7508c
prefix-directives branch is merged so no need to list anymore
2008-02-10 02:11:05 -05:00
Josh Triplett
122f6df325
Merge branch 'master' into prefix-directives
...
Conflicts:
debian/changelog
templates/change.tmpl
2008-02-09 23:02:52 -08:00
Joey Hess
8b577726ab
add news item for ikiwiki 2.31
2008-02-10 01:12:10 -05:00
Joey Hess
f1fcb5be9c
* Page templates can now use CTIME to show when the page was created.
2008-02-09 23:05:48 -05:00
Joey Hess
f16b3f17c0
note that's there's a git branch for this
2008-02-09 22:56:29 -05:00
Joey Hess
6cd7cb9d87
remove random page
2008-02-09 22:54:54 -05:00
Josh Triplett
a35dd1d806
Add --prefix-directives and --no-prefix-directives options to ikiwiki
...
This avoids the need to set prefix_directives with --set.
2008-02-08 18:35:12 -08:00
Joey Hess
6717ea5b95
clarify slightly
2008-02-08 13:57:41 -05:00
Joey Hess
825847af95
reply
2008-02-08 13:52:31 -05:00
Joey Hess
35547272c6
web commit by lnussel
2008-02-08 09:03:51 -05:00
Joey Hess
d78e213371
web commit by http://marcell.mars.myopenid.com/
2008-02-07 18:49:39 -05:00
Joey Hess
4084c9a655
web commit by greg
2008-02-07 17:04:24 -05:00
Joey Hess
d599a5d339
web commit by greg
2008-02-07 17:01:36 -05:00
Joey Hess
5296ab065d
web commit by http://edward.myopenid.com/ : add [[todo/shortcut_with_different_link_text]] to watchlist
2008-02-07 07:05:51 -05:00
Josh Triplett
830152d2a9
Update status of prefix-directives branch.
2008-02-06 21:40:23 -08:00
Josh Triplett
9c6b6df76a
Add commented example of prefix_directives to sample ikiwiki.setup
2008-02-06 21:25:30 -08:00
Joey Hess
f3efacb16d
add ! prefix to some directives in templates, and to the recentchanges page
2008-02-05 16:18:29 -05:00
Joey Hess
f92505d78b
Merge branch 'master' into prefix-directives
2008-02-05 15:59:42 -05:00
Joey Hess
ed16e5fd9f
web commit by tschwinge: Typo and some more.
2008-02-05 15:18:26 -05:00
Joey Hess
11f4942d68
typos
2008-02-05 13:54:31 -05:00
Joey Hess
94fb135033
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-05 13:50:32 -05:00
Joey Hess
4e3329699b
add a page describing ikiwiki's git repo, including branches
2008-02-05 13:49:25 -05:00
Joey Hess
c73c11f813
web commit by http://edward.myopenid.com/ : fix pagespec link
2008-02-05 03:55:24 -05:00
Joey Hess
5464285c04
web commit by http://edward.myopenid.com/ : add links
2008-02-05 03:54:23 -05:00
Joey Hess
a1d75dc54c
web commit by http://edward.myopenid.com/ : fix link
2008-02-05 03:48:24 -05:00
Joey Hess
3414a01e47
web commit by http://edward.myopenid.com/ : It would be nice if blog post pages could include the ctime.
2008-02-04 19:12:38 -05:00
Joey Hess
ba3bf607a1
web commit by http://joey.kitenet.net/ : commit after preview, one last test
2008-02-04 18:48:36 -05:00
Joey Hess
a637ab5819
web commit by http://edward.myopenid.com/ : had a 'atom' parameter twice
2008-02-04 18:39:18 -05:00
Joey Hess
bf522a347f
* inline: Add new `allowrss` and `allowatom` config options. These can be
...
used if you want a wiki that doesn't default to generating rss or atom
feeds, but that does allow them to be turned on for specific blogs.
2008-02-04 18:36:50 -05:00
Joey Hess
f7c575bd30
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-04 18:36:16 -05:00
Joey Hess
9f9bc5607e
web commit by http://joey.kitenet.net/ : turning on non-default atom feed should work now
2008-02-04 18:35:54 -05:00
Joey Hess
57567f4168
note about will_render and preview
2008-02-04 18:34:47 -05:00
Joey Hess
346fc8f1a5
rm old page
2008-02-04 18:09:01 -05:00
Joey Hess
6fba45bb56
further comments
2008-02-04 18:03:15 -05:00
Joey Hess
6ab06ed7fa
web commit by http://edward.myopenid.com/ : do i get an error?
2008-02-04 17:40:10 -05:00
Joey Hess
d1f88400f2
web commit by http://joey.kitenet.net/ : test commit, only whitespace changes
2008-02-04 17:38:49 -05:00
Joey Hess
147106d755
web commit by http://edward.myopenid.com/ : feeds="yes"
2008-02-04 17:28:24 -05:00
Joey Hess
cf03646c4d
web commit by http://edward.myopenid.com/ : sort="mtime"
2008-02-04 16:50:36 -05:00
Joey Hess
b265861f2d
web commit by http://edward.myopenid.com/ : turn on atom
2008-02-04 16:48:04 -05:00
Joey Hess
b150b1f499
web commit by http://edward.myopenid.com/ : use space instead of underscore
2008-02-04 16:46:11 -05:00
Joey Hess
46b22b2508
web commit by http://edward.myopenid.com/ : create a watchlist
2008-02-04 16:43:49 -05:00
Joey Hess
4f75dccb71
web commit by http://edward.myopenid.com/ : prefix diff with a tab on each line so markdown treats it as code
2008-02-04 06:11:50 -05:00
Joey Hess
749c1e36d9
* monotone changes by Brian May:
...
- On commits, replace "mtn sync" bidirectional with "mtn push" single
direction. No need to pull changes when doing a commit. mtn sync
is still called in rcs_update.
- Support for viewing differences via patches using viewmtn.
2008-02-03 18:14:39 -05:00
Joey Hess
855f28e105
removing old patch that was also sent by mail
2008-02-03 17:48:30 -05:00
Joey Hess
9d54cc4659
implement aggregate_locking design
...
Now aggregation will not lock the wiki. Any changes made during aggregaton are
merged in with the changed state accumulated while aggregating. A separate
lock file prevents multiple concurrent aggregators. Garbage collection
of orphaned guids is much improved. loadstate() is only called once
per process, so tricky support for reloading wiki state is not needed.
(Tested fairly thuroughly.)
2008-02-03 16:48:26 -05:00
Joey Hess
d8d2b31692
fix broken link
2008-02-03 15:05:31 -05:00
Joey Hess
e57749b702
* recentchanges: Exipre all *._change pages, even if the directory
...
they're in has changed.
2008-02-03 14:51:03 -05:00
Joey Hess
340fe9707c
* recentchanges: Improve handling of links on the very static changes pages
...
by thunking to the CGI, which can redirect to the page, or allow it to be
created if it doesn't exist.
2008-02-03 14:48:20 -05:00
Joey Hess
858d955acf
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-03 13:56:34 -05:00
Joey Hess
6afbd9939a
late night thoughts on fixing aggregation locking
...
(still seem to make sense this morning)
2008-02-03 13:56:10 -05:00
Joey Hess
6c1cb3f985
web commit by tschwinge: Another minor bug.
2008-02-03 12:18:26 -05:00
Joey Hess
58ef55c798
web commit by tschwinge: Thanks!, and a bug report.
2008-02-03 12:16:06 -05:00
Joey Hess
97dfdf8c64
web commit by http://edward.myopenid.com/ : fix broken link to http://git.or.cz/gitwiki/GitFaq
2008-02-03 04:28:37 -05:00
Joey Hess
72bbc41520
rm
2008-02-03 00:32:38 -05:00
Joey Hess
89000b48f3
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-03 00:32:15 -05:00
Joey Hess
f77de93291
web commit by http://joey.kitenet.net/ : poll vote (It's too slow!)
2008-02-03 00:30:38 -05:00
Joey Hess
1992d87153
web commit by http://joey.kitenet.net/ : poll vote (No opinion)
2008-02-03 00:30:06 -05:00
Joey Hess
0dd4fb5d36
web commit by http://joey.kitenet.net/
2008-02-03 00:29:17 -05:00
Joey Hess
80915c830a
* cgi hooks are now run before ikiwiki state is loaded.
...
* This allows locking the wiki before loading state, which avoids some
tricky locking code when saving a web edit.
2008-02-03 00:23:04 -05:00
Joey Hess
77fc69f4ee
web commit by http://joey.kitenet.net/
2008-02-03 00:10:28 -05:00
Joey Hess
7a7794c72e
test3
2008-02-03 00:08:30 -05:00
Joey Hess
293b5558cb
web commit by http://joey.kitenet.net/
2008-02-03 00:07:24 -05:00
Joey Hess
8f18699fe2
web commit by http://joey.kitenet.net/
2008-02-03 00:07:00 -05:00
Joey Hess
1ef7d6de12
thoughts on mtime setting
2008-02-03 00:02:49 -05:00
Joey Hess
23068244e7
web commit by http://pung96.myid.net/
2008-02-02 21:51:01 -05:00
Joey Hess
09e7c15ed6
web commit by cva: test page creation
2008-02-02 21:33:31 -05:00
Joey Hess
4569ae8ec0
web commit by cva
2008-02-02 21:27:12 -05:00
Joey Hess
e61cf0b7dc
more formatting
2008-02-02 17:56:55 -05:00
Joey Hess
c575df1657
formatting
2008-02-02 17:55:21 -05:00
Joey Hess
4820dfe4e0
cleanups
2008-02-02 17:54:42 -05:00
Joey Hess
dcee011058
add news item for ikiwiki 2.30
2008-02-02 17:52:29 -05:00
Joey Hess
3e085d938a
web commit by http://joey.kitenet.net/
2008-02-02 17:49:05 -05:00
Joey Hess
4e72736fe0
Revert "web commit by AdamMeyars"
...
This reverts commit e32772dd1b
.
Spam. Welcome the the banlist, "AdamMeyars".
2008-02-02 17:31:44 -05:00
Joey Hess
e32772dd1b
web commit by AdamMeyars
2008-02-02 12:42:10 -05:00
Joey Hess
374b8c413f
web commit by http://edward.myopenid.com/ : correct spelling mistakes and vote
2008-02-02 09:38:27 -05:00
Joey Hess
965efbb441
web commit by http://perolofsson.myopenid.com/
2008-02-02 06:59:00 -05:00
Joey Hess
c6d223bdd0
web commit by http://perolofsson.myopenid.com/ : add title
2008-02-02 06:55:26 -05:00
Joey Hess
7f17dad399
web commit by http://perolofsson.myopenid.com/
2008-02-02 06:54:06 -05:00
Josh Triplett
07271f9c36
Update another reference to ikiwiki-prefix-directives
2008-02-02 03:15:30 -08:00
Joey Hess
bc119adc11
web commit by http://willu.myopenid.com/ : doxygen support wishlist entry
2008-02-01 18:42:06 -05:00
Joey Hess
a9da9fcd25
web commit by http://users.itk.ppke.hu/~cstamas/ : typo
2008-01-31 17:05:29 -05:00
Joey Hess
6e639dccd1
web commit by http://users.itk.ppke.hu/~cstamas/ : add unaccent todo and link to patch
2008-01-31 17:04:45 -05:00
Joey Hess
3f8858445c
web commit from 134.2.66.50: poll vote (It's fast enough)
2008-01-31 08:29:03 -05:00
Joey Hess
61ffa4a816
rename ikiwiki-prefix-directives into ikiwiki-transition
...
If we have transitions of this sort in the future, this program will
hopefully be used to handle them too.
2008-01-30 17:22:59 -05:00
Joey Hess
35af86096b
copying an intersting bit from an email I'm writing
2008-01-30 16:30:24 -05:00
Joey Hess
2952288db4
move suggestion to a todo item
2008-01-30 16:30:16 -05:00
Joey Hess
d40b275115
comment
2008-01-30 16:30:10 -05:00
Joey Hess
2275a3ab4e
possible implementation
2008-01-30 16:30:03 -05:00
Joey Hess
4c18058dfb
possible implementation
2008-01-30 15:37:12 -05:00
Joey Hess
5ec8fc9352
comment
2008-01-30 15:33:13 -05:00
Joey Hess
60c5e79360
move suggestion to a todo item
2008-01-30 15:31:07 -05:00
Joey Hess
8ba2c11c3c
copying an intersting bit from an email I'm writing
2008-01-30 15:24:39 -05:00
Joey Hess
ddfa16145a
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-30 01:38:59 -05:00
Joey Hess
4d1a794c3f
typography
2008-01-30 01:38:33 -05:00
Joey Hess
d758d32604
web commit by http://subvert.org.uk/~bma/
2008-01-29 21:57:50 -05:00
Jelmer Vernooij
cb670988ea
Add example diffurl for bzr.
2008-01-30 02:32:19 +01:00
Joey Hess
ab414bc56c
remove todo
2008-01-29 20:04:42 -05:00
Joey Hess
e050f35261
doc updates for bzr
2008-01-29 19:56:19 -05:00
Joey Hess
df864f08c1
typo
2008-01-29 19:27:37 -05:00
Joey Hess
f1dcb90b60
test
2008-01-29 19:21:00 -05:00
Joey Hess
b3290c64ca
announce no more mail notifications on this wiki
2008-01-29 18:48:01 -05:00
Joey Hess
f7f89f7192
web commit by http://joey.kitenet.net/ : test 2
2008-01-29 18:40:56 -05:00
Joey Hess
6a95401bba
web commit by http://joey.kitenet.net/ : test!
2008-01-29 18:39:00 -05:00
Joey Hess
0a4cd38d61
update
2008-01-29 17:35:55 -05:00
Joey Hess
a357abc0f9
todo item
2008-01-29 17:31:49 -05:00
Joey Hess
1d31f3405a
doc updates, add NEWS item
2008-01-29 17:27:01 -05:00
Joey Hess
64a8c828b8
* meta: Add pagespec functions to match against title, author, authorurl,
...
license, and copyright. This can be used to create custom RecentChanges.
* meta: To support the pagespec functions, metadata about pages has to be
retained as pagestate.
* Fix encoding bug when pagestate values contained spaces.
2008-01-29 17:16:51 -05:00
Joey Hess
fbfbda614d
misc recentchanges doc updates
2008-01-29 16:11:47 -05:00
Joey Hess
ce00d70bd8
test2
2008-01-29 16:07:14 -05:00
Joey Hess
3d9468d5e7
test
2008-01-29 16:06:20 -05:00
Joey Hess
8b31c53366
added configuration for recentchanges
...
I kept it to a simple global configuration, rather than using the
preprocessor directive for recentchanges, because that had chicken and egg
problems and seemed overcomplicated. This should work reasonably well,
though it would be good to add some more metadata so that more customised
recentchanges pages can be made.
2008-01-29 15:51:32 -05:00
Joey Hess
7e52cc90b2
update
2008-01-29 15:08:25 -05:00
Joey Hess
47ee266163
improve support for internal pages
...
This makes it a lot quicker to deal with lots of recentchanges pages
appearing and disappearing. It avoids needing to clutter up pagespecs with
exclusions for those pages, by making normal pagespecs not match them.
2008-01-29 15:05:49 -05:00
Joey Hess
2bfd2e9841
rename template
2008-01-29 13:39:12 -05:00
Joey Hess
95c5cbc721
document the new refresh hook
2008-01-29 13:07:17 -05:00
Joey Hess
5696b35801
test 2
2008-01-29 13:02:15 -05:00
Joey Hess
f2b6536591
test
2008-01-29 13:01:22 -05:00
Joey Hess
c3ce3c3381
test commit [[version ]]
2008-01-29 12:56:46 -05:00
Joey Hess
dd809404ec
omit recentchanges from various metadata pages
2008-01-29 12:52:29 -05:00
Joey Hess
1d6b4919bc
exclude change pages
2008-01-29 12:37:56 -05:00
Joey Hess
e616fdab85
missed one notify
2008-01-29 11:39:17 -05:00
Joey Hess
38e79f206e
more style improvements
2008-01-29 04:44:05 -05:00
Joey Hess
21f44880cd
non-tabular recentchanges display
...
Doesn't look as good as the old table, but works as a rss feed.
2008-01-29 01:48:55 -05:00
Joey Hess
d72753e100
updates
2008-01-29 01:03:44 -05:00
Joey Hess
d7fdd04b5a
* Removed support for sending commit notification mails. Along with it went
...
the svnrepo and notify settings, though both will be ignored if left in
setup files.
2008-01-29 00:36:58 -05:00
Joey Hess
2ff726e875
don't render internal-use pages, and document them
2008-01-29 00:07:55 -05:00
Joey Hess
5921b86fcc
proof of concept implementation of static recentchanges
...
Currently hardcoded to write to recentchanges/*, and the page format needs
to be rethought to be usable for aggregation, but it basically works.
2008-01-28 23:56:26 -05:00
Joey Hess
4f269010b4
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-28 20:52:03 -05:00
Joey Hess
b810552073
redesigning recentchanges
2008-01-28 20:51:37 -05:00
Joey Hess
37f3cd195f
web commit by http://xayk.net/
2008-01-28 19:11:48 -05:00
Joey Hess
ad6d22f237
followup
2008-01-28 18:17:31 -05:00
Joey Hess
f7b86d8177
pushing two commits in at once leads to a related problem
2008-01-28 17:55:58 -05:00
Joey Hess
2ad1850a5a
test 5
2008-01-28 17:49:30 -05:00
Joey Hess
68a9345b5c
test 4
2008-01-28 17:49:18 -05:00
Joey Hess
e98ce82daf
test3
2008-01-28 17:46:49 -05:00
Joey Hess
3705d5d4dc
test2
2008-01-28 17:41:06 -05:00
Joey Hess
84d3856512
test1
2008-01-28 17:41:02 -05:00
Joey Hess
40257dc621
mention prefix_directives
2008-01-28 14:56:15 -05:00
Joey Hess
bbf29faf37
web commit by jelmer
2008-01-28 10:18:04 -05:00
Josh Triplett
05d06e77c6
Word-wrap post-commit page
2008-01-28 00:39:17 -08:00
Josh Triplett
c93a162fc5
Revert "Word-wrap post-commit page"
...
This reverts commit d34b927810
,
accidentially applied to the prefix-directives branch rather than the
master branch.
2008-01-28 00:38:56 -08:00
Josh Triplett
d34b927810
Word-wrap post-commit page
2008-01-28 00:30:43 -08:00
Josh Triplett
1b03a06c8c
Add new preprocessor directive syntax¸ using a '!' prefix.
...
Add a prefix_directives option to the setup file to turn this syntax
on; currently defaults to false, for backward compatibility. Support
optional '!' prefix even with prefix_directives off, and use that in
the underlay to support either setting of prefix_directives. Add NEWS
entry with migration information.
2008-01-27 16:14:38 -08:00
Josh Triplett
37b4fadcee
Add trailing comma to commented-out umask in sample ikiwiki.setup
2008-01-26 16:34:04 -08:00
Josh Triplett
a6634e589c
shortcuts: use a markdown link to link back to the ikiwiki page, not a shortcut
...
Since the wiki might not have shortcuts turned on, don't use the "iki"
shortcut to link back to the ikiwiki ikiwiki; use a markdown link instead.
2008-01-26 16:15:07 -08:00
Joey Hess
168312eabe
web commit from 82.194.120.237: poll vote (Accept both)
2008-01-25 17:22:26 -05:00
Joey Hess
035d5bca48
web commit by http://id.loopysoft.com/matt/ : Slight typo fix
2008-01-23 02:14:35 -05:00
Joey Hess
39ee5fb8c6
delete this page
...
It's either a *very* funny joke, or a link to a spam blog. Or both?
In any event, it's not appropriate use of this wiki.
2008-01-22 14:17:25 -05:00
Joey Hess
e5f1688ac3
web commit by http://id.loopysoft.com/matt/ : Ignore my stupid choices for paths
2008-01-22 01:46:05 -05:00
Joey Hess
10b7ccb13c
web commit by http://id.loopysoft.com/matt/
2008-01-22 01:38:43 -05:00
Joey Hess
29f1e05072
web commit from 80.171.62.184: poll vote (Accept only OpenID for logins)
2008-01-21 21:05:59 -05:00
Joey Hess
ba92209aeb
web commit by SusanHileman: homepage
2008-01-21 20:40:25 -05:00
Joey Hess
76d9806459
update link
2008-01-21 16:01:37 -05:00
Joey Hess
8e1ca59025
move
2008-01-21 15:59:29 -05:00
Joey Hess
e3265a311a
web commit by http://scottschulz.us/ : Request for assistance
2008-01-21 13:56:42 -05:00
Joey Hess
dd8e209fd8
web commit by http://adam.shand.net/
2008-01-21 04:05:01 -05:00
Joey Hess
b547cb9947
web commit by http://id.loopysoft.com/matt/ : Include explanation for symlinking stuff
2008-01-20 20:43:26 -05:00
Joey Hess
18a2cbec40
web commit by http://id.loopysoft.com/matt/ : Add email for offer of env to work on/fix problems
2008-01-20 19:15:16 -05:00
Joey Hess
ea588b7b2a
web commit by http://id.loopysoft.com/matt/
2008-01-20 19:06:52 -05:00
Joey Hess
30b9f6c354
web commit by http://id.loopysoft.com/matt/ : Small formatting change
2008-01-20 19:04:36 -05:00
Joey Hess
60d7b732d2
web commit by http://id.loopysoft.com/matt/
2008-01-20 19:02:38 -05:00
Joey Hess
3c4eb3a985
web commit by http://id.loopysoft.com/matt/
2008-01-20 18:59:51 -05:00
Joey Hess
de8395367c
web commit by http://id.loopysoft.com/matt/
2008-01-20 18:58:35 -05:00
Joey Hess
9fc6bd0667
web commit by http://id.loopysoft.com/matt/
2008-01-20 18:53:52 -05:00
Joey Hess
5d65271005
web commit by LucaBrivio
2008-01-19 21:46:09 -05:00
Joey Hess
c18bf92d74
web commit by http://adam.shand.net/ : thanks joey.
2008-01-19 16:17:43 -05:00
Joey Hess
20ab3bd8e4
web commit by http://adam.shand.net/
2008-01-19 14:55:22 -05:00
Joey Hess
931225cb50
turn into real css file, remove dup file
2008-01-19 14:06:47 -05:00
Joey Hess
9eeb031265
response
2008-01-19 14:02:52 -05:00
Joey Hess
9af4c0f6ed
update about openids and admin powers
2008-01-19 13:57:37 -05:00
Joey Hess
87bee5abb6
response
2008-01-19 13:55:40 -05:00
Joey Hess
a68b96cd9a
web commit from 85.83.79.95: poll vote (Accept both)
2008-01-19 06:23:38 -05:00
Joey Hess
5818ac15d3
web commit by http://adam.shand.net/
2008-01-18 23:40:02 -05:00
Joey Hess
3bd73ca92d
web commit by http://adam.shand.net/
2008-01-18 23:37:39 -05:00
Joey Hess
e45b174436
web commit by http://adam.shand.net/
2008-01-18 23:37:10 -05:00
Joey Hess
57a7a87bca
web commit by http://adam.shand.net/
2008-01-18 22:44:03 -05:00
Joey Hess
f8a6f6b9b0
web commit by http://users.itk.ppke.hu/~cstamas/ : update to cstamas2
2008-01-18 17:10:15 -05:00
Joey Hess
95c8d5277c
web commit by http://users.itk.ppke.hu/~cstamas/ : add css file
2008-01-18 17:09:05 -05:00
Joey Hess
359f1b20e8
web commit by http://users.itk.ppke.hu/~cstamas/
2008-01-18 17:07:59 -05:00
Joey Hess
2822b738f9
web commit by http://users.itk.ppke.hu/~cstamas/ : uploaded stylesheet
2008-01-18 17:05:17 -05:00
Joey Hess
4f009a6806
web commit by http://users.itk.ppke.hu/~cstamas/ : add cstamas css
2008-01-18 17:01:56 -05:00
Joey Hess
f662590b66
web commit from 75.175.27.127: poll vote (Accept only OpenID for logins)
2008-01-18 00:07:38 -05:00
Joey Hess
06bd32f9da
improve formatting and minor reword
2008-01-16 13:34:06 -05:00
Joey Hess
55dda5d591
response
2008-01-16 13:32:05 -05:00
Joey Hess
572af908eb
web commit by JeremyReed: Ask how to remove a user from userdb.
2008-01-16 11:19:33 -05:00
Joey Hess
50b59896d9
web commit by JeremyReed: Document account_creation_password -- some of this text taken from original todo.
2008-01-16 11:14:33 -05:00
Joey Hess
4948a31889
web commit by JeremyReed: Need to add to man page?
2008-01-16 11:08:47 -05:00
Joey Hess
194894eb69
web commit by BrianWilson
2008-01-13 16:02:52 -05:00
Joey Hess
0474b9ca2c
web commit by BrianWilson
2008-01-13 16:01:37 -05:00
Joey Hess
a7b638d701
web commit from 69.245.185.215: poll vote (Accept only OpenID for logins)
2008-01-13 13:10:24 -05:00
Joey Hess
9fe42ec59d
web commit by http://weakish.int.eu.org/ : HTML::Template can keep things simple
2008-01-13 05:36:26 -05:00
Joey Hess
b279e16de7
web commit by http://diabolist.myopenid.com/
2008-01-12 23:59:37 -05:00
Joey Hess
1bdd9ec761
web commit by http://subvert.org.uk/~bma/ : More information.
2008-01-12 17:55:51 -05:00
Joey Hess
e282f6dde2
web commit from 80.216.223.25: poll vote (Accept only OpenID for logins)
2008-01-12 14:37:20 -05:00
Joey Hess
a1b0dcbc52
web commit by solofo: poll vote (Accept both)
2008-01-12 02:46:44 -05:00
Joey Hess
366709a40a
web commit by solofo: Creation.
2008-01-12 02:07:01 -05:00
Joey Hess
5621ef7ea5
web commit by solofo: First proposal.
2008-01-12 02:05:39 -05:00
Joey Hess
9d7daa30c6
web commit from 211.28.211.251: poll vote (Accept both)
2008-01-11 20:28:39 -05:00
Joey Hess
d312709c41
* Old versions of git-init don't support --git-dir or GIT_DIR with
...
--bare. Change ikiwiki-makerepo to use a method that should work with
those older versions too.
2008-01-11 15:12:02 -05:00
Joey Hess
ad8fc996ca
web commit by http://diabolist.myopenid.com/
2008-01-11 14:43:59 -05:00
Joey Hess
d36b0cf664
followup
2008-01-11 12:22:54 -05:00
Joey Hess
1abdb9000e
web commit by http://diabolist.myopenid.com/ : further details about attempts with ikiwiki-makerepo git
2008-01-11 10:12:12 -05:00
Joey Hess
1952b52f1b
web commit by http://diabolist.myopenid.com/
2008-01-11 09:19:49 -05:00
Joey Hess
ea766fcf49
web commit by http://diabolist.myopenid.com/ : Clarification of original comment
2008-01-11 09:18:30 -05:00
Joey Hess
b887fe4508
web commit by rdennis: set initial state of toggle plugin
2008-01-11 08:57:03 -05:00
Joey Hess
819e7fb1c8
fix over-escaping
2008-01-10 15:13:35 -05:00
Joey Hess
0317b0f552
add news item for ikiwiki 2.20
2008-01-10 14:59:04 -05:00
Joey Hess
75e37908d1
response
2008-01-10 14:47:22 -05:00
Joey Hess
1ae5e03dfa
web commit from 158.234.10.144: poll vote (Accept only OpenID for logins)
2008-01-10 09:19:34 -05:00
Joey Hess
9d4a92850e
web commit from 158.234.10.144: poll vote (It's fast enough)
2008-01-10 09:18:35 -05:00
Joey Hess
30eb367ad4
web commit by http://diabolist.myopenid.com/ : Messed up formatting of my comment, sorry, fixed now
2008-01-10 04:18:17 -05:00
Joey Hess
3c62e090dd
web commit by http://diabolist.myopenid.com/
2008-01-10 04:15:43 -05:00
Joey Hess
d028c29772
docs/changelog
2008-01-09 20:05:56 -05:00
Joey Hess
ed30330ac2
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-09 14:35:11 -05:00
Joey Hess
57ff2ecaed
* template: Remove bogus htmlize pass added in 2.16.
...
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
2008-01-09 14:17:25 -05:00
Joey Hess
9f34404bb3
web commit by AlexandreDupas
2008-01-09 08:56:06 -05:00
Joey Hess
65909e3543
web commit by AlexandreDupas: possible answer
2008-01-09 08:53:06 -05:00
Joey Hess
2b2ff53c2f
web commit by http://madduck.myopenid.com/
2008-01-09 06:03:39 -05:00
Joey Hess
deb39a1f14
* meta: Run in scan mode again (more intelligently) and re-add support for
...
meta link.
* Fix support for the case where metadata appears after an inline directive.
This was broken in version 2.16.
2008-01-09 02:38:43 -05:00
Joey Hess
65db156614
update
2008-01-09 01:07:44 -05:00
Joey Hess
b31e8c0826
* inline: Add copyright/license info on a per-post basis to atom
...
feeds if available. (rss doesn't allow such info on a per-post basis)
* meta: Allow copyright/license metadata to contain arbitrary markup.
2008-01-09 01:05:54 -05:00
Joey Hess
469d09d4c1
add news item for ikiwiki 2.19
2008-01-08 21:02:31 -05:00
Joey Hess
d21467601c
web commit by madmax
2008-01-08 13:28:57 -05:00
Joey Hess
01d7ba5f68
web commit by madmax
2008-01-08 13:27:18 -05:00
Joey Hess
1cfb23cba2
web commit by http://subvert.org.uk/~bma/
2008-01-08 13:00:01 -05:00
Joey Hess
88972be001
web commit by http://stefano.zacchiroli.myopenid.com/
2008-01-08 09:05:54 -05:00
Joey Hess
4c1a4402f9
* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
...
and 'p/'.
2008-01-07 18:32:50 -05:00
Joey Hess
b14a228c2c
response
2008-01-07 18:14:45 -05:00
Joey Hess
e35eb5a418
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
2008-01-07 18:12:12 -05:00
Joey Hess
08cb5f7bad
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-07 16:40:45 -05:00
Joey Hess
c487b847e2
* Improved the canedit hook interface, allowing a callback function to be
...
returned (and not run in some cases) rather than the plugins directly
forcing a user to log in.
* opendiscussion: allow editing of the toplevel discussion page,
and, indirectly, allow creating new discussion pages.
2008-01-07 16:34:13 -05:00
Joey Hess
caa68884c7
web commit by http://jumbanho.myopenid.com/
2008-01-07 13:40:09 -05:00
Joey Hess
8831f3ca3e
web commit by http://madduck.myopenid.com/ : fix map verbatim
2008-01-07 10:46:49 -05:00
Joey Hess
d832626395
web commit by http://madduck.myopenid.com/
2008-01-07 10:19:04 -05:00
Joey Hess
2f64f6d352
web commit by http://madduck.myopenid.com/ : idiot i am, forgot the second pair of brackets
2008-01-07 09:18:19 -05:00
Joey Hess
cd43ea1c99
web commit by http://madduck.myopenid.com/ : add wishlist tag
2008-01-07 09:17:51 -05:00
Joey Hess
1173b6e6a2
web commit by http://madduck.myopenid.com/
2008-01-07 09:16:40 -05:00
Joey Hess
27261da09b
web commit by adb
2008-01-06 18:25:43 -05:00
Joey Hess
e92c51f5e5
web commit by http://madduck.myopenid.com/
2008-01-06 12:00:20 -05:00
Joey Hess
c9b62ad866
web commit by http://madduck.myopenid.com/ : make it wishlist
2008-01-06 10:52:58 -05:00
Joey Hess
e2f1277d96
web commit by http://madduck.myopenid.com/
2008-01-06 10:52:11 -05:00
Joey Hess
da41fcb1cd
web commit by http://madduck.myopenid.com/ : note about this still being a bug in ways
2008-01-06 09:03:28 -05:00
Joey Hess
fd65bf7545
web commit by tschwinge: How to do this.
2008-01-06 08:55:23 -05:00
Joey Hess
3e11f9ad94
web commit by http://madduck.myopenid.com/
2008-01-06 07:32:56 -05:00
Joey Hess
54fc4d578e
web commit by test
2008-01-05 20:49:35 -05:00
Joey Hess
30204f5d8f
web commit by tschwinge: Commit emails: ones own changes.
2008-01-05 09:32:34 -05:00
Joey Hess
a322887bb8
web commit by tschwinge: Answer.
2008-01-05 09:31:06 -05:00
Joey Hess
37353bc2c3
add news item for ikiwiki 2.18
2008-01-05 02:26:35 -05:00
Joey Hess
9e891f538e
response
2008-01-05 02:13:33 -05:00
Joey Hess
329b3c4cc8
response
2008-01-05 02:11:02 -05:00
Joey Hess
a76536262d
response
2008-01-05 02:09:42 -05:00
Joey Hess
9589b7a83c
response, improve NOTAINT docs
2008-01-05 02:07:29 -05:00
Joey Hess
b81eabe8a6
response
2008-01-05 02:00:49 -05:00
Joey Hess
e0901334c9
response
2008-01-05 01:47:57 -05:00
Joey Hess
a61cf7a0d4
misc fixes so I can read this
2008-01-05 01:41:57 -05:00
Joey Hess
f9fa96ded7
web commit by adb
2008-01-05 01:01:11 -05:00
Joey Hess
f22558faed
web commit by http://weakish.int.eu.org/ : some more thought
2008-01-04 12:20:41 -05:00
Joey Hess
250e3789fe
web commit by tschwinge: Suggest syntax for creating anchors via a to-be-written plugin.
2008-01-04 09:16:55 -05:00
Joey Hess
d1f88ee75b
web commit by tschwinge: Patch.
2008-01-04 07:09:14 -05:00
Joey Hess
c9ea796b39
web commit by http://weakish.int.eu.org/ : minor
2008-01-04 04:38:18 -05:00
Joey Hess
ce3b55de42
web commit by http://weakish.int.eu.org/ : minor
2008-01-04 04:34:58 -05:00
Joey Hess
78e3f5a657
web commit by http://weakish.int.eu.org/
2008-01-04 04:33:26 -05:00
Joey Hess
c4373aa487
web commit by http://weakish.int.eu.org/
2008-01-04 04:26:50 -05:00
Joey Hess
f065a2608c
web commit by http://stefano.zacchiroli.myopenid.com/
2008-01-03 05:32:21 -05:00
Joey Hess
4678e1a79d
web commit by AlexandreDupas: Proposition for a plugin displaying bibtex files
2008-01-02 16:28:56 -05:00
Joey Hess
c0155f1cb2
web commit by http://harningt.eharning.us/
2008-01-02 15:20:22 -05:00
Joey Hess
c2606879f3
web commit by http://openid.eharning.us/
2008-01-02 14:18:04 -05:00
Joey Hess
a33fe8512c
web commit by http://weakish.myopenid.com/ : creole is a wanna to be standard markup for all wikis.
2008-01-02 09:59:27 -05:00
Joey Hess
d2cda64c97
web commit by tschwinge: Answer.
2008-01-02 05:39:47 -05:00
Joey Hess
ee9eb63599
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-01 20:12:41 -05:00
Joey Hess
8a021b3bdb
fixed
2008-01-01 20:12:22 -05:00
Joey Hess
cc1eafcf18
web commit by joey: remove markdown test foo
2008-01-01 20:11:27 -05:00
Joey Hess
a22dfe6fef
response
2008-01-01 19:11:27 -05:00
Joey Hess
0c26e5027d
web commit by tschwinge: Another UTF-8 problem.
2008-01-01 18:44:53 -05:00
Joey Hess
2f33fee799
web commit by tschwinge: Report an inconvenience.
2008-01-01 18:41:44 -05:00
Joey Hess
5693776ae4
web commit by AlexandreDupas: Added my self
2007-12-30 21:21:13 -05:00
Joey Hess
15966a3656
web commit by AlexandreDupas: Fix typo.
2007-12-30 20:50:29 -05:00
Joey Hess
d121891299
add news item for ikiwiki 2.17
2007-12-30 15:05:02 -05:00
Joey Hess
af7ee3e521
web commit by tschwinge: Answer.
2007-12-29 05:18:45 -05:00
Joey Hess
3e784ea8a1
* map: Fix handling of common prefix to handle the case where it's
...
in a subdirectory. Patch by Larry Clapp.
2007-12-28 17:22:17 -05:00
Joey Hess
f2c4939f38
response
2007-12-28 16:28:31 -05:00
Joey Hess
1bed865360
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-28 16:15:23 -05:00
Joey Hess
c2afda7f90
* img: Allow the link parameter to point to an exterior url.
2007-12-28 16:14:43 -05:00
Joey Hess
d72b92c443
web commit by http://mdlbear.livejournal.com/
2007-12-28 13:13:59 -05:00
Joey Hess
c0c02243e5
web commit by AlexandreDupas: Fix typo.
2007-12-28 10:43:48 -05:00
Joey Hess
bdbbac0ee1
web commit by tschwinge: Correct link.
2007-12-28 08:36:30 -05:00
Joey Hess
2f8123012c
web commit by tschwinge: passwordauth: sendmail interface
2007-12-28 07:36:11 -05:00
Joey Hess
c11ded60a8
web commit by AlexandreDupas: Patch for new header options
2007-12-28 07:09:01 -05:00
Joey Hess
4c39ec7f9b
web commit by http://liw.iki.fi/liw/ : Added Enemies of Carlotta to ikiwikiusers
2007-12-27 16:28:46 -05:00
Joey Hess
7a4181e8eb
web commit by JoshTriplett
2007-12-23 19:06:50 -05:00
Joey Hess
79b1d4075c
web commit by JoshTriplett: Fix typo.
2007-12-23 18:43:33 -05:00
Joey Hess
4b064a3ef7
web commit by JoshTriplett: Add version information to front page.
2007-12-23 18:39:43 -05:00
Joey Hess
64428ba40f
followup
2007-12-23 12:13:48 -05:00
Joey Hess
6a43462e0e
web commit by http://engla.myopenid.com/ : About the proposal to add access to "off-wiki places"
2007-12-23 12:01:44 -05:00
Joey Hess
fc7b515064
web commit by http://engla.myopenid.com/ : +a comment on symlinks and other
2007-12-23 11:55:11 -05:00
Joey Hess
bc9017308e
response
2007-12-22 20:37:37 -05:00
Joey Hess
381a8dd086
Revert change to example pagespec for matching the tag. The pagespec intentionally
...
limits it to pages in the blog tagged with the tag, since that's what you typically
want, not any page anywhere in the wiki that is tagged or links to the tag.
2007-12-22 20:20:09 -05:00
Joey Hess
fb5079d9a0
correct misconception about links to nonexistant pages not existing -
...
such links _do_ exist!
2007-12-22 13:41:20 -05:00
Joey Hess
0e4da6b73b
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-22 13:36:24 -05:00
Thomas Schwinge
1ac0fd03bb
IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.
2007-12-22 13:10:55 -05:00
Joey Hess
01fb89bcd4
web commit by http://morgant.myopenid.com/
2007-12-22 10:25:15 -05:00
Joey Hess
8937e5e285
typo
2007-12-22 01:36:55 -05:00
Joey Hess
554f4c2b5f
web commit by http://engla.myopenid.com/ : fixing larry's link
2007-12-21 16:47:45 -05:00
Joey Hess
91220207e3
web commit by http://theclapp.myopenid.com/
2007-12-21 16:39:53 -05:00
Joey Hess
5c2ac340ce
web commit by http://theclapp.myopenid.com/ : question / feature request about tag plugin
2007-12-21 16:35:17 -05:00
Joey Hess
00992fffdb
response
2007-12-21 16:21:50 -05:00
Joey Hess
447094b381
web commit by http://svend.myopenid.com/ : Patch was reversed.
2007-12-21 11:31:48 -05:00
Joey Hess
d3a7555534
web commit by http://svend.myopenid.com/ : Submit patch.
2007-12-21 11:04:26 -05:00
Joey Hess
f25b6aff42
web commit by tschwinge: Default content for *copyright* and *license*.
2007-12-21 09:32:32 -05:00
Joey Hess
b9d4b47602
web commit by http://ptecza.myopenid.com/ : * Now I build an unofficial backport of ikiwiki for Ubuntu Gutsy
2007-12-21 07:50:27 -05:00
Joey Hess
3718bda224
web commit by http://theclapp.myopenid.com/ : fixed signature
2007-12-21 00:34:50 -05:00
Joey Hess
41887b21ab
web commit by http://theclapp.myopenid.com/ : create page
2007-12-21 00:33:52 -05:00
Joey Hess
a54a9f2e25
web commit by http://theclapp.myopenid.com/ : create bug
2007-12-21 00:24:01 -05:00
Joey Hess
bdab25f3ba
web commit by http://theclapp.myopenid.com/
2007-12-20 22:43:16 -05:00
Joey Hess
e4a9a775d5
web commit by http://engla.myopenid.com/ : addendum.
2007-12-20 16:14:08 -05:00
Joey Hess
d5989e9487
web commit by http://engla.myopenid.com/ : New topic
2007-12-20 16:06:47 -05:00
Joey Hess
bdb2637e09
web commit by http://engla.myopenid.com/ : Adding a forum thing. (I don't think this forum has this yet)
2007-12-20 15:57:24 -05:00
Joey Hess
e9a40c8716
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-19 17:32:18 -05:00
Joey Hess
71d1fb4326
web commit by tschwinge: Confirmed. Removing this.
2007-12-19 17:03:37 -05:00
Joey Hess
b30fed47ea
* Improved parentlinks special case for index pages.
2007-12-19 16:44:33 -05:00
Joey Hess
82963aae54
web commit from 68.82.66.180: poll vote (It's fast enough)
2007-12-19 09:41:07 -05:00
Joey Hess
300e69bbbd
formatting
2007-12-18 19:51:54 -05:00
Joey Hess
36844658f3
add news item for ikiwiki 2.16
2007-12-18 19:51:00 -05:00
Joey Hess
a14f396433
web commit by http://ptecza.myopenid.com/ : * Response
2007-12-18 03:29:24 -05:00
Joey Hess
67dcf175cb
* Work around perl taint checking bug #411786 , where perl sometimes randomly
...
sets the taint flag on untainted variables, by disabling taint checking
in the deb. This sucks.
2007-12-17 19:25:44 -05:00
Joey Hess
be85c0ca6d
response2
2007-12-17 18:57:36 -05:00
Joey Hess
d22caf2648
response
2007-12-17 18:51:41 -05:00
Joey Hess
bf0589f116
web commit by http://ptecza.myopenid.com/ : * Response
2007-12-17 15:38:41 -05:00
Joey Hess
c10f1a3f4c
response
2007-12-17 13:44:59 -05:00
Joey Hess
0266946af0
remove dup bug report
...
This was filed as a dup because ikiwiki refused to render it dut to a bug I just fixed.
2007-12-17 13:38:00 -05:00
Joey Hess
3b536e0067
web commit by http://ptecza.myopenid.com/ : * Update
2007-12-17 10:42:06 -05:00
Joey Hess
3d43cb1053
web commit by http://ptecza.myopenid.com/ : * Addendum
2007-12-17 05:46:29 -05:00
Joey Hess
7993cf1de1
web commit by http://ptecza.myopenid.com/ : * Bug report again
2007-12-17 05:39:09 -05:00
Joey Hess
1585b31883
web commit by http://ptecza.myopenid.com/ : * Bug report
2007-12-17 05:19:16 -05:00
Joey Hess
f40c6928f4
* Re-organise dependencies and recommends now that recommends are installed
...
by default.
2007-12-16 17:16:56 -05:00
Joey Hess
b17ee42a27
use %S in iki and archive shortcuts
...
remove zoomr shortcut, I don't like shortcuts that require explanation
2007-12-16 16:27:47 -05:00
Joey Hess
8becb076b0
remove ikirev shortcut, which was specific to ikiwiki being stored in svn
2007-12-16 16:19:39 -05:00
Joey Hess
ada6f506c1
important note about pagestate persistence
2007-12-16 16:19:16 -05:00
Joey Hess
9459cc55ab
* meta: Drop support for "meta link", since supporting this for internal
...
* map: Don't inline images.
2007-12-16 16:00:13 -05:00
Joey Hess
96817b0032
* meta: Drop support for "meta link", since supporting this for internal
...
links required meta to be run during scan, which complicated its data
storage, since it had to clear data stored during the scan pass to avoid
duplicating it during the normal preprocessing pass.
* If you used "meta link", you should switch to either "meta openid" (for
openid delegations), or tags (for internal, invisible links). I assume
that nobody really used "meta link" for external, non-openid links, since
the htmlscrubber ate those. (Tell me differently and I'll consider bringing
back that support.)
* meta: Improved data storage.
* meta: Drop the hackish filter hook that was used to clear
stored data before preprocessing, this hack was ugly, and broken (cf:
liw's disappearing openids).
* aggregate: Convert filter hook to a needsbuild hook.
2007-12-16 15:56:09 -05:00
Joey Hess
97a69be236
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-16 15:50:41 -05:00
Joey Hess
c43fc8607e
web commit by tschwinge: Umeet 2007: talk about OpenID by Stephane Bortzmeye.
2007-12-16 13:00:51 -05:00
Joey Hess
306d67c786
web commit by http://engla.myopenid.com/ : plugins/map displays images inline
2007-12-15 20:04:06 -05:00
Joey Hess
5e3a2fb6b1
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-15 12:29:25 -05:00
Joey Hess
290dfde6d4
add a link to a tip
2007-12-15 12:25:24 -05:00
Joey Hess
8d5facac68
web commit by Cornelis
2007-12-14 14:38:15 -05:00
Joey Hess
63b315c1c2
web commit by http://harningt.myopenid.com/
2007-12-13 09:41:43 -05:00
Joey Hess
0a6bcc6c00
web commit by nis.martensen: Cairo is already mentioned above
2007-12-13 03:36:25 -05:00
Joey Hess
5b2ab63f78
* Allow editing a page and deleting all content, while still disallowing
...
creating a new page that's entirely empty.
2007-12-12 19:11:29 -05:00
Joey Hess
dc23d4989c
web commit by tschwinge
2007-12-12 18:31:31 -05:00
Joey Hess
6df7e8748d
web commit by tschwinge: Can't deplete page?
2007-12-12 18:30:25 -05:00
Joey Hess
c5c3323e41
add quotes
2007-12-12 17:30:39 -05:00
Joey Hess
df9fb8bdbf
fix
2007-12-12 17:29:50 -05:00
Joey Hess
b45f615b7e
add google search for sites powered by ikiwiki
2007-12-12 17:28:25 -05:00
Joey Hess
c5e2bfbadb
add awesome
2007-12-12 17:25:34 -05:00
Joey Hess
108d04fc21
new bug I saw
2007-12-12 17:20:26 -05:00
Joey Hess
dcc3d02cc0
move to todo item, response
2007-12-12 17:16:36 -05:00
Joey Hess
aa2e20cb12
response
2007-12-12 17:14:10 -05:00
Joey Hess
610e67199c
response
2007-12-12 17:12:08 -05:00
Joey Hess
d46c22c7e9
add cario
2007-12-12 17:09:41 -05:00
Joey Hess
0065bef1c1
sandbox cleanup/test commit
2007-12-12 17:00:46 -05:00
Joey Hess
10a2895b3b
* shortcut: Expand %S to the raw input text, not url-encoded.
2007-12-12 16:50:29 -05:00
Joey Hess
d1b02ff659
comment
2007-12-12 16:49:15 -05:00
Joey Hess
7eafa95f33
* Htmlize parameters passed to the template preprocessor directive before
...
inserting them into the html template. This ensures that markdown
acts on them, even if the value is expanded inside a block-level html
element in the html template. Closes : #454058
* Use a div in the note template rather than a span.
2007-12-12 16:42:54 -05:00
Joey Hess
b10c46a1f3
followup to other question
2007-12-12 16:25:40 -05:00
Joey Hess
214bc2b65b
* Allow dashes in preprocessor directive commands, and shortcuts.
2007-12-12 16:13:15 -05:00
Joey Hess
fe0c0b6fc3
reformat
2007-12-12 03:39:02 -05:00
Joey Hess
3898a75388
formatting fixups
2007-12-12 03:37:17 -05:00
Joey Hess
4745391360
* Change formbuilder hook to not be responsible for displaying a form,
...
so that more than one plugin can use this hook.
I believe this is a safe change, since only passwordauth uses this hook.
(If some other plugin already used it, it would have broken passwordauth!)
2007-12-12 03:15:30 -05:00
Joey Hess
c46b17983d
works, but I'm not entirely happy with it yet
...
It would be better if it were a formbuilder hook. But the formbuilder hook
is wacked.. I may need to change how that hook works, which would mean
changing the only current user of it, passwordauth).
2007-12-12 02:45:44 -05:00
Joey Hess
8576fe4c49
incomplate edittemplate plugin
2007-12-12 01:52:26 -05:00
Joey Hess
035a57f209
web commit by tschwinge: Two and a half issues.
2007-12-11 18:55:29 -05:00
Joey Hess
81feba2e04
web commit by http://harningt.myopenid.com/ : IRC discussion about usage semantics
2007-12-10 16:40:27 -05:00
Joey Hess
0a56f05b53
web commit from 193.205.5.2: poll vote (It's fast enough)
2007-12-10 11:56:17 -05:00
Joey Hess
64d550b14a
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-09 12:38:28 -05:00
Joey Hess
ae471ccf04
close
2007-12-09 12:37:05 -05:00
Joey Hess
a1d4e3ba47
web commit from 85.25.141.60: poll vote (It's fast enough)
2007-12-09 11:34:46 -05:00
Joey Hess
aa57c5ab5e
remove test code
2007-12-09 00:01:18 -05:00
Joey Hess
5023f2301d
* The calendar plugin stores state about when it needs to be updated,
...
and forces rebuilds of the pages that contain calendars. So
running ikiwiki --refresh at midnight is now enough, no need for a full
wiki rebuild each midnight.
* calendar: Work around block html parsing bug in markdown 1.0.1 by
enclosing the calendar in an extra div.
2007-12-08 23:54:34 -05:00
Joey Hess
fa90bdf4bf
fix up some links
2007-12-08 20:04:18 -05:00
Joey Hess
b4b452f4ee
forgot to add
2007-12-08 19:05:01 -05:00
Joey Hess
fd6d85aa79
* Added a version plugin that saves state about what's using it, to force
...
pages to rebuild when ikiwiki's version changes.
2007-12-08 18:33:08 -05:00
Joey Hess
055179cb4c
* Finally implemented a simple per-page data storage mechanism for plugins,
...
via the %pagestate hash.
* Use pagestate in meta to detect potential redir loops.
2007-12-08 17:40:50 -05:00