Commit Graph

9257 Commits (cf374e97cf571c847a21efce9c26b01315a054a1)

Author SHA1 Message Date
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
intrigeri f8c306a21b remove cansave plugin, now replaced by Joey's checkcontent one
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19 19:53:32 +01:00
http://zms.myopenid.com/ aaef440800 2009-01-19 13:45:29 -05:00
intrigeri a3726968bc make checkcontent compatible with hooks that need the full content
Always pass the full (modified) content in `content` named parameter. When the
user edits an existing wiki page, also pass a `diff` named parameter, which
includes only the lines that they added to the page, or modified.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19 19:44:39 +01:00
http://zms.myopenid.com/ e20c116e93 2009-01-19 13:43:00 -05:00
kent dc20d70906 2009-01-19 03:06:36 -05: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
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
intrigeri 14b49376dc Merge commit 'upstream/master' into prv/po 2009-01-18 13:56:15 +01: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
intrigeri 73a7bd2f68 fix previous buggy merge 2009-01-18 00:45:46 +01:00
intrigeri e9e75f5f29 Merge commit 'upstream/master' into prv/po
Conflicts:

	t/syntax.t
2009-01-18 00:38:31 +01: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
intrigeri 832d4d31d1 Merge commit 'upstream/master' into prv/po
Conflicts:

	IkiWiki/Plugin/editpage.pm
	IkiWiki/Plugin/skeleton.pm.example
	doc/plugins/write.mdwn
	t/syntax.t
2009-01-17 14:01:53 +01:00
intrigeri 40de619d49 po(doc): moved security analysis to its own page
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-17 13:50:19 +01: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