| Re: Roadmap 2.6.0 Discussion |
| by trabis on 2012/11/28 1:11:45 Quote:
Yes, we would like to be able to get the module output just as if it was a block. We need to have a controller/action class with a given interface that modules would implement. The core would then be able to execute a module action without requiring the rendering of blocks or theme. Forwarding actions, ajax calls, rpc, ohhh... I believe it would be a small step for developers and a giant leap for Xoops. |
| Re: Roadmap 2.6.0 Discussion |
| by bumciach on 2012/11/27 14:10:56 Quote:
Did you think module like that can also store serialized state of XoopsObject? First, when $xoopsobject->get() and second after submit add/edit form when $xoopsobject->insert(). And make diff between old and new state of the object. It should be easy making history what data was changing on any individual record. I thought of develop that module for a long time (something similar to XBS Logger). But have never started to do it. |
| Re: Roadmap 2.6.0 Discussion |
| by Mamba on 2012/11/17 23:19:33 Quote: Could you tell me the best way to contribute to the next 2.6.0 version ? Thank you so much for your interest in joining XOOPS! I've sent you an email with more details, but contributing is very easy, and similar to other Open Source Projects, like the Apache Software Foundation 1) Become a member on SourceForge, and we'll add you to XOOPS there 2) Show us some code so we can see that you know what you're doing ![]() 3) start providing code improvements first in a separate branch, and once the Core Team feels comfortable with your code, you'll be able to contribute directly in the main tree. Let me know if this makes sense to you. Once again, welcome to XOOPS, and we're looking forward to your contributions! |
| Re: Roadmap 2.6.0 Discussion |
| by alain91 on 2012/11/17 18:31:52 @mamba Could you tell me the best way to contribute to the next 2.6.0 version ? I'm developper with an more than 5 years of experience in PHP (including work with some frameworks and cms). |
| Re: Roadmap 2.6.0 Discussion |
| by deka87 on 2012/8/17 8:13:59 That's true. AFAIK Xoops sticks with its header and footer and there is nothing we can do about it. I faced this when I tried to put an avatar edit page in a modal window so that users won't need to open a new page to edit their avatar. But having a full page in a modal window is a pretty weird idea. |