Hi
Sorry, I couldn't find anything. Do we have a way to add the license of a plugin to it's properties?
sincerely
License
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: License
Hi!
Yes, the "license" propbag. The aggregator plugin for example uses it.
Regards,
Garvin
Yes, the "license" propbag. The aggregator plugin for example uses it.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: License
Thank you.
PS: Is there any display in the admininterface for the license? It's probably not the most important information for the user, but it'd be strange if it's completely invisible.
PS: Is there any display in the admininterface for the license? It's probably not the most important information for the user, but it'd be strange if it's completely invisible.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: License
Hi!
Yes, the plugin installation overview should display the license, I believe...
Regard,s
Garvin
Yes, the plugin installation overview should display the license, I believe...
Regard,s
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: License
It doesn't, and it's not in the code. Maybe it was deleted accidentally? :)
The attached patch adds it to the description-table when viewing the options of a plugin. Just a suggestion, it don't have to be that good visible as it'd be there. LICENSE would have to get added to the translation.
The attached patch adds it to the description-table when viewing the options of a plugin. Just a suggestion, it don't have to be that good visible as it'd be there. LICENSE would have to get added to the translation.
- Attachments
-
plugins.inc.php.diff.txt- (642 Bytes) Downloaded 233 times
Re: License
Hi
Did you include something like this?
Did you include something like this?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: License
Hi!
Oops. Now I did
Regards,
Garvin
Oops. Now I did
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: License
Thanks :)