ikiwiki
12 years agoAvoid using named capture groups in heredoc code for oldperl compatability.
Joey Hess [Sat, 30 Jul 2011 17:59:54 +0000 (19:59 +0200)] 
Avoid using named capture groups in heredoc code for oldperl compatability.

Also reordered heredoc part of regexp for consistency.

12 years agodemo page removed, some possible enhancements
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI [Sat, 30 Jul 2011 15:58:17 +0000 (11:58 -0400)] 
demo page removed, some possible enhancements

12 years agomercurial: fix date parsing so test suite passes
Joey Hess [Sat, 30 Jul 2011 08:52:49 +0000 (10:52 +0200)] 
mercurial: fix date parsing so test suite passes

12 years agofix mercurial commit with session but without nickname
Joey Hess [Sat, 30 Jul 2011 08:46:26 +0000 (10:46 +0200)] 
fix mercurial commit with session but without nickname

12 years agouse false for isPermalink, not no
Joey Hess [Fri, 29 Jul 2011 10:59:41 +0000 (12:59 +0200)] 
use false for isPermalink, not no

feedvalidator says this is true/false not yes/no

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Fri, 29 Jul 2011 10:54:39 +0000 (12:54 +0200)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agoFix escaping of html entities in tag names.
Joey Hess [Fri, 29 Jul 2011 10:54:30 +0000 (12:54 +0200)] 
Fix escaping of html entities in tag names.

Example case was a tag with & in its name, which resulted in a malformed
rss feed.

12 years agoFix escaping of html entities in permalinks.
Joey Hess [Fri, 29 Jul 2011 10:37:43 +0000 (12:37 +0200)] 
Fix escaping of html entities in permalinks.

12 years agorevert test post
http://smcv.pseudorandom.co.uk/ [Fri, 29 Jul 2011 08:59:53 +0000 (04:59 -0400)] 
revert test post

This reverts commit 6a4c2163fa9e8ba49ec9fa94cd0a23e0164a702d

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawkQHpj42FpPfZTPuDAdGJhHQ0fMyMx2nZc [Thu, 28 Jul 2011 20:03:52 +0000 (16:03 -0400)] 

12 years agoAnchors fixed in wikilink example?
rbern [Thu, 28 Jul 2011 15:35:03 +0000 (11:35 -0400)] 
Anchors fixed in wikilink example?

12 years ago...and added some clarification about my repo versions.
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 21:08:18 +0000 (17:08 -0400)] 
...and added some clarification about my repo versions.

12 years agoadded links to my repo
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 21:04:12 +0000 (17:04 -0400)] 
added links to my repo

12 years agoforgot to sign
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 20:27:07 +0000 (16:27 -0400)] 
forgot to sign

12 years agoAnnotated new beta version of mercurial.pm
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 20:26:29 +0000 (16:26 -0400)] 
Annotated new beta version of mercurial.pm

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Tue, 26 Jul 2011 15:47:39 +0000 (17:47 +0200)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 15:43:44 +0000 (11:43 -0400)] 

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Tue, 26 Jul 2011 15:30:17 +0000 (17:30 +0200)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agooops
Joey Hess [Tue, 26 Jul 2011 15:29:59 +0000 (17:29 +0200)] 
oops

12 years agoFix typo in Danish translation of shortcuts page that caused expoentional regexp...
Joey Hess [Tue, 26 Jul 2011 15:29:36 +0000 (17:29 +0200)] 
Fix typo in Danish translation of shortcuts page that caused expoentional regexp blowup.

Complex regular subexpression recursion limit (32766) exceeded at
/home/joey/src/ikiwiki/IkiWiki.pm line 1532.

This doesn't fix the blowup potential itself, it just fixes the typo. :)

A sample page that causes the blowup is attached below for future
reference. The first directive is not terminated. Contributing are the
additional quotes around the following directives, which mean that they can
each be processed as a parameter to the first directive, or as an
individual directive. In resolving this ambiguity, the regexp blows up.
Happily, perl contains the explosion , so I don't think there is an exploit
here.

"[[!shortcut name=wiktionary url=\"https://secure.wikimedia.org/wiktionary/en/"
"[[!shortcut name=debss url=\"http://snapshot.debian.net/package/%s\"]]"
"[[!shortcut name=debwiki url=\"http://wiki.debian.org/%s\"]]"
"[[!shortcut name=fdobug url=\"https://bugs.freedesktop.org/show_bug.cgi?id=%s\" desc=\"freedesktop.org bug #%s\"]]"
"[[!shortcut name=fdolist url=\"http://lists.freedesktop.org/mailman/listinfo/%s\" desc=\"%s@lists.freedesktop.org\"]]"
"[[!shortcut name=cpanrt url=\"https://rt.cpan.org/Ticket/Display.html?id=%s\" desc=\"CPAN RT#%s\"]]"
"[[!shortcut name=novellbug url=\"https://bugzilla.novell.com/show_bug.cgi?id=%s\" desc=\"bug %s\"]]"
"[[!shortcut name=fdolist url=\"http://lists.freedesktop.org/mailman/listinfo/%s\" desc=\"%s@lists.freedesktop.org\"]]"
"[[!shortcut name=gnomebug url=\"http://bugzilla.gnome.org/show_bug.cgi?id=%s\" desc=\"GNOME bug #%s\"]]"
"[[!shortcut name=linuxbug url=\"http://bugzilla.kernel.org/show_bug.cgi?id=%s\" desc=\"Linux bug #%s\"]]"
"[[!shortcut name=gmane url=\"http://dir.gmane.org/gmane.%s\" desc=\"gmane.%s\"]]"
"[[!shortcut name=gmanemsg url=\"http://mid.gmane.org/%s\"]]"
"[[!shortcut name=cpan url=\"http://search.cpan.org/search?mode=dist&query=%s\"]]"
"[[!shortcut name=ctan url=\"http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s\"]]"
"[[!shortcut name=hoogle url=\"http://haskell.org/hoogle/?q=%s\"]]"
"[[!shortcut name=iki url=\"http://ikiwiki.info/%S/\"]]"
"[[!shortcut name=ljuser url=\"http://%s.livejournal.com/\"]]"
"[[!shortcut name=rfc url=\"http://www.ietf.org/rfc/rfc%s.txt\" desc=\"RFC %s\"]]"
"[[!shortcut name=c2 url=\"http://c2.com/cgi/wiki?%s\"]]"
"[[!shortcut name=meatballwiki url=\"http://www.usemod.com/cgi-bin/mb.pl?%s\"]]"
"[[!shortcut name=emacswiki url=\"http://www.emacswiki.org/cgi-bin/wiki/%s\"]]"
"[[!shortcut name=haskellwiki url=\"http://haskell.org/haskellwiki/%s\"]]"
"[[!shortcut name=dict url=\"http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s\"]]"
"[[!shortcut name=imdb url=\"http://imdb.com/find?q=%s\"]]"
"[[!shortcut name=gpg url=\"http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s\"]]"
"[[!shortcut name=perldoc url=\"http://perldoc.perl.org/search.html?q=%s\"]]"
"[[!shortcut name=whois url=\"http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain\"]]"
"[[!shortcut name=cve url=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s\"]]"
"[[!shortcut name=cia url=\"http://cia.vc/stats/project/%s\"]]"
"[[!shortcut name=ciauser url=\"http://cia.vc/stats/user/%s\"]]"
"[[!shortcut name=flickr url=\"http://www.flickr.com/photos/%s\"]]"
"[[!shortcut name=man url=\"http://linux.die.net/man/%s\"]]"
"[[!shortcut name=ohloh url=\"http://www.ohloh.net/projects/%s\"]]"
"[[!shortcut name=cpanrt url=\"https://rt.cpan.org/Ticket/Display.html?id=%s\" desc=\"CPAN RT#%s\"]]"
"[[!shortcut name=novellbug url=\"https://bugzilla.novell.com/show_bug.cgi?id=%s\" desc=\"bug %s\"]]"

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 26 Jul 2011 12:36:27 +0000 (08:36 -0400)] 

12 years agoadd nezmer's git repo
http://smcv.pseudorandom.co.uk/ [Tue, 26 Jul 2011 10:09:58 +0000 (06:09 -0400)] 
add nezmer's git repo

12 years agoAdded a comment: patch - getsource from gitweb
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Sun, 24 Jul 2011 23:50:07 +0000 (19:50 -0400)] 
Added a comment: patch - getsource from gitweb

12 years agoAny updates? editing Set templates for whole sections of the site
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Sun, 24 Jul 2011 22:53:48 +0000 (18:53 -0400)] 
Any updates? editing Set templates for whole sections of the site

12 years agofix markup in previous commit
https://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE [Sun, 24 Jul 2011 13:38:55 +0000 (09:38 -0400)] 
fix markup in previous commit

12 years agoannouncing Template::Toolkit patch
https://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE [Sun, 24 Jul 2011 13:37:42 +0000 (09:37 -0400)] 
announcing Template::Toolkit patch

12 years agoadded note about the use of HTML::Template comment-based syntax.
https://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE [Sun, 24 Jul 2011 10:33:12 +0000 (06:33 -0400)] 
added note about the use of HTML::Template comment-based syntax.

12 years agoAdded a comment
http://smcv.pseudorandom.co.uk/ [Sat, 23 Jul 2011 11:07:29 +0000 (07:07 -0400)] 
Added a comment

12 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg [Thu, 21 Jul 2011 21:50:55 +0000 (17:50 -0400)] 
removed

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg [Thu, 21 Jul 2011 21:17:53 +0000 (17:17 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg [Thu, 21 Jul 2011 21:16:48 +0000 (17:16 -0400)] 

12 years agoAdded a comment: Solved - patched source
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Thu, 21 Jul 2011 15:36:47 +0000 (11:36 -0400)] 
Added a comment: Solved - patched source

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Thu, 21 Jul 2011 00:13:45 +0000 (20:13 -0400)] 

12 years agoThis reverts commit 0946b5208912787bc6650d44a27f3cd299b4ea72
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Thu, 21 Jul 2011 00:03:10 +0000 (20:03 -0400)] 
This reverts commit 0946b5208912787bc6650d44a27f3cd299b4ea72

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Wed, 20 Jul 2011 23:58:23 +0000 (19:58 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ [Wed, 20 Jul 2011 23:57:41 +0000 (19:57 -0400)] 

12 years agoquickly file a bug before I step on a plane
Joey Hess [Wed, 20 Jul 2011 23:38:18 +0000 (19:38 -0400)] 
quickly file a bug before I step on a plane

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Wed, 20 Jul 2011 17:53:11 +0000 (13:53 -0400)] 

12 years ago(no commit message)
mueli [Wed, 20 Jul 2011 08:03:20 +0000 (04:03 -0400)] 

12 years agopo: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri)
Joey Hess [Tue, 19 Jul 2011 18:12:45 +0000 (14:12 -0400)] 
po: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri)

12 years agoMerge remote-tracking branch 'intrigeri/po'
Joey Hess [Tue, 19 Jul 2011 18:11:36 +0000 (14:11 -0400)] 
Merge remote-tracking branch 'intrigeri/po'

12 years agoReply.
intrigeri [Tue, 19 Jul 2011 17:53:08 +0000 (19:53 +0200)] 
Reply.

12 years agoresponse
Joey Hess [Tue, 19 Jul 2011 16:28:34 +0000 (12:28 -0400)] 
response

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 19 Jul 2011 16:18:51 +0000 (12:18 -0400)] 

12 years agopebak
Joey Hess [Tue, 19 Jul 2011 16:07:02 +0000 (12:07 -0400)] 
pebak

12 years agoresponse
Joey Hess [Tue, 19 Jul 2011 15:56:52 +0000 (11:56 -0400)] 
response

12 years agoAdded a comment
http://joey.kitenet.net/ [Tue, 19 Jul 2011 15:50:41 +0000 (11:50 -0400)] 
Added a comment

12 years agomercurial: Implement rcs_diff. (Daniel Andersson)
Joey Hess [Tue, 19 Jul 2011 15:44:09 +0000 (11:44 -0400)] 
mercurial: Implement rcs_diff. (Daniel Andersson)

12 years agorcs_rename and rcs_remove also were in the big mercurial patch
Joey Hess [Tue, 19 Jul 2011 15:41:11 +0000 (11:41 -0400)] 
rcs_rename and rcs_remove also were in the big mercurial patch

12 years agomercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson)
Joey Hess [Tue, 19 Jul 2011 15:39:32 +0000 (11:39 -0400)] 
mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson)

12 years agoapply the big mercurial patch
Joey Hess [Tue, 19 Jul 2011 15:26:14 +0000 (11:26 -0400)] 
apply the big mercurial patch

* mercurial: openid nicknames are now used when committing. (Daniel Andersson)
* mercurial: implement rcs_commit_staged so comments, attachments, etc
  can be used. (Daniel Andersson)
* mercurial: fix viewing of a diff containing non-utf8 changes.
  (Daniel Andersson)

12 years agoforgot to push?
Joey Hess [Tue, 19 Jul 2011 15:13:30 +0000 (11:13 -0400)] 
forgot to push?

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 19 Jul 2011 13:05:03 +0000 (09:05 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Tue, 19 Jul 2011 12:44:32 +0000 (08:44 -0400)] 

12 years ago(no commit message)
mueli [Tue, 19 Jul 2011 11:55:29 +0000 (07:55 -0400)] 

12 years ago(no commit message)
mueli [Tue, 19 Jul 2011 11:49:58 +0000 (07:49 -0400)] 

12 years agoPlease review and pull new po feature.
intrigeri [Mon, 18 Jul 2011 14:38:06 +0000 (16:38 +0200)] 
Please review and pull new po feature.

12 years agoMerge commit '3.20110715' into prv/po
intrigeri [Mon, 18 Jul 2011 16:41:37 +0000 (18:41 +0200)] 
Merge commit '3.20110715' into prv/po

12 years agopo: add lang_code and lang_name template variables.
intrigeri [Mon, 18 Jul 2011 14:34:54 +0000 (16:34 +0200)] 
po: add lang_code and lang_name template variables.

12 years ago(no commit message)
http://richard.levitte.org/ [Mon, 18 Jul 2011 12:34:17 +0000 (08:34 -0400)] 

12 years ago(no commit message)
http://richard.levitte.org/ [Mon, 18 Jul 2011 12:31:29 +0000 (08:31 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Sat, 16 Jul 2011 01:28:00 +0000 (21:28 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Sat, 16 Jul 2011 01:09:39 +0000 (21:09 -0400)] 

12 years agoFixed presentation issue for "RecentChanges" to emulate git.pm. All lifted issues...
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Sat, 16 Jul 2011 00:54:09 +0000 (20:54 -0400)] 
Fixed presentation issue for "RecentChanges" to emulate git.pm. All lifted issues have been looked at now, so I (try to) tag the page as "patch".

12 years agoadd news item for ikiwiki 3.20110715
Joey Hess [Fri, 15 Jul 2011 22:58:55 +0000 (18:58 -0400)] 
add news item for ikiwiki 3.20110715

12 years agoreleasing version 3.20110715
Joey Hess [Fri, 15 Jul 2011 22:57:24 +0000 (18:57 -0400)] 
releasing version 3.20110715

12 years agofixed
Joey Hess [Fri, 15 Jul 2011 22:47:46 +0000 (18:47 -0400)] 
fixed

12 years agofix two recently introduced bugs in rename
Joey Hess [Fri, 15 Jul 2011 22:46:16 +0000 (18:46 -0400)] 
fix two recently introduced bugs in rename

* rename: Fix logic error that broke renaming pages when the attachment
  plugin was disabled.
* rename: Fix logic error that bypassed the usual pagespec checks.

12 years agoonly check for held attachments when operating on an attachment
Joey Hess [Fri, 15 Jul 2011 22:42:00 +0000 (18:42 -0400)] 
only check for held attachments when operating on an attachment

12 years agoremove debug
Joey Hess [Fri, 15 Jul 2011 22:41:04 +0000 (18:41 -0400)] 
remove debug

12 years agore-reviewed
Joey Hess [Fri, 15 Jul 2011 22:31:23 +0000 (18:31 -0400)] 
re-reviewed

12 years agotypo
http://merriam.myopenid.com/ [Fri, 15 Jul 2011 18:12:04 +0000 (14:12 -0400)] 
typo

12 years agoSecond revolution of addressing code remarks. Many changes and comments at once,...
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 17:46:56 +0000 (13:46 -0400)] 
Second revolution of addressing code remarks. Many changes and comments at once, to make it more difficult for anyone to follow the page ;-)

12 years agoSolved some encoding issues by setting HGENCODING=utf-8 before calling hg
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 15:02:53 +0000 (11:02 -0400)] 
Solved some encoding issues by setting HGENCODING=utf-8 before calling hg

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 13:28:02 +0000 (09:28 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 12:53:51 +0000 (08:53 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 12:51:06 +0000 (08:51 -0400)] 

12 years agoreview
Joey Hess [Fri, 15 Jul 2011 05:35:37 +0000 (01:35 -0400)] 
review

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Fri, 15 Jul 2011 01:57:46 +0000 (21:57 -0400)] 

12 years agoxxx
https://www.google.com/accounts/o8/id?id=AItOawmN_6B8JkwUgJOWHrRmC1cYZvkeFSTuk0k [Thu, 14 Jul 2011 22:06:39 +0000 (18:06 -0400)] 
xxx

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Thu, 14 Jul 2011 21:27:42 +0000 (17:27 -0400)] 

12 years ago(no commit message)
sajolida [Thu, 14 Jul 2011 19:29:22 +0000 (15:29 -0400)] 

12 years ago(no commit message)
sajolida [Thu, 14 Jul 2011 19:06:56 +0000 (15:06 -0400)] 

12 years ago(no commit message)
sajolida [Thu, 14 Jul 2011 09:06:12 +0000 (05:06 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmutZOfzIb_2Wm_P-3foYBFOe0jUdIaDsM [Thu, 14 Jul 2011 00:34:48 +0000 (20:34 -0400)] 

12 years agogeneralize fixLinks to handle #anchors
https://www.google.com/accounts/o8/id?id=AItOawmK9HFqQh4HBRfrRONxYE22cglDFTfFbaw [Wed, 13 Jul 2011 06:03:51 +0000 (02:03 -0400)] 
generalize fixLinks to handle #anchors

12 years agoUser's installation problem has been solved long ago.
Thomas Schwinge [Wed, 13 Jul 2011 05:59:22 +0000 (07:59 +0200)] 
User's installation problem has been solved long ago.

12 years agoPoint to the live versions of the plugins.
Thomas Schwinge [Wed, 13 Jul 2011 05:56:06 +0000 (07:56 +0200)] 
Point to the live versions of the plugins.

12 years agoauto-check just uploaded attachments
Joey Hess [Tue, 12 Jul 2011 19:16:44 +0000 (15:16 -0400)] 
auto-check just uploaded attachments

This may make it easier to eg, Insert Links after dropping in a lot of
files.

12 years agoadd news item for ikiwiki 3.20110712
Joey Hess [Tue, 12 Jul 2011 16:42:01 +0000 (12:42 -0400)] 
add news item for ikiwiki 3.20110712

12 years agoreleasing version 3.20110712
Joey Hess [Tue, 12 Jul 2011 16:40:30 +0000 (12:40 -0400)] 
releasing version 3.20110712

12 years agoresponse
Joey Hess [Tue, 12 Jul 2011 16:40:14 +0000 (12:40 -0400)] 
response

12 years ago(no commit message)
sajolida [Tue, 12 Jul 2011 13:10:28 +0000 (09:10 -0400)] 

12 years agoDisplay attachment manipulation links always, since attachments can be uploaded via...
Joey Hess [Tue, 12 Jul 2011 01:38:48 +0000 (21:38 -0400)] 
Display attachment manipulation links always, since attachments can be uploaded via javascript.

Could arrange for them to be in a span that is hidden when there are no
attachments and make the javascript upload unhide it; this is a quick fix.

12 years agoattachment: Bugfix to create directory when moving attachment out of holding area.
Joey Hess [Tue, 12 Jul 2011 01:35:46 +0000 (21:35 -0400)] 
attachment: Bugfix to create directory when moving attachment out of  holding area.

12 years agoadd news item for ikiwiki 3.20110711
Joey Hess [Mon, 11 Jul 2011 22:43:14 +0000 (18:43 -0400)] 
add news item for ikiwiki 3.20110711

12 years agoreleasing version 3.20110711
Joey Hess [Mon, 11 Jul 2011 22:41:30 +0000 (18:41 -0400)] 
releasing version 3.20110711

12 years agoattachment: Bugfix to move upload attachments out of holding area when saving.
Joey Hess [Mon, 11 Jul 2011 22:34:17 +0000 (18:34 -0400)] 
attachment: Bugfix to move upload attachments out of holding area when saving.

12 years agoAdd build dep on python-support. Closes: #633536
Joey Hess [Mon, 11 Jul 2011 17:03:20 +0000 (13:03 -0400)] 
Add build dep on python-support. Closes: #633536

12 years agoSpelling: "syle" -> "style"
https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM [Sun, 10 Jul 2011 22:49:27 +0000 (18:49 -0400)] 
Spelling: "syle" -> "style"