Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | move to correct location | Joey Hess | |
2010-02-07 | (no commit message) | simonraven | |
2010-02-07 | HTTP:BL plugin/inclusion | simonraven | |
2010-02-07 | Added missing '!' in "!format perl..." | http://gustaf.thorslund.org/ | |
2010-02-07 | tested | http://www.google.com/profiles/schmonz | |
2010-02-06 | silly wabbit. spam written in sand washes away. ban for life of IP remains | Joey Hess | |
2010-02-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey 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-06 | remove pigro.net | Joey Hess | |
Unfortunatly, www.pigro.net is down, and has been for some time. | |||
2010-02-06 | update | Joey Hess | |
2010-02-06 | add noindex robots directives | Joey Hess | |
2010-02-06 | Fix color and format plugins to appear in the websetup interface. | Joey Hess | |
2010-02-06 | add opendiscussion to auto-blog.setup | Joey Hess | |
2010-02-06 | opendiscussion: This plugin will also now allow posting comments | Joey Hess | |
to otherwise locked-down sites. | |||
2010-02-06 | ensure opendiscussion hook is always called before lockedit | Joey Hess | |
This was only ordered ok due to luck before. | |||
2010-02-06 | auto-blog.setup: Lock all pages, so only admin can post to the blog by default. | Joey Hess | |
2010-02-06 | update comment re openid library version | Joey Hess | |
2010-02-05 | revert accidental code change | Joey Hess | |
2010-02-05 | response | Joey Hess | |
2010-02-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-05 | scratch patch | Joey Hess | |
2010-02-05 | add 'or' to pagespec | http://edward.myopenid.com/ | |
2010-02-04 | factor out a userpage function | Joey Hess | |
Not yet exported, as only 4 quite core plugins use it. | |||
2010-02-04 | Add link to userpage (or creation link) to top of preferences page. | Joey Hess | |
2010-02-04 | remove userlink() | Joey Hess | |
That was dead code; changes to lockedit and recentchanges removed the last callers. | |||
2010-02-04 | typo | Joey Hess | |
2010-02-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-04 | Improve 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-04 | Allow jumping directly into account registration process by going to ↵ | Joey Hess | |
ikiwiki.cgi?do=register | |||
2010-02-03 | signature | Javier Rojas | |
2010-02-03 | new forum post | Javier Rojas | |
2010-02-03 | response | Javier Rojas | |
2010-02-03 | fix 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-03 | Revert "Make srcfile() return undef, if the file isn't there." | David Riebenbauer | |
This reverts commit 1bde208ec9b915db0187030c33450b5accb4892c. | |||
2010-02-02 | partial review | Joey Hess | |
2010-02-02 | fix typo in autotag.tmpl | David Riebenbauer | |
2010-02-02 | also tag 'patch/core', considering that over half of the changes are there | David Riebenbauer | |
2010-02-02 | add git repository 'davrieb' and document branch on userpage | David Riebenbauer | |
2010-02-02 | Export add_autofile() for use in Plugins. | David Riebenbauer | |
2010-02-02 | Revert 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-02 | Use add_autofile() in tag.pm | David Riebenbauer | |
to make the automatically created tagpages render. | |||
2010-02-02 | Process 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-02 | Add 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-02 | Automatically 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-02 | Code deduplication fin find_src_files() | David Riebenbauer | |
This also has the advantage that I can use the resulting new function elsewhere. | |||
2010-02-02 | Make 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-02 | Document git branch for automatically creating tag pages. | David Riebenbauer | |