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
ffcd2da827
page.tmpl: Accidentially broke po plugin's otherlanguages list styling when modifying for html5; now fixed.
2010-05-16 00:03:35 -04:00
Joey Hess
8e77dc1c9c
fix typo
2010-05-15 23:54:00 -04: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
0e13c97345
disable openid when building doc dir
2010-05-15 23:24:57 -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
e02c1bcf3d
document needing to wrap footer in dynamic test
2010-05-15 22:41:37 -04:00
Joey Hess
ff67a31db5
Revert "avoid showing comment post stuff on dynamic pages"
...
This reverts commit 4a6d5330e5
.
That was too ugly, the DYNAMIC test on page.tmpl will avoid the problem
anyway -- just needs to be added.
2010-05-15 22:38:59 -04:00
Joey Hess
e2ad879932
reword
2010-05-15 22:32:24 -04:00
Joey Hess
4a6d5330e5
avoid showing comment post stuff on dynamic pages
...
If the site is configured to allow comments on *, then the comment post
interface was being added to cgi pages like signin and prefs. This fixes it
w/o requiring more page.tmpl changes. The pagetemplate hook is called by
misctemplate with an empty page name for dynamic pages.
2010-05-15 22:28:07 -04:00
Joey Hess
0287fe29ac
reword comment count to avoid pluralisation issues
2010-05-15 22:23:44 -04:00
Joey Hess
083e491262
add missing closing tmpl_if
2010-05-15 22:21:17 -04:00
Joey Hess
cae6e7fa96
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-15 21:10:02 -04:00
Joey Hess
8c05fcde9e
relase finalised
2010-05-15 21:09:38 -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
Joey Hess
60ed2aa9e4
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-14 22:07:31 -04:00
Joey Hess
c8b34aa31c
allow misctemplate callers to pass params to suppress actions etc
...
Suppress disiplay of small search for on search results page, and of
Prefrences link on prefs page.
2010-05-14 21:45:54 -04:00
Joey Hess
4c6fa6413f
avoid showing redundant search box on search results page
2010-05-14 21:42:48 -04:00
Joey Hess
f69c072d8a
better misctemplate splitting sequence
2010-05-14 21:40:30 -04:00
Joey Hess
827e092b58
show search form on dynamic pages
2010-05-14 20:40:42 -04:00
Joey Hess
3dd98a3b3f
put back recentchangesurl
...
On second thought, misctemplate can use pagetemplate hooks to provide
it, so it's better to keep back-compat, and allow full customisation
of how it's displayed via the template.
2010-05-14 20:38:08 -04:00
Joey Hess
ce731ec33f
avoid warning
2010-05-14 20:33:53 -04:00
Joey Hess
d80a649073
bugfix
2010-05-14 20:29:16 -04:00
Joey Hess
bbe971881a
refactor template actions
2010-05-14 20:20:41 -04:00
Joey Hess
377e82b16c
we want the recentchanges link to be the first floating action
2010-05-14 20:10:18 -04:00
Joey Hess
5a4c95cc35
enable action bar on misctemplates
...
So RecentChanges shows on the action bar there,
convert recentchanges to use new pageactions hook,
with compatability code to avoid breaking old templates.
2010-05-14 20:04:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
68b91528dd
lockedit
2010-05-14 19:01:35 +00:00
Joey Hess
8ff761afa2
remove, rename: Add guards against XSRF attacks.
2010-05-14 14:21:45 -04: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
Joey Hess
ab3efb21d9
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-13 22:33:01 -04:00
Joey Hess
031da9c134
po: guard against reimportation
...
If po is imported twice, bad things happen. Guard against that.
I'm not sure what causes the double import; I saw it when websetup did a
wiki rebuild. Carp failed to show a backtrace for the second call to
import.
2010-05-13 16:28:09 -04: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