Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-08 | another try at dealing with CGI.pm problem | Joey Hess | |
open the temp file if all attempts to get a fd fail | |||
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Debugging again | Joey Hess | |
2008-07-08 | possible fix | Joey Hess | |
2008-07-08 | attachment: Support old versions of CGI.pm that lack an upload method. | Joey Hess | |
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Next debbuging | Joey Hess | |
2008-07-08 | new thing to try | Joey Hess | |
2008-07-08 | fix fix | Joey Hess | |
2008-07-08 | close | Joey Hess | |
2008-07-08 | Fix a bug with links to pages whose names contained colons. | Joey Hess | |
So the problem is that ikiwiki would generate a relative link like href="colon:problem", which web browsers treat as being in the "colon:" uri scheme. The best fix seems to be to make url beautification fix this, by slapping a "./" in front. | |||
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Missing Apache2 version | Joey Hess | |
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Response | Joey Hess | |
2008-07-08 | split out separate bug | Joey Hess | |
2008-07-08 | response | Joey Hess | |
2008-07-08 | attachment: Fix an uninitialised value warning when editing a page that ↵ | Joey Hess | |
currently has no attachments. | |||
2008-07-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-07-08 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Problem with colon in report ↵ | Joey Hess | |
page name | |||
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Problem with uploading attachments | Joey Hess | |
2008-07-08 | web commit by http://ptecza.myopenid.com/: * Thanks! | Joey Hess | |
2008-07-08 | add an interesting ikiwiki site I stumbled across | Joey Hess | |
2008-07-07 | test | Joey Hess | |
2008-07-07 | response | Joey Hess | |
2008-07-07 | move to todo | Joey Hess | |
2008-07-07 | clarify how an item is wishlisted | Joey Hess | |
2008-07-07 | undo wishlist changes | Joey Hess | |
You don't want to post new wishlist items, really, as they're lower priority than just todo items. :-) Anyway, I want to keep wishlist and todos both under todo/ so that they can easily be changed from one state to another. And the inline caused items to be created under wishlist/ , but didn't actually inline them. | |||
2008-07-07 | web commit by http://dmarti.myopenid.com/ | Joey Hess | |
2008-07-07 | web commit by http://www.openidfrance.fr/beaufils | Joey Hess | |
2008-07-07 | web commit by http://dmarti.myopenid.com/ | Joey Hess | |
2008-07-07 | resp | Joey Hess | |
2008-07-07 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-07 | testing | Joey Hess | |
2008-07-07 | example of how to limit to specific directory | Joey Hess | |
2008-07-07 | new idea | Joey Hess | |
2008-07-07 | typo the second | Joey Hess | |
2008-07-07 | response | Joey Hess | |
2008-07-07 | typo | Joey Hess | |
2008-07-07 | web commit by http://ptecza.myopenid.com/: * Enabling attachment plugin | Joey Hess | |
2008-07-07 | search: generate configuration files once only when rebuilding (Gabriel McManus) | Joey Hess | |
2008-07-07 | minor improvements | Joey Hess | |
2008-07-07 | search: generate configuration files once only when rebuilding | Gabriel McManus | |
2008-07-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-07-07 | web commit by http://gmcmanus.myopenid.com/: search: create configuration ↵ | Joey Hess | |
once only on rebuild | |||
2008-07-06 | wishlist | Joey Hess | |
2008-07-06 | add news item for ikiwiki 2.52 | Joey Hess | |
2008-07-06 | releasing version 2.52 | Joey Hess | |
2008-07-06 | add virus checking to attachments plugin | Joey Hess | |
2008-07-06 | avoid uninitialised value warnings | Joey Hess | |
2008-07-06 | Merge branch 'master' into tova | Joey Hess | |
2008-07-06 | avoid uninitialised value | Joey Hess | |
2008-07-06 | editpage escaping fixes | Joey Hess | |
* The editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. Using the title was ambiguous and made it impossible to tell between some pages, like "foo/bar" and "foo__47__bar", sometimes causing the wrong page to be edited. * This change means that some edit links need to be updated. Force a rebuild on upgrade to this version. * Above change also allowed really fixing escaped slashes from the blogpost form. |