List of commits:
Subject Hash Author Date (UTC)
Removed some debug stuff. d17e0d454e7e1cad1b350139e0770e7450ee9331 Catalin(ux) M. BOIE 2012-12-02 21:00:30
Apply conditionals before replacing variables! 3d5b7d5fcc11734f9623a3d6ff0aaa8a332b6bdb Catalin(ux) M. BOIE 2012-12-02 20:58:43
More fixes for 'fixes' infrastructure 831af837ca9e7fcf56bef81d1831c3150afa7de8 Catalin(ux) M. BOIE 2012-12-01 21:58:30
Fixes infrastructure; bug fixing c282b19dcb975b1e90a4eaacfe4c126364f6e054 Catalin(ux) M. BOIE 2012-12-01 21:01:23
First round of notifications 561943c9bfd37fcf2b3c53724af2c8145d76d664 Catalin(ux) M. BOIE 2012-11-18 12:03:28
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
Commit d17e0d454e7e1cad1b350139e0770e7450ee9331 - Removed some debug stuff.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2012-12-02 21:00
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2012-12-02 21:02
Parent(s): 3d5b7d5fcc11734f9623a3d6ff0aaa8a332b6bdb
Signing key:
Tree: 2d1a65db2e7d7fbceda3a8901a3062acb2c5c34f
File Lines added Lines deleted
inc/dispatch/dispatch.php 0 1
inc/user/repo-page.php 0 3
inc/util.inc.php 2 3
File inc/dispatch/dispatch.php changed (mode: 100644) (index 62c7d12..fb56ea9)
... ... case 'suggestion':
62 62 case 'repo-page': case 'repo-page':
63 63 include($INC . "/user/repo-page.php"); include($INC . "/user/repo-page.php");
64 64 $body .= $_repo_page; $body .= $_repo_page;
65 file_put_contents("/tmp/repo-page.tmp", $body);
66 65 break; break;
67 66
68 67 case 'home-page': case 'home-page':
File inc/user/repo-page.php changed (mode: 100644) (index 05f94ed..757ed81)
... ... if (strcmp($subop, "history") == 0) {
256 256
257 257 $repo_more['HTML:repo_body'] = $_repo_body; $repo_more['HTML:repo_body'] = $_repo_body;
258 258 $repo_more['HTML:repo_right'] = $_repo_right; $repo_more['HTML:repo_right'] = $_repo_right;
259 file_put_contents("/tmp/repo-body.txt", print_r($_repo_body, TRUE));
260 file_put_contents("/tmp/repo-more.txt", print_r($repo_more, TRUE));
261 259 $_repo_page = rg_template("repo/main.html", $repo_more); $_repo_page = rg_template("repo/main.html", $repo_more);
262 file_put_contents("/tmp/repo-page.txt", $_repo_page);
263 260 ?> ?>
File inc/util.inc.php changed (mode: 100644) (index c3f3e6a..a0f3380)
... ... function rg_replace_lookup(&$data, $var)
450 450 */ */
451 451 function rg_replace_conditionals_block($block, &$data, &$stack) function rg_replace_conditionals_block($block, &$data, &$stack)
452 452 { {
453 rg_log("rg_replace_conditionals_block: block=[$block]"
454 . " stack=" . rg_array2string($stack));
453 //rg_log("DEBUG: rg_replace_conditionals_block: block=[$block]"
454 // . " stack=" . rg_array2string($stack));
455 455
456 456 if (!is_string($block)) { if (!is_string($block)) {
457 457 rg_internal_error("Block is not a string!"); rg_internal_error("Block is not a string!");
 
... ... function rg_template($file, &$data)
675 675
676 676 $r = rg_replace_conditionals($body, $data); $r = rg_replace_conditionals($body, $data);
677 677 // TODO: check error code! // TODO: check error code!
678 rg_log_ml("r=" . print_r($r, TRUE));
679 678
680 679 $ret = preg_replace($what, $values, $r); $ret = preg_replace($what, $values, $r);
681 680 // TODO: check error code! // TODO: check error code!
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