Subject | Hash | Author | Date (UTC) |
---|---|---|---|
When creating an array, last_bug_id is set now correctly | f679840c7ac3879aae69f488c561a5bd73ce71f1 | Catalin(ux) M. BOIE | 2015-11-18 19:14:48 |
We allow empty description for bugs | c5a1b4057963eac575cc3d0d4872c4519fea80b0 | Catalin(ux) M. BOIE | 2015-11-18 18:26:39 |
Show the repo # on main repo page | c72f4d8627ab577a92c5531ed7afb9e55a6bfd1b | Catalin(ux) M. BOIE | 2015-11-18 18:25:00 |
Bumped version to 0.42 | 8e9fab68ff08040402c0aa25539d1e8b29258f7d | Catalin(ux) M. BOIE | 2015-11-18 18:14:40 |
Renamed the virtual machines files | 040c9f3a87826a52713b3b5f48d19c83236f8aa8 | Catalin(ux) M. BOIE | 2015-11-18 18:13:57 |
Admin user must not confirm the account by e-mail | 0a81a2824087d9dcd2d1981c860946fd49cc8bf7 | Catalin(ux) M. BOIE | 2015-11-18 18:04:26 |
Bump the version to 0.41 | 363368555480d4c79c13867805c59541fd59e37c | Catalin(ux) M. BOIE | 2015-11-18 16:37:16 |
Mostly debug signaling by cache | 2cd13a1f01403ebe733ef64ff2446b93e2cd46af | Catalin(ux) M. BOIE | 2015-11-18 16:36:40 |
Only texts changes. | 37b6e035a5027c99a8b21672cef5431673320892 | Catalin(ux) M. BOIE | 2015-11-17 17:58:52 |
webhooks fixes | 422d74f1cd4133e73ceb3edbb7a7da6d48c102f2 | Catalin(ux) M. BOIE | 2015-11-17 15:53:10 |
Checkpoint: ip/user fixes for remote connections, some pull request fixes and unit test start | c8ac332f2ffda6149048dd17eaef8ff2f2920650 | Catalin(ux) M. BOIE | 2015-11-07 05:30:04 |
Added webhooks | c2b73a8e494c4c61ce2d3f0d4101f0836a5a0df6 | Catalin(ux) M. BOIE | 2015-10-29 03:55:44 |
Mostly totp fixes; all tests pass; css fixes | b4e220bf8823cad220183930949e80a6ec7f2fb3 | Catalin(ux) M. BOIE | 2015-10-17 12:02:14 |
Correct some gramatical problems | 9078444271ce3e4fa25cff60afdb4efa8741fa01 | Catalin(ux) M. BOIE | 2015-09-13 08:43:38 |
Added weeks for ssh IP validity | 6a8679ab22c25fd60504d2b21d57e9f1e2aaa254 | Catalin(ux) M. BOIE | 2015-09-13 08:03:51 |
Do not on any event if the protocol match. Assume is stable now. | 69912910f5c0bbddc73ced992d8b3a652a8ff526 | Catalin(ux) M. BOIE | 2015-09-11 05:06:16 |
Bump version to 0.40 | 89d2ee4c3cae790d05a8b853de8427298dcbb9e1 | Catalin(ux) M. BOIE | 2015-09-11 04:59:49 |
Fix repo stats when there is no commit inside. | 621b0a317b65d9a751d221908b8e1664d96011fa | Catalin(ux) M. BOIE | 2015-09-11 04:58:31 |
Added back the repo stats | d8d06816223b52ff1d65df502fc6175f26c15518 | Catalin(ux) M. BOIE | 2015-09-10 04:44:10 |
TOTP fixes: mostly correct error messages | 0f13d65e13211a91ce077b4a09307e54e9113f38 | Catalin(ux) M. BOIE | 2015-09-08 04:59:02 |
File | Lines added | Lines deleted |
---|---|---|
inc/bug.inc.php | 1 | 0 |
inc/repo.inc.php | 1 | 0 |
root/themes/default/repo/log/nodata.html | 1 | 1 |
File inc/bug.inc.php changed (mode: 100644) (index a643d70..f24ef11) | |||
... | ... | function rg_bug_next_id($db, $repo_id) | |
246 | 246 | rg_sql_free_result($res); | rg_sql_free_result($res); |
247 | 247 | $next_bug_id = $row['next_bug_id']; | $next_bug_id = $row['next_bug_id']; |
248 | 248 | ||
249 | // TODO | ||
249 | 250 | // We must not do this. Else, repo_info will find the empty | // We must not do this. Else, repo_info will find the empty |
250 | 251 | // repo info! | // repo info! |
251 | 252 | //$key = 'repo_by_id' . '::' . $repo_id . '::' . 'last_bug_id'; | //$key = 'repo_by_id' . '::' . $repo_id . '::' . 'last_bug_id'; |
File inc/repo.inc.php changed (mode: 100644) (index b1ecc06..e877bfb) | |||
... | ... | function rg_repo_edit_high_level($db, &$rg) | |
1603 | 1603 | $rg['ri']['description'] = trim(rg_var_str('description')); | $rg['ri']['description'] = trim(rg_var_str('description')); |
1604 | 1604 | $rg['ri']['public'] = rg_var_bool('public'); | $rg['ri']['public'] = rg_var_bool('public'); |
1605 | 1605 | $rg['ri']['license'] = trim(rg_var_str('license')); | $rg['ri']['license'] = trim(rg_var_str('license')); |
1606 | $rg['ri']['last_bug_id'] = 0; | ||
1606 | 1607 | rg_repo_cosmetic($rg['ri']); | rg_repo_cosmetic($rg['ri']); |
1607 | 1608 | //rg_log_ml("CHECK: after repo edit: rg[ri]=" . print_r($rg['ri'], TRUE)); | //rg_log_ml("CHECK: after repo edit: rg[ri]=" . print_r($rg['ri'], TRUE)); |
1608 | 1609 |
File root/themes/default/repo/log/nodata.html changed (mode: 100644) (index cefc62b..637e5ee) | |||
1 | 1 | <div class="mess ok"> | <div class="mess ok"> |
2 | No commit found. | ||
2 | No commits found. | ||
3 | 3 | </div> | </div> |