Hi,
Sometimes im confused because i cant find things in the documentation i find by searching in other parts of the XWiki HomePage e.g XWikiSyntax Page -> Platform, XWikiShortCuts -> Platform.
Shouldn't those things at least be linked to the Documentation also?
In fact i'm missin a general XWiki Features part in the Dokumentation.
In case of the Short Cuts, in the new WYSIWYG some shortcuts work like Ctrl+B for bold but i can't find which ones exist.
Is there some more documentation on the WebDAV feature than that?
http://dev.xwiki.org/xwiki/bin/view/Drafts/WebDAVhttp://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigur…
Just cant find how to connect to XWiki via WebDAV
Thanks
hel.
-----
hel.
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Some-dokumentation-questions-tp2581449p2581449.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello XWiki users,
I'm trying to configure OpenOffice server for XWiki 1.8 installation
(xwiki.properties). Operating system where all is installed is OpenSuse
11.1. OpenOffice 3 is installed. For this distribution there is
/usr/share/ooo3 directory with program subdirectory, but soffice.bin XWiki
is looking for is not there. Instead, I'm able to manually start OpenOffice
server using /usr/bin/soffice script.
Is there any way to configure XWiki to use /usr/bin/soffice to start
OpenOffice server, or to configure XWiki to use OpenOffice server already
started outside of XWiki (e.g. using custom startup script) ?
Regards,
Stevo.
Hi,
some things i found in Lists:
1. when you enter a point at the end of an item the linebrake to the next
item disappears e.g.
- item1
- item2
->
- item1.item2
2. When you have links as items and you want to enter text after the link.
The text is added to the Linktext.
hel.
-----
hel.
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/GWT-WYSIWYG-Bugs-tp2441118p2441118.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Scheduled tasks seem to run; but cannot work with documents in the wiki. This used to work well in 1.4, but for some reason it does not work in 1.7.2. One of the tasks is to open a document and send an email based on a notification date inside the document's main class object.
The code works perfectly when run in a wiki page: I've dropped everything except for getting document count based on a query and if count is more than 1 sending an email to me. Naturally this is not the objective - just simplified for testing.
I have nine virtual xwiki's running on the same server, the scheduled task is running on the main instance (documents located on main instance as well). Nothing except for xwiki engine update (and xar import) has changed.
Using the admin user to save changes to the scheduler.
--
View this message in context: http://n2.nabble.com/Scheduler-not-running-not-initiating-in-correct-contex…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm trying make plugin that allows changing rights of parent page and automatically changes rights of its children pages. Now, this plugin is almost working, it is really changing the rights of all pages. But when I select Edit-> Page Access Rights then there are no icons in the rights editor showing rights of users and groups for this page.
I have found that when I change rights using the plugin for example for page Main and group called Folks, then in Edit->Objects->XWiki.XWikiRights in the Groups fields there are two items called "Folks" (but actually just one group Folks exist). So I think this is the problem, but I have no idea what I'm doing wrong... Can you help me? Thanks a lot
Here is the part of java code in plugin:
XWikiD
BaseObject objekt = doc.getObject("XWiki.XWikiRights",true, context);
objekt.set("users", "", context);
objekt.set("levels", "edit", context);
objekt.setStringValue("groups", "Folks");
// objekt.set("groups", "Folks",context); this makes no difference
objekt.setClassName("XWiki.XWikiRights"); // probably useless
objekt.set("allow", 1, context);
try{
context.getWiki().saveDocument(doc, context);
}catch(Exception a){}
--
View this message in context: http://n2.nabble.com/How-to-change-rights-correctly-in-java--tp2575044p2575…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I just installed the 1.8 stable new version in hope to solve editors problem.
It said the new Wysiwyg editor is by default in this version, and i note in near pasts topic that objective was to have XWiki Syntax 2.0 by default for new documents starting in XWiki Enterprise 1.8 final too..
But i can see in right panel Wiki 1.0 syntax set as defaut when i create a page. Is it normal or can I somewhere set 2.0 by default?
Regards,
Remi.
--
View this message in context: http://n2.nabble.com/Xwiki-Syntax-2.0-by-default-in-1.8--tp2574648p2574648.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Not for me... but for some enterprising GSOC applicant: Seems like this
could be a good and achievable "closed-end" project that doesn't involve
complicated multi-system integration (and multi-points of failure), just
some new xwiki code based on examples already written. Code that IMHO would
be very useful:
On Mon, Mar 16, 2009 at 3:02 PM, Niels Mayer <nielsmayer(a)gmail.com> wrote:
> In addition to selecting a xar and allowing a user to check to allow the
> xar's content to blindly overwrite the previous entry; add a third option
> "merge".
>
> When "merge" is selected, for that selected document, the diffs between the
> uploaded-xar and the current db are presented in a "mergediff-in-browser"
> style, allowing selection of original content from the db versus xar.
> clicking "ok" then collapses the diff and remembers the choices taken.
>
> When the user has either selected the xar files they want to import
> directly, or used the mergediff tool above to select the contents of the new
> file, they click "import" and it's done. Note that the "mergediff" files,
> create a new version, unlike the overwrite done by the current selected
> checkboxes in the import tool.
>
> Niels
> http://nielsmayer.com
>
>
The XWiki development team is pleased to announce the release of XWiki
Office 1.0 Milestone 2.
Go grab it at
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice !**
XWiki Office is a XWiki.org project that provides integration between
Microsoft Office and XWiki servers.
For more information about XOffice go at: -
http://xoffice.xwiki.org/xwiki/bin/view/Main/
Main changes from version 1.0 Milestone 1:
- Improved html filters
- Basic macro support
- Small UI improvements
- Better XWiki 2.0 syntax support
- XWiki 2.0 syntax and non-filtered local html are now set as default.
All active XWord M1 clients and snapshot instances will be automatically
updated to the latest version.
For details about this release see the Release Notes at:
- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10M2
Thanks
-The XWiki dev team
Hi.
I have a problem with sender address. I have the following configuration:
1. logged in user with email address defined in edit->objects
2. SendPageByEmail from default-1.8.xar with code
#set($sender = $context.user.substring(6))
When I try to send an email the sender is being set to 'XWiki.rlach'.
What else can I check?
R.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.