Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Compariso script updates | d56371208be824b919259f807d9e8aee41f74c4a | Catalin(ux) M. BOIE | 2019-10-26 05:30:09 |
css updates | e051981b55d28a8f37ff6aff9425e99912ff34da | Catalin(ux) M. BOIE | 2019-10-26 05:29:45 |
Comparison updates | e7a2d2b92380f1c4946ccd54113f1ca1b9b7216b | Catalin(ux) M. BOIE | 2019-10-26 05:29:03 |
TODO update | 25ee0cf19af35ff1c9a273528bf60f40be987dfe | Catalin(ux) M. BOIE | 2019-10-26 05:28:44 |
History update | 86c0575fd1ce8b8dd7729c909b7b45e488729f87 | Catalin(ux) M. BOIE | 2019-10-26 05:28:27 |
Big rework for rg_exec/rg_exec2 | 6b962257e2494217bcd528bcdbb39544b3809c14 | Catalin(ux) M. BOIE | 2019-10-26 05:28:09 |
Be more explicit and specify exactly the ssh command instead of 'ssh ... totp' | 3750e02fc5a0d75ba274c6ae9757e3d582348f51 | Catalin(ux) M. BOIE | 2019-10-25 02:54:52 |
Activating gzip compression in nginx sample file | 60a153c84f1a8ee68c4008d2cb512d3016c50499 | Catalin(ux) M. BOIE | 2019-10-25 02:33:13 |
totp: urlencode parameters when calling qrencode | 0b16e22978a8b5488e8f435a538dec07bb515476 | Catalin(ux) M. BOIE | 2019-10-19 03:53:20 |
/run/rocketgit-fpm/ -> /run to not create the dir | 13ff6e91698260ba5a41591275fa915e33baebc9 | Catalin(ux) M. BOIE | 2019-10-01 16:08:43 |
Compute repo disk size only for not deleted repos | 551d1798802853e5af1e12a1908cc10fbc432d17 | Catalin(ux) M. BOIE | 2019-09-30 22:08:27 |
git_log2listing big changes | e91fdef76511d586af30a3aa4b44273a1203bd36 | Catalin(ux) M. BOIE | 2019-09-30 19:54:38 |
typo | 0ef09cd6e02fa3bf79e0a26b887badc103b03d87 | Catalin(ux) M. BOIE | 2019-09-30 19:53:56 |
Some more error testing for http_confirm test | 1f36b1f55465c57e935b830e456d8f8044ec17da | Catalin(ux) M. BOIE | 2019-09-30 19:53:38 |
fixes: ignore some errors | 584eef4cbfb5427eaae34d72ea99b94ec4da29a4 | Catalin(ux) M. BOIE | 2019-09-30 19:52:45 |
cache: functional test for timeout | acaeca2fbceb797b0fb58f1c05bdd8d1f9025f25 | Catalin(ux) M. BOIE | 2019-09-30 19:51:35 |
Fixed rg_git_merge because it was broken | 797a976065420525f9f2c6a096ae306ffa5ed78d | Catalin(ux) M. BOIE | 2019-09-30 19:50:41 |
Disable GC when serving requests from web/fetch/push; we will do it from cron | fd16c96f5f0a6d24e0c6aaf45c5a02833579667a | Catalin(ux) M. BOIE | 2019-09-30 19:48:49 |
git: fixes display of filenames which are not UTF-8 valid | 83b6f641a547a4652aad6e921486d2b91cffdb9f | Catalin(ux) M. BOIE | 2019-09-30 19:46:07 |
rg_change_pass missed a log file name | e49fc9f8c896414098713e418205d97b2e594c1f | Catalin(ux) M. BOIE | 2019-09-22 09:32:59 |
File | Lines added | Lines deleted |
---|---|---|
misc/compare.php | 1 | 1 |
File misc/compare.php changed (mode: 100644) (index 5f49399..3d36180) | |||
... | ... | while (($line = fgetcsv($h)) !== FALSE) { | |
160 | 160 | $q = strpos($f, '}'); | $q = strpos($f, '}'); |
161 | 161 | $baloon = trim(substr($f, $p + 1, $q - $p - 1)); | $baloon = trim(substr($f, $p + 1, $q - $p - 1)); |
162 | 162 | $newf = trim(substr($f, 0, $p)); | $newf = trim(substr($f, 0, $p)); |
163 | $f = $newf . ' <span title="' . rg_xss_safe($baloon) | ||
163 | $f = $newf . ' <span class="qinfo" title="' . rg_xss_safe($baloon) | ||
164 | 164 | . '">?</span>'; | . '">?</span>'; |
165 | 165 | } | } |
166 | 166 | } else if (strstr($f, '/#')) { | } else if (strstr($f, '/#')) { |