summaryrefslogtreecommitdiffstatshomepage
path: root/ui-log.c
Commit message (Collapse)AuthorAgeFilesLines
* Layout updateGravatar Lars Hjemli2007-02-211-1/+0
|
* Add parameter to adjust max message length in log listingsGravatar Lars Hjemli2007-01-281-1/+1
| | | | | | | | | The parameter "max-message-length" can be specified in cgitrc, default value is 60. This affects the log message shown in repo summary and shortlog. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Cleanup table listingsGravatar Lars Hjemli2007-01-281-1/+1
| | | | | | Make the output for <table class='list'> a bit nicer Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
* Add basic log filteringGravatar Lars Hjemli2006-12-281-3/+10
| | | | | | This enables case-insensitive grep on logentris using the new search box Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Only show first 80 characters of commit subject in log ↵Gravatar Lars Hjemli2006-12-221-2/+2
| | | | | | and summary Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Reformat code to avoid excessive line lengthsGravatar Lars Hjemli2006-12-161-1/+3
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add cgit_free_commitinfo() and use where neededGravatar Lars Hjemli2006-12-161-4/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add ui-commit.c + misc ui cleanupsGravatar Lars Hjemli2006-12-161-8/+3
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add a common commit parserGravatar Lars Hjemli2006-12-151-63/+13
| | | | | | Make a better commit parser, replacing the ugly one in ui-log.c Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add simple pager to log pageGravatar Lars Hjemli2006-12-141-2/+29
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add display of tree content w/ui-tree.cGravatar Lars Hjemli2006-12-131-1/+6
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Move log-functions into ui-log.cGravatar Lars Hjemli2006-12-111-0/+115
Signed-off-by: Lars Hjemli <hjemli@gmail.com>