List of commits:
Subject Hash Author Date (UTC)
Improved a little how a tree is shown 753af0ef4a6d9fc2f2ddb993335f3c50a3fff2ab Catalin(ux) M. BOIE 2016-02-07 06:46:02
In admin's report, add in the subject the total number of yesterday's changes 02a3b4131626b7023ba87a59b188256a601cd13a Catalin(ux) M. BOIE 2016-02-07 05:52:47
More detailed and correct description for hooks d3045a11eed05c897381ae2cfcbbf91ede1d4910 Catalin(ux) M. BOIE 2016-02-07 05:42:53
docker: fixes and improvements for image generation 37bd416d1664e8d9fcdf4554646618e5dd226e35 Catalin(ux) M. BOIE 2016-02-07 05:42:28
Added bug template and prefill the bug form assigned to field to the owner of the repo 682e787ceb92d770e1a268a9f635e4336102cf3b Catalin(ux) M. BOIE 2016-02-07 05:38:58
Change download location for rocketgit.xml 41bf40104994391fd5d9938ac891157625872c0d Catalin(ux) M. BOIE 2016-02-02 23:04:53
Fixes for data encoding for slack 67b8210aa1c86b891d6760c89ac840f38f4eb025 Catalin(ux) M. BOIE 2016-01-30 17:49:57
Some TODO updates and some minor text fixes d4a5bc8e8bc37021ca2c30899c01d8c54d56e5f6 Catalin(ux) M. BOIE 2016-01-30 17:38:59
Some docker fixes 36c31d723d45a067980217b1c642f6bb77d54fd9 Catalin(ux) M. BOIE 2016-01-30 17:38:25
When adding hooks, help the user by providing some defaults (slack for now) a7f4d8f10f8943508d90e968129b412431a4b0c3 Catalin(ux) M. BOIE 2016-01-30 17:37:50
Store good key string into the database. 460245b306d9e7340969b386eecaaa6cfc7f7431 Catalin(ux) M. BOIE 2016-01-29 18:23:12
Some small fixes for http hooks 43f8db273aedd804b150ee07a1af23b347687975 Catalin(ux) M. BOIE 2016-01-29 18:22:32
Bump version 37e96e0960414a11682c3fc1344e896c93492123 Catalin(ux) M. BOIE 2016-01-25 21:28:45
Remove debug leftover f39db0548ef78c2265d675a4199c9c26d53807b3 Catalin(ux) M. BOIE 2016-01-25 21:27:33
Fixed bad interaction between fixes and structure fc0fabf8d429a18978908694bc9a86d09bed702b Catalin(ux) M. BOIE 2016-01-25 21:27:13
Do not allow a failed connection to generate err-* file 5cf7214e724427ef78a1e8d72eef1be865c2270a Catalin(ux) M. BOIE 2016-01-20 22:56:56
Log the id of the event 115138b15e0436b56b7f75f12e5cf0d068989dea Catalin(ux) M. BOIE 2016-01-20 19:28:53
If git ls-tree returns nothing, the path is invalid a96013c19fae04a9ec0ec3b1505825c92150c978 Catalin(ux) M. BOIE 2016-01-20 19:14:03
bump version to 0.47 a71ef807917abc1adf19e2416e2d095f1d8dee7e Catalin(ux) M. BOIE 2016-01-17 19:38:40
Hooks fixes fa2a07bd822b496e65cee7c748429e9b69e91707 Catalin(ux) M. BOIE 2016-01-17 19:26:37
Commit 753af0ef4a6d9fc2f2ddb993335f3c50a3fff2ab - Improved a little how a tree is shown
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-02-07 06:46
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-02-07 06:46
Parent(s): 02a3b4131626b7023ba87a59b188256a601cd13a
Signer:
Signing key:
Signing status: N
Tree: cad51965ce36695dfed418b7076186979fbaa211
File Lines added Lines deleted
inc/user/repo-page.php 1 1
root/themes/default/main.css 6 4
root/themes/default/repo/blob.html 1 1
File inc/user/repo-page.php changed (mode: 100644) (index efbcf25..a8061b9)
... ... if (strcmp($_subop, "history") == 0) {
168 168 // TODO: error code check // TODO: error code check
169 169 $_content = array( $_content = array(
170 170 "hash" => $_hash, "hash" => $_hash,
171 "HTML:content" => rg_template_list($c)
171 "HTML:content" => rg_xss_safe($c)
172 172 ); );
173 173 $blob = array_merge($blob, $_content); $blob = array_merge($blob, $_content);
174 174 $blob = array_merge($blob, $rg); $blob = array_merge($blob, $rg);
File root/themes/default/main.css changed (mode: 100644) (index 16bf18d..2f1f667)
... ... legend { padding: 0px 2pt; }
278 278 } }
279 279
280 280 .blob_title { .blob_title {
281 margin-top: 5pt;
281 282 font-size: 11pt; font-size: 11pt;
282 color: #F00;
283 font-weight: bold;
284 color: #00F;
283 285 } }
284 286
285 287 .source { .source {
286 288 font-size: 9pt; font-size: 9pt;
287 289 line-height: 110%; line-height: 110%;
288 border: 1px solid #cccccc;
289 padding: 3px;
290 margin-top: 5px;
290 border: 1px solid #aaaaaa;
291 padding: 5px;
292 margin-top: 3pt;
291 293 } }
292 294
293 295 .diff {} .diff {}
File root/themes/default/repo/blob.html changed (mode: 100644) (index 4d91e05..2179da0)
1 1 <br /> <br />
2 <span class="blob_title">@@path@@/@@file@@ (@@hash@@) (@@size@@ bytes)</span><br />
2 <span class="blob_title">/@@file@@ (@@hash@@) (@@size@@ bytes) (mode @@mode@@) (type @@type@@)</span><br />
3 3
4 4 <div class="source"> <div class="source">
5 5 <pre> <pre>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main