]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
15 years ago(no commit message)
http://stefano.zacchiroli.myopenid.com/ [Sun, 26 Apr 2009 17:50:33 +0000 (13:50 -0400)] 

15 years ago(no commit message)
simonraven [Sat, 25 Apr 2009 19:57:31 +0000 (15:57 -0400)] 

15 years agoadd a ' ' to prevent autosmiley eating a )
Jon Dowland [Fri, 24 Apr 2009 13:44:28 +0000 (14:44 +0100)] 
add a ' ' to prevent autosmiley eating a )

15 years agoanother backlinks issue
Jon Dowland [Fri, 24 Apr 2009 13:41:25 +0000 (14:41 +0100)] 
another backlinks issue

15 years agobacklinks issue
Jon Dowland [Fri, 24 Apr 2009 13:40:07 +0000 (14:40 +0100)] 
backlinks issue

15 years agointeractive todo lists todo item
Jon Dowland [Fri, 24 Apr 2009 13:34:32 +0000 (14:34 +0100)] 
interactive todo lists todo item

15 years agonew todo item: more flexible inline postform
Jon Dowland [Fri, 24 Apr 2009 13:26:45 +0000 (14:26 +0100)] 
new todo item: more flexible inline postform

15 years ago(no commit message)
NicolasLimare [Fri, 24 Apr 2009 09:48:03 +0000 (05:48 -0400)] 

15 years agosimplifiy
Joey Hess [Thu, 23 Apr 2009 20:40:45 +0000 (16:40 -0400)] 
simplifiy

15 years agoRevert "pagespec_match_list * optimisation"
Joey Hess [Thu, 23 Apr 2009 20:35:56 +0000 (16:35 -0400)] 
Revert "pagespec_match_list * optimisation"

This reverts commit 2f96c49bd1826ecb213ae025ad456a714aa04863.

I forgot about internal pages. We don't want * matching them!

I left the optimisation in pagecount, where it used to live.
Internal pages probably don't matter when they're just being
counted.

15 years agoavoid using pagespec_match_list here
Joey Hess [Thu, 23 Apr 2009 20:26:54 +0000 (16:26 -0400)] 
avoid using pagespec_match_list here

I forgot to check if it was called from preprocess, and it is
not; it's called by a format hook. If an error is thrown from
a format hook, wiki build fails, so we don't want that.

15 years agosimplify
Joey Hess [Thu, 23 Apr 2009 20:23:52 +0000 (16:23 -0400)] 
simplify

15 years agopagespec_match_list * optimisation
Joey Hess [Thu, 23 Apr 2009 20:20:18 +0000 (16:20 -0400)] 
pagespec_match_list * optimisation

Add an optimisation for the semi-common case of a "*" pagespec. Can
avoid doing any real processing in this case.

15 years agoformatting
Joey Hess [Thu, 23 Apr 2009 20:14:35 +0000 (16:14 -0400)] 
formatting

15 years agotypo
Joey Hess [Thu, 23 Apr 2009 20:13:40 +0000 (16:13 -0400)] 
typo

15 years agopagespec_match_list added and used in most appropriate places
Joey Hess [Thu, 23 Apr 2009 19:45:30 +0000 (15:45 -0400)] 
pagespec_match_list added and used in most appropriate places

* pagespec_match_list: New API function, matches pages in a list
  and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
  pagestate, postsparkline: Display a handy error message if the pagespec
  is erronious.

15 years agocomments: Add link to comment post form to allow user to sign in if they wish to...
Joey Hess [Thu, 23 Apr 2009 18:56:10 +0000 (14:56 -0400)] 
comments: Add link to comment post form to allow user to sign in if they wish to, if the configuration makes signin optional for commenting.

15 years agopagespec error/failure distinction and error display by inline
Joey Hess [Thu, 23 Apr 2009 18:07:28 +0000 (14:07 -0400)] 
pagespec error/failure distinction and error display by inline

* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
  them in cases where they fail to match due to a configuration or syntax
  error.
* inline: Display a handy error message if the inline cannot display any
  pages due to such an error.

This is perhaps somewhat incomplete, as other users of pagespecs do not
display the error, and will eventually need similar modifications to inline.
I should probably factor out a pagespec_match_all function and make it throw
ErrorReasons.

15 years agorelativedate: Deal with clock skew.
Joey Hess [Thu, 23 Apr 2009 17:39:42 +0000 (13:39 -0400)] 
relativedate: Deal with clock skew.

If the server has a clock running a bit ahead of the web browsing client,
relativedate could cause somewhat confusing displays like "3 seconds from now"
for just posted things.

As a hack, avoid displaying times in the future if they're less than a
small slip forward. I chose 30 minutes because both client and server could
be wrong in different directions, while it's still close enough that "just
now" is not horribly wrong.

15 years agotwo problems
Joey Hess [Wed, 22 Apr 2009 20:12:54 +0000 (16:12 -0400)] 
two problems

15 years agoplan of attack
Joey Hess [Wed, 22 Apr 2009 20:00:36 +0000 (16:00 -0400)] 
plan of attack

15 years agofix id
Joey Hess [Wed, 22 Apr 2009 19:38:50 +0000 (15:38 -0400)] 
fix id

15 years agoclarify
Joey Hess [Wed, 22 Apr 2009 19:36:40 +0000 (15:36 -0400)] 
clarify

15 years agowebsetup: If setup fails, restore old setup file.
Joey Hess [Wed, 22 Apr 2009 18:05:37 +0000 (14:05 -0400)] 
websetup: If setup fails, restore old setup file.

15 years agodocument how to get to the moderation page
Joey Hess [Wed, 22 Apr 2009 17:35:17 +0000 (13:35 -0400)] 
document how to get to the moderation page

15 years agoblogspam: Load RPC::XML library in checkconfig, so that an error can be printed at...
Joey Hess [Wed, 22 Apr 2009 17:33:20 +0000 (13:33 -0400)] 
blogspam: Load RPC::XML library in checkconfig, so that an error can be printed at that point if it's not available, allowing the admin to see it during wiki setup. Closes: #520015

15 years agowebsetup: Display stderr in browser if ikiwiki setup fails.
Joey Hess [Wed, 22 Apr 2009 17:31:56 +0000 (13:31 -0400)] 
websetup: Display stderr in browser if ikiwiki setup fails.

15 years agoupdated spanish translation
Víctor Moral [Wed, 22 Apr 2009 07:23:50 +0000 (09:23 +0200)] 
updated spanish translation

15 years agoAdd python:Depends to control file. Closes: #525086
Joey Hess [Wed, 22 Apr 2009 01:46:01 +0000 (21:46 -0400)] 
Add python:Depends to control file. Closes: #525086

15 years agoresponse
Joey Hess [Mon, 20 Apr 2009 17:47:53 +0000 (13:47 -0400)] 
response

15 years agopagetitle_function_does_not_respect_meta_titles: proposal
intrigeri [Mon, 20 Apr 2009 17:00:12 +0000 (19:00 +0200)] 
pagetitle_function_does_not_respect_meta_titles: proposal

15 years agopo: answered Joey, at last
intrigeri [Mon, 20 Apr 2009 09:52:16 +0000 (11:52 +0200)] 
po: answered Joey, at last

Signed-off-by: intrigeri <intrigeri@boum.org>
15 years ago(no commit message)
simonraven [Mon, 20 Apr 2009 09:04:53 +0000 (05:04 -0400)] 

15 years agoclarification, response
Joey Hess [Sun, 19 Apr 2009 19:19:43 +0000 (15:19 -0400)] 
clarification, response

15 years agotypo
simonraven [Sun, 19 Apr 2009 17:29:53 +0000 (13:29 -0400)] 
typo

15 years ago(no commit message)
simonraven [Sun, 19 Apr 2009 17:28:57 +0000 (13:28 -0400)] 

15 years agoadd news item for ikiwiki 3.10
Joey Hess [Sun, 19 Apr 2009 02:52:17 +0000 (22:52 -0400)] 
add news item for ikiwiki 3.10

15 years agoreleasing version 3.10
Joey Hess [Sun, 19 Apr 2009 02:51:25 +0000 (22:51 -0400)] 
releasing version 3.10

15 years agotypo - but it bugged me...
http://furicle.pip.verisignlabs.com/ [Thu, 16 Apr 2009 21:11:54 +0000 (17:11 -0400)] 
typo - but it bugged me...

15 years ago(no commit message)
http://furicle.pip.verisignlabs.com/ [Thu, 16 Apr 2009 20:55:49 +0000 (16:55 -0400)] 

15 years agoit's a wiki, so yes
Joey Hess [Wed, 15 Apr 2009 18:45:23 +0000 (14:45 -0400)] 
it's a wiki, so yes

15 years ago(no commit message)
http://furicle.pip.verisignlabs.com/ [Wed, 15 Apr 2009 17:55:37 +0000 (13:55 -0400)] 

15 years ago(no commit message)
http://furicle.pip.verisignlabs.com/ [Wed, 15 Apr 2009 17:50:28 +0000 (13:50 -0400)] 

15 years agoJust dumb keyboard hammering
http://furicle.pip.verisignlabs.com/ [Wed, 15 Apr 2009 17:48:21 +0000 (13:48 -0400)] 
Just dumb keyboard hammering

15 years agoJust dumb keyboard hammering
http://furicle.pip.verisignlabs.com/ [Wed, 15 Apr 2009 17:46:42 +0000 (13:46 -0400)] 
Just dumb keyboard hammering

15 years agopatching Wrapper.pm no longer necessary as of 2.67
http://schmonz.livejournal.com/ [Wed, 15 Apr 2009 03:42:53 +0000 (23:42 -0400)] 
patching Wrapper.pm no longer necessary as of 2.67

15 years agoRespond, and close bug
http://www.cse.unsw.edu.au/~willu/ [Wed, 15 Apr 2009 02:29:57 +0000 (22:29 -0400)] 
Respond, and close bug

15 years agonot a bug
Joey Hess [Tue, 14 Apr 2009 19:51:25 +0000 (15:51 -0400)] 
not a bug

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 19:03:38 +0000 (15:03 -0400)] 

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 18:59:49 +0000 (14:59 -0400)] 

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 18:55:27 +0000 (14:55 -0400)] 

15 years agoAdd patch
http://www.cse.unsw.edu.au/~willu/ [Mon, 13 Apr 2009 12:38:25 +0000 (08:38 -0400)] 
Add patch

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 06:35:21 +0000 (02:35 -0400)] 

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 00:20:38 +0000 (20:20 -0400)] 

15 years ago(no commit message)
simonraven [Mon, 13 Apr 2009 00:16:10 +0000 (20:16 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 12 Apr 2009 10:55:24 +0000 (06:55 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 12 Apr 2009 10:40:46 +0000 (06:40 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 12 Apr 2009 10:16:11 +0000 (06:16 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 12 Apr 2009 10:10:18 +0000 (06:10 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 12 Apr 2009 10:07:59 +0000 (06:07 -0400)] 

15 years agoNote that map has the same issue
http://www.cse.unsw.edu.au/~willu/ [Sun, 12 Apr 2009 08:33:20 +0000 (04:33 -0400)] 
Note that map has the same issue

15 years agoNote possible bug
http://www.cse.unsw.edu.au/~willu/ [Sun, 12 Apr 2009 07:57:24 +0000 (03:57 -0400)] 
Note possible bug

15 years agoAdd a microblog template that is useful for inlining microblogging posts.
Joey Hess [Sat, 11 Apr 2009 16:40:15 +0000 (12:40 -0400)] 
Add a microblog template that is useful for inlining microblogging posts.

15 years agoinline: Add author info to archive display.
Joey Hess [Sat, 11 Apr 2009 01:44:37 +0000 (21:44 -0400)] 
inline: Add author info to archive display.

This won't change it normally, and is useful if using archive
format to display some aggregated feed titles.

15 years agobetter name
Joey Hess [Sat, 11 Apr 2009 01:44:25 +0000 (21:44 -0400)] 
better name

15 years agodebian/control: Wrap fields.
Joey Hess [Sat, 11 Apr 2009 01:26:54 +0000 (21:26 -0400)] 
debian/control: Wrap fields.

15 years agofix format
Joey Hess [Fri, 10 Apr 2009 22:22:58 +0000 (18:22 -0400)] 
fix format

15 years agonote
Joey Hess [Fri, 10 Apr 2009 22:02:52 +0000 (18:02 -0400)] 
note

15 years agoAdd missing permalink support to archivepage and titlepage templates.
Joey Hess [Fri, 10 Apr 2009 22:02:03 +0000 (18:02 -0400)] 
Add missing permalink support to archivepage and titlepage templates.

15 years agoformatting
Joey Hess [Fri, 10 Apr 2009 21:55:33 +0000 (17:55 -0400)] 
formatting

15 years agoupdate
Joey Hess [Fri, 10 Apr 2009 21:54:50 +0000 (17:54 -0400)] 
update

15 years agoturn off quick
Joey Hess [Fri, 10 Apr 2009 21:50:19 +0000 (17:50 -0400)] 
turn off quick

quick makes the permalinks not be followed

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 10 Apr 2009 21:48:28 +0000 (17:48 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agonew tip
Joey Hess [Fri, 10 Apr 2009 21:47:39 +0000 (17:47 -0400)] 
new tip

15 years ago(no commit message)
simonraven [Fri, 10 Apr 2009 04:05:15 +0000 (00:05 -0400)] 

15 years agoresponse
Joey Hess [Thu, 9 Apr 2009 19:36:18 +0000 (15:36 -0400)] 
response

15 years agoclose
Joey Hess [Thu, 9 Apr 2009 19:11:23 +0000 (15:11 -0400)] 
close

15 years agoremove dup
Joey Hess [Mon, 6 Apr 2009 17:34:31 +0000 (13:34 -0400)] 
remove dup

15 years ago(no commit message)
Enno [Sun, 5 Apr 2009 22:29:09 +0000 (18:29 -0400)] 

15 years ago(no commit message)
simonraven [Sun, 5 Apr 2009 11:48:03 +0000 (07:48 -0400)] 

15 years ago(no commit message)
Enno [Sun, 5 Apr 2009 01:53:37 +0000 (21:53 -0400)] 

15 years agofix darcs bug with relative srcdir
Joey Hess [Sat, 4 Apr 2009 23:07:19 +0000 (19:07 -0400)] 
fix darcs bug with relative srcdir

15 years agoremove unnecessary variable
Joey Hess [Sat, 4 Apr 2009 23:04:02 +0000 (19:04 -0400)] 
remove unnecessary variable

15 years agoadd _darcs to prune list
Joey Hess [Sat, 4 Apr 2009 22:49:57 +0000 (18:49 -0400)] 
add _darcs to prune list

15 years agoremove debugging
Joey Hess [Sat, 4 Apr 2009 22:48:33 +0000 (18:48 -0400)] 
remove debugging

15 years agodarcs branch retired
Joey Hess [Sat, 4 Apr 2009 22:42:24 +0000 (18:42 -0400)] 
darcs branch retired

15 years agoupdate
Joey Hess [Sat, 4 Apr 2009 22:39:55 +0000 (18:39 -0400)] 
update

15 years agoMerge branch 'darcs'
Joey Hess [Sat, 4 Apr 2009 22:38:16 +0000 (18:38 -0400)] 
Merge branch 'darcs'

Conflicts:
debian/changelog

15 years agofix display of web commits in recentchanges
Joey Hess [Sat, 4 Apr 2009 22:36:39 +0000 (18:36 -0400)] 
fix display of web commits in recentchanges

The darcs backend appends @web to the names of web committers, so remove it
when extracting.

15 years agofix name of wrapper
Joey Hess [Sat, 4 Apr 2009 22:32:41 +0000 (18:32 -0400)] 
fix name of wrapper

15 years agofix bug I introduced
Joey Hess [Sat, 4 Apr 2009 22:30:29 +0000 (18:30 -0400)] 
fix bug I introduced

15 years agoAdd missing newline to Confirm Password prompt.
Joey Hess [Sat, 4 Apr 2009 22:25:52 +0000 (18:25 -0400)] 
Add missing newline to Confirm Password prompt.

15 years agoheh
Joey Hess [Sat, 4 Apr 2009 22:24:04 +0000 (18:24 -0400)] 
heh

15 years agosupport darcs in setup automator
Joey Hess [Sat, 4 Apr 2009 22:17:38 +0000 (18:17 -0400)] 
support darcs in setup automator

use a consistent name for the ikiwiki wrapper file

15 years agoupdate
Joey Hess [Sat, 4 Apr 2009 22:11:28 +0000 (18:11 -0400)] 
update

15 years agoupdate docs for darcs
Joey Hess [Sat, 4 Apr 2009 22:04:20 +0000 (18:04 -0400)] 
update docs for darcs

Deleted all the old incomplete implementations.

Moved explanation of the two-repo system currently implemented for darcs
into rcs/details, and removed discussion from there about other methods
(including one-repo).

Wrote a rcs/darcs page, which I hope is accurate.

15 years agotypo
Joey Hess [Sat, 4 Apr 2009 21:54:32 +0000 (17:54 -0400)] 
typo

15 years agoremove the one directory form for darcs
Joey Hess [Sat, 4 Apr 2009 21:53:29 +0000 (17:53 -0400)] 
remove the one directory form for darcs

I see no need to have darcs have a special case handling for a one
directory form.

15 years agomove comments to copyright and changelog
Joey Hess [Sat, 4 Apr 2009 21:49:04 +0000 (17:49 -0400)] 
move comments to copyright and changelog

15 years agoformatting, layout, indentation, coding style
Joey Hess [Sat, 4 Apr 2009 21:45:13 +0000 (17:45 -0400)] 
formatting, layout, indentation, coding style