summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-02-02Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer
This also means that if autoadded files are deleted they will just be recreated.
2010-02-02Use add_autofile() in tag.pmDavid Riebenbauer
to make the automatically created tagpages render.
2010-02-02Process files from @autofiles in refresh().David Riebenbauer
To make automatically added files render they have to be added to the $files, $pages, $new, and $changed variables. After that scan() is called on them.
2010-02-02Add a function add_autofiles().David Riebenbauer
The objective is to provide a sensible way to let plugins add files during the "scan stage" of the build. Currently does a little verification and adds the file to the global array @add_autofiles.
2010-02-02Automatically create tag pages,David Riebenbauer
if "tag_autocreate=1" is set in the configuration. The pages will be created in tagbase, if and only if they do not exist in the srcdir yet. Tag pages will be create from "autotag.tmpl". At this stage a second refresh is needed for the tag pages to be rendered. Add autotag.tmpl template.
2010-02-02Code deduplication fin find_src_files()David Riebenbauer
This also has the advantage that I can use the resulting new function elsewhere.
2010-02-02Make srcfile() return undef, if the file isn't there.David Riebenbauer
This has the advantage that it's now possible to check for the existence of a sourcefile with that function.
2010-02-02Document git branch for automatically creating tag pages.David Riebenbauer