aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Fix html error detected by test-suiteGravatar Lars Hjemli2007-11-11-27/+37
| | | | | | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| * | Create initial testsuiteGravatar Lars Hjemli2007-11-11-1/+299
|/ / | | | | | | | | | | This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'stable'Gravatar Lars Hjemli2007-11-09-4/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * stable: CGIT 0.7.1 Makefile install: include cgit.png, do not empty cache Conflicts: Makefile
| * CGIT 0.7.1Gravatar Lars Hjemli2007-11-09-1/+1
| | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| * Makefile install: include cgit.png, do not empty cacheGravatar Lars Hjemli2007-11-09-3/+6
| | | | | | | | | | | | | | The cache-cleaning is potentially dangerous, so lets move it away from the install target. A special emptycache target can be used to run the rm -rf. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Minor css tweaksGravatar Lars Hjemli2007-11-09-10/+1
| | | | | | | | | | | | | | Don't specify border and background color for input controls, reduce font- size of heading in sidebar. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'stable'Gravatar Lars Hjemli2007-11-08-2/+4
|\ \ | |/ | | | | | | * stable: Support "/" as virtual-root
| * Support "/" as virtual-rootGravatar Lars Hjemli2007-11-08-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | When the virtual-root was a single "/", it would be normalized to NULL due to removal of trailing slashes, which in turn would fool us to belive that we shouldn't generate virtual urls. This makes the "/" normalize to "", effectively allowing virtual urls like http://example.com/projectname to be generated without specifying the full domain name as the virtual root. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Makefile: link with libiconv if NEEDS_LIBICONV is definedGravatar Lars Hjemli2007-11-06-0/+5
| | | | | | | | | | | | This seems to be needed to compile on cygwin. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitGravatar Lars Hjemli2007-11-06-1/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'iconv-rebased' of http://x2a.org/pub/git/cgit: Use utf8::reencode_string from git Convert subject and message with iconv_msg. Add iconv_msg function. Set msg_encoding according to the header. Add commit->msg_encoding, allocate msg dynamicly.
| * | Use utf8::reencode_string from gitGravatar Lars Hjemli2007-11-06-60/+5
| | | | | | | | | | | | | | | |