Commit Graph

9022 Commits (cba0b67a19a0625f769915f6249f5139af7d907a)

Author SHA1 Message Date
Joey Hess e1ff06b634 fix uninitialized value warnings
I suspect these are only triggered by spammers.
2009-01-22 20:58:49 -05:00
Joey Hess 6fb0ab580e fix typo 2009-01-22 20:53:47 -05:00
Joey Hess ede3962a54 response 2009-01-22 15:30:14 -05:00
justin 89587a07f4 question on locked_pages and users() in pagespec 2009-01-21 23:37:55 -05:00
Joey Hess d2579c0c12 one fleeting second thought 2009-01-21 23:12:44 -05:00
Joey Hess 7c67348882 response 2009-01-21 23:09:16 -05:00
Joey Hess 7c00c46bca Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-21 23:04:48 -05:00
justin a2738b949a Question about user tests 2009-01-21 23:03:08 -05:00
Joey Hess fd03fd9e0a add 2009-01-21 23:01:37 -05:00
Gabriel McManus 950137eb6c img: only provide alt text if it was specified
if suitable alternate text is unknown, then it should not be given.
empty alt text is suitable mainly for purely decorative images.
(cherry picked from commit 3cd7f67f0cf894f4fd5ba16f68e82e4f7bdbfdc5)
2009-01-21 21:17:57 -05:00
kgjenkins c88f823e4c added version 2009-01-21 17:52:10 -05:00
kent 7ceddcd067 2009-01-20 21:04:25 -05:00
Joey Hess b4bbddbf3e add human-readable error when unknown pagespec function is called
It used to replace unknown functions with "0" when translating a pagespec.
Instead, replace it with a FailReason object. This way, the pagespec will
still evaluate as before (possibly successfully if other terminals exist),
but a human-readable error will be shown if the result is displayed.

Also, an empty pagespec used to be replaced with "0", to avoid a eval
error. Also use a FailReason here.
2009-01-20 16:35:18 -05:00
Joey Hess afc1f1d63f cleanup 2009-01-20 11:33:47 -05:00
Joey Hess c174c955ec response 2009-01-20 11:32:48 -05:00
Joey Hess b5309d2dd7 Remove nonstandard css. Closes: #512378 2009-01-20 11:20:13 -05:00
Joey Hess 3547a2a347 fix removal form display
The form was misdisplayed when displayed via comment removal.
2009-01-20 11:12:49 -05:00
Joey Hess a9585d231e Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-20 11:12:17 -05:00
http://taozhyn.myopenid.com/ 4cae94b9fa 2009-01-19 23:33:34 -05:00
intrigeri daaf488538 po: let's walk the last steps needed before merge!
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-20 00:54:38 +01:00
Joey Hess 8360e96a86 blogspam: Log spam info on failure. 2009-01-19 14:11:15 -05:00
Víctor Moral d79b8f809a Updated spanish translation 2009-01-19 14:01:47 -05:00
http://zms.myopenid.com/ aaef440800 2009-01-19 13:45:29 -05:00
http://zms.myopenid.com/ e20c116e93 2009-01-19 13:43:00 -05:00
kent dc20d70906 2009-01-19 03:06:36 -05:00
Simon McVittie c89925048f Add meta field "updated", which can alter the <updated> Atom element
Some aggregators, like Planet, sort by mtime rather than ctime. This
means that posts with modified content come to the top (which seems odd
to me, but is presumably what the aggregator's author or operator
wants), but it also means that posts with insignificant edits (like
adding tags) come to the top too. Atom defines <updated> to be the date
of the last *significant* change, so it's fine that ikiwiki defaults to
using the mtime, but it would be good to have a way for the author to
say "that edit was insignificant, don't use that mtime".
2009-01-18 21:58:24 +00:00
Joey Hess 639f464cb3 Avoid feeding decoded unicode to Term::ReadLine
That resulted in double encoded display when using perl's stub
readline module. Apparently that module unconditionally upgrades
text to utf8, in a quite braindead way.

(Term::ReadLine::Gnu::Perl worked ok.)
2009-01-18 14:52:49 -05:00
http://smcv.pseudorandom.co.uk/ 1802503af1 overriding visible modification time (to avoid insignificant edits flooding planets) 2009-01-18 13:36:22 -05:00
Simon McVittie 1e6dd2fc37 Some more thoughts about a gallery plugin 2009-01-18 17:30:52 +00:00
Simon McVittie 58fb0a372b Add myself to ikiwikiusers 2009-01-18 16:49:53 +00:00
Simon McVittie 2fd1857a52 Document underlay plugin as included 2009-01-18 16:43:07 +00:00
Simon McVittie b7cd40c1bb Add underlay plugin 2009-01-18 16:42:12 +00:00
http://smcv.pseudorandom.co.uk/ e98f1b246a fix typo, mention git branch 2009-01-18 11:40:57 -05:00
http://smcv.pseudorandom.co.uk/ 5f80ac3202 underlay plugin, a command-line interface for add_underlay() 2009-01-18 09:52:51 -05:00
cfm aecc45bd20 I really ought to RTFM before I make todo requests, eh? 2009-01-17 23:46:20 -05:00
cfm 94839df2e9 Created user page. 2009-01-17 19:59:36 -05:00
cfm ebb6d59ba1 2009-01-17 19:58:07 -05:00
Joey Hess f0c3cc0363 add news item for ikiwiki 3.02 2009-01-17 18:27:29 -05:00
Joey Hess a94318f61c releasing version 3.02 2009-01-17 18:27:05 -05:00
Joey Hess 6b681ed299 blogspam api now supports homepage link 2009-01-17 15:39:08 -05:00
Joey Hess cd2ddb57a5 load rpc xml lib on the fly
This way, enabling the plugin via websetup is safe, it can't leave
ikiwiki in a broken state.
2009-01-17 14:56:48 -05:00
Joey Hess 4bede22e4f use short names in comittype
Use mtn for monontone and hg for mercurial. The long names cause ugly
formatting in recentchanges, which has CSS that only allows a few
characters for the commit type column.
2009-01-17 13:39:53 -05:00
Joey Hess df9ba9fb1a back to apt-get
Using aptitude command lines used to be a good idea, but apt and aptitude
share info now, and apt-get has all the important features of aptitude
2009-01-17 13:28:53 -05:00
PaulePanter c727e23fdb Typo. 2009-01-17 09:56:50 -05:00
PaulePanter 9e3bca852f As far as I know, aptitude is recommended by Debian. And who does use apt-get instead should know to replace aptitude by apt-get. 2009-01-17 07:35:51 -05:00
http://lapo.it/ 2e871b0cfb added monotone wiki, which uses ikiwiki-on-monotone 2009-01-17 07:17:25 -05:00
http://evacuee.myid.net/ 6b915ef114 2009-01-17 02:29:59 -05:00
Joey Hess a214d537b3 mention dep 2009-01-16 23:07:02 -05:00
Joey Hess 26fc2dde44 add link to options list 2009-01-16 22:46:10 -05:00
Joey Hess b6f68839db add blogspam to auto-blog
configure it to only check comment posts for spam
2009-01-16 22:42:30 -05:00