summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-10questionJoey Hess
2010-02-10add a link to another vim pluginJoey Hess
2010-02-09Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-02-09amazon_s3: Fix to support the EU S3 datacenter, which is more picky about ↵Joey Hess
attempts to create already existing buckets.
2010-02-08redactionJavier Rojas
2010-02-08more notes about the ikiwiki-nav pluginJavier Rojas
added installation notes added pointer in the forum page to the created tip
2010-02-08added tip about page navigation from within vimJavier Rojas
2010-02-08nte blogspamJoey Hess
2010-02-08move to correct locationJoey Hess
2010-02-07(no commit message)simonraven
2010-02-07HTTP:BL plugin/inclusionsimonraven
2010-02-07Added missing '!' in "!format perl..."http://gustaf.thorslund.org/
2010-02-07testedhttp://www.google.com/profiles/schmonz
2010-02-06silly wabbit. spam written in sand washes away. ban for life of IP remainsJoey Hess
2010-02-06Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-02-07(no commit message)AlbertF
2010-02-07(no commit message)AlbertF
2010-02-07(no commit message)AlbertF
2010-02-07(no commit message)AlbertF
2010-02-06remove pigro.netJoey Hess
Unfortunatly, www.pigro.net is down, and has been for some time.
2010-02-06updateJoey Hess
2010-02-06add noindex robots directivesJoey Hess
2010-02-06Fix color and format plugins to appear in the websetup interface.Joey Hess
2010-02-06add opendiscussion to auto-blog.setupJoey Hess
2010-02-06opendiscussion: This plugin will also now allow posting commentsJoey Hess
to otherwise locked-down sites.
2010-02-06ensure opendiscussion hook is always called before lockeditJoey Hess
This was only ordered ok due to luck before.
2010-02-06auto-blog.setup: Lock all pages, so only admin can post to the blog by default.Joey Hess
2010-02-06update comment re openid library versionJoey Hess
2010-02-05revert accidental code changeJoey Hess
2010-02-05responseJoey Hess
2010-02-05Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-02-05scratch patchJoey Hess
2010-02-05add 'or' to pagespechttp://edward.myopenid.com/
2010-02-04factor out a userpage functionJoey Hess
Not yet exported, as only 4 quite core plugins use it.
2010-02-04Add link to userpage (or creation link) to top of preferences page.Joey Hess
2010-02-04remove userlink()Joey Hess
That was dead code; changes to lockedit and recentchanges removed the last callers.
2010-02-04typoJoey Hess
2010-02-04Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-02-04Improve display of openid in preferences page.Joey Hess
Now that openiduser is in IkiWiki core, it's ok to have passwordauth check for it, and avoid displaying useless password fields when showing preferences for an openid. Also improved the styling of the display of the openid in the preferneces page.
2010-02-04Allow jumping directly into account registration process by going to ↵Joey Hess
ikiwiki.cgi?do=register
2010-02-03signatureJavier Rojas
2010-02-03new forum postJavier Rojas
2010-02-03responseJavier Rojas
2010-02-03fix bugs in `find_src_files()`.David Riebenbauer
Use `_` to avoid superfluous stat. Check for `defined $file`, instead of just `$file`. Add spaces after commas. Change return values of `verify_src_file()` to not return the tainted filename. Rename `$f` to `$file_untainted in `verify_src_file()`. $f changes to `$file` in `find_src_files()`. This attempts to fix commit f3abeac919c4736429bd3362af6edf51ede8e7fe. For discussion see <http://ikiwiki.info/todo/auto-create_tag_pages_according_to_a_template/>
2010-02-03Revert "Make srcfile() return undef, if the file isn't there."David Riebenbauer
This reverts commit 1bde208ec9b915db0187030c33450b5accb4892c.
2010-02-02partial reviewJoey Hess
2010-02-02fix typo in autotag.tmplDavid Riebenbauer
2010-02-02also tag 'patch/core', considering that over half of the changes are thereDavid Riebenbauer
2010-02-02add git repository 'davrieb' and document branch on userpageDavid Riebenbauer
2010-02-02Export add_autofile() for use in Plugins.David Riebenbauer