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