summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-07updateJoey Hess
2008-05-07forgot to add..Joey Hess
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
pruning not yet implemented, however
2008-05-07whitespaceJoey Hess
2008-05-07documentation for amazon_s3 pluginJoey Hess
Now to write it. :-)
2008-05-07cannot reproduceJoey Hess
2008-05-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-07clarificationJoey Hess
2008-05-07web commit by buo: bug: 2.45 fails to compileJoey Hess
2008-05-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-07Optimised file statting code when scanning for modified pages; cut the ↵Joey Hess
number of system calls in half. (Still room for improvement.)
2008-05-07web commit from 145.97.197.85: poll vote (Accept both)Joey Hess
2008-05-06fix linksJoey Hess
2008-05-06new tip documenting how to use the pinger and pingee pluginsJoey Hess
2008-05-06pinger/pingee now tested and workingJoey Hess
2008-05-06POSIX::setsid is not exported per defaultJoey Hess
2008-05-06template change documentationJoey Hess
2008-05-05typoJoey Hess
2008-05-05updateJoey Hess
2008-05-05aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
2008-05-05fix PERL5LIB in examplesJoey Hess
Using `pwd` makes some modules that call cpan recursively succeed to install
2008-05-05updateJoey Hess
2008-05-05updateJoey Hess
2008-05-05add sections, expand, reorgJoey Hess
2008-05-05mention makemaker variablesJoey Hess
2008-05-05updateJoey Hess
2008-05-05correctionJoey Hess
2008-05-05more on cleanupJoey Hess
2008-05-05linkifyJoey Hess
2008-05-05add news item for ikiwiki 2.45Joey Hess
2008-05-05releasing version 2.45Joey Hess
2008-05-05updatesJoey Hess
2008-05-05formattingJoey Hess
2008-05-05formattingJoey Hess
2008-05-05enhancesments for shared hostingJoey Hess
* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all* the modules ikiwiki can use. * Add a cpan directory containing a CPAN::MyConfig that can ease use of CPAN to install in a home directory on shared hosting providers. * With these changes, it's pretty easy to install onto nearlyfreespeech.net and probably other shared hosting providers like dreamhost. Added a tip page documentng the process for nearlyfreespeech.
2008-05-05avoid strange FreeBSD problemJoey Hess
<mxey> I have a weird problem with Ikiwiki on FreeBSD: When rendering this page <http://rafb.net/p/zmfROX86.html>, I get "ikiwiki.setup: Modification of a read-only value attempted at /usr/local/lib/perl5/site_perl/5.8.8/IkiWiki.pm line 1300.". And converting the constructors to not operate on the parameters directly but use lexical variables fixed it. Not sure exactly when this occurs.
2008-05-05rename to more specific nameJoey Hess
2008-05-03linkifyJoey Hess
2008-05-03web commit by RichMorinJoey Hess
2008-05-03web commit by RichMorinJoey Hess
2008-05-02git: Put -- before the filename when calling git rev-list to avoid warning ↵Joey Hess
message when the file doesn't exist.
2008-05-02Fix ugly display when editing a page that has vanished.Joey Hess
srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist.
2008-05-02avoid uninitialised valueJoey Hess
2008-05-01anonk: Add anonok_pagespec configuration setting that can be used to allow ↵Joey Hess
anonymous users to edit only matching pages. Closes: #478892
2008-04-30web commit by http://vibrog.myopenid.com/Joey Hess
2008-04-30web commit by http://alcopop.org/me/openid/: poll vote (Accept only OpenID ↵Joey Hess
for logins)
2008-04-30web commit by http://alcopop.org/me/openid/: contextJoey Hess
2008-04-30web commit by http://alcopop.org/me/openid/: test commentJoey Hess
2008-04-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-04-30img: Support a title attribute, will be passed through to html. Closes: #478718Joey Hess