Hello everyone, I'm trying to automate Page generation in my client but I'm
stuck on something.
The way it works is a simple form on my client let's my users construct a
Page Title to search for, so:
.../xwiki/bin/view/Main/Whatever-Name-They've-Typed
What I'm trying to do is if you get a 404 (and that page that says this
doesn't exist, edit this to create) I create the page via REST commands and
then direct them to the WYSIWYG editor for that new page -
/xwiki/bin/edit/Main/Whatever-Name-They've-Typed - this works pretty much.
The problem: The page doesn't seem to exist yet until they've clicked save
and view on their editor. If I try to open the page I've just made via REST
(at the aforementioned .../xwiki/bin/view/Main/Whatever-Name-They've-Typed)
it says it still doesn't exist and edit this page to create. What gives?
I'm doing all of this with XMLHTTPRequst and waiting for the 201 status
after the page is supposedly successfully created then redirect them to the
/edit/ page so they can start creating right away.
--
View this message in context: http://xwiki.475771.n2.nabble.com/RESTful-Create-Page-doesn-t-exist-tp75841…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi xwikiers,
I just released a new authenticator on
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Authenticator+Tr…
.
* extract the user id from the remote user and automatically create related
XWiki user profile
* allow using different LDAP configuration depending on what is in the
remote user
* synchronize user related information and group membership from LDAP (use
the standard LDAP authenticator for this actually)
Enjoy :)
--
Thomas Mortagne
Hello,
XWiki 5.0 M1 is soon going to be released, scheduled for Monday.
I see in the Release Notes Page only 2 things listed
*Release Application
*Office Import using the Office Macro
Besides, I also know that Marius worked on DW.
Besides these 3 things, I want to ask the developers if they want something
else tested, for example features they worked on and didn't had the time to
test properly.
In order to improve the communication between the people doing QA in the
community and the developers, I will send these e-mails regularly from now.
Waiting our feedback.
Regards,
Sorin B.
Hi devs,
I'd like to agree that we're not going to spend more time working on the Syntax 1.0 to 2.0 converter now that 1.0 syntax is really old and deprecated.
Most XWiki instances have now switched to the new syntax and the converter is already helpful when converting pages. It's a lot of work to improve it further and it's never going to be perfect anyway. It's the rule of the 20/80...
I'd like to close the following issues as won't fix as a consequence, following our rules of closing issues that we don't plan/want to work on:
http://bit.ly/ZtFrtK
Of course if any contributor or any devs suddenly wants one day to work on improving the converter, he can do so at any time…
WDYT?
Thanks
-Vincent
Hi devs,
I'm wondering where to move the AttachmentSelector.xml page which is currently in enterprise-ui
It's used by the admin app (XWikiSkinsSheet.xml) and the user app (XWikiUserSheet.xml).
Maybe we'll need an attachment module in platform one day and thus we could put it in:
xwiki-platform-attachment/xwiki-platform-attachment-ui
Another idea is xwiki-platform-model/xwiki-platform-model-ui
WDYT? Any other idea?
Thanks
-Vincent
PS: I've started moving UserProfileTest by creating a new xwiki-platform-user-test module when realizing that it depends on the attachmentselector macro… Note that we already have an Admin app page (XWikiSkinsSheet.xml) in xwiki-platform-administration-ui that depends on that macro too so we really need to move AttachmentSelector.xml to platform somewhere...