Hi,
As per the previous thread on the topic (see http://is.gd/1bRm ), Proposal
n°4 attracted the most positive feedback for the WYSIWYG GUI (you can see it
here : http://is.gd/1bRo ) . If nobody has anything against it, I'd like to
get things forward and ask a real designer (that is, other than me :-) ) to
review it and propose a good-looking version of the proposal. Therefore
please shout now or never if you're against it !
Additionnaly, if you look into the proposal you'll see that we will need to
decide between 2 options for advanced input interaction : a modal dialog box
versus a tray. Both have advantages and issues and I'd like to get feedback
about them. The dialog box prevents interaction with background content
while the tray allows it : that could be useful for tables for instance.
Looking forward your feedback,
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
Hi all,
I got the following error when trying to commit the code to the sandbox.
svn: Commit failed (details follow):
svn: MKACTIVITY of
'/svnroot/xwiki/!svn/act/fbb5e27f-9dbe-4b48-9ac2-8bee460b2e86':
authorization failed (https://svn.xwiki.org)
I could commit code before the restructuring of the svn repository.
Can you help me on this?
--
Malaka Ekanayake
CSE UOM
dear all,
I am samir CHAKOUR developer for a partner of XWiki and I'm
currently working on a Calendar for the XWiki Platform,
the project is to developed in
GWT and is working with XWiki-GWT API, the project is located at https://svn.xwiki.org/svnroot/xwiki/sandbox/xwiki-calendar,
currently the project is only in its first brick, and will be usable by the end of August,
best regards,
Samir CHAKOUR
_________________________________________________________________
Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement !
http://www.windowslive.fr/hotmail/default.asp
Hi,
When converting a ppt or odp document, the result of the conversion
is some html files contain text and html files contain jpg images. A
text html and a image html snapshot for per slide. And have the
navigation links in per html, some thing like "First page" "Back"
"Continue" "Last page" "Text"/"graph".
For instance, the ppt with 3 slides will turn out:
text1.html
text2.html
text3.html
img1.html
img2.html
img3.html
img1.jpg
img2.jpg
img3.jpg
The img1.html is just the html file contain the img1.jpg.
The return of the conversion only is the first page html, img1.html,
which is not enough for the conversion result.
The text1.html is the text version of the slide which doesn't contain
any images in the source document.
The img1.html is the snapshot of the original ppt slide which can
display everything in the source document.
There are three way to handle the ppt conversion.
1. assemble the text version of slide "text1.html, text2.html ..." to
a final result. gmail's "view as html" of the attachment go this way.
But this can lose the images of original document.
2. compress all the output file to a zip file and attach the zip file
to the xwiki page. Then view the zip file content, like
http://code.xwiki.org/xwiki/bin/view/Snippets/ViewOfficeDocumentSnippet
does.
3. assemble the image version of slide to a final result.
BTW, I'm working on the "view as html" of office document in xwiki
page attachment. I have two way to display the result html.
1. display the result html in a pure normal html page. This way is
hard to display the image. Maybe "view as html" can ignore the image
of the documents, as the office import feature can handle the image
well.
2. put the result html page in a xwiki page content and display the
xwiki page. This way can address the image as page attachment easily.
WDYT?
Please help me to make those two decisions.
Thanks.
Wang Ning
I've done some larger testing with a wiki with 4000 documents. The
integration worked well (except some plexus init change needed).
However the system is quite slow when getting to big directories.
Although we can improve the server part, I think it's a bad idea to have
by design large directories. Operating System WebDAV client can be very
aggressive (downloading files to generate thumbnails, making requests
looking for temporary files). I was able to improve the speed of error
handling however there are still way too many calls to the server.
For example the attachment view has more than 1000 documents. This makes
more than 2000 request to display with the MAC OSX WebDAV client.
So I propose to change our view to make it almost impossible to get to
large directories in our WebDAV view. The general principle is to
breakdown by space name and then breakdown by the first letters for the
page name.
For example the attachment view instead of being
attachments/pagename/attachmentname
would beconde
attachments/spacename/firstletters/pagename/attachmentname
firstletters would be the first letters of pages existing in that view.
It could be one letter, two letters, three letters or could change based
on the number of pages in the view.
For example it could be one letter with less than 200 documents, two
with less 5000, three more than 5000.
We could go up to 100000 documents with folders of around 30 pages with
a 3 letter subdirectory.
I've detailed the view proposal here:
http://dev.xwiki.org/xwiki/bin/view/Design/WebDAVService
WDYT ?
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
I will be out of the office starting 08/02/2008 and will not return until
09/26/2018.
I have left to join the crusade to ward off large insects and angry jello.
If you have questions regarding LDRA contact Jefffrey Neilsen, for
licensing questions contact David Lynott, for software testing tool
questions contact PAul Streit, for general business questions contact Clay
Jones.
For all other questions please visit:
http://etiweb/common/information_to_know.html
thank you
Hello everyone,
I'm Paul Guralivu, raised in Iasi(spent 99% in Iasi). In love with programming, chess, theology(world religions student, christian in particular).
I'm an intern at XWiki Iasi Office for 3 months(July - September).
Task assigned to me: Selenium Tests.(for features in XE, XWS, XWATCH) wrote in Java with XWiki API.
Student at computer science faculty in Iasi, AI Cuza University of Iasi. I have one more year.
Paul.
My favorite verses:
"Tine doar de tine, ca prin fapte si cuvinte zise,
Sa te apropii de ce numesti acum vise."
(You are the one, whom throught deeds and words,
To get close to what you call dreams).
Hi,
I am working with "xWiki Workspace 1.0". I have also source code of the
same. I need one help to identify the files.
I have few queries and I need names of the file involved for doing
mentioned activities :
1. Creating user from admin ?
2. The end user is created by "admin" , then end user log in the
page . Now from here, what are the lists of files involved to create
session.
Note : "MyPersistentLoginManager.java" is
involved in identifying the request (With Cookies help). But
before this, I am not able to understand , which file is calling
the
"MyPersistentLoginManager.java". I have also seen login.vm file.
But i am not able
to uderstand te flow of calling.
Apart from above query, can u help me to think below mentioned ideas :
1. I have list of users in my database. All users are already
authenticated. Now I need the same user can directly work with workspace.
For this I need to
bypass the "admin log" in activities. Is it possibl to do
this? Please help me to think for this.If yes then how this can happen?
Please help me to think
for this and Where I need to concentrate to solve this
problem.
Although I am also reviewing the codes. But I need guidance for right
track.
I am thankful, if you all will give me ideas.
Thanks & Regards,
Md Afzal Sharif
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Hi,
I didn't add any information into XWikiPreferences. So, why WXiki
doesn't use details from xwiki.cfg? I don't want to make changes in Java
code.
Regards
Petr
Thomas Mortagne napsal(a):
> Hi,
>
> On Fri, Aug 1, 2008 at 10:57 AM, <petr(a)imaturita.cz> wrote:
>> Hi all,
>>
>> I found out, that Xwiki 1.5 doesn't load LDAP connection info from
>> xwiki.cfg:
>>
>> xwiki.authentication.ldap.bind_DN=xxx
>> xwiki.authentication.ldap.bind_pass=xxx
>
> XWiki 1.5 does load LDAP connection informations from xwiki.cfg for
> sure, unless you overwrite it in XWiki.XWikiPreferences. See
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
>
>> I had to put these details directly into code (into bind method),
>> recompile core class and then it works.
>>
>> Any solution?
>>
>> Thanks
>>
>> Petr
>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>
>
>
Hi devs,
Raluca has worked on a new plugin to manage comments and ratings.
The objective of this plugin is to allow the comments and rating to be
more modular. This way we can use different type of implementation and
still have some common APIs work even though comments or rating
information are stored differently.
For example this new plugin would allow to decide if we store comments
as XWiki Object or as separate Pages. The experience of usage of XWiki
has shown that depending on the usage both cases are actually
interesting to use.
This plugin also allows to apply a comment more precisly. We can assign
a comment to a part of a page, or to another comment. This is why a
"Container" has been created which can define precisly the parent of a
comment.
The initial design proposal is here:
http://dev.xwiki.org/xwiki/bin/view/Design/RatingSystemhttp://dev.xwiki.org/xwiki/bin/view/Design/NewCommentsPlugin
Raluca has started coding by reimplementing the current behavior in the plugin. It still needs to be wired to the current code to maintain compatibility.
The code is in the sandbox
http://svn.xwiki.org/svnroot/xwiki/sandbox/plugins/comments/
Feedback welcome
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi
I gone through the code of xwiki_workspaces.war file and get to know
thngs:
1.On first login page the username and verfication is done through
login.vm which will call to xwikilogintable class for uservalidation.
My query is where this file is located?. Whether it is a java file
ornsumthing else.
second thng ---Is this file make a link with hibernate and fire query into
the database for accessing stored records?.
Please reply me! with suggestion
Regards,
Deepak Sharma
Assistant Software Engineer-T
Tata Consultancy Services
Cell:- 9911502444
Mailto: deepak24.s(a)tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Hai
When i try to use copy document it shows following error, how to solve
this error Or how copy a document to another space
[http-8088-Processor22] ERROR log.SimpleLog4JLogSystem - Left side
($request.sendbye
mail) of '==' operation has null value. If a reference, it may not be in the
con
text. Operation not possible. Main.WebHome [line 39, column 28]
Thanks
Rajasekar
Hi devs,
I need to take a decision on this. Right now parseContent() is used to
render some text using only Velocity and Groovy renderers. This is
used in several places:
* resource properties values
* TextArea class rendering if the type is "velocitycode"
* in sendValidationEmail() for rendering the content extracted from an
object property
* in the TOC generation for rendering the section titles -- BTW this
means no wiki syntax in section titles right now
* more...
The decision:
1) either I wrap the content passed to parseContent() in {{velocity}}
{{groovy}}{{nowiki}}...{{/nowiki}}{{/groovy}}{{/velocity}}
2) either I render it normally but in this case we change the values
used.
For examples in ApplicationResources.propeties this mean changing:
viewcodetitle=Wiki code for <em>$doc.displayTitle</em>
to:
viewcodetitle=Wiki code for ~~{{velocity}}$doc.displayTitle{{/
velocity}}~~
It also means removing the difference between "velocitycode" and
"fullyrendered" for TextAreas since they would be the same. Would
remain only "puretext" and "fullyrendered". This means that if you
have some TextArea for which you wish velocity rendering but no wiki
syntax rendering you would write: {{velocity}}{{nowiki}}...{{/nowiki}}
{{/velocity}}.
Basically it means deprecating parseContent() in favor of
getRenderedContent() since they would have the same behavior.
My preference goes to 2) but I'm not sure how to make that work during
the transition period where we have the 2 renderings. So I think we
don't have the choice and for the moment we should do 1).
WDYT?
Thanks
-Vincent
Hi Asiri,
Could you write a installation documentation of the webdav component on
xwiki.org.
I'd like to create an interoperability page afterwards to tell people
how to use it in different platforms.
Some more interop news: it works on Vista and Gnome/Nautilus !
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi all,
I found out, that Xwiki 1.5 doesn't load LDAP connection info from
xwiki.cfg:
xwiki.authentication.ldap.bind_DN=xxx
xwiki.authentication.ldap.bind_pass=xxx
I had to put these details directly into code (into bind method),
recompile core class and then it works.
Any solution?
Thanks
Petr
Good day.
Anybody know, how to build xwiki-enterprise.war after svn reordering ?
(xwiki-platform-enterprise directory, mention in documentation is missing in
repo now.)
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Thomas,
Yes, it works now! I had made a typo in the hibernate cfg file.
Again, I appreciate your advice.
Mark
-------- Original Message --------
Subject: Re: [xwiki-devs] Need Help building Oracle Database -
xwiki-enterprise-web-1.5.zip
From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
Date: Thu, July 31, 2008 10:55 am
To: "XWiki Developers" <devs(a)xwiki.org>
Hi Mark,
On Thu, Jul 31, 2008 at 5:43 PM, <[1]mark.mills(a)objectstream.com>
wrote:
>
> Hello,
>
>
>
> I am new to Xwiki and am trying to install the enterprise-web-1.4
> version on OC4J using my own database. I believe I have made all
of
> the modifications to the xml files from the instructions but
don't
> know where to find the sql script (is there one?) to build the
> tables. I saw on the xwiki website a set of statements to build
> indexes but nothing to run to create the tables, etc. Does the
> hibernate that comes with this xwiki version try to create the
tables
> automagically?
Yes the tables are automatically created the first time you run
XWiki
or it upgrade existing older database structure.
>
>
>
> Thanks in advance,
>
> Mark
> _______________________________________________
> devs mailing list
> [2]devs(a)xwiki.org
> [3]http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
_______________________________________________
devs mailing list
[4]devs(a)xwiki.org
[5]http://lists.xwiki.org/mailman/listinfo/devs
References
Visible links
1. https://email.secureserver.net/pcompose.php#Compose
2. https://email.secureserver.net/pcompose.php#Compose
3. http://lists.xwiki.org/mailman/listinfo/devs
4. https://email.secureserver.net/pcompose.php#Compose
5. http://lists.xwiki.org/mailman/listinfo/devs
Hidden links:
6. http://lists.xwiki.org/mailman/listinfo/devs
7. http://lists.xwiki.org/mailman/listinfo/devs
Thomas,
Thank you for your quick response. I will check my hibernate
modifications to see if I may have made a typo.
I copied the recommended ojdbc.jar to my web-inf\lib folder and
modified hibernate.cfg.xml according to the instructions. I must have
missed something.
I'll post back if I continue to have issues with the installation
process.
Thank you,
Mark
-------- Original Message --------
Subject: Re: [xwiki-devs] Need Help building Oracle Database -
xwiki-enterprise-web-1.5.zip
From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
Date: Thu, July 31, 2008 10:55 am
To: "XWiki Developers" <devs(a)xwiki.org>
Hi Mark,
On Thu, Jul 31, 2008 at 5:43 PM, <[1]mark.mills(a)objectstream.com>
wrote:
>
> Hello,
>
>
>
> I am new to Xwiki and am trying to install the enterprise-web-1.4
> version on OC4J using my own database. I believe I have made all of
> the modifications to the xml files from the instructions but don't
> know where to find the sql script (is there one?) to build the
> tables. I saw on the xwiki website a set of statements to build
> indexes but nothing to run to create the tables, etc. Does the
> hibernate that comes with this xwiki version try to create the
tables
> automagically?
Yes the tables are automatically created the first time you run XWiki
or it upgrade existing older database structure.
>
>
>
> Thanks in advance,
>
> Mark
> _______________________________________________
> devs mailing list
> [2]devs(a)xwiki.org
> [3]http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
_______________________________________________
devs mailing list
[4]devs(a)xwiki.org
[5]http://lists.xwiki.org/mailman/listinfo/devs
References
Visible links
1. https://email.secureserver.net/pcompose.php#Compose
2. https://email.secureserver.net/pcompose.php#Compose
3. http://lists.xwiki.org/mailman/listinfo/devs
4. https://email.secureserver.net/pcompose.php#Compose
5. http://lists.xwiki.org/mailman/listinfo/devs
Hidden links:
6. http://lists.xwiki.org/mailman/listinfo/devs
7. http://lists.xwiki.org/mailman/listinfo/devs
Hello,
I am new to Xwiki and am trying to install the enterprise-web-1.4
version on OC4J using my own database. I believe I have made all of
the modifications to the xml files from the instructions but don't
know where to find the sql script (is there one?) to build the
tables. I saw on the xwiki website a set of statements to build
indexes but nothing to run to create the tables, etc. Does the
hibernate that comes with this xwiki version try to create the tables
automagically?
Thanks in advance,
Mark