Joey Hess
88b080f8a4
simplify, avoid confusing suggestions
...
Don't even talk about ACLs, and more strongly discourage directly
committing to ikiwiki's srcdir.
2010-06-14 14:10:59 -04:00
Joey Hess
5071a8eb73
limit blog inlines to pages
...
This way images attached to blog posts don't show up as enclosures in the
blog by default.
2010-06-14 12:35:21 -04:00
privat
8746480c25
Reopen the bug since it is not fixed
2010-06-14 13:54:43 +00:00
Joey Hess
89a970bd7d
response
2010-06-13 09:11:59 -04:00
Joey Hess
a0dbdcad77
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-13 08:49:32 -04:00
Joey Hess
ec3cadb065
remove obsolete ol class=form for editpage and editcomment
...
The styling of labels on the form largely obsoleted the special styled ol,
so just a few br's sufficed. Using an ol like that was not too semantically
right (probably?) and could cause problems with customized local.css.
2010-06-13 08:47:21 -04:00
http://abhidg.wordpress.com/
c8e5552f84
2010-06-13 12:37:16 +00:00
Joey Hess
85546d570e
wording
2010-06-13 01:21:32 -04:00
Joey Hess
bbdc69b699
speling
2010-06-13 01:14:24 -04:00
Joey Hess
ec06929316
typo
2010-06-13 01:12:04 -04:00
Joey Hess
dccd764871
edittemplate: Look for template pages under templates/ like everything else (still looks in old location for backwards compatability).
2010-06-12 22:43:34 -04:00
Joey Hess
d7cfcef54a
img: Support hspace and vspace attributes.
2010-06-12 16:43:24 -04:00
Joey Hess
d5181a1977
realm is an url pattern
2010-06-11 14:14:20 -04:00
Joey Hess
0822b0fc34
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-11 13:54:07 -04:00
Joey Hess
475b4199e1
openid: Add openid_realm and openid_cgiurl configuration options, useful in a few edge case setups.
2010-06-11 13:53:56 -04:00
jwalzer
77a3585e92
2010-06-11 13:53:06 +00:00
zimek
6ba1cf7c3d
2010-06-11 11:14:34 +00:00
dwabot
f0f0ba7bac
2010-06-11 04:33:40 +00:00
nil
b6d00070a5
use the ikiwiki userdb outside of the ikiwiki edition access control
2010-06-11 02:45:14 +00:00
privat
be0f52095b
use PARENTLINKS
2010-06-11 01:03:43 +00:00
http://jblevins.org/
48a1dce15d
Update URL
2010-06-10 22:16:55 +00:00
http://jblevins.org/
15ef976fd2
Update URL
2010-06-10 22:11:00 +00:00
Joey Hess
a31ce0e97d
remove old
2010-06-10 16:17:38 -04:00
Joey Hess
a1e7e62c21
add news item for ikiwiki 3.20100610
2010-06-10 16:15:43 -04:00
Joey Hess
b86ca0ef8a
add auto-scrolling pre's
...
let's see if anyone hates it :)
2010-06-10 16:05:29 -04:00
Joey Hess
04ff998c51
calendar styling
...
* calendar: Shorten day names, and improve styling of month calendar.
* style.css: Reduced sidebar width back to 20ex from 30; the month calendar
will now fit in the smaller width, and 30 was feeling too large.
2010-06-10 15:07:28 -04:00
Joey Hess
685d10364f
also set overflow: auto for blogform
...
This improves its display slighly when next to a sidebar or other floating
element.
2010-06-10 14:31:01 -04:00
Joey Hess
5e6aae48fd
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-10 14:15:10 -04:00
Joey Hess
23aaa5ac45
style.css: Improvements to make floating sidebar fit better on pages with inlines.
...
The key is using width: auto; overflow: auto; -- this allows the div(s) to the
left of the floating sidebar to be resized to fit next to it, and prevents
any clear: both from pushing the div down below the end of the sidebar.
Many thanks for the Hurd wiki's developers for originally figuring this out.
The edit page recently developed the same problem with its textarea, now
that a sidebar can appear on that page too. In editpage.tmpl I needed to
add a new div around the editcontent textarea, as the above styles cannot
be applied directly to textareas. The textarea's own width is reduced to
98% because at least in chromium this avoids it getting unnecessary
horizonatl scrollbars when a sidebar is displayed next to it.
2010-06-10 14:14:46 -04:00
tschwinge
0fbec10a42
Fixed.
2010-06-10 08:54:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
0430953608
2010-06-10 03:29:22 +00:00
Joey Hess
24b59b3a9e
editpage: Avoid storing accidental state changes when previewing pages.
...
This is a slow, safe, stupid approach. Could make deep copies of the data
structures as backups instead of re-loading the index from disk.
2010-06-09 17:44:40 -04:00
Joey Hess
1187506588
ugly bug
2010-06-09 17:13:35 -04:00
Joey Hess
e93cee3378
Fix display of sidebar when previewing page edit. (Thanks, privat)
...
On second thought, only display a page's personal sidebar when previewing
it, not when editing normally.
2010-06-09 16:59:17 -04:00
Joey Hess
95b45864de
relativedate: Fix problem with localised dates not working.
2010-06-09 16:16:48 -04:00
Joey Hess
e96cf38ecc
When editing a page, show that page's sidebar. (Thanks, privat)
2010-06-09 16:00:12 -04:00
Joey Hess
2eefd84d0a
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-09 15:32:20 -04:00
Joey Hess
b5978713f1
close; use ENV in setup file
2010-06-09 15:29:20 -04:00
privat
0b3d08665b
2010-06-09 19:26:40 +00:00
Joey Hess
2b716c47a7
close old bug, apparently worked around
2010-06-09 15:21:28 -04:00
Joey Hess
3638657f75
closing; cannot reproduce and no followup for 1 year 9 months
2010-06-09 15:15:18 -04:00
Joey Hess
b382625f9f
close
2010-06-09 15:13:46 -04:00
Joey Hess
34594fb89a
close
2010-06-09 15:11:23 -04:00
Joey Hess
3cd4d1e31b
fixed
2010-06-09 15:08:41 -04:00
Joey Hess
addedde0d6
fixed by improved openid login form
2010-06-09 15:03:51 -04:00
Joey Hess
9f41b23108
seems this was fixed a long time ago
2010-06-09 15:02:08 -04:00
Joey Hess
3fbcd2c8d2
move contrib plugin directives out of ikiwiki/directive
...
Problem is that ikiwiki/directive is turned into an underlay and added to
all wikis. And the test suite checks it for broken links and turns some up.
So it's not appropriate for contrib plugin's directives to be documented
in there.
2010-06-09 14:58:39 -04:00
Joey Hess
fad44c9d4d
remove tag on first post
...
It's a broken link on ikiwiki.info.
2010-06-09 14:58:05 -04:00
Joey Hess
54c5baaa7c
note that setup is all done by auto-blog.setup
2010-06-09 14:44:38 -04:00
Joey Hess
cdf4292846
Fix support for globbing in tagged() pagespecs.
...
The linktype check was being done on the relativised link target,
but %typedlinks uses the same link targets as %links, so that didn't work.
I think the bug only appeared when tagbase was not set.
This bugfix also let me factor out the common typedlink checking code.
2010-06-09 14:39:17 -04:00
Joey Hess
ba9b808c89
remove example blog tag pages
...
Autotag will create them as needed. Avoids some complexity.
2010-06-09 14:24:38 -04:00
Joey Hess
bd59179e09
response
2010-06-09 13:45:18 -04:00
Joey Hess
0da7b1a9c3
clarification
2010-06-09 13:42:13 -04:00
tschwinge
4eb82e7d41
Comment and done.
2010-06-09 13:47:35 +00:00
http://jeremiahfoster.com/
651acf8b14
Started discussion
2010-06-09 11:55:11 +00:00
tschwinge
215538aa58
Yes, is a globbing issue.
2010-06-09 06:39:26 +00:00
tschwinge
f3dacd8234
Ack.
2010-06-09 06:17:56 +00:00
Joey Hess
0ccf21daaf
img: Fill in missing height or width when scaling image.
2010-06-08 21:13:46 -04:00
Joey Hess
eff7fac985
move bug to bugs
2010-06-08 21:07:45 -04:00
Joey Hess
8423a8bb9c
isabug
2010-06-08 21:07:38 -04:00
zimek
3da443396a
2010-06-08 23:31:22 +00:00
zimek
8028a90030
2010-06-08 23:30:28 +00:00
zimek
ee11d4ca8f
2010-06-08 23:23:32 +00:00
Joey Hess
7f3c809fe8
response
2010-06-08 15:00:58 -04:00
Joey Hess
73bb42ccf0
response
2010-06-08 14:53:22 -04:00
Joey Hess
868f5a94bf
response
2010-06-08 14:50:24 -04:00
Joey Hess
c911b4b998
response
2010-06-08 14:46:54 -04:00
Joey Hess
2be6660a8f
response
2010-06-08 14:43:21 -04:00
tschwinge
cc6ead1d81
File issue.
2010-06-08 14:04:00 +00:00
tschwinge
9a18ea18e3
File issue.
2010-06-08 10:06:47 +00:00
tschwinge
2513f0ea6b
File issue.
2010-06-08 09:23:05 +00:00
tschwinge
9dd91b393d
File issue.
2010-06-08 09:21:43 +00:00
zimek
b10d353490
2010-06-08 00:09:20 +00:00
privat
f40c6f6557
2010-06-07 15:23:58 +00:00
privat
a93db71eb6
test sidebar content
2010-06-07 15:13:43 +00:00
privat
1567fbe4ee
2010-06-07 15:10:04 +00:00
http://smcv.pseudorandom.co.uk/
8496dd9fb4
2010-06-07 13:40:55 +00:00
jwalzer
3fb80f3900
2010-06-07 13:32:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
75cae954cf
Add note about date formating
2010-06-07 03:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
f0f4073a17
add bug about locale dependance of plugins/relativedate
2010-06-07 03:34:34 +00:00
http://weakish.myopenid.com/
dd10c2fddd
The script uses the [BeautifulSoup][] module.
2010-06-03 10:21:36 +00:00
https://me.yahoo.com/a/GW5gpVY2rtV75mSWRhA0MUVlKe.y846L#d4eeb
8a86537e74
Just trying an edit.
2010-06-02 05:26:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkyQYf6i3PckNGm2TOHxWCr_xTfcjhMRlA
1cac225237
2010-05-29 17:20:15 +00:00
Joey Hess
0528872965
Revert "delete me"
2010-05-28 06:17:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmC_nMjWfriv8nVMOwnvYhgmzwvVP4OVjU
c9a6b91c55
delete me
2010-05-28 09:01:29 +00:00
http://jeremiahfoster.com/
3a868b6e7a
2010-05-26 15:26:34 +00:00
http://jeremiahfoster.com/
37a4cf1374
2010-05-26 15:26:13 +00:00
http://jeremiahfoster.com/
de7197d992
Code formatting.
2010-05-26 15:24:54 +00:00
http://jeremiahfoster.com/
a3ae4ebe55
Added example.
2010-05-26 15:24:08 +00:00
http://jeremiahfoster.com/
73d7635bcb
Removed redundant "configure'
2010-05-26 12:12:57 +00:00
Javier Rojas
09793a2aaf
typos and missing link
2010-05-24 20:14:05 -05:00
Javier Rojas
70d507bb81
new post - link completion in vim
2010-05-24 20:10:32 -05:00
zimek
8f6f75204e
2010-05-22 07:05:28 +00:00
Joey Hess
9467b2176a
yaml setup files
2010-05-21 13:53:20 -04:00
http://jblevins.org/
93385347a9
Revise/archive user page
2010-05-21 16:56:31 +00:00
Jon Dowland
febfb1751c
move tupyakov's page under users/ (says 'hello' in Russian), remove surplus page
2010-05-20 15:26:55 +01:00
tupyakov_vladimr
04b83cf38c
2010-05-20 09:34:29 +00:00
tupyakov_vladimr
70fca0592e
2010-05-20 09:33:51 +00:00
zimek
1fdab877d8
2010-05-19 21:04:34 +00:00
http://kerravonsen.dreamwidth.org/
1bce065675
new versions which address some of these issues
2010-05-19 11:36:30 +00:00
http://kerravonsen.dreamwidth.org/
c1f68a8cff
reply
2010-05-19 11:30:35 +00:00
http://kerravonsen.dreamwidth.org/
2f7a909bbc
new version to go with new version of field
2010-05-19 11:29:45 +00:00
http://kerravonsen.dreamwidth.org/
3f5fce1091
added toc
2010-05-19 11:28:10 +00:00
http://kerravonsen.dreamwidth.org/
136499da62
new version; prev_, next_, here_only, and loops
2010-05-19 11:27:19 +00:00
http://kerravonsen.dreamwidth.org/
cc84a2dacd
new version; splitting docs between plugin and directive pages
2010-05-19 11:25:43 +00:00
http://kerravonsen.dreamwidth.org/
824a1a1599
put ftemplate directive info under directives; new version of ftemplate, with LOOPS!
2010-05-19 11:22:13 +00:00
http://kerravonsen.dreamwidth.org/
9b45264c1c
new version
2010-05-19 11:20:44 +00:00
http://kerravonsen.dreamwidth.org/
f463cde12e
new version
2010-05-19 11:18:35 +00:00
Joey Hess
29cd4616fb
add news item for ikiwiki 3.20100518.2
2010-05-18 14:22:12 -04:00
Joey Hess
fa354167bb
response
2010-05-18 14:11:11 -04:00
Joey Hess
a35d8caf27
add news item for ikiwiki 3.20100518
2010-05-18 13:42:37 -04:00
intrigeri
529141779f
response
2010-05-18 16:11:45 +02:00
Jon Dowland
c71ea2337d
response: shortcomings
2010-05-18 11:47:28 +01:00
http://smcv.pseudorandom.co.uk/
284038fbbf
tag as done
2010-05-18 09:23:23 +00:00
Changaco
1f974b3517
problem solved
2010-05-17 23:36:16 +00:00
Joey Hess
2b1bc9c729
review
2010-05-17 17:13:53 -04:00
intrigeri
47bc610532
please pull
2010-05-17 22:46:23 +02:00
Joey Hess
533c8e62c5
why this is hard..
2010-05-17 15:55:17 -04:00
Joey Hess
3298902443
response
2010-05-17 15:46:07 -04:00
Joey Hess
a5f0fc4931
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-17 15:42:44 -04:00
Joey Hess
5e51560574
new todo
2010-05-17 15:42:20 -04:00
http://smcv.pseudorandom.co.uk/
f864b74859
an example of somewhere where the old functionality is actually needed
2010-05-17 17:34:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
d63553b39b
response
2010-05-17 17:31:55 +00:00
http://jmtd.livejournal.com/
eb28db2ad5
how do people like to hack on ikiwiki?
2010-05-17 17:18:58 +00:00
Joey Hess
92fa3f63d4
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-17 13:13:43 -04:00
http://jmtd.livejournal.com/
4518fbe1c1
link CC0 (I'd never heard of it)
2010-05-17 17:13:17 +00:00
Joey Hess
4de7cdf2aa
fix location
2010-05-17 13:13:11 -04:00
http://jmtd.livejournal.com/
b7777931e2
fix link
2010-05-17 17:12:22 +00:00
Changaco
4bb245df90
2010-05-17 16:46:28 +00:00
jwalck
ddb4f24104
2010-05-17 04:56:44 +00:00
jwalck
744919eba0
2010-05-17 04:52:27 +00:00
Joey Hess
7cae295124
on javascript, plugins, and htmlscrubber
2010-05-17 00:42:52 -04:00
jwalck
f2304367f6
2010-05-17 04:04:50 +00:00
jwalck
2451d39278
2010-05-17 04:03:03 +00:00
jwalck
c5495420bd
2010-05-16 17:05:09 +00:00
zimek
cf559160fa
2010-05-16 13:51:50 +00:00
zimek
87c4b603c3
2010-05-16 13:50:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
26cf8d386f
s/FORCEBAREURL/FORCEBASEURL/
2010-05-16 12:55:22 +00:00
PaulePanter
3830a3868b
formulation (Did not sound right. (But I am non-native English speaker. So please revert if my change is incorrect.)
2010-05-16 11:02:31 +00:00
Joey Hess
595a783e56
fixup pagespecs to work relative too
2010-05-15 23:47:55 -04:00
Joey Hess
cf7c47dea3
formatting
2010-05-15 23:44:54 -04:00
Joey Hess
1e36ed1fe8
formatting
2010-05-15 23:43:55 -04:00
Joey Hess
3d43768b52
formatting
2010-05-15 23:41:59 -04:00
Joey Hess
405f5f09d0
add news item for ikiwiki 3.20100515
2010-05-15 23:39:54 -04:00
Joey Hess
0ab4496237
fix comment feed filename
2010-05-15 23:06:19 -04:00
Joey Hess
758cd909e9
move moderation info to sidebar
2010-05-15 23:01:40 -04:00
Joey Hess
0287fe29ac
reword comment count to avoid pluralisation issues
2010-05-15 22:23:44 -04:00
https://mukund.startssl.com/
e650b084a3
Remove Banu
2010-05-15 09:53:32 +00:00
Joey Hess
5071347e2b
tweak actionvar
...
for visual consistentcy when there are no actions
2010-05-14 23:02:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
68b91528dd
lockedit
2010-05-14 19:01:35 +00:00
zimek
c9699ef065
2010-05-14 16:14:29 +00:00
zimek
f09cd4b736
2010-05-14 14:12:03 +00:00
zimek
01d28878d7
2010-05-14 14:11:04 +00:00
zimek
4611c77696
2010-05-14 14:02:25 +00:00
zimek
7edd9e7ef3
2010-05-14 14:00:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
50c9851ddc
comments
2010-05-13 00:07:54 +00:00
Joey Hess
3f2f447cb5
responses
2010-05-12 15:42:50 -04:00
http://blog.farnz.org.uk/
7112da3ed1
2010-05-12 19:21:54 +00:00
BerndZeimetz
1805bfbb5d
... choose the right name....
2010-05-12 09:21:40 +00:00
BerndZeimetz
72d7b8dc54
Add short page about contrib / tracking plugin
2010-05-12 09:20:31 +00:00
BerndZeimetz
85dea5786a
Add bzed's git repo to the list of repositories to pull from
2010-05-11 23:57:45 +00:00
BerndZeimetz
978416a2e6
2010-05-11 23:41:38 +00:00
Joey Hess
4c22562ec1
remove
2010-05-11 19:18:35 -04:00
Joey Hess
688c58ac90
Merge branch 'master' of file:///srv/git/ikiwiki.info
2010-05-11 21:52:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngPXAGrxk1pbqnum3O4I_VPRgNj_TZR1I
4ceae1761b
2010-05-11 21:52:38 +00:00
Joey Hess
378cae14bb
openid_url was renamed to openid_identifier
2010-05-10 16:12:55 -04:00
Joey Hess
a855fa1d18
bring back input#openid_url styling
...
Still used on prefs page.
2010-05-10 15:56:57 -04:00
ImRajja
28bba0c4ba
dsf sdfvsd
2010-05-10 14:25:25 +00:00
http://smcv.pseudorandom.co.uk/
3f7ef01ca2
respond with better design
2010-05-09 18:27:58 +00:00
http://smcv.pseudorandom.co.uk/
0594ea04a8
clarify
2010-05-09 18:13:05 +00:00
http://smcv.pseudorandom.co.uk/
27cb77cd19
updated branch, using add_autopage to spawn viewer pages
2010-05-09 18:11:51 +00:00
Joey Hess
b5aa42d3e0
remerged
2010-05-09 12:56:42 -04:00
http://smcv.pseudorandom.co.uk/
0badce2ec0
bugfix - only fetch after tags are disabled
2010-05-09 15:46:11 +00:00
Joey Hess
7cb31560a5
dropped old html branch
2010-05-08 23:07:15 -04:00
simonraven
d379d8ab9d
2010-05-08 23:55:47 +00:00
Joey Hess
bc0aa4d40e
Use xhtml friendly pubdate setting.
2010-05-08 19:45:02 -04:00
simonraven
6512423f15
fixed patch display...
2010-05-08 23:42:45 +00:00
simonraven
d238fd1b04
bug with pubdate, in process of testing fix
2010-05-08 23:38:35 +00:00
Joey Hess
1cf4536289
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-08 13:00:29 -04:00
Joey Hess
0f778849c6
calendar: Allow negative month to be specified. -1 is last month, etc. (And also negaitve years.)
2010-05-08 12:45:21 -04:00
zimek
6578dc2c2b
2010-05-08 08:15:41 +00:00
zimek
f4cfae1466
2010-05-08 08:08:13 +00:00
Joey Hess
f0914b386b
Revert "add gmail button"
...
This reverts commit 32a79523bb
.
Buggy and I need sleep.
2010-05-08 02:53:18 -04:00
Joey Hess
32a79523bb
add gmail button
...
It uses the google profile openid url, which results in a nicer openid
than the o8/id url.
2010-05-08 02:38:54 -04:00
simonraven
b945299706
edit using the fancy jquery login thingy, update user page
2010-05-08 06:01:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
4298c809e5
make an edit with the new login thinger
2010-05-08 05:54:29 +00:00
Joey Hess
5570d14441
improve selector highlight
2010-05-08 01:00:25 -04:00
Joey Hess
ac8a91fe06
improve selector layout
2010-05-08 00:40:36 -04:00
Joey Hess
d50de130e8
conditionalize use of sidebar
2010-05-08 00:01:12 -04:00
Joey Hess
937b24e0cf
Merge branch 'master' into commentreorg
2010-05-07 22:30:42 -04:00
Joey Hess
f1f6973d2d
update
2010-05-07 22:21:48 -04:00
Joey Hess
3a1d81bd9c
avoid scaling favicons
...
chromium's rather impressive jaggy-free scaling spoiled me, but in
iceweasel, scaled favicons look crap
2010-05-07 21:54:58 -04:00
Joey Hess
8f6cfbfade
Removed the openidsignup option.
2010-05-07 21:33:27 -04:00
Joey Hess
a4b432f543
Merge branch 'master' into openidselector
2010-05-07 21:25:04 -04:00
Joey Hess
62edf97941
openid signin style changes
2010-05-07 21:20:50 -04:00
Joey Hess
f8c2a67b3c
pretty openid login
...
* openid: Incorporated a fancy openid-selector signin form.
(http://code.google.com/p/openid-selector/ )
* openid: Use "openid_identifier" as the form field, as required
by OpenID Authentication v2.0 spec.
2010-05-07 20:14:25 -04:00
http://joey.kitenet.net/
e196bd3f3a
2010-05-08 00:02:59 +00:00
http://joey.kitenet.net/
1fb9db2180
2010-05-08 00:02:04 +00:00
Joey Hess
378c647768
patch hidden field setting code
...
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
2010-05-07 19:10:50 -04:00
zimek
9541defa69
2010-05-07 21:59:05 +00:00
zimek
79b309b358
2010-05-07 21:56:56 +00:00
Joey Hess
be2669e1e1
todo
2010-05-07 15:00:45 -04:00
Joey Hess
70f121af02
switch to use comments(), and add a count (and a feed) of
...
comments pending moderation
2010-05-07 14:12:14 -04:00
zimek
6a83be2647
2010-05-07 17:56:06 +00:00
zimek
93ad589b46
2010-05-07 17:51:53 +00:00
zimek
9b18bdf1e1
2010-05-07 17:48:43 +00:00
zimek
9417821680
2010-05-07 17:46:39 +00:00
zimek
682a6480d9
2010-05-07 17:39:34 +00:00
Joey Hess
c420e057f3
response
2010-05-07 13:32:43 -04:00
Joey Hess
30ac000b5a
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-07 13:28:31 -04:00
Joey Hess
911184432d
Merge branch 'master' into commentreorg
2010-05-07 13:25:56 -04:00
Joey Hess
b01a2274c3
fix undef warning when page() tests a deleted file
2010-05-07 13:25:32 -04:00
zimek
4549a4aaa8
2010-05-07 17:22:20 +00:00
Joey Hess
888ac35e11
a bug?
2010-05-07 13:13:57 -04:00
Joey Hess
5dfcaf1f7f
applied
2010-05-07 13:04:00 -04:00
http://smcv.pseudorandom.co.uk/
f9553a06ab
patch
2010-05-07 16:56:45 +00:00
Joey Hess
3adb47ec4f
Merge branch 'master' into commentreorg
...
Conflicts:
debian/changelog
2010-05-07 12:42:38 -04:00
Joey Hess
25033d9114
Revert markd changes
...
spammer testing?
2010-05-07 12:18:43 -04:00
http://peter-simons.myopenid.com/
c9f8fef594
2010-05-07 13:34:29 +00:00
markd
43e27cc251
2010-05-07 10:50:55 +00:00
markd
da366390cd
2010-05-07 10:48:39 +00:00
Joey Hess
300001184e
done
2010-05-06 23:28:54 -04:00
Joey Hess
ea4967f184
inline: Call indexhtml when inlining internal pages, so their text can be indexed for searching.
2010-05-06 23:20:48 -04:00
Joey Hess
121e2ffc2f
Renamed postscan hook to indexhtml, to reflect its changed position.
...
Probably only the search plugin uses it, so this seemed safe.
2010-05-06 23:14:36 -04:00
Joey Hess
a47e835f3a
reordered some sections
2010-05-06 21:58:04 -04:00
Joey Hess
931045301a
Gave comment and page editing forms some CSS and accessability love.
...
In particular, added <label> tags.
(However, could not find a good way to add a label tag for the main
page edit textarea.)
2010-05-06 21:45:17 -04:00
Joey Hess
d9d910f676
moved comments pending moderation
...
* comments: Comments pending moderation are now stored in the srcdir
alongside accepted comments, but with a `._comment_pending` extension.
* This allows easier byhand moderation, as the "_pending" need
only be stripped off and the comment be committed to version control.
* The `comment_pending()` pagespec can be used to match such unmoderated
comments, which makes it easy to add a feed of them, or a counter
indicating how many there are.
* Belatedly added a `comment()` pagespec.
2010-05-06 20:05:53 -04:00
Joey Hess
7f64ff2ae0
url to myopenid affiliate program has changed
2010-05-06 17:32:19 -04:00
Joey Hess
3f925ac735
new todo
2010-05-06 17:28:47 -04:00
Joey Hess
f0b83af9aa
add
2010-05-06 17:18:08 -04:00
http://ptecza.myopenid.com/
511b9c8508
* Typo
2010-05-06 10:51:32 +00:00
Joey Hess
f52f395437
consistently drop NAME= in templates
...
also add template syntax smoke test
2010-05-05 21:10:40 -04:00
Joey Hess
83b907c35e
remove misc.tmpl checking
...
Turns out that users with a modified page.tmpl need to modify it on
upgrade, at least to add the FORCEBASEURL (so edit preview works),
so there is no point in trying to retain compatability.
2010-05-05 18:46:35 -04:00
Joey Hess
66cc23a591
no more misc.tmpl
...
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
a single template, page.tmpl.
* misc.tmpl will, however, still be read if a locally modified version
exists. This is to avoid forcing users to update page.tmpl right now.
2010-05-05 18:22:47 -04:00
Joey Hess
3ebd04a33b
add news item for ikiwiki 3.20100504
2010-05-04 20:37:11 -04:00
http://mcfrisk.myopenid.com/
93f8000d58
solved
2010-05-04 21:17:54 +00:00
http://joey.kitenet.net/
73ebf2a9f2
2010-05-04 20:56:38 +00:00
Joey Hess
ab575a4b69
graphviz: Fix display of preexisting images in preview mode.
2010-05-04 16:54:58 -04:00
Joey Hess
ddd7a766e2
response
2010-05-04 16:46:18 -04:00
Joey Hess
74e0c83a95
response
2010-05-04 16:36:22 -04:00
Joey Hess
ac2cc8f87d
response
2010-05-04 16:22:27 -04:00
http://zwol.livejournal.com/
35bd43aea3
2010-05-04 17:09:27 +00:00
blipvert
28db9e38f7
2010-05-04 15:47:42 +00:00
blipvert
a43bc68eb3
2010-05-04 15:46:40 +00:00
Jon Dowland
4cb9f77570
Merge branch 'master' of git://git.ikiwiki.info
2010-05-04 16:44:31 +01:00
blipvert
821a8aba2f
2010-05-04 15:43:23 +00:00
Jon Dowland
7060a818c1
un-escape escaped chevrons
2010-05-04 16:43:22 +01:00
blipvert
bd5c5f1f48
2010-05-04 15:42:21 +00:00
blipvert
48b5b7fecc
2010-05-04 15:41:56 +00:00
Jon Dowland
89e0669692
split two graphviz bugs from one page; undo one of them
2010-05-04 16:39:50 +01:00