Hi community
I need a method which return all documents under a specific space, a
deperecated method if possible, cuz i'm working on 4.4 actually,
Thanks in advance :)
Hi devs,
I’ve worked with Lyes to define a new mail sender API.
We’ve put it here:
http://design.xwiki.org/xwiki/bin/view/Proposal/MailModule
Our idea is to:
- implement this in XWiki Platform in xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-sender. In the future we’ll be able to have xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-reader if we want. At some point we should also move the Mail configuration UI in xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui.
- deprecate the mailsender plugin and once all our code has been updated to use this new API, move the plugin to xwiki-contrib.
Please let us know what you think about both the API and the plan.
Thanks
-Vincent
Hi devs,
In notification emails, the link of modified document is like :
localhost:port, in the template script i found $event.getUrl().
How can i change in order getUrl return the right URL and not localhost
Thanks in advance :)