Hi Alessandro On Sun, Nov 21, 2010 at 2:00 PM, Alessandro Pasotti <[email protected]> wrote: > Hi, > I've just committed a first draft of the plugins app. > I've had not much time to test it, admin seems to be working, while public > views are still missing, I was thinking about using generic views as much as > possible.
Thanks a lot for starting with the draft, it looks good! > I'm not sure about the "last" flag in versions, are not the version and > modified dates sufficient to determine the last version ? > I've also added some globs to .gitignore > Comments welcome! My comments from a brief review: - download count should be rather related to plugin versions, not plugins - for more detailed stats - in addition to user-readable name, there should be plugin's package (i.e. internal) name which is unique among plugins - the plugin could have two more attributes: active "stable" version and active "development" (experimental) version. One of them can be empty, because not all plugins will produce separate stable/development versions. It should be then possible to change active version to any version that has been uploaded. I think this is better than having flags in plugin version model, because only one stable/development version can be active at one time. Btw. does anybody know how to deal with logins using osgeo ldap server? E.g. is it necessary to have some permissions in order to access it? Regards Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
