]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/log
git.ikiwiki.info.git
13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 18 Sep 2010 16:58:41 +0000 (12:58 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoadd
Joey Hess [Sat, 18 Sep 2010 16:58:37 +0000 (12:58 -0400)]
add

13 years agoremove obsolete docs about DefaultLanguage
Joey Hess [Sat, 18 Sep 2010 16:24:33 +0000 (12:24 -0400)]
remove obsolete docs about DefaultLanguage

I think this may have made sense when the master language was rendered to
index.html, but with it at index.en.html, DefaultLanguage is not needed.

13 years agoidea about 'dynamic' forms
Javier Rojas [Sat, 18 Sep 2010 01:08:49 +0000 (20:08 -0500)]
idea about 'dynamic' forms

14 years agoReport.
tschwinge [Fri, 17 Sep 2010 11:48:29 +0000 (11:48 +0000)]
Report.

14 years agopatch proposal: add option to capitalize pagetitles
privat [Fri, 17 Sep 2010 01:42:46 +0000 (01:42 +0000)]
patch proposal: add option to capitalize pagetitles

14 years agoadd news item for ikiwiki 3.20100915
Joey Hess [Wed, 15 Sep 2010 20:40:53 +0000 (16:40 -0400)]
add news item for ikiwiki 3.20100915

14 years agoreleasing version 3.20100915 3.20100915
Joey Hess [Wed, 15 Sep 2010 20:40:26 +0000 (16:40 -0400)]
releasing version 3.20100915

14 years agocutpaste: Fix bug that occured in some cases involving inlines when text was pasted...
Joey Hess [Wed, 15 Sep 2010 20:24:50 +0000 (16:24 -0400)]
cutpaste: Fix bug that occured in some cases involving inlines when text was pasted on a page before being cut.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 15 Sep 2010 19:38:24 +0000 (15:38 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoupdate test
Joey Hess [Wed, 15 Sep 2010 19:38:06 +0000 (15:38 -0400)]
update test

14 years agoreply
intrigeri [Wed, 15 Sep 2010 12:39:42 +0000 (14:39 +0200)]
reply

14 years agobugs/Error:_no_text_was_copied_in_this_page_--_missing_page_dependencies
tschwinge [Wed, 15 Sep 2010 05:34:11 +0000 (05:34 +0000)]
bugs/Error:_no_text_was_copied_in_this_page_--_missing_page_dependencies

14 years agoReport.
tschwinge [Wed, 15 Sep 2010 05:31:41 +0000 (05:31 +0000)]
Report.

14 years agogit: When updating from remote, use git pull --prune, to avoid possible errors from...
Joey Hess [Tue, 14 Sep 2010 19:45:38 +0000 (15:45 -0400)]
git: When updating from remote, use git pull --prune, to avoid possible errors from conflicting obsolete remote branches.

14 years agoclose
Joey Hess [Tue, 14 Sep 2010 19:44:52 +0000 (15:44 -0400)]
close

14 years agoupdate
Joey Hess [Tue, 14 Sep 2010 19:39:30 +0000 (15:39 -0400)]
update

14 years agoexternal: Disable RPC::XML's "smart" encoding, which sent ints for strings that conta...
Joey Hess [Tue, 14 Sep 2010 19:37:45 +0000 (15:37 -0400)]
external: Disable RPC::XML's "smart" encoding, which sent ints for strings that contained only a number, fixing a longstanding crash of the rst plugin.

14 years agoblogspam: Fix crash when content contained utf-8.
Joey Hess [Tue, 14 Sep 2010 19:23:16 +0000 (15:23 -0400)]
blogspam: Fix crash when content contained utf-8.

I also tried setting RPC::XML::ENCODING but that did not prevent the crash,
and it seems that blogspam.net doesn't like getting xml encoded in unicode,
since it mis-flagged comments as spammy that way that are normally allowed
through.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 14 Sep 2010 19:13:13 +0000 (15:13 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoAdd new bug about the comments/blogspam plugins
http://k1024.org/~iusty/ [Tue, 14 Sep 2010 18:33:15 +0000 (18:33 +0000)]
Add new bug about the comments/blogspam plugins

14 years agocorrected link
https://www.google.com/accounts/o8/id?id=AItOawlY5yDefnXSHvWGbJ9kvhnAyQZiAAttENk [Tue, 14 Sep 2010 17:04:14 +0000 (17:04 +0000)]
corrected link

14 years agoSet isPermaLink="no" for guids in rss feeds.
Joey Hess [Tue, 14 Sep 2010 16:40:40 +0000 (12:40 -0400)]
Set isPermaLink="no" for guids in rss feeds.

The rss spec says that unless the attribute is set, guid elements *are*
permalinks. The problem with that is that if [[meta permalink=]] is used,
as is done with aggregated posts, that goes into the link element, and
apparently some rss readers prefer the not-really-permalink in the guid
element when linking to the post.

Without meta permalink, the link and guid elements have the same content,
so it should be ok, in that case too for the guid to not be a permalink.

(Checked and this does not flood aggregators.)

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 13 Sep 2010 21:11:33 +0000 (17:11 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agofurther fixes for config data structure change
Joey Hess [Mon, 13 Sep 2010 20:48:12 +0000 (16:48 -0400)]
further fixes for config data structure change

14 years agoupdate for changed data structure
Joey Hess [Mon, 13 Sep 2010 19:44:08 +0000 (15:44 -0400)]
update for changed data structure

14 years agomixing template vars into directive arguments
http://jmtd.livejournal.com/ [Mon, 13 Sep 2010 19:37:50 +0000 (19:37 +0000)]
mixing template vars into directive arguments

14 years agomention branch
Joey Hess [Mon, 13 Sep 2010 19:13:07 +0000 (15:13 -0400)]
mention branch

14 years agofurther thought
Joey Hess [Mon, 13 Sep 2010 19:11:46 +0000 (15:11 -0400)]
further thought

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 13 Sep 2010 16:49:55 +0000 (12:49 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agorevert accidentially committed change
Joey Hess [Mon, 13 Sep 2010 16:49:31 +0000 (12:49 -0400)]
revert accidentially committed change

14 years agofix typo
blipvert [Mon, 13 Sep 2010 01:46:22 +0000 (01:46 +0000)]
fix typo

14 years ago(no commit message)
blipvert [Mon, 13 Sep 2010 01:45:13 +0000 (01:45 +0000)]

14 years ago(no commit message)
blipvert [Mon, 13 Sep 2010 01:44:37 +0000 (01:44 +0000)]

14 years agoreverted typo
Javier Rojas [Mon, 13 Sep 2010 00:27:44 +0000 (19:27 -0500)]
reverted typo

14 years agoMerge branch 'master' of git://git.ikiwiki.info
Javier Rojas [Mon, 13 Sep 2010 00:25:51 +0000 (19:25 -0500)]
Merge branch 'master' of git://git.ikiwiki.info

14 years agonew version of the ikiwiki vim plugin. docs upgraded. new forum post
Javier Rojas [Mon, 13 Sep 2010 00:25:38 +0000 (19:25 -0500)]
new version of the ikiwiki vim plugin. docs upgraded. new forum post

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 12 Sep 2010 22:53:40 +0000 (18:53 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoresponse
Joey Hess [Sun, 12 Sep 2010 22:53:34 +0000 (18:53 -0400)]
response

14 years agoHopefully solve it myself, based on comments found elsewhere.
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Sun, 12 Sep 2010 22:53:01 +0000 (22:53 +0000)]
Hopefully solve it myself, based on comments found elsewhere.

14 years agoAdd comment about this issue
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Sun, 12 Sep 2010 22:50:33 +0000 (22:50 +0000)]
Add comment about this issue

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Sun, 12 Sep 2010 22:48:49 +0000 (22:48 +0000)]

14 years agoresponse
Joey Hess [Sun, 12 Sep 2010 19:56:17 +0000 (15:56 -0400)]
response

14 years agominor grammatical edit
blipvert [Sun, 12 Sep 2010 17:01:55 +0000 (17:01 +0000)]
minor grammatical edit

14 years agoadded signature
blipvert [Sun, 12 Sep 2010 15:38:19 +0000 (15:38 +0000)]
added signature

14 years ago(no commit message)
blipvert [Sun, 12 Sep 2010 15:36:28 +0000 (15:36 +0000)]

14 years agoAdded a comment: Follow instructions
http://jmtd.livejournal.com/ [Sun, 12 Sep 2010 12:26:49 +0000 (12:26 +0000)]
Added a comment: Follow instructions

14 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE [Sun, 12 Sep 2010 06:45:28 +0000 (06:45 +0000)]
Added a comment

14 years agoblueview: Fix display of links to translated pages in the page header.
Joey Hess [Sat, 11 Sep 2010 18:40:56 +0000 (14:40 -0400)]
blueview: Fix display of links to translated pages in the page header.

14 years agoactiontabs: Improve tab padding.
Joey Hess [Sat, 11 Sep 2010 18:31:34 +0000 (14:31 -0400)]
actiontabs: Improve tab padding.

14 years agoformatting
Joey Hess [Sat, 11 Sep 2010 17:08:31 +0000 (13:08 -0400)]
formatting

14 years agobug report
Joey Hess [Sat, 11 Sep 2010 17:06:45 +0000 (13:06 -0400)]
bug report

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 10 Sep 2010 21:17:23 +0000 (17:17 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoPass array of names of files that have been deleted to needsbuild hook as second...
Joey Hess [Fri, 10 Sep 2010 21:17:08 +0000 (17:17 -0400)]
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.

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Fri, 10 Sep 2010 20:50:05 +0000 (20:50 +0000)]

14 years agouse warn
Joey Hess [Fri, 10 Sep 2010 18:20:53 +0000 (14:20 -0400)]
use warn

14 years agoavoid dups getting into @slavelanguages
Joey Hess [Fri, 10 Sep 2010 18:12:59 +0000 (14:12 -0400)]
avoid dups getting into @slavelanguages

This could happen if checkconfig was run twice, I think.

14 years agopo: Auto-upgrade old format settings to new formats when writing setup file.
Joey Hess [Fri, 10 Sep 2010 18:04:43 +0000 (14:04 -0400)]
po: Auto-upgrade old format settings to new formats when writing setup file.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 10 Sep 2010 17:16:12 +0000 (13:16 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agopo: Make the po_master_language use a langpair like "en|English", so it can be config...
Joey Hess [Fri, 10 Sep 2010 17:13:00 +0000 (13:13 -0400)]
po: Make the po_master_language use a langpair like "en|English", so it can be configured via the web.

14 years agopo: Allow enabling via web setup.
Joey Hess [Fri, 10 Sep 2010 15:45:59 +0000 (11:45 -0400)]
po: Allow enabling via web setup.

The only unsafe thing should be that enabling it with some languages will
generate po files.

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Fri, 10 Sep 2010 13:02:36 +0000 (13:02 +0000)]

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Fri, 10 Sep 2010 13:02:13 +0000 (13:02 +0000)]

14 years agoMove the discussion of svn+ssh to the forum for now.
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Fri, 10 Sep 2010 13:01:14 +0000 (13:01 +0000)]
Move the discussion of svn+ssh to the forum for now.

14 years agoMove the svn+ssh discussion to the forum.
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Fri, 10 Sep 2010 13:00:03 +0000 (13:00 +0000)]
Move the svn+ssh discussion to the forum.

14 years agoresponse
Joey Hess [Thu, 9 Sep 2010 22:24:49 +0000 (18:24 -0400)]
response

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 9 Sep 2010 22:23:40 +0000 (18:23 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agochangelog
Joey Hess [Thu, 9 Sep 2010 22:23:31 +0000 (18:23 -0400)]
changelog

14 years agoteximg: Use Unicode UTF-8 encoding by default.
Paul Menzel [Wed, 8 Sep 2010 13:34:41 +0000 (15:34 +0200)]
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>
14 years agoAdded a comment
http://jmtd.livejournal.com/ [Thu, 9 Sep 2010 21:41:07 +0000 (21:41 +0000)]
Added a comment

14 years agoTags now work as I'd expect them to.
tschwinge [Thu, 9 Sep 2010 14:38:54 +0000 (14:38 +0000)]
Tags now work as I'd expect them to.

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs [Wed, 8 Sep 2010 21:24:52 +0000 (21:24 +0000)]

14 years agoIssue resolved. Thanks Joey!
Svend Sorensen [Tue, 7 Sep 2010 22:54:04 +0000 (15:54 -0700)]
Issue resolved. Thanks Joey!

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 7 Sep 2010 20:00:59 +0000 (16:00 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoweb server is forcing a redirect
Joey Hess [Tue, 7 Sep 2010 19:59:57 +0000 (15:59 -0400)]
web server is forcing a redirect

14 years agoRemove PATH overriding code in ikiwiki script that was present to make perl taint...
Joey Hess [Tue, 7 Sep 2010 17:47:50 +0000 (13:47 -0400)]
Remove PATH overriding code in ikiwiki script that was present to make perl taint checking happy, but taint checking is disabled.

14 years agoRemoving tag done as it seems to need some more care.
intrigeri [Tue, 7 Sep 2010 17:18:24 +0000 (19:18 +0200)]
Removing tag done as it seems to need some more care.

14 years agoresponse
Joey Hess [Tue, 7 Sep 2010 16:38:40 +0000 (12:38 -0400)]
response

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 7 Sep 2010 16:30:40 +0000 (12:30 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoneedsbuild hook interface changed; the hooks should now return the modified array...
Joey Hess [Tue, 7 Sep 2010 16:08:59 +0000 (12:08 -0400)]
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.)

14 years agoadd todo item about hooks not called during untrusted git push
Joey Hess [Tue, 7 Sep 2010 16:01:20 +0000 (12:01 -0400)]
add todo item about hooks not called during untrusted git push

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawkIl2-FajX9MSbbfcPYvzbmbsemGJJfXds [Mon, 6 Sep 2010 14:13:49 +0000 (14:13 +0000)]

14 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE [Sun, 5 Sep 2010 18:31:16 +0000 (18:31 +0000)]

14 years ago.darcs
http://marcotmarcot.wordpress.com/ [Sun, 5 Sep 2010 14:34:16 +0000 (14:34 +0000)]
.darcs

14 years agoadded a patch to make it more like MediaWiki
Changaco [Sat, 4 Sep 2010 14:04:51 +0000 (14:04 +0000)]
added a patch to make it more like MediaWiki

14 years ago(no commit message)
philippe [Sat, 4 Sep 2010 07:39:10 +0000 (07:39 +0000)]

14 years agoAdd forum post regarding "bad page name" error
Svend Sorensen [Fri, 3 Sep 2010 18:17:43 +0000 (11:17 -0700)]
Add forum post regarding "bad page name" error

14 years agoupdate issue needing /etc as plain user
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 16:25:36 +0000 (16:25 +0000)]
update issue needing /etc as plain user

14 years agoWorkaround for /etc files
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 16:17:34 +0000 (16:17 +0000)]
Workaround for /etc files

14 years agoproblem with /etc files
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 16:12:23 +0000 (16:12 +0000)]
problem with /etc files

14 years agochecking again instructions, HTML::Scrubber does not fail in tests with a clean install.
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 16:06:18 +0000 (16:06 +0000)]
checking again instructions, HTML::Scrubber does not fail in tests with a clean install.

14 years agominor, delete a repited . ~/.bashrc
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 15:59:06 +0000 (15:59 +0000)]
minor, delete a repited  . ~/.bashrc

14 years agoMinor fixes/cleanups on my addition
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 15:54:47 +0000 (15:54 +0000)]
Minor fixes/cleanups on my addition

14 years agoModified, retested all with a clean user (last edition was from a bash_history)
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 15:39:56 +0000 (15:39 +0000)]
Modified, retested all with a clean user (last edition was from a bash_history)

14 years agodeleting libexpat1-dev, only needed for perlbrew, not for local:lib
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 15:04:52 +0000 (15:04 +0000)]
deleting libexpat1-dev, only needed for perlbrew, not for local:lib

14 years agoManual install as plain user (only curl and build-essential required) on stable
http://poisonbit.wordpress.com/ [Fri, 3 Sep 2010 15:03:33 +0000 (15:03 +0000)]
Manual install as plain user (only curl and build-essential required) on stable

14 years agospelling
http://jmtd.livejournal.com/ [Thu, 2 Sep 2010 22:22:05 +0000 (22:22 +0000)]
spelling

14 years agodiscussing Paul's HTTPS edit
http://jmtd.livejournal.com/ [Thu, 2 Sep 2010 22:20:06 +0000 (22:20 +0000)]
discussing Paul's HTTPS edit

14 years agoshortcuts: Suggestions for multi-language links
PaulePanter [Thu, 2 Sep 2010 14:26:49 +0000 (14:26 +0000)]
shortcuts: Suggestions for multi-language links

14 years agoUse HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google (noted...
PaulePanter [Thu, 2 Sep 2010 14:09:55 +0000 (14:09 +0000)]
Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google (noted by using DuckDuckGo.com which is directing there)