[Qgis-psc] Modifications and updates to plugins.qgis.org
ElPaso
elpaso at itopen.it
Sat Jun 13 02:08:11 PDT 2015
Il 12/06/2015 15:53, Anita Graser ha scritto:
>
>
> On Fri, Jun 12, 2015 at 2:23 PM, ElPaso <elpaso at itopen.it
> <mailto:elpaso at itopen.it>> wrote:
>
>
> The second point is like you said: 'description' and 'about' come
> from metadata.txt, they can be altered from the website (for
> quick fixes and typos) but they are overridden when the used
> uploads a new version. So, to answer Anita, it is already possible
> for a staff member to edit plugin's description and about but it
> will just last until the next upload.
>
>
>
> Oh I see! Have to check if I have the rights to alter descriptions.
> Then it would be possible to extend some and also issue pull requests
> with this new content in the plugin repos so it's included the next time.
>
>
>
> I'd stick to the original plan and leave this for a future update.
>
>
> +1
>
> Thanks and best wishes,
> Anita
>
>
Hello,
task completed, this is what I've done:
* updated to Django 1.8.2
* updated and fixed all third party apps to Django 1.8 compatible versions
* made "about" "tracker" and "repository" mandatory
* fixed user map
* added bootstrap pagination (cosmetic change)
* added a red asterisk for mandatory fields in plugin forms
* added a new CSV export view for "bad" plugins (those with missing
"about" "tracker" or "repository"):
http://plugins.qgis.org/userexport/export_bad, the link is at the top
right in http://plugins.qgis.org/admin/auth/user/ only available to
superadmins
* deployed and tested
For the techies (migration notes):
* there are some new requirements in REQUIREMENTS.txt and most of third
party apps have been updated also
* there are some new migrations in plugins app, old South migrations are
gone
* there is a SQL migration since the Django core email field is now
max_length=254 instead of original 75:
ALTER TABLE plugins_plugin ALTER email TYPE character varying(254);
Have a nice weekend!
--
Alessandro Pasotti w3: www.itopen.it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-psc/attachments/20150613/baebd42d/attachment.html>
More information about the Qgis-psc
mailing list