Subject | Hash | Author | Date (UTC) |
---|---|---|---|
More design stuff. | a87db7c7448cd59cd2f56fb108c5ed12f01d4e06 | Catalin(ux) M. BOIE | 2015-06-09 16:04:49 |
Fixed UTF-8 chars whn connecting by ssh and issueing command repos | c363832f1e7c6bc3672f823ac5c0c2f3244b4615 | Catalin(ux) M. BOIE | 2015-06-09 16:04:04 |
Add caching by using ETag / If-None-Match | 132cd07d19e33b382ab4e7a0a0b0e057fe316652 | Catalin(ux) M. BOIE | 2015-06-09 16:03:27 |
Add debug support for rpm instalation. | c091b24f82c135b5606181f417d2f18151d951ae | Catalin(ux) M. BOIE | 2015-06-06 11:00:44 |
SSH key fingerprint: add SHA256 support | f774edcd0c17f66dd4de54aa35a543bbafaff609 | Catalin(ux) M. BOIE | 2015-06-04 20:31:35 |
Put features first in menu | 33a9cef11227407d2cdf63056e71b66dd6106f62 | Catalin(ux) M. BOIE | 2015-06-02 19:44:51 |
Switch to v2 images | e0d94a44d7093be83b82ea5227c0afcba22a5d27 | Catalin(ux) M. BOIE | 2015-05-27 03:36:13 |
Remove 'qcow2' reference because was not the place | ec800590fd07b69f377387c8353d50f6a9430ff8 | Catalin(ux) M. BOIE | 2015-05-27 03:35:32 |
Instruct used to follow the README file after rpm install | 1e1f092339a0fb4ab7c7ead080d68c1d04686d29 | Catalin(ux) M. BOIE | 2015-05-27 03:30:23 |
Lots of fixes, mostly on templating stuff. | eb7e8f94fa4a2f5d82f913bcd7113287172cd450 | Catalin(ux) M. BOIE | 2015-05-25 18:51:36 |
Lots of changes all over the place. | 9b39ce5e62255ff390926ef11c37b98d1d8751d2 | Catalin(ux) M. BOIE | 2015-05-22 03:25:46 |
Invites now accepts a file as the body of the e-mail and php_errormsg fixes. | 31ccba6e43e02c34fa2139fe352c3799feecd249 | Catalin(ux) M. BOIE | 2015-05-09 04:17:40 |
Allow compression inside TLS | 00828bd5eaf5ad08ff7736a6c5627c21179a8e20 | Catalin(ux) M. BOIE | 2015-05-06 17:09:07 |
Bump version to 0.32 | 8a9194a00721f0f6c55ab4bc986e23962357f250 | Catalin(ux) M. BOIE | 2015-05-05 21:20:30 |
Small fixes all over the place | baaa5336810128456e63d5e5a8cb111c81fe162d | Catalin(ux) M. BOIE | 2015-05-05 21:20:12 |
Forgot to initialize a variable. | beca8b9e01c37c6101f9a61f8ecf8cb744f1bd41 | Catalin(ux) M. BOIE | 2015-05-04 22:23:37 |
Bump version to 0.31 | a03215399419416798da2fbaf51a71959f112bc6 | Catalin(ux) M. BOIE | 2015-05-04 21:52:29 |
Small fixes, mainy CSS. | f0a08c03ae739e59d1a608234cbb0988cca6a351 | Catalin(ux) M. BOIE | 2015-05-04 21:51:58 |
Mostly text changes. | d70ca5530fe3ef23f02f8a2563e957529fe0ea5c | Catalin(ux) M. BOIE | 2015-05-04 20:17:59 |
Fixed an AVC related to apache logging. | 21f0a49a7c51687e38046437eca2bfe7a2c86d78 | Catalin(ux) M. BOIE | 2015-04-24 15:35:11 |
File | Lines added | Lines deleted |
---|---|---|
root/themes/default/index.html | 4 | 1 |
root/themes/default/main.css | 9 | 8 |
root/themes/default/main.html | 1 | 1 |
File root/themes/default/index.html changed (mode: 100644) (index cbf0c92..14f850c) | |||
12 | 12 | ||
13 | 13 | <div id="header"> | <div id="header"> |
14 | 14 | <div class="logo"> | <div class="logo"> |
15 | <a href="/">RocketGit</a> Rocket your launch! | ||
15 | <a href="/">RocketGit</a> | ||
16 | 16 | </div> | </div> |
17 | 17 | ||
18 | 18 | <div class="user"> | <div class="user"> |
50 | 50 | <img src="@@IMG:logo/rg6.png@@" alt="RocketGit logo" /><br /> | <img src="@@IMG:logo/rg6.png@@" alt="RocketGit logo" /><br /> |
51 | 51 | <div class="logo"> | <div class="logo"> |
52 | 52 | <a href="/">RocketGit</a> | <a href="/">RocketGit</a> |
53 | <br /> | ||
54 | Rocket your launch! | ||
53 | 55 | </div> | </div> |
56 | <br /> | ||
54 | 57 | </div> | </div> |
55 | 58 | ||
56 | 59 | <div id="footer_info"> | <div id="footer_info"> |
File root/themes/default/main.css changed (mode: 100644) (index 6c5e54c..4e88821) | |||
... | ... | form input[type="submit"] { | |
69 | 69 | float: left; | float: left; |
70 | 70 | font-size: 16pt; | font-size: 16pt; |
71 | 71 | font-weight: bold; | font-weight: bold; |
72 | padding: 10px 15px; | ||
72 | padding: 5px 15px; | ||
73 | 73 | xxx-vertical-align: bottom; | xxx-vertical-align: bottom; |
74 | 74 | color: yellow; | color: yellow; |
75 | 75 | font-style: italic; | font-style: italic; |
76 | line-height: 120%; | ||
76 | 77 | } | } |
77 | 78 | .logo a { | .logo a { |
78 | 79 | text-shadow: 0 0 2px yellow; | text-shadow: 0 0 2px yellow; |
... | ... | form input[type="submit"] { | |
99 | 100 | font-size: 11pt; | font-size: 11pt; |
100 | 101 | font-weight: bold; | font-weight: bold; |
101 | 102 | text-decoration: none; | text-decoration: none; |
102 | color: #000000; | ||
103 | text-shadow: 0 0 3px #ffffff; | ||
104 | padding-left: 15px; | ||
103 | color: #fff; | ||
104 | text-shadow: 0 0 2px #000; | ||
105 | padding: 6px; | ||
105 | 106 | } | } |
107 | .user a:hover { color: #f00; } | ||
106 | 108 | ||
107 | 109 | .menus { | .menus { |
108 | 110 | } | } |
... | ... | form input[type="submit"] { | |
122 | 124 | font-size: 13pt; | font-size: 13pt; |
123 | 125 | font-weight: bold; | font-weight: bold; |
124 | 126 | padding: 2px 15px; | padding: 2px 15px; |
127 | text-shadow: 0 0 2px #000; | ||
125 | 128 | } | } |
126 | .menu ul li a:hover { color: red; } | ||
129 | .menu ul li a:hover { color: #f00; } | ||
127 | 130 | .menu ul li.selected a { border-bottom: 2px solid #f00; } | .menu ul li.selected a { border-bottom: 2px solid #f00; } |
128 | .menu ul li.selected a:hover { color: red; } | ||
129 | 131 | ||
130 | 132 | .menu2 { background-color: #AAA; } | .menu2 { background-color: #AAA; } |
131 | 133 | .menu2 ul li.selected a { border-bottom: 2px solid #f00; } | .menu2 ul li.selected a { border-bottom: 2px solid #f00; } |
... | ... | form input[type="submit"] { | |
160 | 162 | ||
161 | 163 | #header { | #header { |
162 | 164 | overflow: hidden; | overflow: hidden; |
163 | box-shadow: 0px 4px 6px #666666; | ||
164 | background-color: #888888; | ||
165 | 165 | background-color: #aaa; | background-color: #aaa; |
166 | box-shadow: 0px 4px 6px #666; | ||
166 | 167 | width: 100%; | width: 100%; |
167 | 168 | margin-bottom: 6px; | margin-bottom: 6px; |
168 | 169 | line-height: 120%; | line-height: 120%; |
File root/themes/default/main.html changed (mode: 100644) (index f537f53..1b9b125) | |||
1 | 1 | <div class="islands"> | <div class="islands"> |
2 | <div class="main_title">Welcome to RocketGit!</div> | ||
3 | 2 | ||
4 | 3 | <div class="island_row"> | <div class="island_row"> |
5 | 4 | <div class="island_cell"> | <div class="island_cell"> |
6 | 5 | <div class="island"> | <div class="island"> |
6 | <div class="island_title">Welcome to RocketGit!</div> | ||
7 | 7 | FLOS (free, libre and open-source) software for managing Git projects, | FLOS (free, libre and open-source) software for managing Git projects, |
8 | 8 | both public and private. | both public and private. |
9 | 9 | <font color="red">Beta.</font> | <font color="red">Beta.</font> |