Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | formatting | Joey Hess | 2010-08-30 |
| | | | | (used to test anon git push again) | ||
* | httpauth: Avoid redirecting the user to the cgiauthurl if they already have ↵ | Joey Hess | 2010-08-30 |
| | | | | a login session. | ||
* | revert check_canedit nosubs thing | Joey Hess | 2010-08-30 |
| | | | | | Abstraction violation. I now think the problem should be treated as a bug in httpauth. | ||
* | correct logic on error fallthrough | Joey Hess | 2010-08-30 |
| | |||
* | Receive: avoid hiding check_canedit error messages | Joey Hess | 2010-08-30 |
| | | | | | | | | Avoid the generic "you are not allowed to change" message, and instead allow check_canedit to propigate out useful error messages. Went back to calling check_canedit in fatal mode, but added a parameter to avoid calling the troublesome subs that might cause a login attempt. | ||
* | add sandbox/me.mdwn | Joey Hess | 2010-08-30 |
| | | | | used to test untrusted git push with httpauth enabled | ||
* | remove dead code | Joey Hess | 2010-08-30 |
| | |||
* | sandbox declutter | Joey Hess | 2010-08-30 |
| | |||
* | sandbox declutter | Joey Hess | 2010-08-30 |
| | |||
* | remove note about git-daemon bug | Joey Hess | 2010-08-30 |
| | | | | Seems to be fixed with git 1.7.1 | ||
* | remove 2 pages | Joey Hess | 2010-08-30 |
| | | | | (commit used to test git anon push) | ||
* | cleanup sandbox | Joey Hess | 2010-08-30 |
| | | | | (commit used to test git anon push) | ||
* | minor typo | Joey Hess | 2010-08-30 |
| | |||
* | add explicit check_canedit calls when checking canattach or canremove | Joey Hess | 2010-08-30 |
| | |||
* | Avoid trying to log the user in when receiving anonymous pushes from git and ↵ | Joey Hess | 2010-08-30 |
| | | | | | | a plugin like httpauth returns a login function. Just use check_canedit in nonfatal mode. | ||
* | factor out check_canedit calls from check_canremove | Joey Hess | 2010-08-30 |
| | |||
* | don't run check_canedit in nonfatal mode | Joey Hess | 2010-08-30 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-08-30 |
|\ | |||
| * | ymlfront vs MMD | http://oblomov.myopenid.com/ | 2010-08-30 |
| | | |||
* | | add bug lifted from irc | Joey Hess | 2010-08-30 |
| | | |||
* | | remove obsolete check to see if check_canedit is available | Joey Hess | 2010-08-30 |
|/ | | | | | The function moved from the editpage plugin into IkiWiki core some time ago. | ||
* | forgot to add this | Joey Hess | 2010-08-30 |
| | |||
* | add test case for link(.) with omitted location | Joey Hess | 2010-08-30 |
| | |||
* | add file package to suggests | Joey Hess | 2010-08-30 |
| | | | | Now used by filecheck as fallback. | ||
* | t/bazaar.t: Work around bzr 2.2.0's new requirement to configure bzr whoami ↵ | Joey Hess | 2010-08-30 |
| | | | | before committing. | ||
* | close bug; more rationalle for reordering | Joey Hess | 2010-08-30 |
| | |||
* | call preprocess in scan mode hooks before scan hooks | Joey Hess | 2010-08-30 |
| | | | | Following along with change in Render.pm | ||
* | split out bug report and close | Joey Hess | 2010-08-30 |
| | |||
* | response | Joey Hess | 2010-08-30 |
| | |||
* | document merging of intrigeri/po | Joey Hess | 2010-08-30 |
| | |||
* | Merge remote branch 'intrigeri/po' | Joey Hess | 2010-08-30 |
|\ | |||
| * | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-08-22 |
| |\ | |||
| * \ | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-08-22 |
| |\ \ | |||
| * | | | fix copy'n'paste error | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | po.t: added a bunch of tests for recent code changes | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | po: re-scan in scan hook rather than using the rescan hook that won't be added. | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | Run the preprocess hooks in scan mode *before* the scan hooks. | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | Revert "Added a rescan hook." | intrigeri | 2010-08-02 |
| | | | | | | | | | | | | | | | | This reverts commit 25447bccae0439ea56da7a788482a4807c7c459d. | ||
| * | | | po: ignore non-existent translations in otherlanguages* | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | po: avoid bringing duplicates into %links | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | po(mybestlink): avoid linking to non-existent translation pages. | intrigeri | 2010-08-02 |
| | | | | |||
| * | | | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-08-02 |
| |\ \ \ | |||
| * | | | | po: rescan converted content on refresh too. | intrigeri | 2010-07-30 |
| | | | | | |||
| * | | | | po: use rescan hook instead of rebuilding twice. | intrigeri | 2010-07-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The po rescan hook re-runs the scan hooks, and runs the preprocess ones in scan mode, both on the po-to-markup converted content. This way, plugins such as meta are given a chance to gather correct information, rather than ugly/buggy escaped data it did gather from unconverted PO files. | ||
| * | | | | Added a rescan hook. | intrigeri | 2010-07-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for the po plugin vs. e.g. meta titles. In order to get rid of the ugly "rebuilding all pages to fix meta titles" thing, Joey suggested to make "po, at scan time, re-run the scan hooks, passing them modified content (either converted from po to mdwn or with the escaped stuff cheaply de-escaped)". This would unfortunately not work, as the meta plugin gathers its data using the preprocess hook in scan mode: it would overwrite with buggy data the correct data we would have forced it to gather in po's scan hook. We then need a hook that runs *after* the preprocess hook has been run in scan mode, but *before* any page rendering is started. Hence this one. | ||
* | | | | | response | Joey Hess | 2010-08-30 |
| | | | | | |||
* | | | | | response | Joey Hess | 2010-08-30 |
| | | | | | |||
* | | | | | response | Joey Hess | 2010-08-30 |
| | | | | | |||
* | | | | | response | Joey Hess | 2010-08-30 |
| | | | | | |||
* | | | | | response | Joey Hess | 2010-08-30 |
| | | | | |