ikiwiki
13 years agoMerge branch 'master' into commentreorg
Joey Hess [Sat, 8 May 2010 02:30:42 +0000 (22:30 -0400)] 
Merge branch 'master' into commentreorg

13 years agoupdate
Joey Hess [Sat, 8 May 2010 02:21:48 +0000 (22:21 -0400)] 
update

13 years agoavoid scaling favicons
Joey Hess [Sat, 8 May 2010 01:54:58 +0000 (21:54 -0400)] 
avoid scaling favicons

chromium's rather impressive jaggy-free scaling spoiled me, but in
iceweasel, scaled favicons look crap

13 years agoscale display form to match openid size
Joey Hess [Sat, 8 May 2010 01:48:50 +0000 (21:48 -0400)] 
scale display form to match openid size

13 years agoimprove display w/noscript
Joey Hess [Sat, 8 May 2010 01:44:06 +0000 (21:44 -0400)] 
improve display w/noscript

13 years agoadvice
Joey Hess [Sat, 8 May 2010 01:39:42 +0000 (21:39 -0400)] 
advice

13 years agomention style.css changes
Joey Hess [Sat, 8 May 2010 01:35:47 +0000 (21:35 -0400)] 
mention style.css changes

13 years agoRemoved the openidsignup option.
Joey Hess [Sat, 8 May 2010 01:33:27 +0000 (21:33 -0400)] 
Removed the openidsignup option.

13 years agobugfix
Joey Hess [Sat, 8 May 2010 01:28:59 +0000 (21:28 -0400)] 
bugfix

Always load IkiWiki::CGI so its cgi_signin is present, so we replace it.

13 years agobugfix
Joey Hess [Sat, 8 May 2010 01:27:02 +0000 (21:27 -0400)] 
bugfix

13 years agoMerge branch 'master' into openidselector
Joey Hess [Sat, 8 May 2010 01:25:04 +0000 (21:25 -0400)] 
Merge branch 'master' into openidselector

13 years agoadapt to ikiwiki
Joey Hess [Sat, 8 May 2010 01:21:04 +0000 (21:21 -0400)] 
adapt to ikiwiki

Upstream ships a collection of icons, but the licences of them are very
unclear, since most seem to be taken from the various openid provider
websites. That can't be included in ikiwiki. So, instead hotlink to
favicons of sites, and for large display, include the site name.

Removed vidoop.com, which is gone.

If an url is passed to init as the second parameter, add a "Local Login"
provider, which just links to do=signin.

13 years agoopenid signin style changes
Joey Hess [Sat, 8 May 2010 01:20:50 +0000 (21:20 -0400)] 
openid signin style changes

13 years agoupdate
Joey Hess [Sat, 8 May 2010 01:20:40 +0000 (21:20 -0400)] 
update

13 years agoremove loginlabel, not used
Joey Hess [Sat, 8 May 2010 01:20:21 +0000 (21:20 -0400)] 
remove loginlabel, not used

13 years agomodify labels to input box for consistency
Joey Hess [Sat, 8 May 2010 00:24:42 +0000 (20:24 -0400)] 
modify labels to input box for consistency

13 years agouse ikiwiki's replacement openid logo in input box
Joey Hess [Sat, 8 May 2010 00:20:28 +0000 (20:20 -0400)] 
use ikiwiki's replacement openid logo in input box

13 years agomodify openid selector to not default to http:// for openid
Joey Hess [Sat, 8 May 2010 00:17:31 +0000 (20:17 -0400)] 
modify openid selector to not default to  for openid

ikiwiki doesn't care if the http:// is there, and it seems cleaner and less
annoying this way

13 years agopretty openid login
Joey Hess [Sat, 8 May 2010 00:14:25 +0000 (20:14 -0400)] 
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.

13 years ago(no commit message)
http://joey.kitenet.net/ [Sat, 8 May 2010 00:02:59 +0000 (00:02 +0000)] 

13 years ago(no commit message)
http://joey.kitenet.net/ [Sat, 8 May 2010 00:02:04 +0000 (00:02 +0000)] 

13 years agoadd minified jquery.js from openid-selector svn
Joey Hess [Fri, 7 May 2010 23:29:59 +0000 (19:29 -0400)] 
add minified jquery.js from openid-selector svn

13 years agopatch hidden field setting code
Joey Hess [Fri, 7 May 2010 23:10:50 +0000 (19:10 -0400)] 
patch hidden field setting code

Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3

13 years agouse me.yahoo.com
Joey Hess [Fri, 7 May 2010 23:02:55 +0000 (19:02 -0400)] 
use me.yahoo.com

Fixes http://code.google.com/p/openid-selector/issues/detail?id=10

13 years agor21 from http://code.google.com/p/openid-selector/source/checkout
Joey Hess [Fri, 7 May 2010 23:02:30 +0000 (19:02 -0400)] 
r21 from code.google.com/p/openid-selector/source/checkout

13 years ago(no commit message)
zimek [Fri, 7 May 2010 21:59:05 +0000 (21:59 +0000)] 

13 years ago(no commit message)
zimek [Fri, 7 May 2010 21:56:56 +0000 (21:56 +0000)] 

13 years agoavoid linking directly to ikiwiki.cgi?do=signin
Joey Hess [Fri, 7 May 2010 21:11:23 +0000 (17:11 -0400)] 
avoid linking directly to ikiwiki.cgi?do=signin

Instead, add a custom do=commentsignin, that calls cgi_signin.

This allows a plugin to inject a custom cgi_signin, that uses a different
do= parameter, and have it be used consitently. (This was the only
place to hardcode a link to do=signin.)

13 years agotodo
Joey Hess [Fri, 7 May 2010 19:00:45 +0000 (15:00 -0400)] 
todo

13 years agoswitch to use comments(), and add a count (and a feed) of
Joey Hess [Fri, 7 May 2010 18:12:14 +0000 (14:12 -0400)] 
switch to use comments(), and add a count (and a feed) of
comments pending moderation

13 years agofix comment matching pagespecs
Joey Hess [Fri, 7 May 2010 17:59:08 +0000 (13:59 -0400)] 
fix comment matching pagespecs

test isinternal first, because match_glob with internal => 1 also returns
non-internal pages that match. This order should also be faster.

Remove test to see if pagesources is set. isinternal will not succeed if it
is not.

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:56:06 +0000 (17:56 +0000)] 

13 years agobetter wording
Joey Hess [Fri, 7 May 2010 17:55:08 +0000 (13:55 -0400)] 
better wording

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:51:53 +0000 (17:51 +0000)] 

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:48:43 +0000 (17:48 +0000)] 

13 years agobugfix
Joey Hess [Fri, 7 May 2010 17:47:29 +0000 (13:47 -0400)] 
bugfix

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:46:39 +0000 (17:46 +0000)] 

13 years agobugfixes
Joey Hess [Fri, 7 May 2010 17:44:24 +0000 (13:44 -0400)] 
bugfixes

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:39:34 +0000 (17:39 +0000)] 

13 years agoresponse
Joey Hess [Fri, 7 May 2010 17:32:43 +0000 (13:32 -0400)] 
response

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 7 May 2010 17:28:31 +0000 (13:28 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agocheck that pagesources exists before testing
Joey Hess [Fri, 7 May 2010 17:28:14 +0000 (13:28 -0400)] 
check that pagesources exists before testing

13 years agoMerge branch 'master' into commentreorg
Joey Hess [Fri, 7 May 2010 17:25:56 +0000 (13:25 -0400)] 
Merge branch 'master' into commentreorg

13 years agofix undef warning when page() tests a deleted file
Joey Hess [Fri, 7 May 2010 17:25:32 +0000 (13:25 -0400)] 
fix undef warning when page() tests a deleted file

13 years ago(no commit message)
zimek [Fri, 7 May 2010 17:22:20 +0000 (17:22 +0000)] 

13 years agoa bug?
Joey Hess [Fri, 7 May 2010 17:13:57 +0000 (13:13 -0400)] 
a bug?

13 years agoapplied
Joey Hess [Fri, 7 May 2010 17:04:00 +0000 (13:04 -0400)] 
applied

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 7 May 2010 17:03:30 +0000 (13:03 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agopatch
http://smcv.pseudorandom.co.uk/ [Fri, 7 May 2010 16:56:45 +0000 (16:56 +0000)] 
patch

13 years agofix match_comment
Joey Hess [Fri, 7 May 2010 16:55:34 +0000 (12:55 -0400)] 
fix match_comment

13 years agoreorder
Joey Hess [Fri, 7 May 2010 16:55:24 +0000 (12:55 -0400)] 
reorder

13 years agogitremotes: don't fetch tags, other than from ikiwiki.info
Simon McVittie [Fri, 7 May 2010 16:46:21 +0000 (17:46 +0100)] 
gitremotes: don't fetch tags, other than from ikiwiki.info

Getting this change in an existing git clone requires removing or
reconfiguring the remotes.

13 years agonasty update to ugly hack to allow comment() pagespecs to work
Joey Hess [Fri, 7 May 2010 16:43:51 +0000 (12:43 -0400)] 
nasty update to ugly hack to allow comment() pagespecs to work

13 years agoMerge branch 'master' into commentreorg
Joey Hess [Fri, 7 May 2010 16:42:38 +0000 (12:42 -0400)] 
Merge branch 'master' into commentreorg

Conflicts:
debian/changelog

13 years agoRevert markd changes
Joey Hess [Fri, 7 May 2010 16:18:43 +0000 (12:18 -0400)] 
Revert markd changes

spammer testing?

13 years ago(no commit message)
http://peter-simons.myopenid.com/ [Fri, 7 May 2010 13:34:29 +0000 (13:34 +0000)] 

13 years ago(no commit message)
markd [Fri, 7 May 2010 10:50:55 +0000 (10:50 +0000)] 

13 years ago(no commit message)
markd [Fri, 7 May 2010 10:48:39 +0000 (10:48 +0000)] 

13 years agocall delete hook even if only internal pages are deleted
Joey Hess [Fri, 7 May 2010 04:26:59 +0000 (00:26 -0400)] 
call delete hook even if only internal pages are deleted

13 years agoavoid redir loop when going to an internal page that has no permalink
Joey Hess [Fri, 7 May 2010 04:22:05 +0000 (00:22 -0400)] 
avoid redir loop when going to an internal page that has no permalink

13 years agodone
Joey Hess [Fri, 7 May 2010 03:28:54 +0000 (23:28 -0400)] 
done

13 years agorespect permalinks
Joey Hess [Fri, 7 May 2010 03:28:40 +0000 (23:28 -0400)] 
respect permalinks

13 years agoDelete hooks are passed deleted internal pages.
Joey Hess [Fri, 7 May 2010 03:25:27 +0000 (23:25 -0400)] 
Delete hooks are passed deleted internal pages.

Necessary so search can remove its indexes for internal pages.
But also, it seems it was an omission not to pass the deleted
pages before.

13 years agoinline: Call indexhtml when inlining internal pages, so their text can be indexed...
Joey Hess [Fri, 7 May 2010 03:20:48 +0000 (23:20 -0400)] 
inline: Call indexhtml when inlining internal pages, so their text can be indexed for searching.

13 years agoRenamed postscan hook to indexhtml, to reflect its changed position.
Joey Hess [Fri, 7 May 2010 03:07:08 +0000 (23:07 -0400)] 
Renamed postscan hook to indexhtml, to reflect its changed position.

Probably only the search plugin uses it, so this seemed safe.

13 years agosimplify formbuilder stylesheet specification
Joey Hess [Fri, 7 May 2010 02:27:12 +0000 (22:27 -0400)] 
simplify formbuilder stylesheet specification

Since all forms are wrapped in a template that defines the actual
stylesheets, formbuilder just has to be told to turn on stylesheet mode,
not what file is the style sheet.

13 years agofix pagediff to not display as "preview"
Joey Hess [Fri, 7 May 2010 02:19:14 +0000 (22:19 -0400)] 
fix pagediff to not display as "preview"

I think originally, the page preview header was not displayed,
so diff was hacked in using it.

13 years agoreordered some sections
Joey Hess [Fri, 7 May 2010 01:55:26 +0000 (21:55 -0400)] 
reordered some sections

13 years agoGave comment and page editing forms some CSS and accessability love.
Joey Hess [Fri, 7 May 2010 01:45:17 +0000 (21:45 -0400)] 
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.)

13 years agofix param passing to match_glob
Joey Hess [Fri, 7 May 2010 00:46:58 +0000 (20:46 -0400)] 
fix param passing to match_glob

13 years agomoved comments pending moderation
Joey Hess [Thu, 6 May 2010 23:19:51 +0000 (19:19 -0400)] 
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.

13 years agomove meat of type checking to match_page where it belongs
Joey Hess [Thu, 6 May 2010 23:04:56 +0000 (19:04 -0400)] 
move meat of type checking to match_page where it belongs

13 years agourl to myopenid affiliate program has changed
Joey Hess [Thu, 6 May 2010 21:32:19 +0000 (17:32 -0400)] 
url to myopenid affiliate program has changed

13 years agonew todo
Joey Hess [Thu, 6 May 2010 21:28:47 +0000 (17:28 -0400)] 
new todo

13 years agoadd
Joey Hess [Thu, 6 May 2010 21:18:08 +0000 (17:18 -0400)] 
add

13 years agotypo
Joey Hess [Thu, 6 May 2010 17:55:32 +0000 (13:55 -0400)] 
typo

13 years ago* Typo
http://ptecza.myopenid.com/ [Thu, 6 May 2010 10:51:32 +0000 (10:51 +0000)] 
* Typo

13 years agoremove bogus test for empty page
Joey Hess [Thu, 6 May 2010 02:47:37 +0000 (22:47 -0400)] 
remove bogus test for empty page

13 years agobugfix
Joey Hess [Thu, 6 May 2010 02:44:08 +0000 (22:44 -0400)] 
bugfix

13 years agorefactor
Joey Hess [Thu, 6 May 2010 02:41:23 +0000 (22:41 -0400)] 
refactor

13 years agorename ispage variable
Joey Hess [Thu, 6 May 2010 02:36:50 +0000 (22:36 -0400)] 
rename ispage variable

13 years agoadd test
Joey Hess [Thu, 6 May 2010 02:12:31 +0000 (22:12 -0400)] 
add test

13 years agoadd NEWS about template change
Joey Hess [Thu, 6 May 2010 01:51:03 +0000 (21:51 -0400)] 
add NEWS about template change

13 years agoconsistently drop NAME= in templates
Joey Hess [Thu, 6 May 2010 01:08:41 +0000 (21:08 -0400)] 
consistently drop NAME= in templates

also add template syntax smoke test

13 years agoremove unused indexlink function and template variable
Joey Hess [Thu, 6 May 2010 00:42:56 +0000 (20:42 -0400)] 
remove unused indexlink function and template variable

13 years agoremove unused
Joey Hess [Wed, 5 May 2010 22:53:03 +0000 (18:53 -0400)] 
remove unused

13 years agoremove misc.tmpl checking
Joey Hess [Wed, 5 May 2010 22:43:49 +0000 (18:43 -0400)] 
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.

13 years agoallow search form visibility to be controlled on the template
Joey Hess [Wed, 5 May 2010 22:42:18 +0000 (18:42 -0400)] 
allow search form visibility to be controlled on the template

hide extrafooter from misctemplate display per default

13 years agofix test count
Joey Hess [Wed, 5 May 2010 22:32:48 +0000 (18:32 -0400)] 
fix test count

13 years agoon second thought, remove FOOTER variable
Joey Hess [Wed, 5 May 2010 22:27:09 +0000 (18:27 -0400)] 
on second thought, remove FOOTER variable

We always want a footer, just not a pagefooter when doing misctemplate.

13 years agono more misc.tmpl
Joey Hess [Wed, 5 May 2010 22:22:47 +0000 (18:22 -0400)] 
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.

13 years agoadd the <base> setting as in misc.tmpl; only ever do it if not ispage
Joey Hess [Wed, 5 May 2010 22:18:50 +0000 (18:18 -0400)] 
add the <base> setting as in misc.tmpl; only ever do it if not ispage

Also, add FOOTER, to allow disabling the footer.

13 years agoadd ISPAGE variable to page.tmpl
Joey Hess [Wed, 5 May 2010 22:12:27 +0000 (18:12 -0400)] 
add ISPAGE variable to page.tmpl

Plugins will also be able to use this to tell if the template
is being used to generate a wiki page, when misctemplate starts
also using page.tmpl.

13 years agoadd test suite for find_src_files
Joey Hess [Wed, 5 May 2010 03:20:47 +0000 (23:20 -0400)] 
add test suite for find_src_files

13 years agoadd news item for ikiwiki 3.20100504
Joey Hess [Wed, 5 May 2010 00:37:11 +0000 (20:37 -0400)] 
add news item for ikiwiki 3.20100504

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 5 May 2010 00:36:21 +0000 (20:36 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoreleasing version 3.20100504
Joey Hess [Wed, 5 May 2010 00:35:34 +0000 (20:35 -0400)] 
releasing version 3.20100504

13 years agoFixes a bug in skipping of illegal source files introduced in 3.20100427.
Joey Hess [Wed, 5 May 2010 00:26:17 +0000 (20:26 -0400)] 
Fixes a bug in skipping of illegal source files introduced in  3.20100427.

13 years agonote that tcc workaround is for bug fixed in tcc now
Joey Hess [Tue, 4 May 2010 22:41:55 +0000 (18:41 -0400)] 
note that tcc workaround is for bug fixed in tcc now

13 years agosolved
http://mcfrisk.myopenid.com/ [Tue, 4 May 2010 21:17:54 +0000 (21:17 +0000)] 
solved