wiki-plugin question

View: New views
4 Messages — Rating Filter:   Alert me  

wiki-plugin question

by Greg Martin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I use one of the wiki plugins (wiki-bloglist) that is usually in
lib/wikipluging-dist.  I have to move it to wiki-plugins with every
upgrade.  I've committed changes to it recently.  What does it take to
get it moved to wiki-plugins?  Do I just commit it to that directory?

\\Greg

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: wiki-plugin question

by Rodrigo Sampaio Primo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey, a week ago I've looked for a bloglist plugin in lib/wiki-plugins/. As I didn't found anything I've created a wikiplugin_posts.php, which does almost the same thing as wikiplugin_bloglist.php. I didn't know that we have a wiki-plugins-dist directory :-(

What is the idea behind wiki-plugins-dist? I think we could remove this directory. We could merge wikiplugin_posts.php with wikiplugin_bloglist.php (or use one) and the others plugins we could move to mods. Or move the mods at least the plugins that seens to be dangerous, as wikiplugin_lsdir.php.

What do you think?

Cheers, Rodrigo.

On Fri, Jul 11, 2008 at 10:07 PM, Greg Martin <gmartin@...> wrote:
I use one of the wiki plugins (wiki-bloglist) that is usually in
lib/wikipluging-dist.  I have to move it to wiki-plugins with every
upgrade.  I've committed changes to it recently.  What does it take to
get it moved to wiki-plugins?  Do I just commit it to that directory?

\\Greg

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: wiki-plugin question

by luci aka luciash d' being :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello,

the idea was to put relatively dangerous or potentially insecure
"disturbing" wiki plugins there and let the decision of enabling them by
moving them to wikiplugins/ on the Tiki admin...

the problem is that there is no UI for that.


luci


Rodrigo Sampaio Primo wrote:

> Hey, a week ago I've looked for a bloglist plugin in
> lib/wiki-plugins/. As I didn't found anything I've created a
> wikiplugin_posts.php, which does almost the same thing as
> wikiplugin_bloglist.php. I didn't know that we have a
> wiki-plugins-dist directory :-(
>
> What is the idea behind wiki-plugins-dist? I think we could remove
> this directory. We could merge wikiplugin_posts.php with
> wikiplugin_bloglist.php (or use one) and the others plugins we could
> move to mods. Or move the mods at least the plugins that seens to be
> dangerous, as wikiplugin_lsdir.php.
>
> What do you think?
>
> Cheers, Rodrigo.
>
> On Fri, Jul 11, 2008 at 10:07 PM, Greg Martin <gmartin@...
> <mailto:gmartin@...>> wrote:
>
>     I use one of the wiki plugins (wiki-bloglist) that is usually in
>     lib/wikipluging-dist.  I have to move it to wiki-plugins with every
>     upgrade.  I've committed changes to it recently.  What does it take to
>     get it moved to wiki-plugins?  Do I just commit it to that directory?
>
>     \\Greg
>
>     -------------------------------------------------------------------------
>     Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
>     Studies have shown that voting for your favorite open source project,
>     along with a healthy diet, reduces your potential for chronic lameness
>     and boredom. Vote Now at http://www.sourceforge.net/community/cca08
>     _______________________________________________
>     Tikiwiki-devel mailing list
>     Tikiwiki-devel@...
>     <mailto:Tikiwiki-devel@...>
>     https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: wiki-plugin question

by Greg Martin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Perhaps we should add a readme to the wiki-plugins-dist directory
explaining that.  I'll look at authoring something.  Would you happen to
know why bloglist is consider dangerous?  Or any of the others?

\\Greg

luci aka luciash d' being wrote:

> hello,
>
> the idea was to put relatively dangerous or potentially insecure
> "disturbing" wiki plugins there and let the decision of enabling them by
> moving them to wikiplugins/ on the Tiki admin...
>
> the problem is that there is no UI for that.
>
>
> luci
>
>
> Rodrigo Sampaio Primo wrote:
>  
>> Hey, a week ago I've looked for a bloglist plugin in
>> lib/wiki-plugins/. As I didn't found anything I've created a
>> wikiplugin_posts.php, which does almost the same thing as
>> wikiplugin_bloglist.php. I didn't know that we have a
>> wiki-plugins-dist directory :-(
>>
>> What is the idea behind wiki-plugins-dist? I think we could remove
>> this directory. We could merge wikiplugin_posts.php with
>> wikiplugin_bloglist.php (or use one) and the others plugins we could
>> move to mods. Or move the mods at least the plugins that seens to be
>> dangerous, as wikiplugin_lsdir.php.
>>
>> What do you think?
>>
>> Cheers, Rodrigo.
>>
>> On Fri, Jul 11, 2008 at 10:07 PM, Greg Martin <gmartin@...
>> <mailto:gmartin@...>> wrote:
>>
>>     I use one of the wiki plugins (wiki-bloglist) that is usually in
>>     lib/wikipluging-dist.  I have to move it to wiki-plugins with every
>>     upgrade.  I've committed changes to it recently.  What does it take to
>>     get it moved to wiki-plugins?  Do I just commit it to that directory?
>>
>>     \\Greg
>>
>>     -------------------------------------------------------------------------
>>     Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
>>     Studies have shown that voting for your favorite open source project,
>>     along with a healthy diet, reduces your potential for chronic lameness
>>     and boredom. Vote Now at http://www.sourceforge.net/community/cca08
>>     _______________________________________________
>>     Tikiwiki-devel mailing list
>>     Tikiwiki-devel@...
>>     <mailto:Tikiwiki-devel@...>
>>     https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>>
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
>> Studies have shown that voting for your favorite open source project,
>> along with a healthy diet, reduces your potential for chronic lameness
>> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Tikiwiki-devel mailing list
>> Tikiwiki-devel@...
>> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>>  
>>    
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
>  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
LightInTheBox - Buy quality products at wholesale price!