[SOLVED] Cloning this forum from git

Posted:
Feb 3rd, '14, 14:26
by viking60
- Code: Select all
git clone git://git.mageia.org/forum mforum
Does not work (anymore).
https://wiki.mageia.org/en/Web_Forums_hacking#CodeUpstream phpbb3 works just fine:
- Code: Select all
git clone https://github.com/phpbb/phpbb3.git phpbb3
How can this forum be cloned now?
Are there no modifications compared to upstream phpbb3?
Re: Cloning this forum from git

Posted:
Feb 3rd, '14, 15:09
by doktor5000
I've just updated the wiki page.
git clone
git://git.mageia.org/web/forums works just fine. Also see webgit, which is how I found the new location:
http://gitweb.mageia.org/
Re: Cloning this forum from git

Posted:
Feb 3rd, '14, 15:43
by doktor5000
Feel free to point out any other necessary changes to wiki page, I'll then poke around or fix it when I can.
Re: Cloning this forum from git

Posted:
Feb 3rd, '14, 16:24
by filip
viking60 wrote:It worked.
Nice. You might try to work on
bug 12220 about missing favicon and navigation on the forum.
Re: Cloning this forum from git

Posted:
Feb 3rd, '14, 17:52
by doktor5000
filip wrote:Nice. You might try to work on
bug 12220 about missing favicon and navigation on the forum.
You're kidding, right? When you posted a solution for this to the bug, why don't you work on this or commit your fix?
Re: Cloning this forum from git

Posted:
Feb 3rd, '14, 18:31
by filip
doktor5000 wrote:filip wrote:Nice. You might try to work on
bug 12220 about missing favicon and navigation on the forum.
You're kidding, right? When you posted a solution for this to the bug, why don't you work on this or commit your fix?
No. It's a note also to me. It's on my todo list. For now it's already long

. So stay tuned

.
Re: Cloning this forum from git

Posted:
Feb 7th, '14, 22:56
by filip
doktor5000 wrote:filip wrote:Nice. You might try to work on
bug 12220 about missing favicon and navigation on the forum.
You're kidding, right? When you posted a solution for this to the bug, why don't you work on this or commit your fix?
Both fixes commited. See
comment 5 in bug 12220.
I hope it will propagate to the both forums soon. But that is beyond my powers

.
Re: [SOLVED] Cloning this forum from git

Posted:
Feb 7th, '14, 23:04
by doktor5000
If the files are patched I can clear up the theme template cache in ACP

Re: [SOLVED] Cloning this forum from git

Posted:
Feb 7th, '14, 23:10
by filip
Great doktor5000. Maat just emailed me he'll do the first part in two days when he'll be back.
Re: [SOLVED] Cloning this forum from git

Posted:
Feb 10th, '14, 23:27
by doktor5000
FWIW, maat just mentioned that during the last forums update Colin also created some notes about the procedure to follow:
http://gitweb.mageia.org/web/forums/about/Also added that to the wiki page.