Skip to content

Commit 4b94f3f

Browse files
author
Emmanuel ROY
committed
update: gitlist intégration update
1 parent ffce2a8 commit 4b94f3f

66 files changed

Lines changed: 13444 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name : gitlist
2-
page_title : module_title
3-
description : module_description
4-
params : module_params
2+
page_title : Dépot Git
3+
description : Le dépot de travail du framework
4+
engine: blade
55

application/modules/gitlist/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories[] = '/home/git/repositories/' ; Path to your repositories
1414
[app]
1515
debug = false
1616
cache = true
17-
theme = "default"
17+
theme = "default_without_html"
1818
title = ""
1919

2020
[clone_button]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bootstrap:
2+
lessc --compress less/bootstrap.less > css/style.css
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
em {font-style:normal;}
2+
3+
#git-graph-container{ clear: both}
4+
#rev-container, #rel-container {float:left;}
5+
#git-graph-container li {list-style-type:none;height:28px;line-height:27px;overflow:hidden;}
6+
#git-graph-container li .node-relation {font-family:'Bitstream Vera Sans Mono', 'Courier', monospace;}
7+
#git-graph-container li .author {color:#666666;}
8+
#git-graph-container li .time {color:#999999;font-size:80%}
9+
#git-graph-container li a {color:#000000;}
10+
#git-graph-container li a em {color:#BB0000;border-bottom:1px dotted #BBBBBB;text-decoration:none;font-style:normal;}
11+
12+
#rev-list {margin:0;padding:0 5px 0 0;}
13+
#graph-raw-list {margin:0;}

0 commit comments

Comments
 (0)