Commit Graph

9491 Commits (559c0c42c8db7a883b536e0c370c3f40798a80d6)

Author SHA1 Message Date
http://jmtd.net/ 559c0c42c8 published at http://github.com/jmtd/ikiwiki_todolist/ 2009-05-02 09:26:37 -04:00
http://jmtd.net/ 9e69aa5747 WIP todo list javascript in a demonstratable state 2009-05-02 07:54:00 -04:00
http://schmonz.livejournal.com/ 9e40564ecb personal experience 2009-04-30 15:18:40 -04:00
Jérémy Bobbio 19aa754ff5 passwordauth/discussion: Cosmetics 2009-04-30 00:24:41 +02:00
Jérémy Bobbio 0a6879a139 passwordauth/discussion: Document an attempt of using Apache::AuthenHook for a restricted wiki 2009-04-30 00:21:37 +02:00
albertlash 22421218d2 2009-04-28 19:42:18 -04:00
simonraven b2675a77c8 2009-04-28 19:12:52 -04:00
simonraven 31826c8b97 2009-04-28 19:11:38 -04:00
simonraven d6b095b06c 2009-04-28 17:46:21 -04:00
simonraven 0e8f7c336d 2009-04-28 16:42:35 -04:00
simonraven 972220412f 2009-04-28 16:14:44 -04:00
simonraven b8be54db22 s/choosen/chosen/ 2009-04-28 01:41:12 -04:00
Joey Hess a1bbeec148 translation.mdwn: Typo fixes. Closes: #525753 2009-04-27 13:57:35 -04:00
Joey Hess df9801a371 mention po plugin 2009-04-27 13:56:56 -04:00
Joey Hess 45c8b951a1 Updated Danish translation from Jonas Smedegaard. Closes: #525751 2009-04-27 13:54:48 -04:00
Víctor Moral a18c61c0bf upated spanish translation 2009-04-27 10:59:43 -04:00
TimBosse c70ae749a1 removed 2009-04-27 10:12:22 -04:00
TimBosse ca597d4edf 2009-04-26 23:58:47 -04:00
TimBosse 018548fb51 2009-04-26 23:51:30 -04:00
TimBosse cfbb3c03cf 2009-04-26 23:50:08 -04:00
http://jmtd.net/ 701982423a htmlscrubber? 2009-04-26 17:08:10 -04:00
simonraven 7b46399c8e 2009-04-26 16:17:41 -04:00
http://stefano.zacchiroli.myopenid.com/ c876ee825b 2009-04-26 13:50:33 -04:00
simonraven 4202dab92c 2009-04-25 15:57:31 -04:00
Jon Dowland 31fff76651 add a ' ' to prevent autosmiley eating a ) 2009-04-24 14:44:28 +01:00
Jon Dowland e1d0b1529b another backlinks issue 2009-04-24 14:41:25 +01:00
Jon Dowland b9b7dfa176 backlinks issue 2009-04-24 14:40:07 +01:00
Jon Dowland 24177f8433 interactive todo lists todo item 2009-04-24 14:34:32 +01:00
Jon Dowland 5dd1e09750 new todo item: more flexible inline postform 2009-04-24 14:26:45 +01:00
NicolasLimare 8656029c02 2009-04-24 05:48:03 -04:00
Joey Hess 528f8f83ea simplifiy 2009-04-23 16:40:45 -04:00
Joey Hess 85ae48b21e Revert "pagespec_match_list * optimisation"
This reverts commit 2f96c49bd1.

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.
2009-04-23 16:35:56 -04:00
Joey Hess 4030f75765 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.
2009-04-23 16:26:54 -04:00
Joey Hess 14d8df55ad simplify 2009-04-23 16:23:52 -04:00
Joey Hess 2f96c49bd1 pagespec_match_list * optimisation
Add an optimisation for the semi-common case of a "*" pagespec. Can
avoid doing any real processing in this case.
2009-04-23 16:20:18 -04:00
Joey Hess 860a867078 formatting 2009-04-23 16:14:35 -04:00
Joey Hess e3ccf393c6 typo 2009-04-23 16:13:40 -04:00
Joey Hess aa306957ba 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.
2009-04-23 15:45:30 -04:00
Joey Hess 527d178c12 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. 2009-04-23 14:56:10 -04:00
Joey Hess 748aa7af77 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.
2009-04-23 14:07:28 -04:00
Joey Hess 2c74f09bb8 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.
2009-04-23 13:39:42 -04:00
Joey Hess 86d6b40070 two problems 2009-04-22 16:12:54 -04:00
Joey Hess 5e1b3c0c36 plan of attack 2009-04-22 16:00:36 -04:00
Joey Hess 338d4ccff1 fix id 2009-04-22 15:38:50 -04:00
Joey Hess 252edaea66 clarify 2009-04-22 15:36:40 -04:00
Joey Hess 565e5291cd websetup: If setup fails, restore old setup file. 2009-04-22 14:05:37 -04:00
Joey Hess 30308664a6 document how to get to the moderation page 2009-04-22 13:35:17 -04:00
Joey Hess 55377e7336 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 2009-04-22 13:33:20 -04:00
Joey Hess 4fbe1c3d44 websetup: Display stderr in browser if ikiwiki setup fails. 2009-04-22 13:31:56 -04:00
Víctor Moral e88ef0362c updated spanish translation 2009-04-22 12:27:22 -04:00