| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2009-07-25 | cgitrc.5.txt: document 'embedded' and 'noheader' | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | Add support for 'noheader' option | Lars Hjemli | |
| This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | cgitrc.5.txt: document 'head-include' | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | ui-blob: return 'application/octet-stream' for binary blobs | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | ui-plain: Return 'application/octet-stream' for binary files. | Remko Tronçon | |
| Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-06-11 | use cgit_httpscheme() for atom feed | Diego Ongaro | |
| 2009-06-11 | add cgit_httpscheme() -> http:// or https:// | Diego Ongaro | |
| 2009-06-07 | Return http statuscode 404 on unknown branch | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-06-07 | Add head-include configuration option. | Mark Lodato | |
| This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. | |||
| 2009-03-15 | CGIT 0.8.2.1 | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-03-15 | Fix doc-related glitches in Makefile and .gitignore | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-03-15 | ui-snapshot: avoid segfault when no filename is specified | L | |