Javier Rojas
9ab56b4ec8
Merge branch 'master' of git://git.ikiwiki.info
2010-09-12 19:25:51 -05:00
Javier Rojas
d2fbde0e81
new version of the ikiwiki vim plugin. docs upgraded. new forum post
2010-09-12 19:25:38 -05:00
Joey Hess
32a12f83f4
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-12 18:53:40 -04:00
Joey Hess
a52ef8d746
response
2010-09-12 18:53:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
62c2fdbb25
Hopefully solve it myself, based on comments found elsewhere.
2010-09-12 22:53:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
f6127eb9fa
Add comment about this issue
2010-09-12 22:50:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
827bd1d990
2010-09-12 22:48:49 +00:00
Joey Hess
f4392bc4dd
response
2010-09-12 15:56:17 -04:00
blipvert
adfe73de43
minor grammatical edit
2010-09-12 17:01:55 +00:00
blipvert
c295054072
added signature
2010-09-12 15:38:19 +00:00
blipvert
75bf370d4c
2010-09-12 15:36:28 +00:00
http://jmtd.livejournal.com/
bf89911120
Added a comment: Follow instructions
2010-09-12 12:26:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE
46eb410220
Added a comment
2010-09-12 06:45:28 +00:00
Joey Hess
b5be85a611
blueview: Fix display of links to translated pages in the page header.
2010-09-11 14:40:56 -04:00
Joey Hess
41a10eb0b0
actiontabs: Improve tab padding.
2010-09-11 14:31:34 -04:00
Joey Hess
0ef8c10fe4
formatting
2010-09-11 13:08:31 -04:00
Joey Hess
a68e98d9c2
bug report
2010-09-11 13:06:45 -04:00
Joey Hess
4c5cf30ff9
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-10 17:17:23 -04:00
Joey Hess
c4ebdd6f46
Pass array of names of files that have been deleted to needsbuild hook as second parameter, to allow for plugins that needs access to this information earlier than the delete hook.
2010-09-10 17:17:08 -04:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
a3ce17387c
2010-09-10 20:50:05 +00:00
Joey Hess
163fc34db7
use warn
2010-09-10 14:20:53 -04:00
Joey Hess
8c1a3595d4
avoid dups getting into @slavelanguages
...
This could happen if checkconfig was run twice, I think.
2010-09-10 14:12:59 -04:00
Joey Hess
23f8869009
po: Auto-upgrade old format settings to new formats when writing setup file.
2010-09-10 14:04:43 -04:00
Joey Hess
5edddf87ca
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-10 13:16:12 -04:00
Joey Hess
fbfda5ccfc
po: Make the po_master_language use a langpair like "en|English", so it can be configured via the web.
2010-09-10 13:13:00 -04:00
Joey Hess
400aabe82d
po: Allow enabling via web setup.
...
The only unsafe thing should be that enabling it with some languages will
generate po files.
2010-09-10 11:45:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
5bee98156a
2010-09-10 13:02:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
0754b92fde
2010-09-10 13:02:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
807a75f6b6
Move the discussion of svn+ssh to the forum for now.
2010-09-10 13:01:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
32a70b7c48
Move the svn+ssh discussion to the forum.
2010-09-10 13:00:03 +00:00
Joey Hess
fb9019a9da
response
2010-09-09 18:24:49 -04:00
Joey Hess
57f9dd2e1a
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-09 18:23:40 -04:00
Joey Hess
074c9869f3
changelog
2010-09-09 18:23:31 -04:00
Paul Menzel
7415aee9cc
teximg: Use Unicode UTF-8 encoding by default.
...
If I am not mistaking all source files in ikiwiki are encoded in Unicode UTF-8.
Adding `\usepackage[utf8]{inputenc}` enables LaTeX to deal with the encoding.
As a consequence some special characters like umlauts can be used in the source
code which is useful for foreign languages.
[[!teximg code="a = b \text{ für alle } b \neq 2"]]
But for example »≠« cannot be used in LaTeX right now. One has to use other TeX
systems like XeTeX or LuaTeX featuring native UTF-8 support or use additional
nonstandard packages like uniinput [1].
I used the package `inputenc` (`texdoc inputenc`) and not `inputenx` (`texdoc
inputenx`), because I have not used `inputenx` that much and using the option
`math` is not supported in Debian (and I guess other distributions too) since
`inpmath` is not included in CTAN.
[1] http://wiki.neo-layout.org/browser/latex/Standard-LaTeX
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-09-09 18:21:33 -04:00
http://jmtd.livejournal.com/
62672f88cd
Added a comment
2010-09-09 21:41:07 +00:00
tschwinge
3e0223b351
Tags now work as I'd expect them to.
2010-09-09 14:38:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
a27ab08b62
2010-09-08 21:24:52 +00:00
Svend Sorensen
c8cfeb9329
Issue resolved. Thanks Joey!
2010-09-07 15:54:04 -07:00
Joey Hess
75cbdab57e
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-07 16:00:59 -04:00
Joey Hess
3c16ca6079
web server is forcing a redirect
2010-09-07 15:59:57 -04:00
Joey Hess
5c6c0813ca
Remove PATH overriding code in ikiwiki script that was present to make perl taint checking happy, but taint checking is disabled.
2010-09-07 13:47:50 -04:00
intrigeri
5f101ab120
Removing tag done as it seems to need some more care.
2010-09-07 19:18:24 +02:00
Joey Hess
b3aadbf0bd
response
2010-09-07 12:38:40 -04:00
Joey Hess
21b6fa937b
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-09-07 12:30:40 -04:00
Joey Hess
8a6f4a7e50
needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
2010-09-07 12:08:59 -04:00
Joey Hess
7475f90be2
add todo item about hooks not called during untrusted git push
2010-09-07 12:01:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkIl2-FajX9MSbbfcPYvzbmbsemGJJfXds
0842297678
2010-09-06 14:13:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE
38fb7bd42d
2010-09-05 18:31:16 +00:00
http://marcotmarcot.wordpress.com/
306941954e
.darcs
2010-09-05 14:34:16 +00:00
Changaco
edb256d2d8
added a patch to make it more like MediaWiki
2010-09-04 14:04:51 +00:00