List of commits:
Subject Hash Author Date (UTC)
Repo history added 888934152ff5c2f2dafae9e598cf93ab6f377dba Catalin(ux) M. BOIE 2012-11-09 22:39:08
git clone fixes and other stuff dbe6ddaddfc735c8a6fef126ba90cdb2a98fe631 Catalin(ux) M. BOIE 2012-11-07 19:19:38
Allow duplicate repo names. Allow same key (db pov). 146d1de07369f1e3270a6cdca1f1bead2d076f30 Catalin(ux) M. BOIE 2012-11-05 19:47:06
Bulk e15b8500a1ba4d1a84631287b234a661aa366cd6 Catalin(ux) M. BOIE 2012-11-05 18:39:16
Bulk updates - search, rights \!own fd52a1454efb598538244ac8b1117ee074d818cd Catalin(ux) M. BOIE 2012-10-31 22:08:29
Fix delete repo function 63e34cf9032bb7b108b51c97ccbd1efbd1e5cd7b Catalin(ux) M. BOIE 2012-10-29 20:45:40
Bulk 2ccd4da309196c89d776950b3b2e9efec32a6c60 Catalin(ux) M. BOIE 2012-10-29 18:30:20
Small changes all over the place: CSS, keys etc. ea67645051e11f3ef9ba3a115ccecb8e1f8cfee0 Catalin(ux) M. BOIE 2012-10-24 21:48:39
Severall small fixes reported by Gabi and James f82d44b18897564d35c0a133303c3a47e419d38b Catalin(ux) M. BOIE 2012-10-22 03:03:31
3-4 bugs fixed after the first day of alpha1 abe986682dea732dbd4248fac63bdd6b015b8f2e Catalin(ux) M. BOIE 2012-10-18 18:43:13
Alpha1 b6d33127f42dc9d1ecf2cf1850a8dedfacf47eff Catalin(ux) M. BOIE 2012-10-17 20:21:04
Mostly templates stuff (nested). 2cb32e0b4f38ea098e7e0f02744d743faa26a319 Catalin(ux) M. BOIE 2012-10-15 19:23:16
Checkpoint b97257f8544be4197bb76c358ee409fd92810b0b Catalin(ux) M. BOIE 2012-09-27 12:39:04
Bulk updates f51442036f0124377ba87d2fd4cb3471f8e6083a Catalin(ux) M. BOIE 2012-09-06 03:17:03
Bulk 2f4b63e9e1810c8afa882ce2bc80b5c897541656 Catalin(ux) M. BOIE 2012-08-20 19:12:00
Bulk 140a93ef4ef01a02deb0d40069ad50a9831b12e6 Catalin(ux) M. BOIE 2012-08-17 21:21:15
Show labels on bug page. 9770087d9479e2853e2054adbe51174f0e64440f Catalin(ux) M. BOIE 2012-07-05 20:14:01
Now, bug inserts works 1f015ea792b00f3ba52cf88a7bb5b9975828fd8f Catalin(ux) M. BOIE 2012-07-04 23:02:10
Bulk 9d56cfb9031f9e09680e61e41614fce4f846e767 Catalin(ux) M. BOIE 2012-07-04 22:03:35
Bulk + first version of bug tracking b6a908e44053809a8c00c14e71aaea3fee524fd9 Catalin(ux) M. BOIE 2012-05-15 21:18:35
Commit 888934152ff5c2f2dafae9e598cf93ab6f377dba - Repo history added
Author: Catalin(ux) M. BOIE
Author date (UTC): 2012-11-09 22:39
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2012-11-09 22:39
Parent(s): dbe6ddaddfc735c8a6fef126ba90cdb2a98fe631
Signing key:
Tree: ae56505314133ed302f0824f4a5b37eaf7272740
File Lines added Lines deleted
root/themes/default/repo/history/footer.html 0 0
root/themes/default/repo/history/header.html 7 0
root/themes/default/repo/history/line.html 4 0
root/themes/default/repo/history/nodata.html 1 1
File root/themes/default/repo/history/footer.html copied from file root/themes/default/repo/bug/list/footer.html (similarity 100%)
File root/themes/default/repo/history/header.html added (mode: 100644) (index 0000000..3ff0e3d)
1 <div class="page_title">History</div>
2 <table>
3 <tr>
4 <th>Date (UTC)</th>
5 <th>Text</th>
6 </tr>
7
File root/themes/default/repo/history/line.html added (mode: 100644) (index 0000000..065d6c2)
1 <tr>
2 <td>@@itime_text@@</td>
3 <td>@@text@@</td>
4 </tr>
File root/themes/default/repo/history/nodata.html copied from file root/themes/default/repo/fstat/nodata.html (similarity 61%) (mode: 100644) (index f70717a..6b49479)
1 1 <div class="warning"> <div class="warning">
2 No file changed.
2 No history found.
3 3 </div> </div>
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