Hi Everyone,
I would need a time tracking application. The objective is to have an
application to log how much time is spend on project X for person Y.
Does that kind of application already exist, or even a draft that should be
completed ?
Thanks
--
Thibaut Camberlin
>> Sure, you need to register on http://myxwiki.org and indicate your
>> user name for us to create you a wiki.
Oops. Thought I included that in the original message. The username I
created is tjyoung.
Thanks!
On Tue, Jan 5, 2010 at 6:00 AM, <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. Re: mobilecoder new wiki request (Thomas Mortagne)
> 2. Plugin for Editor (maurizio1230)
> 3. Re: Bunch of questions related to search (Milind Kamble)
> 4. Xwiki 2.1 custom style guidlines (Valdis V?toli??)
> 5. Re: Virtual wiki doesn't work (Paolo Rizzi)
> 6. Restful api Object Update problem (Radek Rekas)
> 7. # in place of UTF characters for PDF export (Valdis V?toli??)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 4 Jan 2010 13:13:53 +0100
> From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Subject: Re: [xwiki-users] mobilecoder new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <a8e97d9c1001040413n2b9f9476r527feefa48a40600(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Mon, Jan 4, 2010 at 02:08, T.J. Young <tjy.young(a)gmail.com> wrote:
> > Hi,
> >
> > Was wondering if/how I could create my own wiki hosted on the myxwiki
> > network? I'm looking at creating a new developer portal/resource site for
> > mobile application developers. Mostly text content, articles, code
> samples
> > etc. I've looked at other services like Ning and Blogger but they are
> pretty
> > limited. If it works out, I'll likely look into hosting it properly.
>
> Sure, you need to register on http://myxwiki.org and indicate your
> user name for us to create you a wiki.
>
> >
> > Thanks!
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 4 Jan 2010 04:37:32 -0800 (PST)
> From: maurizio1230 <maurizio_amodei(a)alice.it>
> Subject: [xwiki-users] Plugin for Editor
> To: users(a)xwiki.org
> Message-ID: <1262608652569-4249689.post(a)n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi all,
>
> I need to develop a plugin for xwiki's editor but I need more info about
> this "New WYSIWYG editor based on GWT". Unfortunately TinyMCE editor is
> very
> popular and there is a plugin already available.
>
> This is the plugin I'd like to integrate:
> http://www.wiris.com/documents/plugin-generic.html WIRIS GENERIC PLUGIN .
>
> As I've just read on
>
> http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt#HIssu…
> New WYSIWYG editor based on GWT , you are looking for a faster and easier
> (to integrate in next xwiki version) editor.
> What about FCKEditor http://ckeditor.com/download ?
>
> GWT supports LaTeX syntax in "Macro Formula" but it's not sufficient.
>
> Thank you very much
> --
> View this message in context:
> http://n2.nabble.com/Plugin-for-Editor-tp4249689p4249689.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 4 Jan 2010 13:15:45 -0800 (PST)
> From: Milind Kamble <mbkads(a)yahoo.com>
> Subject: Re: [xwiki-users] Bunch of questions related to search
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <949389.46500.qm(a)web43133.mail.sp1.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> Wishing all XWiki users and developers a very happy new year.
>
>
>
> ----- Original Message ----
> > From: Guillaume Lerouge <guillaume(a)xwiki.com>
> > To: XWiki Users <users(a)xwiki.org>
> > Sent: Fri, December 18, 2009 3:10:47 AM
> > Subject: Re: [xwiki-users] Bunch of questions related to search
> >
> > Hi Milind,
> >
> > On Fri, Dec 18, 2009 at 9:18 AM, Vincent Massol wrote:
> >
> > > Hi there,
> > >
> > > On Dec 17, 2009, at 11:08 PM, Milind Kamble wrote:
> > >
> > > > I have a few questions related to XWiki's builtin search as well as
> > > > Lucene search:
> > > > 1. In Lucene search, what is the query syntax to search for page
> > > > name with wild card. For example , if I try '*Page2' (without
> > > > quotes), there is no hit even on Sandbox.TestPage2. This is almost a
> > > > very basic user expectation : if the user only remembers partial
> > > > name of a page of interest, it should be possible to locate the page
> > > > via the search bar using wildcards. The builtin WebSearch supports
> > > > this functionality. I prefer to use Lucene as the default search
> > > > engine (modified global.vm in skins/colibri) because of the ability
> > > > to search in attachments.
> > >
> > > See
> http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication
> > > which also references this page:
> > >
> > >
> >
> http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSe…
> > >
> > > Thanks
> > > -Vincent
> > >
> > > > 2. Is there any syntax to specify match for an attachment name --
> > > > either in the builtin or in Lucene engine? Say for example, search
> > > > for an attachment '*logo*.png' at any page in any space. I
> > > > understand that this can be achieved via scripting, but it would be
> > > > great if search box provided this feature.
> > > > 3. Does either search engine support search for form field values? I
> > > > am a newbie to XWiki (coming from Foswiki) and therefore am still
> > > > learning the concept of associating forms to pages in XWiki. From an
> > > > end user perspective, if pages can have forms, there should be a way
> > > > to search pages based on value of form field(s).
> > >
> >
> > I'd be interested in finding out more about what made you switch from
> > Foswiki to XWiki. I'd also be happy to know whether there are some
> features
> > that you liked in Foswiki but cannot find in XWiki yet.
> >
> > Thanks in advance for your feedback,
> >
> > Guillaume
> >
> >
> Guillaume,
> I was attracted by the feature/capabilities advertised for XE. I was
> supporting a small user base earlier and TWiki/Foswiki was satisfactory from
> a performance and customization stand point. But now I am tasked to deploy a
> wiki for a much larger user base (~ 1000-2000 to begin with and likely to
> grow) and to host documentation/processes for multiple projects. I was not
> too confident about Foswiki's scalability -- because of use of flat
> directory structure and simple RCS based version control. XWiki's use of
> database for backend storage and use of cutting edge web technologies made
> me believe it had the capability to scale for our needs. The possibility of
> virtual wikis and clustering were especially attractive. The ability to
> search through attachments (using Lucene) and the programmabliity offered
> via Velocity and Groovy makes XWiki much more powerful than the plugin
> functionality of Foswiki. Foswiki's template system doesn't seem to be an
> elegant
> foundation -- it is quite confusing to specify the correct syntax for
> quote marks. The support for forms is also inelegant because the form fields
> are stored as meta fields in the page content which limits the data types
> that one can store in forms. I think xwiki doesn't have that limitation.
>
> To point out the shortcomings of XWiki: the learning curve to deploy and
> gain admin knowledge for XWiki seems much steeper than I anticipated. More
> detailed documentation can certainly help, but I also understand that this
> should be a collective effort. Some of the features from Foswiki that I
> would earnestly request to be supported in Xwiki are:
> 1. Provide ability for end users to easily view access controls at page,
> space and wiki levels and browse groups. Presently only admingroup users can
> view access controls and groups. And the irritating behavior is that
> bin/view/XWiki/XWikiPreferences gets redirected to
> bin/admin/XWiki/XWikiPreferences.
> 2. A vacation planner or vacation view application where users can specify
> their vacation or remote-working plans in their individual home pages and
> the ability to view the status of any individual or arbitrary group of
> individuals. This is highly desired by the managers at my work place. I
> think this request appears in the list of requested features, but I haven't
> seen any timeline when this will be available.
> 3. Ability to generate an access control report for any page. The corporate
> IT security team requires such a report for audit purposes.
>
> I'll let you know more as I go through the learning process :)
>
> Thanks,
> Milind
> > > >
> > > > Thanks,
> > > > Milind
> > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> >
> >
> >
> > --
> > Guillaume Lerouge
> > Product Manager - XWiki SAS
> > Skype: wikibc
> > Twitter: glerouge
> > http://guillaumelerouge.com/
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 04 Jan 2010 23:53:22 +0200
> From: Valdis V?toli?? <valdis.vitolins(a)odo.lv>
> Subject: [xwiki-users] Xwiki 2.1 custom style guidlines
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <1262642002.2636.26.camel(a)inks.odo.lv>
> Content-Type: text/plain; charset="UTF-8"
>
> Xwiki 2.1 style management is in intermediate state between standalone
> css file and online editor.
> Though currently many style editing possibilities have been
> dropped/trivialized in comparison to 1.8.
> Question is: what is the best approach to add necessary additional style
> elements?
>
> Thanks!
> Valdis
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 05 Jan 2010 00:26:26 +0100
> From: Paolo Rizzi <web(a)oicom.com>
> Subject: Re: [xwiki-users] Virtual wiki doesn't work
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4B427922.3060603(a)oicom.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Sorry for this late response, but this year I observed a period of
> strict vacation... :-)
> Unfortunately it doesn't work.
> I had already created a XWiki.XWikiServerXWiki page, so that didn't
> make the trick.
>
> What I write into the "server" property is actually used by the engine,
> because it doesn't redirect to xwiki.virtual.redirect
> if I direct my browser to the domain I used there, so it actually find
> the page. But it ignores the database name.
> Whatever XXX I use for XWiki.XWikiServerXXX it always use the default
> xwiki database.
>
> The version displayed at bottom of pages is "XWiki Enterprise 2.0.1.24472".
> I downloaded the "all-in-one" version with Jetty and HSQL, and then
> configured it to use PostgreSQL
> and then tried the virtual stuff. Maybe I missed some important step
> somewhere...
>
> Anyway thank you very much for your help, and don't worry about me, I'm
> just experimenting,
> so it's not important if it doesn't work... But probably you'd like to
> discover why, to help others.
> If I manage to make any progress I'll post it, and if anyone has a
> suggestion, it's more than welcome!!!
>
> Bye
> Paolo
>
> > Hello Paolo,
> > I know that virtual wikis can be run on postgres because I have done it.
> > I changed the howto to reflect that it could be done (Devs should I make
> it
> > clear that this feature is unsupported?)
> >
> > I have repeated your problem and it happens when I have only
> > XWiki.XWikiServerSub1
> > and not
> > XWiki.XWikiServerXWiki
> >
> > XWiki.XWikiServerXWiki should have the following attributes:
> > server: xwiki
> > owner: XWiki.Admin
> >
> > I think this will fix it for you, If it works the sub1 section should
> have no
> > information in it (like when you first installed.)
> >
> > Let me know how this goes, If this was the problem I will modify the page
> to list
> > it as a common "got-ya".
> >
> >
> > Caleb James DeLisle
> >
> >
> >
> >
> >
> > Paolo Rizzi wrote:
> >
> >> But reading the Virtualization guide I was under the impression that
> >> PostgreSQL is not supported
> >> only by XEM, in fact the guide says virtual mode can only be setup "By
> >> hand".
> >> So I didn't used XEM, I created the database and all the XWikiServerXXX
> >> stuff myself.
> >> Insted you mean it doesn't work at all???
> >> That would be a pity, but I was just testing anyway...
> >> But in this case the Virtualization guide should be updated to state it
> >> explicitely.
> >> Anyway XWiki seems a great product and I'll carry on testing it in any
> >> case!!!
> >> Thank you.
> >>
> >> Bye
> >> Paolo
> >>
> >>
> >>> On Thu, Dec 24, 2009 at 16:59, Paolo Rizzi <web(a)oicom.com> wrote:
> >>>
> >>>
> >>>> I'm trying to setup a virtual sub-wiki following instructions from:
> >>>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Virtualization
> >>>>
> >>>> Since I'm using PostgreSQL I followed the "By hand" method.
> >>>> One of the sub-wiki is called sub1, so I created a new database sub1
> >>>> giving PostgreSQL user xwiki all privileges upon it.
> >>>> I then created a new page XWiki.XWikiServerSub1, attached a
> >>>> XWikiServerClass object to it specifying server=sub1.mydomain.com
> >>>>
> >>>> Now the server part seems to be working, because if I point my browser
> >>>> to sub1.mydomain.com:8080/... I see XWiki pages, while if I point it
> to
> >>>> anythingelse.mydomain.com:8080/... I see the page pointed to by
> >>>> xwiki.virtual.redirect.
> >>>>
> >>>> Problem is the database for the sub-wiki is never used!!!
> >>>> The main wiki "xwiki" database is used regardless of the name
> >>>> of the XWiki.XWikiServerSub1 page!!!
> >>>>
> >>>> What could be wrong???
> >>>> The XWiki.XWikiServerSub1 has to be orphan
> >>>> or _must_ it have some specific parent???
> >>>>
> >>>> Thank you all in advance for your help!!!
> >>>>
> >>>>
> >>> PostgreSQL is not supported in virtual mode. See
> >>> http://jira.xwiki.org/jira/browse/XWIKI-1960
> >>>
> >>>
> >>>
> >>>> Bye
> >>>> Paolo
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> 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
> >>
> >>
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 5 Jan 2010 14:44:27 +1100
> From: Radek Rekas <Radek.Rekas(a)evalua.com.au>
> Subject: [xwiki-users] Restful api Object Update problem
> To: users(a)xwiki.org
> Message-ID:
> <1229268517.17941262663067012.JavaMail.root(a)keitaro.evalua.com.au>
> Content-Type: text/plain; charset="us-ascii"
>
> When updating an xwiki class object through the restful api the changes to
> the object do not seem to appear anywhere apart from when you view the
> object properties using the restful api. It seems as though the restful api
> is using a different copy of the object to the rest of xwiki.
>
> I have uploaded an image that helps explain this problem
> http://imgur.com/Gk5yg.jpg
>
> The top window shows the "successful_suppliers" field as seen through the
> restful api, where as the bottom two are the same object as seen through
> xwiki eclipse and through the object editor.
>
> The object is firstly created using the restful api and appears correctly
> in xwiki, it is only after updating the object that the inconsistencies
> appear.
>
> I have double checked and made sure that there is only one page and one
> object in the space with that name and so it would appear that I am viewing
> the same object but having different property values appear for it through
> the restful api than the rest of xwiki.
>
> Is this a known problem? Is there anything that I should be doing after
> updating an object using the restful api to sync it with the rest of xwiki?
>
> Thanks in advance,
>
>
> Radek Rekas
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 05 Jan 2010 11:24:56 +0200
> From: Valdis V?toli?? <valdis.vitolins(a)odo.lv>
> Subject: [xwiki-users] # in place of UTF characters for PDF export
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <1262683496.2636.31.camel(a)inks.odo.lv>
> Content-Type: text/plain; charset="utf-8"
>
> Can anybody say what is problem that PDF export still (xwiki 2.2.1)
> shows # for UTF characters (e.g. for Latvian ?????????????).
> See attached PDF.
>
> Valdis
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 30, Issue 9
> ************************************
>
Can anybody say what is problem that PDF export still (xwiki 2.2.1)
shows # for UTF characters (e.g. for Latvian āčēģīķļņōŗšūž).
See attached PDF.
Valdis
When updating an xwiki class object through the restful api the changes to the object do not seem to appear anywhere apart from when you view the object properties using the restful api. It seems as though the restful api is using a different copy of the object to the rest of xwiki.
I have uploaded an image that helps explain this problem http://imgur.com/Gk5yg.jpg
The top window shows the "successful_suppliers" field as seen through the restful api, where as the bottom two are the same object as seen through xwiki eclipse and through the object editor.
The object is firstly created using the restful api and appears correctly in xwiki, it is only after updating the object that the inconsistencies appear.
I have double checked and made sure that there is only one page and one object in the space with that name and so it would appear that I am viewing the same object but having different property values appear for it through the restful api than the rest of xwiki.
Is this a known problem? Is there anything that I should be doing after updating an object using the restful api to sync it with the rest of xwiki?
Thanks in advance,
Radek Rekas
Xwiki 2.1 style management is in intermediate state between standalone
css file and online editor.
Though currently many style editing possibilities have been
dropped/trivialized in comparison to 1.8.
Question is: what is the best approach to add necessary additional style
elements?
Thanks!
Valdis
Hi,
Was wondering if/how I could create my own wiki hosted on the myxwiki
network? I'm looking at creating a new developer portal/resource site for
mobile application developers. Mostly text content, articles, code samples
etc. I've looked at other services like Ning and Blogger but they are pretty
limited. If it works out, I'll likely look into hosting it properly.
Thanks!
We have started Congo JUG 10 months ego and we are looking for a solid platform to build our Web site for the ongoing activities.
User name : bonbhel
Server name : CongoJUG
Thanks,
Jean-François Bonbhel
Congo JUG Coordinator
www.bonbhel.com
Is there a way to set the font for the entire document that is to be
exported? I've tried setting body { font-family: Arial; } which causes
the error:
org.apache.fop.fo.ValidationException:
"{http://www.w3.org/1999/XSL/Format}block" is not a valid child of
"fo:root"! (See position 5:27)
at
org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38)
at
org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:54)
at
org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:152)
BTW, I am working on the patch to have the DatabaseList accept XWQL as
the query ...
Regards,
Nigel
Using XE 2.1.1
Hi all,
I follow this guide http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
but I get this on my Tomcat WebApplicationManager: "Message: FAIL -
Application at context path /xwiki could not be started"
I am using Debian Lenny 5 and Tomcat 5.5.
I installed log4j. I see only this in /var/log/tomcat5.5/tomcat.log:
-----------------------------------------------------------------------------
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] redeploy
resource /var/lib/tomcat5.5/webapps/xwiki
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] redeploy
resource /var/lib/tomcat5.5/webapps/xwiki/META-INF/context.xml
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] reload
resource /var/lib/tomcat5.5/conf/context.xml
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] reload
resource /var/lib/tomcat5.5/webapps/xwiki/WEB-INF/web.xml
----------------------------------------------------------------------------
How can i start this application?
If you need more information, tell me.
Thank you very much
--
View this message in context: http://n2.nabble.com/Message-FAIL-Application-at-context-path-xwiki-could-n…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm migrating a xwiki from 1.7 to 2.1.1
I've started with a fresh system and have imported the Lucene search pages from the XAR export of 1.7
The statement:
#if($lucene)
#set($searchresults = $lucene.getSearchResults("${query} $!{reqspace}", $wikinames, $languages, $xwiki))
...
#else
#error("Lucene plugin not found. Make sure it's defined in your xwiki.cfg file.")
#end
seems to deliver a empty $searchresults
while the parameters are exactly the same as on the 1.7 instance with exception of the last
${query} = reflux (my search text)
$!reqspace = AND web:CdlsatdPublic
$wikinames = xwiki
$languages = default, en, de
$xwiki = com.xpn.xwiki.api.XWiki@15dd813
The conclusion the $searchresults is empty is coming from the fact that the code does not enter the foreach
#foreach($objFrmLst in $results)
....
#end
the if(lucene) test seems to exclude that lucene is not working?
Help on this is greatly appreciated
The documentation seems to indicate that bindings normally available in
Velocity like $context should be available in other scripting languages, but
accessing 'context' in Python (e.g. if context.action == 'inline':) always
gives me problems. Any help?
Thanks,
Josh
Hi!
Given a username, how do I know if a user with that username is already
registered? Is there a way to check, say isUserRegistered(username) or
User.isUserRegistered()?
Thank you very much.
-Allen
By the way, HAPPY NEW YEAR!
I've migrated a application from xwiki 1.7 to xwiki 2.1.1
The process i've executed is started with a clean distribution of xwiki2.0
If configured the wiki to multi language and that registration is required
Use of email verificatiion to "Yes"
Check Active fields for authentication to "Yes"
I've manually copied the scripts of welcome and confirmation to the
Validation e-mail content and Confirmation e-mail content
After that i've exported the wiki and importing the XAR; making sure I did not overwrite any document in XWiki space.
Testing the registration gives the following result (we use gmail as SMTP service)
User registers and receives the request for validation; result OK
User clicks on the link to activate the account
The website shows up OK
but the validation fails with message;
"There was a problem validationg your account, please contact a administrator"
The link in the email is the following;
http://cdlsworld.devxwiki.com/xwiki/bin/view/XWiki/AccountValidation?validk…
Since i'm hosting the site at XWIKI.com i have no access to the file system to check if the key is as expected from xwiki.cfg file
How to solve; help greatly appreciated
Gerritjan
Hello,
I've XWiki 2.0rc2 instance and I want to update to 2.0.5 version.
I find empty FAQ here:
http://www.xwiki.org/xwiki/bin/view/FAQ/WhoCanIUpdateXWIKIFromAnOlderVersion
I'd like to update it on myself experience.
But before I've one question at the end of my email on xar import.
1st/ re-deploy war (easy part)
By chance we didn't update any files excepted xwiki.cfg and hibernate.cfg.xml.
So I did the following:
- zip current webapp/xwiki folder
- remove webapp/xwiki folder
- deploy xwiki-enterprise-web-2.0.5.war in webapp/xwiki
- report my old xwiki.cfg and hibernate.cfg.xml configuration to the new one
2nd/ import xar (difficulties start here)
First, I import the full xar without any question: whao, everything is broken.
Do not forget to backup your database before upgrade!
After restoration, I decide to write a small script based on curl to
export same xar as the one I want to import:
#!/bin/bash
XWIKI_BASE_URL=http://localhost:8080
if [[ $# -ne 2 ]]; then
echo usage $0 login password
exit 1
fi
EXPORT_XAR="?format=xar&name=Current"
for page in `jar tvf xwiki-enterprise-wiki-2.0.5.xar | sed -ne
"/\/.*xml/{s/.*\s\(\S\+\)\/\(\S\+\).xml/\1.\2/ p}"`; do
EXPORT_XAR="${EXPORT_XAR}&pages=${page}"
done
curl -b cookies.txt -c cookies.txt
-d"j_username=$1&j_password=$2&j_rememberme=true&submit=Log-in"
${XWIKI_BASE_URL}/xwiki/bin/loginsubmit/XWiki/XWikiLogin
curl -b cookies.txt -c cookies.txt
${XWIKI_BASE_URL}/xwiki/bin/export/Main/WebHome${EXPORT_XAR} -o
Current.xar
Whatever I used the best diff tool (Beyond Compare IMHO), it is not so
easy to check if difference are good or not: I need other way.
Thanks to RESTful API, I write a second script which check page
version: version 1.1 was never updated from previous xar version:
#!/bin/bash
XWIKI_BASE_URL=http://localhost:8080
for page in `jar tvf xwiki-enterprise-wiki-2.0.5.xar | sed -ne
"/\/.*xml/{s/.*\s\(\S\+\)\/\(\S\+\).xml/\1\/pages\/\2/ p}"`; do
version=`curl -s -b cookies.txt -c cookies.txt
${XWIKI_BASE_URL}/xwiki/rest/wikis/xwiki/spaces/$page | sed -ne
"/version/{s/.*version>\(.*\)<\/version.*/\1/ p}"`
if [[ $version != "1.1" ]]; then
echo $page $version UPDATED
fi
done
Cool, only 8 updated pages:
Main/pages/WebHome 144.1 UPDATED
XWiki/pages/XWikiUserSheet 4.1 UPDATED
XWiki/pages/XWikiAdminGroup 4.2 UPDATED
XWiki/pages/XWikiPreferences 78.1 UPDATED
XWiki/pages/LiveTableResults 2.1 UPDATED
XWiki/pages/XWikiAllGroup 34.1 UPDATED
XWiki/pages/WebPreferences 3.2 UPDATED
XWiki/pages/LiveTableResultsMacros 2.1 UPDATED
All other pages can be updated without any check :-D
6 pages of 8 should be not updated:
- Main.WebHome: it is our own main page
- XWiki.AdminGroup and XWikiAllGroup: list Admin users and users
- XWiki.XWikiUserSheet, we apply a patch to display user
contribution: not updated
- XWiki.LiveTableResults and XWiki.LiveTableResultsMacros, I check
with my diff tool: there is a tag object inside.should not updated it.
But I block on XWiki.XWikiPreferences and XWiki.WebPreferences.
I want our own preferences, I should not update
But new preferences may be added
My diff tool find them too different.
Could I keep my old preferences or do I have to merge?
Regards,
Arnaud.
For some reason, I chose db-names for my virtual hosts that were
descriptive, but ugly and not meant to be seen in the UI.
Unfortunately, in Xwiki Enterprise 2.X, the new colibri skin exposes this
name e.g. "host_xe_foo_dot_com" on the left-hand-side top-menu.
As a quick hack to suppress this new feature, I cloned "colibri" into a new
skin "exlibri" (runner up names: NorwegianBlue and DeadParrot :-) ) and
changed colibri.css
ROOT-golem-85-.../java/xe-210> diff -c skins/exlibri/colibri.css.~1~
skins/exlibri/colibri.css
*** skins/exlibri/colibri.css.~1~ 2009-12-08 17:37:58.000000000 -0800
--- skins/exlibri/colibri.css 2009-12-31 13:55:51.082007773 -0800
***************
*** 916,921 ****
--- 916,926 ----
text-transform: uppercase;
}
+ /* NPM: get rid of annoying ServerHost name, leaving all other top-menus
the same */
+ div#tmWiki a.tme strong {
+ display: none;
+ }
+
.actionmenu .hasIcon a.tme {
padding-left: 20px;
}
Niels
http://nielsmayer.com
Hi everybody,
I've a problem with Xeclipse Plugin (xwiki-eclipse-feature-1.2-rc-1).
The connection to xwiki is OK
If I do a refresh in the navigator, the list of spaces appears, but no pages
inside.
For each space I've this error :
Cannot find navigator content extension (using triggerPoints) for object
"org.xwiki.eclipse.core.model.XWikiEclipseSpaceSummary@1d501c5c" parent
path: "org.xwiki.eclipse.core.DataManager@1c10945d". Check that you have an
expression for this object in a navigatorContent triggerPoints or
enablement.
I'm on Mac OS X 10.6.2 and Eclipse Galileo.
Any idea ?
Thanks,
Emmanuel
--
View this message in context: http://n2.nabble.com/Xeclipse-plugin-the-Eclipse-Navigator-don-t-show-the-p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I notice that when you import a XAR file with 'users' these users are not automatically added to XWikiAllGroup?
Is this by design, and if so how do you restore them as members of this group (have > 100 users)
Is there a script or macro to add users to a group?
Gerritjan
Hello experts,
I and stats to some page,the code is as following:
#if($xwiki.statsService.enabled)
{{include document="Stats.Document"/}}
#end
it works,but when I log out, there is error message :
Caused by: org.xwiki.rendering.macro.MacroExecutionException: Current
user doesn't have view rights on document [Stats.Document]
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:139)
So how can I add rights permission code?
Thansk & Best Regards
Tom
Hi,
Is there a reference document describing the default classes of xwiki
I'm specifically interested in XWiki.XWikiUsers.
In the version we have developped in (1.6) i see a property (or class attribute) Country
In the new version 2.1.1 I do not see that property (or attribute)
Is this because our developer has customized the class in 1.6
or does the class editor not show all the properties of the class in 2.1.1 ?
Gerritjan
Hello,
How do we launch openoffice server please ??
Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu sch�tzen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
They are not using XWiki... yet!
Cheers,
Ricardo
-------- Original Message --------
Subject: [Obo-discuss] CFP: The Future of the Web for Collaborative
Science (FWCS 2010) at WWW'10
Date: Fri, 11 Dec 2009 16:10:54 +0000
From: Jun Zhao <jun.zhao(a)zoo.ox.ac.uk>
Reply-To: obo-discuss(a)lists.sourceforge.net
To: undisclosed-recipients:;
[apologies for cross-posting]
=================================================================================================
CALL FOR PAPERS - International Workshop on The Future of the Web for
Collaborative Science 2010
=================================================================================================
The First International Workshop on The Future of the Web for
Collaborative Science (http://esw.w3.org/topic/HCLS/WWW2010/Workshop),
co-located with WWW'10, April 27 or 28 2010, Raleigh, NC, USA
---------------------------------------------------
INTRODUCTION
The Web was originally invented with the physics community in mind, but
rapidly expanded to include other scientific disciplines, in particular
the health care and life sciences. By the mid 1990s the Web was already
being used to share data by biomedical professionals and
bioinformaticians. The Web continues to be immensely important to these
fields, however use cases have expanded considerably. Researchers are
now looking to share extremely large data sets on the Web, extract
insights from vast numbers of papers cross sub-disciplines, and use
social networking tools to aggregate data and engage in scientific
discussion. Furthermore, individuals are beginning to store their
medical records online, and some are sharing their genetic makeup in a
bid to find others with a similar profile. These use cases are pushing
the boundaries of what is currently possible with the Web. This half-day
workshop will present how scientists are currently using the Web, and
discuss the functionality that is required to make the Web an ideal
platform for both cutting edge scientific collaboration and for managing
health care related data.
The goals of this workshop are the following:
* Foster innovation in applying the latest web technologies to
collaborative HCLS
* Explore HCLS specific requirements for collaborating on the web, e.g.
trust, privacy, intellectual property, knowledge management, and the
scale and diversity of data
* Learn about the latest developments in data modeling, tools and
technologies for web-based collaborative science
* Bridge communication and knowledge transfer between the HCLS and web
communities
---------------------------------------------------
TOPICS FOR PAPER SUBMISSION
We would encourage submission of papers covering the following topics:
* Web 2.0 applications for large, heterogeneous and complex data sets
* Models for collaborative scientific annotations
* Tools and applications for aggregating information across web sites
* Provenance, attribution, trust, and intellectual property
* Policy for data access, sharing, and anonymization
We seek three kinds of submissions:
* Full technical papers: up to 10 pages
* Short technical and position papers: up to 5 pages
* Demo description: up to 2 pages
---------------------------------------------------
SUBMISSIONS
Submitted papers will be refereed by at least three members the Program
Committee. Accepted papers will be published on the workshop web site.
All submissions must be formatted using the WWW2010 templates
(http://www2010.org/www/authors/submissions/formatting-guidelines/). The
address for the online submission system will be published shortly.
---------------------------------------------------
IMPORTANT DATES:
* Submission deadline- February 15, 2010
* Notification of acceptance - March 8, 2010
* Camera-ready version - March 22, 2010
* Workshop date - April 27 or 28, 2010
---------------------------------------------------
Workshop Chairs
Jun Zhao, Oxford University
Kei Cheung, Yale University
M. Scott Marshall, Leiden University Medical Center / University of
Amsterdam
Eric Prud'hommeaux, W3C
Susie Stephens, Johnson & Johnson Pharmaceutical Research & Development
---------------------------------------------------
Programme Committee
* Christopher Baker, University of New Brunswick
* John Breslin, GUI Galway
* Simon Buckingham Shum, Open University
* Annamaria Carusi, Oxford University
* Helen Chen, Agfa Healthcare
* Paolo Ciccarese, Harvard University
* Tim Clark, Harvard Medical School
* Anita de Waard, Elsevier
* Michel Dumontier, Carleton University
* Lee Feigenbaum, Cambridge Semantics
* Timo Hannay, Nature
* William Hayes, BiogenIdec
* Ivan Herman, W3C
* Vipul Kashyap, Cigna
* Nikesh Kotecha, Stanford University
* Phil Lord, University of Newcastle
* Robin McEntire, Merck
* Parsa Mirhaji, University of Texas
* Mark Musen, Stanford University
* Vit Novacek, DERI
* Alex Passant, DERI
* Elgar Pichler, AstraZeneca
* Rosalind Reid, Harvard University
* Patrick Ruch, University of Applied Sciences Geneva
* Daniel Rubin, Stanford
* Matthias Samwald, DERI, Ireland // Konrad Lorenz Institute for
Evolution and Cognition Research, Austria
* Susanna Sansone, EBI
* Nigam Shah, Stanford University
* Amit Sheth, Wright State University
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Obo-discuss mailing list
Obo-discuss(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/obo-discuss
Hi all,
I am sorry bothering you, however I am not able to get the task manager application up and running in a wiki farm:
- Installing it in the local wiki fails because of security issues (velocity errors).
- Installing it in the central wiki fails because the pages, like "new task" are not available in the local wiki
... May I kindly ask for any hint?
Thanks a lot
mb
Hi Devs & Users,
With the new refactoring of officeimporter module, it's possible to
implement a generic office document converter on top of
xwiki-officeimporter. By a "document converter" I meant an xwiki application
where you can upload a .doc file and get it converted to a .pdf, .odt etc.
Supported formats will be those mentioned in
http://artofsolving.com/opensource/jodconverter/guide/supportedformats and
few more Office2007 formats.
Would this application be a good addition to XWiki?
Thanks.
- Asiri
PS: It would take about 2-3 days to fully implement and test the
application.
Hi,
I asked Vincent if there was a security how-to / checklist page in the xwiki
user guide and as such this does not yet exist.
As security is such an important issue for public-facing sites, coupled with
the fact that in order to help those who have to ensure they can carry out
necessary due diligence on security before they are allowed to adopt
solutions such as Xwiki, I'd like to request the help of the community to
gather knowledge and best practices together.
This thread is a request to gather information from experts and users alike
to then create pages in the user guide that provide security guidance for
administrators of public-facing Xwiki deployments... where applicable we
could link to security how-tos for Xwiki dependencies such as web
application servers rather than duplicate well known information, feel free
to share links you would recommend, please.
Some of the questions I'm interested in are...
* how-to 'harden' a xwiki site
** such as the correct access permissions for each file / folder object and
permission lifecycle
* what other dependencies should we ensure we have 'hardenend'
** such as Tomcat, Jetty, the DBs etc... and 'links to' or 'sub-pages in the
wiki' on the essential tasks to carry out
* ensuring the prevention of common attacks such as cross-site scripting and
sql-injection
** is there a test suite we could use or introduce, such as Ronin written in
Ruby, that would help us test that both xwiki and community plugins meet
security standards we aim to achieve?
There are various groups that focus on aspects of security we can study for
guidance such as:
http://www.owasp.orghttp://www.cloudsecurityalliance.org/guidance/
Please feel free to suggest others you feel offer professional and
insightful guidance.
Also, perhaps of interest is an example of a good working security team, I
tip my hat to the Drupal security team who do an excellent job and here's an
interesting post on that subject from the founder of Drupal:
http://buytaert.net/drupal-security-team-past-current-and-future
Thanks for reading and I sincerely hope this is of interest to the wider
community of Xwiki and helps to gain further adoption and success for the
Xwiki project.
--
View this message in context: http://n2.nabble.com/Security-best-practices-for-Xwiki-deployment-and-manag…
Sent from the XWiki- Users mailing list archive at Nabble.com.