From: Jiri C. <di...@ci...> - 2008-03-06 16:36:38
|
Hi *, on every project page (i.e. http://firebirdsql.org/index.php?op=devel&sub=netprovider) is a link to CVS module. But some (FirebirdClient) project are using SVN. Is there any way to change this? This can be confusing for delevopers looking for sources. -- Jiri {x2} Cincura (CTO x2develop) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Pavel C. <pc...@ib...> - 2008-03-06 17:15:08
|
Jiri Cincura napsal(a): > > on every project page (i.e. > http://firebirdsql.org/index.php?op=devel&sub=netprovider) is a link > to CVS module. But some (FirebirdClient) project are using SVN. Is > there any way to change this? This can be confusing for delevopers > looking for sources. It's not possible with current site code. I'll take a look at this over weekend. It's not very complicated improvement and QA subproject needs this feature too :-) best regards Pavel Cisar |
From: Jiri C. <di...@ci...> - 2008-03-06 17:28:49
|
On 3/6/08, Pavel Cisar <pc...@ib...> wrote: > weekend. It's not very complicated improvement and QA subproject needs I've looked into code too, looks like really small change. -- Jiri {x2} Cincura (CTO x2develop) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2008-03-16 17:54:18
|
On 3/6/08, Pavel Cisar <pc...@ib...> wrote: > It's not possible with current site code. I'll take a look at this over > weekend. It's not very complicated improvement and QA subproject needs > this feature too :-) Hi, I had some free time today, so I looked to code more deeply. What do you think about adding same code as for CVS modules in /srv/www/htdocs/devel/sidemenu.php and introduce new variable $svn_modules? This is easy to do. And to tune this to perfect piece of code :D we can add is_empty test for $cvs_modules and $svn_modules and if empty, we can skip the heading "CVS Modules:" or "SVN modules:". Comments? -- Jiri {x2} Cincura (CTO x2develop) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2008-05-20 17:16:25
|
On 3/16/08, Jiri Cincura <di...@ci...> wrote: > On 3/6/08, Pavel Cisar <pc...@ib...> wrote: > > > It's not possible with current site code. I'll take a look at this over > > weekend. It's not very complicated improvement and QA subproject needs > > this feature too :-) > > > Hi, > > I had some free time today, so I looked to code more deeply. > > What do you think about adding same code as for CVS modules in > /srv/www/htdocs/devel/sidemenu.php and introduce new variable > $svn_modules? This is easy to do. And to tune this to perfect piece of > code :D we can add is_empty test for $cvs_modules and $svn_modules and > if empty, we can skip the heading "CVS Modules:" or "SVN modules:". Hello Pavel, have you looked on this? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Pavel C. <pc...@ib...> - 2008-05-21 09:46:24
|
Jiri Cincura napsal(a): > On 3/16/08, Jiri Cincura <di...@ci...> wrote: >> On 3/6/08, Pavel Cisar <pc...@ib...> wrote: >> >>> It's not possible with current site code. I'll take a look at this over >> > weekend. It's not very complicated improvement and QA subproject needs >> > this feature too :-) >> >> >> Hi, >> >> I had some free time today, so I looked to code more deeply. >> >> What do you think about adding same code as for CVS modules in >> /srv/www/htdocs/devel/sidemenu.php and introduce new variable >> $svn_modules? This is easy to do. And to tune this to perfect piece of >> code :D we can add is_empty test for $cvs_modules and $svn_modules and >> if empty, we can skip the heading "CVS Modules:" or "SVN modules:". > > Hello Pavel, > > have you looked on this? Not yet. Do you want to volunteer for this? best regards Pavel Cisar IBPhoenix |
From: Jiri C. <di...@ci...> - 2008-05-21 09:58:33
|
On 5/21/08, Pavel Cisar <pc...@ib...> wrote: > Not yet. Do you want to volunteer for this? OK, no problem. Should I change it right on the server? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Pavel C. <pc...@ib...> - 2008-05-21 16:42:38
|
Jiri Cincura napsal(a): > On 5/21/08, Pavel Cisar <pc...@ib...> wrote: >> Not yet. Do you want to volunteer for this? > > OK, no problem. Should I change it right on the server? Of course. best regards Pavel Cisar |
From: Jiri C. <di...@ci...> - 2008-05-21 18:12:17
|
Done. Can be seen on [http://firebirdsql.org/index.php?op=devel&sub=netprovider]. 1. There's a new variable available in project.dat file named $svn_repositories, adding some item(s) to it cause redering "SVN repositories" section on project page. 2. If the $cvs_modules variable is empty the "CVS modules" section is not rendered. Hope I didn't forgot something. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |