Hi,
How can I translate the Wysiwyg application into portuguese? I've noticed that there's the editor core resources file (Strings.properties) content on http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/ , but I cannot understand how I proceed with it with my running instance (where do I place it etc).
What should I do to enable this?
Regards,
Ramon Gomes Brandão
Hi,
"Simple/Advanced" mode definition
http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSimpleandAdv…
After discussing Action Menu Improvements part 2 (
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/ActionMenuProposal2)
we changed the position of "Access rights" from "Edit" submenu to
"Page"
submenu. Until now, changes done by "Advanced" mode were located only in
"Edit" submenu.
A. The question is: what other items do you think should go under
"Simple"/"Advanced" mode? Do we keep the same items? Do we add more? Do we
simplify?
B. Another idea is to change "Simple"/"Advanced" mode into
"User"/"Developer"/"Admin" in the structure we also have the documentation
written.
Obs1. The problem with menus is that they don't rely only on these modes,
but also on the rights the users has to do some actions (like edit, delete,
admin).
Obs2. The ideal way for this topic would be to let administrators decide
what goes into what mode, but even like that, we should still have some
standards values for the modes.
Thanks,
Caty
Hi,
I want to know how to access the *com.xpn.xwiki.api.Document* of the page
where a "*Rendering Macro*" is included. I created a macro using the
documentation at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial. The
problem is that when I try to access the *doc* object inside the Macro I am
getting the doc of the XWiki page where the Macro was defined. But I want
doc object of the XWiki page where the Macro is included. If you need more
details please let me know. I appreciate the help you can give me :).
Regards,
Abel
I am out of the office until 08/24/2010.
I am on holiday. If this is an emergency, please leave a message on my
cell phone or contact my manager, Kathy Kennedy. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 37,
Issue 25" sent on 8/19/10 5:40:01.
This is the only notification you will receive while this person is away.
Hi,
I would like that, when a user creates a new Page on a specific space, a pre-configured foot text is automatically put into the page content by default, in a way that the user cannot edit this foot text. How can I do that?
I'm using XE 2.4.
Regards,
Ramon Gomes Brandão
Hi,
Iam using xwiki 2.3.1 and trying to install xwatch on in.According to
instructions given in
http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstall…
i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
but when i try to build it using following commands
mvn clean install
or
mvn clean
its giving below mentioned error
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
-22.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] The project
com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
\SVN MAIN\Xwatch\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
for com.xp
n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
for com.
xpn.xwiki.platform:xwiki:22 due to Missing:
----------
1) com.xpn.xwiki.platform:xwiki:pom:22
----------
1 required artifact is missing.
for artifact:
com.xpn.xwiki.platform:xwiki:pom:22
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
delException
can you please correct me if i am doing anything wrong?
Thanks,
Simer
Hi,
Please provide a resolution on issue i had posted yesterday regarding
maven build of xwatch.
Thank,
Simerpreet Singh
users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Problem building code for xwatch with maven (Simerpreet Singh)
> 2. Re: ldap-integration / Active Directory / sAMAcountName
> (Dalluege, Pierre (extern))
> 3. Re: ldap-integration / Active Directory / sAMAcountName
> (Thomas Mortagne)
> 4. R: LightBox Macro does not work on XE 2.4 (Andrea Belli)
> 5. Re: R: LightBox Macro does not work on XE 2.4 (Thomas Mortagne)
> 6. question about Last modifications feed of a user watchlist
> (Andrea Belli)
> 7. R: R: user name with stressed characters is encoded as XML
> entity (Andrea Belli)
> 8. Re: R: R: user name with stressed characters is encoded as
> XML entity (Alex Busenius)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 16 Aug 2010 15:58:07 +0530
> From: Simerpreet Singh <simerpreet.singh(a)netsolutionsindia.com>
> Subject: [xwiki-users] Problem building code for xwatch with maven
> To: users(a)xwiki.org
> Message-ID: <4C6912B7.1050004(a)netsolutionsindia.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> Iam using xwiki 2.3.1 and trying to install xwatch on in.According to
> instructions given in
> http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstall…
>
> i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
> but when i try to build it using following commands
> mvn clean install
> or
> mvn clean
>
> its giving below mentioned error
>
>
>
> [INFO] Scanning for projects...
> Downloading:
> http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
> -22.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR] The project
> com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
> \SVN MAIN\Xwatch\pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
> for com.xp
> n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
> for com.
> xpn.xwiki.platform:xwiki:22 due to Missing:
> ----------
> 1) com.xpn.xwiki.platform:xwiki:pom:22
> ----------
> 1 required artifact is missing.
>
> for artifact:
> com.xpn.xwiki.platform:xwiki:pom:22
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e swit
> ch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please rea
> d the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
> gException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
> delException
>
>
>
> can you please correct me if i am doing anything wrong?
>
>
> Thanks,
> Simer
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 16 Aug 2010 15:55:33 +0200
> From: "Dalluege, Pierre (extern)" <p.dalluege(a)external.telekom.de>
> Subject: Re: [xwiki-users] ldap-integration / Active Directory /
> sAMAcountName
> To: 'XWiki Users' <users(a)xwiki.org>
> Message-ID:
> <4A19AB2A76A6CE4294AB09E23491ED1AF17EA1B7(a)QEO40075.de.t-online.corp>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Tom,
>
> I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
>
> Best regards
>
> Pierre
>
> -----Original Message-----
> From: Thomas Mortagne [mailto:thomas.mortagne@xwiki.com]
> Sent: Monday, August 16, 2010 8:49 AM
> To: XWiki Users
> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
>
> Hi,
>
> Did you looked at
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
> ? This should work very well for Active Directory most of the time AFAIK.
>
> On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <p.dalluege(a)external.telekom.de> wrote:
>
>> Hello xwiki users,
>>
>> I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
>>
>> Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
>>
>> Is there anyone to help? At least any ideas?
>>
>> Thanks a lot in advance, best regards
>>
>> Pierre
>> _______________________________________________
>> 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
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 16 Aug 2010 16:51:17 +0200
> From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Subject: Re: [xwiki-users] ldap-integration / Active Directory /
> sAMAcountName
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <AANLkTimX+YrsNB+aXyREez7XHn=7dhzYzkhbTu7mFbiM(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Mon, Aug 16, 2010 at 15:55, Dalluege, Pierre (extern)
> <p.dalluege(a)external.telekom.de> wrote:
>
>> Hi Tom,
>>
>> I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
>>
>
> Yep that's it, dot is not yet fully supported in pages names (but will
> soon I hope, it's actually fully supported in database and deepest
> core but lost of applications needed to be modified to properly
> support anything in pages names) so LDAP authenticator "clean" the
> user id.
>
>
>> Best regards
>>
>> Pierre
>>
>> -----Original Message-----
>> From: Thomas Mortagne [mailto:thomas.mortagne@xwiki.com]
>> Sent: Monday, August 16, 2010 8:49 AM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
>>
>> Hi,
>>
>> Did you looked at
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
>> ? This should work very well for Active Directory most of the time AFAIK.
>>
>> On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <p.dalluege(a)external.telekom.de> wrote:
>>
>>> Hello xwiki users,
>>>
>>> I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
>>>
>>> Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
>>>
>>> Is there anyone to help? At least any ideas?
>>>
>>> Thanks a lot in advance, best regards
>>>
>>> Pierre
>>> _______________________________________________
>>> 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
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>
>
>
>