aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Add iconv_msg function.Gravatar Jonathan Bastien-Filiatrault2007-11-06-0/+58
| | |
| * | Set msg_encoding according to the header.Gravatar Jonathan Bastien-Filiatrault2007-11-06-0/+8
| | |
| * | Add commit->msg_encoding, allocate msg dynamicly.Gravatar Jonathan Bastien-Filiatrault2007-11-06-1/+10
| |/
* | Show lines changed as -n/+m in shortlogsGravatar Lars Hjemli2007-11-06-7/+14
|/ | | | | | | This is way more informative than the total number of changed lines. Suggested-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Don't show the the branch selector button if javascript is enabledGravatar Lars Hjemli2007-11-03-1/+1
| | | | | Suggested-by: Olivier Ramonat <olivier@ramonat.fr> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Do not require javascript-enabled clientsGravatar Lars Hjemli2007-11-03-0/+16
| | | | | | | | A simple submit-button is all that's required to make the branch selector drop-down work on any client, so lets add one. Noticed-by: Olivier Ramonat <olivier@ramonat.fr> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* CGIT 0.7Gravatar Lars Hjemli2007-11-03-1/+1
|
* Use GIT-1.5.3.5Gravatar Lars Hjemli2007-11-03-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Don't include current SHA1 in 'log' menu-itemGravatar Lars Hjemli2007-11-03-2/+2
| | | | | | | This ensures that the menu-item always prints the log for the active branch. Predictability is good. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Don't include current path in menu linksGravatar Lars Hjemli2007-11-03-3/+2
| | | | | | The menu-links are a lot more predictable this way. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Fix search form action/hidden fieldsGravatar Lars Hjemli2007-11-03-18/+24
| | | | | | | | The search form didn't properly honor the current path, so this commit fixes cgit_fileurl() and add_hidden_formfields() to make the issue go away. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add search parameters to cgit_log_linkGravatar Lars Hjemli2007-11-03-8/+21
| | | | | | This makes the [prev] and [next] links work correctly on search results. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Fix typo in cssGravatar Shunichi Fuji2007-11-03-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Change the cgit layoutGravatar Lars Hjemli2007-10-30-197/+231
| | | | | | | | | | | | | | | | | This modifies and hopefully improves the layout of all cgit pages: * Remove the header from all pages and replace it with a sidebar; most pages have sufficient width but many needs more height. * Add a dropdown-box to switch between branches, using a one-liner javascript to reload the current page in context of the selected branch. * Include refs found below refs/archives in the sidebar, appearing as a set of menuitems below a 'download' heading. * Include the brand new cgit logo Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add config param 'index-info'Gravatar Lars Hjemli2007-10-30-0/+4
| | | | | | | This parameter will be used to include a html file in the upcoming sidebar on the index page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Teach cgit_object_link() about tag objects