List of commits:
Subject Hash Author Date (UTC)
CSS: small fixes e4a39879513e000b5d9be588201916950fa629fc Catalin(ux) M. BOIE 2020-08-23 14:03:23
Cosmetic cbe42130692ed9b876746e6c97f4fb32439c6190 Catalin(ux) M. BOIE 2020-08-23 13:59:00
Default statistics are now per month c312ad532190fe566f2243881a883568b4f77c23 Catalin(ux) M. BOIE 2020-08-23 12:35:36
events: when splitting an event we need a transaction e685c800814365661b348c0d04aa8c0b3605ed7e Catalin(ux) M. BOIE 2020-08-21 04:35:17
Fix for a bug preventing partition table to be created in advance 51049495934efa8c7bca710c6f2538f34bc4de9a Catalin(ux) M. BOIE 2020-08-20 04:03:49
cron fixes 910c74f83740da015d654193025cd6433324a1da Catalin(ux) M. BOIE 2020-08-20 03:41:07
replaced 'slave' with 'part' 348a2afcaedd77c7513b5e7dd05364f5e9ae7a87 Catalin(ux) M. BOIE 2020-08-20 03:40:43
Make cron tasks more resilient in case the machine is stopped afbe8607b4608862787bf696f71027beb345701f Catalin(ux) M. BOIE 2020-08-19 06:08:34
Cosmetic 21956573027d83eb45913b6bf30eeb57e602aea4 Catalin(ux) M. BOIE 2020-08-19 06:07:45
Added time of upload for artifacts fd33fe0aeef09f66d74f3ec1554312a2fa5e2642 Catalin(ux) M. BOIE 2020-08-19 06:06:54
css fixes for table scroll 77e486f3c9e3c9356985d3c21bc713d8a8d0e223 Catalin(ux) M. BOIE 2020-08-19 06:02:09
Added git repo size 9828b1fe96e2217ead8863f7a7c0ee3599d16633 Catalin(ux) M. BOIE 2020-08-19 06:01:27
Change artifacts path to be able to compute correct sizes efff16c88415dfca0a4b52981b44620e52778c03 Catalin(ux) M. BOIE 2020-08-19 05:56:17
Some state was not under transaction fd51b92442fb83fc6941f94b22236f5014f0062c Catalin(ux) M. BOIE 2020-08-19 03:24:28
Added artifacts size to repos and users tables 2a8469e3416e63e9bb21ba0e412583fc69fea115 Catalin(ux) M. BOIE 2020-08-19 03:23:58
No need to invalidate last part ts because we already check 75cf0ae1721d9473bb8df780cc61f5c6247a7a6c Catalin(ux) M. BOIE 2020-08-19 03:20:19
Fixed some spaces in profiling 929b95c5d842ffe306031f2ba99d23e435855155 Catalin(ux) M. BOIE 2020-08-18 07:11:30
Added a link to tutorials in the welcome mail 2ef5795e53a26fdc1f9a2adda7bbf7a4f4ccb81f Catalin(ux) M. BOIE 2020-08-17 07:08:15
Change the mail goal bffa2a1f9a4b185916b700b3e8455bbf6f7a82bf Catalin(ux) M. BOIE 2020-08-17 06:59:35
One of the tests was not ran bb295b59daee2158c1a9c435a267d4d2377d36e9 Catalin(ux) M. BOIE 2020-08-17 06:47:52
Commit e4a39879513e000b5d9be588201916950fa629fc - CSS: small fixes
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-08-23 14:03
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-08-23 14:03
Parent(s): cbe42130692ed9b876746e6c97f4fb32439c6190
Signing key:
Tree: d1d6a91e396e1aad1f69c997d48d14fdb1933fec
File Lines added Lines deleted
root/themes/default/main.css 12 6
File root/themes/default/main.css changed (mode: 100644) (index fc927c6..4528e0c)
... ... a {
77 77 white-space: pre-wrap; white-space: pre-wrap;
78 78 } }
79 79
80 form { }
80 form {
81 width: 100%;
82 }
81 83 form p { margin-top: 7pt } form p { margin-top: 7pt }
82 84 form input, form textarea, form select { form input, form textarea, form select {
83 85 border: 1px solid #999; border: 1px solid #999;
84 86 font-size: 11pt; font-size: 11pt;
85 87 padding: 3pt; padding: 3pt;
88 width: 100%;
89 }
90 form input[type="checkbox"] {
91 width: auto;
92 }
93 form input[type="radio"] {
94 width: auto;
86 95 } }
87 form input[type="checkbox"] {}
88 form input[type="radio"] {}
89 96 form input[type="submit"] { form input[type="submit"] {
90 97 color: #f00; color: #f00;
91 98 font-size: 12pt; font-size: 12pt;
92 99 padding: 7pt; padding: 7pt;
93 100 cursor: pointer; cursor: pointer;
94 101 border: 1px solid #999; border: 1px solid #999;
95 width: 100%;
96 102 } }
97 103 form fieldset { form fieldset {
98 104 margin-top: 7pt; margin-top: 7pt;
99 105 padding: 3pt; padding: 3pt;
100 106 width: 100%; width: 100%;
101 107 } }
102 form textarea, form input[type=text], form input[type=password] {
103 width: 100%;
108 form .form_short {
109 width: auto;
104 110 } }
105 111
106 112 .buttons { .buttons {
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