Re: [QGIS-Developer] WIP: QGIS Server refactoring - the last one GetPrint

2017-08-26 Thread René-Luc Dhont

Hi Devs,

The QGIS Server refactoring is facing a segfault  in layer tree:

/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x31371c)[0x7fd33114071c]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x451f39)[0x7fd33127ef39]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x44fcf2)[0x7fd33127ccf2]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(_ZNK25QgsObjectCustomProperties5valueERK7QStringRK8QVariant+0x2c)[0x7fd3315fbe5c]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(_ZNK16QgsLayerTreeNode14customPropertyERK7QStringRK8QVariant+0x3b)[0x7fd3312e80db]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(_ZN19QgsSymbolLegendNode11updateLabelEv+0x74)[0x7fd3312df7e4]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x4b925a)[0x7fd3312e625a]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x4b91d0)[0x7fd3312e61d0]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(+0x4b9106)[0x7fd3312e6106]
/home/travis/osgeo4travis/lib/libQt5Core.so.5(_ZN7QObject5eventEP6QEvent+0x2cb)[0x7fd3367f992b]
/home/travis/osgeo4travis/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xf6)[0x7fd330836486]
/home/travis/osgeo4travis/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x25f4)[0x7fd330839dc4]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_core.so.2.99.0(_ZN14QgsApplication6notifyEP7QObjectP6QEvent+0x94)[0x7fd33146ea84]
/home/travis/build/qgis/QGIS/build/output/python/qgis/_core.so(_ZN17sipQgsApplication6notifyEP7QObjectP6QEvent+0x8f)[0x7fd332ad0b0f]
/home/travis/osgeo4travis/lib/libQt5Core.so.5(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x37a)[0x7fd3367d18da]
/home/travis/osgeo4travis/lib/libQt5Core.so.5(+0x292803)[0x7fd336821803]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x133)[0x7fd334113d13]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x48060)[0x7fd334114060]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x34)[0x7fd334114124]
/home/travis/osgeo4travis/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5c)[0x7fd336820dcc]
/home/travis/build/qgis/QGIS/build/output/lib/libqgis_server.so.2.99.0(_ZN9QgsServer13handleRequestER16QgsServerRequestR17QgsServerResponse+0x67)[0x7fd325655bd7]
/home/travis/build/qgis/QGIS/build/output/python/qgis/_server.so(+0x5c0fa)[0x7fd32596f0fa]

https://github.com/qgis/QGIS/pull/4959#issuecomment-324875586

So I need some help to fix it and finally ending the refactoring!

Regards,
René-Luc


Le 05/08/2017 à 11:33, Martin Dobias a écrit :

Hi René-Luc

On Fri, Aug 4, 2017 at 7:00 PM, René-Luc Dhont  wrote:

The good news for QGIS Server is that when this PR will be merged, we'll be
able to definitely remove all the old project parser codes from the server.

That's awesome news - woohoo!! :-)

Cheers
Martin


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] WIP: QGIS Server refactoring - the last one GetPrint

2017-08-06 Thread René-Luc Dhont

Hi devs,

I have updated the PR with Highlight layers and more tests.

Regards,
René-Luc

Le 05/08/2017 à 11:33, Martin Dobias a écrit :

Hi René-Luc

On Fri, Aug 4, 2017 at 7:00 PM, René-Luc Dhont  wrote:

The good news for QGIS Server is that when this PR will be merged, we'll be
able to definitely remove all the old project parser codes from the server.

That's awesome news - woohoo!! :-)

Cheers
Martin


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] WIP: QGIS Server refactoring - the last one GetPrint

2017-08-05 Thread Martin Dobias
Hi René-Luc

On Fri, Aug 4, 2017 at 7:00 PM, René-Luc Dhont  wrote:
>
> The good news for QGIS Server is that when this PR will be merged, we'll be
> able to definitely remove all the old project parser codes from the server.

That's awesome news - woohoo!! :-)

Cheers
Martin
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] WIP: QGIS Server refactoring - the last one GetPrint

2017-08-04 Thread René-Luc Dhont

Hi Devs,

I just created a PR for QGIS Server concerning GetPrint.
Because of the lack of test on the different GetPrint specific 
parameters in the precedent versions, I don't know if the refactoring 
gives exactly the same features. So I need reviews and tests to add new 
tests.


The good news for QGIS Server is that when this PR will be merged, we'll 
be able to definitely remove all the old project parser codes from the 
server.


Good Hackfest!
Regards,
René-Luc
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Neumann, Andreas
ok good - just wanted you to be aware of these upcoming changes. Not
that you will be surprised. 

Have a nice weekend! 

Andreas 

On 2016-10-21 18:10, David Marteau wrote:

> Hi Andreas, 
> 
> We know that it will be premature to write code that dépends on the qgis core 
> api and that we have to wait that things stabilize on this side and that no 
> refactoring of the services can occurs without the refactoring of Martin.  
> 
> The part of the code we wand to start is the support machinery for dynamic 
> loading and registering of services and eventually the supports for the 
> plugins. 
> For this part, we do need to rely on anything from the qgis core 
> functionalities and thus  Martin Dobias's refactoring can go at its own pace. 
> 
> David 
> 
> Le 21 oct. 2016 à 17:54, Neumann, Andreas  a écrit : 
> 
> Hi René-Luc, 
> 
> hm - I am not sure if this is good timing. 
> 
> Martin Dobias will refactor the layer tree extensively to allow a better QGIS 
> server code design. It is his proposal he submitted for the QGIS grants. The 
> swiss QGIS user group, potentially together with the german QGIS user group 
> will pay for his work, because it didn't make the grant in the voting, but we 
> still thought it is important work to be done. 
> 
> I guess it would make sense to wait until his work will be finished and then 
> start the QGIS server refactoring. However, it would be good to collaborate 
> with Martin to make sure his refactoring is useful for the QGIS server 
> refactoring. 
> 
> Greetings, 
> 
> Andreas 
> 
> On 2016-10-21 17:40, René-Luc Dhont wrote: 
> Hi devs,
> 
> We (David Marteau and I) will start the QGIS Server refactoring.
> 
> The first step for us is to develop the *service register* like described in 
> the QEP: QGIS server code refactoring for QGIS 3.0 
> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74
> 
> To keep the developement open, we proposed to use a github repository to 
> centralize *Pull Request* and development strictly on QGIS Server with a 
> dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server
> We proposed to do so to have the possibility to broke the code but we will 
> continue to merge master in it during the dev.
> We will open the right to other QGIS Server developers and be proud to review 
> Pull Request.
> 
> Our goal is to keep the functionalities, simplify the code and add 
> modularity; to have something more maintainable, robust and expendable.
> 
> Regards,
> René-Luc D'Hont
> 3Liz
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer 
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

  ___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread David Marteau

The idea is to have an 'aviary' branch that can mess with the server while 
keeping it in sync with the master, then at some point that branch can 'land' 
to the master.



> Le 21 oct. 2016 à 18:14, Paolo Cavallini  a écrit :
> 
> Il 21/10/2016 18:10, David Marteau ha scritto:
>> Hi Andreas,
>> 
>> We know that it will be premature to write code that dépends on the qgis
>> core api and that we have to wait that things stabilize on this side and
>> that no refactoring of the services can occurs without the refactoring
>> of Martin. 
>> 
>> The part of the code we wand to start is the support machinery for
>> dynamic loading and registering of services and eventually the supports
>> for the plugins.
>> For this part, we do need to rely on anything from the qgis core
>> functionalities and thus  Martin Dobias's refactoring can go at its own
>> pace.
> 
> Hi all,
> I think we al very much welcome any improvement in any section of QGIS,
> including of course our beloved server.
> I may be missing something, but IMHO develoiping on a separate branch
> only increases the risk of misalignment: why not keeping everything in
> one place? I understand you are more free to break everything, but risks
> seem to overweight the advantages.
> All the best.
> 
> -- 
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Neumann, Andreas
I am refering to Martin Dobias proposal nr 14 in
https://qgisblog.files.wordpress.com/2016/09/qgisgrantapplicationssummary-september2016.pdf


titled "Project / Map layer registry refactoring" 

Andreas 

On 2016-10-21 17:54, Neumann, Andreas wrote:

> Hi René-Luc, 
> 
> hm - I am not sure if this is good timing. 
> 
> Martin Dobias will refactor the layer tree extensively to allow a better QGIS 
> server code design. It is his proposal he submitted for the QGIS grants. The 
> swiss QGIS user group, potentially together with the german QGIS user group 
> will pay for his work, because it didn't make the grant in the voting, but we 
> still thought it is important work to be done. 
> 
> I guess it would make sense to wait until his work will be finished and then 
> start the QGIS server refactoring. However, it would be good to collaborate 
> with Martin to make sure his refactoring is useful for the QGIS server 
> refactoring. 
> 
> Greetings, 
> 
> Andreas 
> 
> On 2016-10-21 17:40, René-Luc Dhont wrote:
> 
>> Hi devs,
>> 
>> We (David Marteau and I) will start the QGIS Server refactoring.
>> 
>> The first step for us is to develop the *service register* like described in 
>> the QEP: QGIS server code refactoring for QGIS 3.0 
>> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74
>> 
>> To keep the developement open, we proposed to use a github repository to 
>> centralize *Pull Request* and development strictly on QGIS Server with a 
>> dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server
>> We proposed to do so to have the possibility to broke the code but we will 
>> continue to merge master in it during the dev.
>> We will open the right to other QGIS Server developers and be proud to 
>> review Pull Request.
>> 
>> Our goal is to keep the functionalities, simplify the code and add 
>> modularity; to have something more maintainable, robust and expendable.
>> 
>> Regards,
>> René-Luc D'Hont
>> 3Liz
>> 
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

  ___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread David Marteau
Hi Andreas,

We know that it will be premature to write code that dépends on the qgis core 
api and that we have to wait that things stabilize on this side and that no 
refactoring of the services can occurs without the refactoring of Martin. 

The part of the code we wand to start is the support machinery for dynamic 
loading and registering of services and eventually the supports for the plugins.
For this part, we do need to rely on anything from the qgis core 
functionalities and thus  Martin Dobias's refactoring can go at its own pace.

David


> Le 21 oct. 2016 à 17:54, Neumann, Andreas  a écrit :
> 
> Hi René-Luc,
> 
> hm - I am not sure if this is good timing.
> 
> Martin Dobias will refactor the layer tree extensively to allow a better QGIS 
> server code design. It is his proposal he submitted for the QGIS grants. The 
> swiss QGIS user group, potentially together with the german QGIS user group 
> will pay for his work, because it didn't make the grant in the voting, but we 
> still thought it is important work to be done.
> 
> I guess it would make sense to wait until his work will be finished and then 
> start the QGIS server refactoring. However, it would be good to collaborate 
> with Martin to make sure his refactoring is useful for the QGIS server 
> refactoring.
> 
> Greetings,
> 
> Andreas
> 
> On 2016-10-21 17:40, René-Luc Dhont wrote:
> 
>> Hi devs,
>> 
>> We (David Marteau and I) will start the QGIS Server refactoring.
>> 
>> The first step for us is to develop the *service register* like described in 
>> the QEP: QGIS server code refactoring for QGIS 3.0 
>> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74 
>> 
>> 
>> To keep the developement open, we proposed to use a github repository to 
>> centralize *Pull Request* and development strictly on QGIS Server with a 
>> dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server 
>> 
>> We proposed to do so to have the possibility to broke the code but we will 
>> continue to merge master in it during the dev.
>> We will open the right to other QGIS Server developers and be proud to 
>> review Pull Request.
>> 
>> Our goal is to keep the functionalities, simplify the code and add 
>> modularity; to have something more maintainable, robust and expendable.
>> 
>> Regards,
>> René-Luc D'Hont
>> 3Liz
>> 
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org 
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer 
>> 
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer 
>>  
>  
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Paolo Cavallini
Il 21/10/2016 18:10, David Marteau ha scritto:
> Hi Andreas,
> 
> We know that it will be premature to write code that dépends on the qgis
> core api and that we have to wait that things stabilize on this side and
> that no refactoring of the services can occurs without the refactoring
> of Martin. 
> 
> The part of the code we wand to start is the support machinery for
> dynamic loading and registering of services and eventually the supports
> for the plugins.
> For this part, we do need to rely on anything from the qgis core
> functionalities and thus  Martin Dobias's refactoring can go at its own
> pace.

Hi all,
I think we al very much welcome any improvement in any section of QGIS,
including of course our beloved server.
I may be missing something, but IMHO develoiping on a separate branch
only increases the risk of misalignment: why not keeping everything in
one place? I understand you are more free to break everything, but risks
seem to overweight the advantages.
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Emmanuel Belo
Hi René-Luc,

great! Thank you for starting it. It should be possible to create a
dedicated branch in the QGIS official repo. Do you have the rights for it?
Or do we have to ask a QGIS Repo community member? It'll be easier for the
QGIS community at large to find and contribute to the ongoing work.

Best regards

Emmanuel

On 21 October 2016 at 17:40, René-Luc Dhont  wrote:

> Hi devs,
>
> We (David Marteau and I) will start the QGIS Server refactoring.
>
> The first step for us is to develop the *service register* like described
> in the QEP: QGIS server code refactoring for QGIS 3.0
> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74
>
> To keep the developement open, we proposed to use a github repository to
> centralize *Pull Request* and development strictly on QGIS Server with a
> dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server
> We proposed to do so to have the possibility to broke the code but we will
> continue to merge master in it during the dev.
> We will open the right to other QGIS Server developers and be proud to
> review Pull Request.
>
> Our goal is to keep the functionalities, simplify the code and add
> modularity; to have something more maintainable, robust and expendable.
>
> Regards,
> René-Luc D'Hont
> 3Liz
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Camptocamp SA
Emmanuel BELO

Mon. Tue. Thu. Fri.
+41 21 619 10 25 (direct)
+41 79 936 46 62 (mobile)
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Alessandro Pasotti
On Fri, Oct 21, 2016 at 5:54 PM, Neumann, Andreas 
wrote:

> Hi René-Luc,
>
> hm - I am not sure if this is good timing.
>
> Martin Dobias will refactor the layer tree extensively to allow a better
> QGIS server code design. It is his proposal he submitted for the QGIS
> grants. The swiss QGIS user group, potentially together with the german
> QGIS user group will pay for his work, because it didn't make the grant in
> the voting, but we still thought it is important work to be done.
>

This is great news!
Thanks to both user groups, and to Martin of course!


-- 
Alessandro Pasotti
w3:   www.itopen.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread Neumann, Andreas
Hi René-Luc, 

hm - I am not sure if this is good timing. 

Martin Dobias will refactor the layer tree extensively to allow a better
QGIS server code design. It is his proposal he submitted for the QGIS
grants. The swiss QGIS user group, potentially together with the german
QGIS user group will pay for his work, because it didn't make the grant
in the voting, but we still thought it is important work to be done. 

I guess it would make sense to wait until his work will be finished and
then start the QGIS server refactoring. However, it would be good to
collaborate with Martin to make sure his refactoring is useful for the
QGIS server refactoring. 

Greetings, 

Andreas 

On 2016-10-21 17:40, René-Luc Dhont wrote:

> Hi devs,
> 
> We (David Marteau and I) will start the QGIS Server refactoring.
> 
> The first step for us is to develop the *service register* like described in 
> the QEP: QGIS server code refactoring for QGIS 3.0 
> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74
> 
> To keep the developement open, we proposed to use a github repository to 
> centralize *Pull Request* and development strictly on QGIS Server with a 
> dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server
> We proposed to do so to have the possibility to broke the code but we will 
> continue to merge master in it during the dev.
> We will open the right to other QGIS Server developers and be proud to review 
> Pull Request.
> 
> Our goal is to keep the functionalities, simplify the code and add 
> modularity; to have something more maintainable, robust and expendable.
> 
> Regards,
> René-Luc D'Hont
> 3Liz
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

  ___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] WIP: QGIS Server refactoring

2016-10-21 Thread René-Luc Dhont

Hi devs,

We (David Marteau and I) will start the QGIS Server refactoring.

The first step for us is to develop the *service register* like 
described in the QEP: QGIS server code refactoring for QGIS 3.0 
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74


To keep the developement open, we proposed to use a github repository to 
centralize *Pull Request* and development strictly on QGIS Server with a 
dedicated branch https://github.com/3liz/QGIS/tree/master_qgis_server
We proposed to do so to have the possibility to broke the code but we 
will continue to merge master in it during the dev.
We will open the right to other QGIS Server developers and be proud to 
review Pull Request.


Our goal is to keep the functionalities, simplify the code and add 
modularity; to have something more maintainable, robust and expendable.


Regards,
René-Luc D'Hont
3Liz

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer