List of commits:
Subject Hash Author Date (UTC)
css: Force the footer to the bottom using flex f89dddc9fa6b2c131448996cc51349e00224eea6 Catalin(ux) M. BOIE 2020-07-04 04:15:03
docs: css tweaks d270a286b160bb5de39ade5d99a58fe26e03b2d5 Catalin(ux) M. BOIE 2020-06-30 17:21:02
Improved admin report 9fa82cc2878886c2195cdd3f334dd532b3ea6a22 Catalin(ux) M. BOIE 2020-06-28 10:19:24
First version of artifacts ad6b6c75aab8d485ea45c1d851f23d83587d6931 Catalin(ux) M. BOIE 2020-06-27 13:11:17
Allow adding bugs for public repos + small fixes e67955ce3360c8c003a718e01844b3d8effa74a6 Catalin(ux) M. BOIE 2020-06-25 16:05:54
History updates 4c4aef444bbd1149f2c02b6da620f184aae1eed6 Catalin(ux) M. BOIE 2020-06-16 05:53:14
Allow cron to execute sub-tasks in parallel - we missed stats f65c76714cf349a53f584c8e65d9e89c24a4fa69 Catalin(ux) M. BOIE 2020-06-12 06:50:40
bug: search: fixed the override of some global variables 82e251ea883e50b8d1476530e0268fd5770fbf41 Catalin(ux) M. BOIE 2020-06-10 21:29:03
If a repo is non-existent, we should not try to use the id bcb08f74e21556aa750920335ebec2f965e72f36 Catalin(ux) M. BOIE 2020-06-10 08:05:43
If no activity, average elap is not computed correctly a7d4f0042c912d29f7943e0446820a477f42d6f7 Catalin(ux) M. BOIE 2020-06-09 07:03:21
When a user is requesting an e-mail confirmation operation, ignore if the e-mail was confirmed 62c387ed431d0c46d16e534cc1c954557ee389f7 Catalin(ux) M. BOIE 2020-06-08 06:42:22
Reverse test messed the creation of partition tables; more debugging d820816c2624549e0b0e1634523717cda0b7ba66 Catalin(ux) M. BOIE 2020-06-05 17:33:08
We need to prepare the partition tables before some inserts 07a12d1c79104b4707a9d43463fa9c11a4697293 Catalin(ux) M. BOIE 2020-06-05 15:55:43
.spec updates 5fe0aca1b4a3bfd8c1c8db95409faf512ad09b43 Catalin(ux) M. BOIE 2020-06-04 22:03:57
Switch to Podman (because of Fedora 32) and fix the worker service in the spec file 05b3866cd09b0aa8367d3b5755f45ea7274658de Catalin(ux) M. BOIE 2020-06-04 15:50:41
Added sample configuration for workers df36ccd20e40987a4ca2355062ee1312aa2ee3a2 Catalin(ux) M. BOIE 2020-06-04 15:14:52
Avoid complains from install for systemd daemon-reload 683a92542cc0608293ceefc111a05e1eb328a2d8 Catalin(ux) M. BOIE 2020-06-04 15:09:57
Small stuff e64a838d032e54587ab3110ab8bb04a0cde78231 Catalin(ux) M. BOIE 2020-06-04 14:49:56
Lots of changes b8164d9e1e263eb4db75e32430f0753b63d0028e Catalin(ux) M. BOIE 2020-06-04 07:14:35
Lots of small fixes and functional tests ad2c8f4ce214896cb5984031dbd916467878ccfd Catalin(ux) M. BOIE 2020-05-16 09:30:47
Commit f89dddc9fa6b2c131448996cc51349e00224eea6 - css: Force the footer to the bottom using flex
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-07-04 04:15
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-07-04 04:15
Parent(s): d270a286b160bb5de39ade5d99a58fe26e03b2d5
Signer:
Signing key:
Signing status: N
Tree: 91b8bbf90b9f78643c787d4f74b38962e698fb12
File Lines added Lines deleted
root/themes/default/main.css 9 3
File root/themes/default/main.css changed (mode: 100644) (index dfbdcda..4827a6d)
5 5 word-wrap: break-word; word-wrap: break-word;
6 6 } }
7 7
8 html {}
8 html {
9 height: 100%;
10 }
9 11
10 12 body { body {
11 13 font-family: Arial, sans-serif; font-family: Arial, sans-serif;
12 14 font-size: 11pt; font-size: 11pt;
13 15 line-height: 105%; line-height: 105%;
14 16 background-color: #ccc; background-color: #ccc;
17 height: 100%;
15 18 } }
16 19
17 20 table { table {
 
... ... x.buttons form input[type="submit"], x.buttons form input, x.buttons form select
185 188
186 189
187 190 #container { #container {
191 height: 100%;
188 192 display: flex; display: flex;
189 193 flex-flow: column nowrap; flex-flow: column nowrap;
190 194 align-items: stretch; align-items: stretch;
 
... ... x.buttons form input[type="submit"], x.buttons form input, x.buttons form select
192 196
193 197 #main { #main {
194 198 width: 90%; width: 90%;
195 margin: 7pt 0;
199 margin-top: 7pt;
196 200 display: flex; display: flex;
197 201 flex-flow: column nowrap; flex-flow: column nowrap;
198 202 align-self: center; align-self: center;
199 203 align-items: stretch; align-items: stretch;
204 flex: 1 0 auto;
200 205 } }
201 206
202 207 #header { #header {
 
... ... x.buttons form input[type="submit"], x.buttons form input, x.buttons form select
210 215
211 216 #footer { #footer {
212 217 background-color: #bbb; background-color: #bbb;
213 margin-top: 6px;
218 margin-top: 7pt;
214 219 display: flex; display: flex;
215 220 flex-flow: row wrap; flex-flow: row wrap;
216 221 align-content: space-around; align-content: space-around;
217 222 border-top: solid 2px #444; border-top: solid 2px #444;
223 flex-shrink: 0;
218 224 } }
219 225 #footer_logo { #footer_logo {
220 226 padding: 10px; padding: 10px;
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