Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Richard Duivenvoorde
I think it has something to do with rights for normal users. With my (admin) account I can go to: http://changelog.qgis.org/en/qgis/3.0.0/pending-entry/list/ And see a list. BUT if I am a normal user (I added a second normal username for myself), if I try that url, I am being redirected to:

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Tim Sutton
Hi So as Richard says, changed entries go into a moderation queue which a changelog manager must approve. I approved your defaults handling entry after tidying it up a bit. Can you please file a ticket if you encounter any issues in the changelog manager here:

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Richard Duivenvoorde
On 22-02-18 07:42, Daan Goedkoop wrote: > Hello Etienne, > > I've tried it now, but after clicking Submit I got an error about "too > many redirects" and now I can't see the entry anymore at all. Strange. Hi Daan, I see that dgoedkoop as a valid user. Are you logged in? Can you try again and

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Daan Goedkoop
Hello Richard, Yes, I am logged in. I still cannot see the entry (nr. 736: "Improved handling of defaults"). Regards, Daan 2018-02-22 9:25 GMT+01:00 Richard Duivenvoorde : > On 22-02-18 07:42, Daan Goedkoop wrote: >> Hello Etienne, >> >> I've tried it now, but after

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Etienne Trimaille
Yes, I could replicate the issue. After sending the request, the form redirects to the pending queue, but a normal login doesn't have permission. I have a fix in my local, I will deploy asap. Sorry for that 2018-02-22 12:01 GMT+03:00 Tim Sutton : > Hi > > So as Richard says,

[QGIS-Developer] Plugin [1037] Kortforsyningen approval notification.

2018-02-22 Thread noreply
Plugin Kortforsyningen approval by pcav. The plugin version "[1037] Kortforsyningen 2.1" is now approved Link: http://plugins.qgis.org/plugins/Kortforsyningen/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] prevent deletion

2018-02-22 Thread Poltini Roberto
Hi Devs, if there are some selected objects and a user press del button the selected object wiil be deleted. Is it possible to prevent deletion using a python plugin ? When my maptool is active I don’t want this qgis function is active. Thanks Roberto Per

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Tim Sutton
Thanks Etienne! > On 22 Feb 2018, at 12:08, Etienne Trimaille > wrote: > > Yes, I could replicate the issue. After sending the request, the form > redirects to the pending queue, but a normal login doesn't have permission. I > have a fix in my local, I will

[QGIS-Developer] Plugin [1413] EnviFate approval notification.

2018-02-22 Thread noreply
Plugin EnviFate approval by pcav. The plugin version "[1413] EnviFate 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/envifate/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1232] OSM Tools approval notification.

2018-02-22 Thread noreply
Plugin OSM Tools approval by pcav. The plugin version "[1232] OSM Tools 3.0.6b Experimental" is now approved Link: http://plugins.qgis.org/plugins/OSMtools/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Concerns re UX of new "duplicate features" actions in 2.99

2018-02-22 Thread Régis Haubourg
Hey, for reference purpose, reviewing the issues there is already a feature request about action visibility here https://issues.qgis.org/issues/17581 Regards Régis 2018-02-22 0:01 GMT+01:00 Nyall Dawson : > On 22 February 2018 at 07:15, David Signer

Re: [QGIS-Developer] prevent deletion

2018-02-22 Thread Luigi Pirelli
or just look for the delete actionbutton and disable it Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli *

Re: [QGIS-Developer] prevent deletion

2018-02-22 Thread Luigi Pirelli
beforeCommit signal and managing edit buffer before real commit can be a solution? another is to modify the edit buffer attaching to the featureDeleted signal... do you need a beforeDelete signal? Luigi Pirelli

Re: [QGIS-Developer] Data defined @symbol_color outlines

2018-02-22 Thread Nyall Dawson
On 22 February 2018 at 01:31, McDonaldR wrote: > Hi List > > > > This issue (https://issues.qgis.org/issues/15132) refers to using the > @symbol_color function to make the outline of graduated/categorised features > the same colour as the fill. There is a fix by Nyall

Re: [QGIS-Developer] Suggestion for changelog entry about default values

2018-02-22 Thread Etienne Trimaille
2018-02-22 10:42 GMT+03:00 Daan Goedkoop : > I've tried it now, but after clicking Submit I got an error about "too > many redirects" and now I can't see the entry anymore at all. Strange. > It should be fixed and the website is back. Let me know if you have any issue. Sorry