How/Where can I setup the landing page after login.
If I as a user have a URL to a page such as
/xwiki/bin/view/Project+Workspace/ and save that as a bookmark, when I go
there I get the login page, but then I am not taken to that page but to the
Main Web Home, I must hit the bookmark a second time to navigate to the
desired page.
Can I set a property someplace that allows a user to set his or her own
landing page other than Main? Can I change the behavior so the original URI
is retained after login so the user goes directly to that page after login?
--
View this message in context: http://www.nabble.com/Landing-page-tp18079091p18079091.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, all
I need to get content from a xwiki page, this i make in java with xml rpc but the problem is that i can't specify in which language i want the page. My code : stringBuffer.append("<br/><a href='http://cda-pc:8080/xwiki/bin/view/Main/Incendie?language="
+ locale + "' target='dynamic'>" + localize(KEY_INSTRUCTIONS, locale) + "</a><br/><br/>");
final String token = (String) client.execute("confluence1.login", new Object[] { "cda", "cda" });
final Map page = (Map) client.execute("confluence1.getPage", new Object[] { token, "Main", "Incendie" });
final String pageId = (String) page.get("id");
final String content = (String) page.get("content");
stringBuffer.append((String) client.execute("confluence1.renderContent", new Object[] { token,"Main", pageId, content }));
I tried final Map page = (Map) client.execute("confluence1.getPage", new Object[] { token, "Main", "Incendie?language=fr" });
but doesn't work
Hope you can help me
thx
DALL'AGNOLA Cédric
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
I modified one of the skin preferences (Toucan) to change the color
scheme.
Made a typo
Now the skin has changed to something that does not navigate to the
same entry to correct my typo?
What do you suggest
Gerritjan
I found that when I rollback a page with Chinese name. It caused some
exceptions, and the rollback action fails. This problem only takes place in
IE6, in IE7, firefox, it's ok.
I believed it's encoding proble. Without clicked the rollback button on the
history page, I copied the rollback URL into IE6 adress field directly, and
go. It's OK. The difference is that when I clicked the rollback, xwiki use
pop-up window to confirm whether to rollback. But when I put the link in
adress field, xwiki confirm with me by normal page with yes and no button.
So I think the problem is the pop-up window. I go to historyinlin.vm and
find <pre><td class="xwikibuttonlink"> $tdoc.getURL(
$msg.get("core.versions.delete.single") </td></pre> I changed it to <pre><td
class="xwikibuttonlink"> $tdoc.getURL( $msg.get("rollback")</pre>
then it can rollback.
--
View this message in context: http://www.nabble.com/rollback-problem-wiht-Chinese-page-and-how-I-solved-i…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
Yesterday was our second DocHour day day. The following bugs were
fixed: http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&customfie…
- Jerome Velociter
XWIKI-1351 Write a tutorial for newcomers on how to create Java selenium tests.
- Artem Melentev
XWIKI-1211 Document the comment on page save feature
- Thomas Mortagne
XAWM-80 Improve wiki descriptor editor documentation
- Vincent Massol
XWIKI-2488 Improve Macro display in the Code Zone by removing the
Bundled With Skin attribute
XWIKI-1483 Document the {pre} macro
So that's a total of 5 distinct tasks around documentation
improvement. This is not much but not everyone had time with the 1.5M2
release very soon and bugfixing day to finish.
You can still do your doc hour and add it to this conversation.
Thanks everyone
--
Thomas Mortagne
Hi all,
i've a problem with pages present in more than one language.
Let's explain:
1. Main.WebHome was imported in with XAR import (english).
2. XWiki preferences parameters were modified (Multi Lingual: yes)(Languages: de,en)(Default Language: de)
3. Main.WebHome was called for edit. Panel "Document translations" offered to "translate this document in: de" - which one was choosen.
4. The english text was rewritten to german and saved.
Effect:
- $doc.translationList of global.vm template still says that there is no translationList. Only the default language can be choosen on wiki page.
- using http://localhost/xwiki/bin/view/Main/?language=de [http://localhost/xwiki/bin/view/Main/?language=de] german translations are seen until someone swich back to english with the language link in the page header.
Has someone a hint what we are doing wrong?
By now we have modified global.vm to be able to switch between the languages - allways displaying both possibilities. But we have also a problem with XAR export - it only exports the english pages (maybe allways the defaultLanguage pages).
Thanks for help in advance.
Regards,
Rudi
Jeden Monat 1 hochkarätiger maxdome-Blockbuster GRATIS!
Exklusiv für alle WEB.DE Nutzer. *http://www.blockbuster.web.de* [http://www.blockbuster.web.de]
This might be of help too: http://tinyurl.com/42cfqh
> More or less, yes;
>
> You can use $xwiki.formatDate(<date here>, "<here goes format>")) where
> you replace <date here> with a real date, eg $xwiki.currentDate(see below
> for document date examples) <here goes format> with a time format, eg
> HH:mm:ss dd-MM-yyyy
>
> $doc.date for last modified date
> $doc.creationDate for creation date of document.
>
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of Mihails Agafonovs
> Sent: 20 June 2008 09:58
> To: users(a)xwiki.org
> Subject: [xwiki-users] XWiki date
>
> Hi!
>
> Is it possible to get document creation/modification date, month, year,
> time explicitly?
> Ar cieòu, Mihails
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Erm.. what does this supposed to mean?
---
on save I got this (page has no objects other than rights):
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document StageGate.WebHome
Wrapped Exception: Error number 13012 in 3: Exception while saving links
Wrapped Exception: Row was updated or deleted by another transaction
(or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#
XWiki.Admin,
---
and now getting:
Error number 4001 in 4: Error while parsing velocity page BookIn.WebHome
Wrapped Exception: Failed to evaluate content with id WebHome
---
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.1 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
New features have been implemented in this release, amongst them :
* Global roles: the administrator can now delegate responsibilities to
groups of administrators and power users
* Public registration: It is now possible to enable public registration
for visitors that do not own an account
* Invitation management: You can invite via email people who are not
registered yet on the XWiki Workspaces instance to come and work in
existing workspaces.
You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces11Milestone2
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Thanks
-The XWiki dev team
up please don't know how to do :)
thx
> Message du 18/06/08 14:20
> De : "ced.dall"
> A : users(a)xwiki.org
> Copie à :
> Objet : [xwiki-users] xwiki and xmlrpc
>
> Hi, all I need to get content from a xwiki page, this i make in java with xml rpc but the problem is that i can't specify in which language i want the page. My code : stringBuffer.append("
" + localize(KEY_INSTRUCTIONS, locale) + "
"); final String token = (String) client.execute("confluence1.login", new Object[] { "cda", "cda" }); final Map page = (Map) client.execute("confluence1.getPage", new Object[] { token, "Main", "Incendie" }); final String pageId = (String) page.get("id"); final String content = (String) page.get("content"); stringBuffer.append((String) client.execute("confluence1.renderContent", new Object[] { token,"Main", pageId, content })); I tried final Map page = (Map) client.execute("confluence1.getPage", new Object[] { token, "Main", "Incendie?language=fr" }); but doesn't work Hope you can help me thx DALL'AGNOLA Cédric Créez votre adresse électronique prénom.nom(a)laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. _______________________________________________ users mailing list users(a)xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Hi community !
The second XWiki DocHour is planned on Thursday 19th of June.
So what is this DocHour thing ?
Here is the rules:
* 1 hour
* You choose at what time you want to work on the documentation.
* On xwiki.org
* You choose to document what you want. Ideas of missing documentation:
- In JIRA: http://tinyurl.com/3xtn8t
- Improve existing documentation
- XWiki Watch documentation on http://watch.xwiki.org
- XEM Documentation on http://manager.xwiki.org
- XWiki Workspaces Documentation http://workspaces.xwiki.org
* Make sure you create a jira issue for the work you're doing and
assign to yourself. The issue should be created in the XWiki Core
project, with a "documentation" component. Don't forget to tag it as
"dochour20080619" to be listed in the result of this event.
* If you can't do it on the the planned date, then you can still do it
on another day, as close as possible to the the 19th of June ;)
* The idea is to repeat this event every month or every 2 months.
You can look at the result of previous DocHour at
http://markmail.org/message/dm3kclit4g4s472v
Thanks everyones and hope we will soon have to allocate more space to
xwiki.org database ;)
--
Thomas Mortagne
Hello!
I'd like to be able to call a plugin right after the user saves a page. This
would be necessary to pass the new values of the object hold on that page
for the plugin, so that the changes of my XWiki objects could echo to my
plugin (that's because the plugin keeps a database that I want to edit via
XWiki pages).
I tried something like #if($context.action=="save") but it didn't work, I
guess the page is never actually "rendered" in that action, right?
So, anyone has any idea of how could I implement this?
Thanks,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Getting $context.get('error') whenever I try schedule or unschedule a task
in 1.4.1
This has been working perfectly... and we've come to rely on it somewhat.
Something that is required on tomcat config or something to enable?
-----Original Message-----
> Date: Wed, 18 Jun 2008 12:19:35 +0100
> From: Joe <uncannyhg(a)gmail.com>
> Subject: [xwiki-users] wysiwyg editor on 1.4.1
>
> Been having some strange results with the editor, mostly raised by my users
> (who're more used to the previous version of wysiwyg).. problems tend to
> range from the following (bear in mind that the users involved are using
> mainly the xwiki blog pages, updated to the correct version via the xar):
> -- Lost chunks of text - usually related to the indent/bullet-point
> feature. This is the most pressing issue..
> -- "Strange" behavior of text - it puts a text box around random texts in
> the edit page; making it hard to "group select" chunks of text
> -- Loss of indentation, if indentation is used on paragraphs these are lost
> when saving. It should be noted they are still there when you copy-paste
> the text from the view layout.
> -- Similar to indentation, loss of spacing - put 4 spaces before the first
> word of a line, and it will render as 4 spaces when you save the first
> time. However, go to the edit view and the spaces before the first word are
> removed in the edit window, and if you save again spaces are removed from
> the view as well permanently thereafter
> -- "Strange" behavior of the bullet points - if you don't have a blank
> bullet at the end of a block of bullet points, the last one is usually
> removed.
>
> Has anyone else had these issues, or perhaps have I got an odd setup? From
> What I can see, this is affecting mainly documents created prior to
> upgrading, however that's probably down to those being the documents users
> have used so far.
Yes Joe, I am seeing the same problems. They started when I upgraded to v1.4. It's a very serious problem for my users, almost all of whom use the WYSIWYG editor instead of the wiki editor.
Len
Important:
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you
are not the intended recipient, you hereby are notified that any viewing,
copying, disclosure or distribution of this information may be subject to
legal restriction or sanction. Please notify the sender, by electronic
mail or telephone, of any unintended recipients and delete the original
message without making any copies.
Been having some strange results with the editor, mostly raised by my users
(who're more used to the previous version of wysiwyg).. problems tend to
range from the following (bear in mind that the users involved are using
mainly the xwiki blog pages, updated to the correct version via the xar):
-- Lost chunks of text - usually related to the indent/bullet-point
feature. This is the most pressing issue..
-- "Strange" behavior of text - it puts a text box around random texts in
the edit page; making it hard to "group select" chunks of text
-- Loss of indentation, if indentation is used on paragraphs these are lost
when saving. It should be noted they are still there when you copy-paste
the text from the view layout.
-- Similar to indentation, loss of spacing - put 4 spaces before the first
word of a line, and it will render as 4 spaces when you save the first
time. However, go to the edit view and the spaces before the first word are
removed in the edit window, and if you save again spaces are removed from
the view as well permanently thereafter
-- "Strange" behavior of the bullet points - if you don't have a blank
bullet at the end of a block of bullet points, the last one is usually
removed.
Has anyone else had these issues, or perhaps have I got an odd setup? From
what I can see, this is affecting mainly documents created prior to
upgrading, however that's probably down to those being the documents users
have used so far.
Hi List,
if I understand correctly the current breadcrumb implementation shows
the hierarchy of a page, eg: with the following pages
Foo.Parent
Foo.Child
I'd get a trail on Foo.Child like this:
Foo: ParentF > ChildF
This is static information defined by the parent property of a page.
Is there a breadcrumb application that displays the way a user took
through our wiki?
Let's say we have
Bar.LinkToChild
Which links to Foo.Child. I'd like to have something similar to the
current breadcrumb trail that would display:
Bar: LinktToChild > Foo.ChildF
I know that people could use the back button to navigate back, but I
belief this would be a valuable extension to xwiki.
Regards
Stefan
Hi List,
I'd like to attach a couple of properties to a page, namely Roles and
Status Information.
Both are part of a workflow description, while Roles will be something
like Owner, Reviewer, Contributor, ... Status Information will most
likely be WIP, NeedReview, etc.
Is there an application already available doing this? If not are there
any plans on implementing something like this? And again if not can
someone please give me some pointers on how to implement something like
this.
Thanks in advance,
Stefan
My question was how do I implement your patch referenced at below link :)
http://jira.xwiki.org/jira/browse/XWIKI-2264?page=com.atlassian.jira.plugin.
system.issuetabpanels%3Acomment-tabpanel
Philip Wright
Reports Analyst
ACS: BPS
Office: 503-907-1501 ext 3714
Cell: 503-891-4920
Philip.wright(a)acs-inc.com
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Thomas Mortagne
Sent: Monday, June 16, 2008 11:51 AM
To: XWiki Users
Subject: Re: [xwiki-users] trying to use ldap auth
On Mon, Jun 16, 2008 at 8:30 PM, Wright, Philip <Philip.Wright(a)acs-inc.com>
wrote:
> I know I sound like a noob, which I am :) However how do I implement
this?
> Do I just copy the code into the authenticator code?
I don't understand. You speak about java code ?
Before writing any code you should start create a jira issue on
http://jira.xwiki.org explaining what is the problem, how to reproduce it.
After that if you can propose a way to fix it or even attach a patch, it's
even better ;)
>
>
>
>
> Philip Wright
>
> Reports Analyst
>
> ACS: BPS
>
>
>
> Office: 503-907-1501 ext 3714
>
> Cell: 503-891-4920
>
> Philip.wright(a)acs-inc.com
>
>
>
>
>
>
>
>
>
> Affiliated Computer Services, Inc
>
>
>
> Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
> Information This document (or any part thereof) may not be
> disseminated outside of ACS in either electronic or physical form
> without specific authorization of the office of the ACS Chief
> Information Security Officer. The information included in this
> document represents no commitment by ACS to any other party. The
> policies and standards described do not consider any country law or
> other directive outside of the United States.
>
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of Thomas Mortagne
> Sent: Monday, June 16, 2008 11:25 AM
> To: XWiki Users
> Subject: Re: [xwiki-users] trying to use ldap auth
>
> Hi,
>
> On Mon, Jun 16, 2008 at 8:24 PM, Thomas Mortagne
> <thomas.mortagne(a)xwiki.com>
> wrote:
>> On Mon, Jun 16, 2008 at 8:05 PM, Wright, Philip
>> <Philip.Wright(a)acs-inc.com> wrote:
>>> I am trying to use ldap auth. however I am running into a few
>>> challenges with its whitespace and "." handling.
>>>
>>> All my users cn contain a whitespace between the givenname and the
>>> sn All my users samaccountnames contain a "." between the givenname
>>> and the sn
>>>
>>>
>>> Is there a way to change xwiki's handling of whitespaces in an ldap
>>> login or its handling of ".". I would prefer if during the ldap
>>> import it would remove the whitespace in the cn so we could use that
>>> as
> our UID.
>>
>> LDAP authenticator now handle "." in login names that way. See
>> http://jira.xwiki.org/jira/browse/XWIKI-2264
>>
>> You should crea
>
> You should create a jira issue about space.
>
>>
>>>
>>>
>>>
>>> Philip Wright
>>>
>>> Reports Analyst
>>>
>>> ACS: BPS
>>>
>>>
>>>
>>> Office: 503-907-1501 ext 3714
>>>
>>> Cell: 503-891-4920
>>>
>>> Philip.wright(a)acs-inc.com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Affiliated Computer Services, Inc
>>>
>>>
>>>
>>> Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
>>> Information This document (or any part thereof) may not be
>>> disseminated outside of ACS in either electronic or physical form
>>> without specific authorization of the office of the ACS Chief
>>> Information Security Officer. The information included in this
>>> document represents no commitment by ACS to any other party. The
>>> policies and standards described do not consider any country law or
>>> other directive outside of the United States.
>>>
>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>>
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users