Good day, community.
I'm glad to announce yet one xwiki plugin: xwikinaming.
xwikinaming plugin can be interesting to integrators, which want call JNDI
object or IOC-located spring beans from velocity or groovy scripts.
So, xwikinaming provide easy way to resolve object form jndi and provide
special chain jndi provider to resolve object at first in spring container, at
second at external jndi.
(note, that using spring IOC framework we can extend xwiki by functionality,
which nothing know about xwiki itself)
Source and documentation can be found on http://xwikinaming.gradsoft.ua
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Has any consideration been done to standardizing on one js script framework.
I see ricco/prototype, scriptaculous, and yui. If I need to build something
new in js which one should I use?
Glenn Everitt
--
View this message in context: http://www.nabble.com/which-JavaScript-framework--tp17024648p17024648.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi..
I´ve started the standalone version of xwiki enterprise on a server, to
share some information.
I use Firefox and everythings allright, but some of the others use internet
explorer and so they don´t stay logged in, when turning the explorer off
(with rememberme function) ..
I did some research on my Computer and found out that there is no username
or password saved in the cookie set from IE, but it is set when I log in to
www.xwiki.org (there everything works fine)..
So there must be a problem with the configuration of my XWiki..
But I just don´t find anything and there is nothing in the log-file..
Has anyone an idea what I can try or knows what is diffrent in the
configuration of the www.xwiki.org??
p.s. the cookie set looks like:
style
null
{domain}
1088
2052098176
30002969
32056976
29929544
*
and nothing else..
Thanks..
--
View this message in context: http://www.nabble.com/Problem-with-cookies-set-by-internet-explorer-tp17106…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi
I've tried to install xwiki on another computer and we have a problem
with authentification.
It seems the rememberme cookie is never created and authentification
redirects us on webhome but unlogged.
Anybody has an idea?
Thank for your time.
Antoine
Hi devs,
A short line to let you know that I will integrate the invitationmanager
plugin developed for curriki as a platform-plugin this afternoon.
Regards,
Jerome.
Hello All,
I have come across this many times and am not sure what I am doing wrong
here.
I have a simple HTML form on a page and there is one <select> type input.
If I try to get the selected value of this field on the same page, using
#set($something = $request.getParameter("name of the filed")) , it does not
do anything
but if I do the same in a .vm file, it gets the value fine. What am I doign
wrong, in the process of getting the value on the same page using velocity.
Thanks
Hi everyone,
Just to let you know that XWiki has a booth at JavaOne (actually
sharing the OW2 booth). Booth #212.
There are 3 XWiki committers present: Ludovic Dubost, Jean-Vincent
Drean and Vincent Massol.
If you're at JavaOne come and say hello!
See you there,
-Vincent
I would like to execute an export of all/some of the wiki pages in a
batch mode (ex. with a script and a java program).
In the same way I would like to execute an import.
Is there an easy way to do this?
Looking forward in the xwiki sources I found two classes that seem to do
what I want:
* com.xpn.xwiki.tool.backup.ExporterMain
* com.xpn.xwiki.tool.backup.ImporterMain
Both classes are in the maven plugin called xwiki-packager-plugin.
Is there any documentation that explain how use that plugin?
thanks,
Lorenzo
On May 5, 2008, at 6:57 PM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2008-05-05 18:57:49 +0200 (Mon, 05 May 2008)
> New Revision: 9648
>
> Modified:
> xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/main/
> java/com/xpn/xwiki/XWiki.java
> xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/main/
> java/com/xpn/xwiki/util/Util.java
> xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/main/
> java/com/xpn/xwiki/web/SkinAction.java
> Log:
> XWIKI-2360: Add correct Last-Modification header for filesystem skin
> files
> Done
> Patch submitted by Raffaello Pelagalli, applied with some changes
> Merged from trunk@9646
>
>
> Modified: xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/
> main/java/com/xpn/xwiki/XWiki.java
> ===================================================================
> --- xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/main/
> java/com/xpn/xwiki/XWiki.java 2008-05-05 16:56:00 UTC (rev 9647)
> +++ xwiki-platform/core/branches/xwiki-core-1.4/xwiki-core/src/main/
> java/com/xpn/xwiki/XWiki.java 2008-05-05 16:57:49 UTC (rev 9648)
> @@ -931,6 +931,19 @@
> return Util.getFileContent(new InputStreamReader(is));
> }
>
> + public Date getResourceLastModificationDate(String name)
> + {
> + try {
> + if (getEngineContext() != null) {
> + return
> Util
> .getFileLastModificationDate(getEngineContext().getRealPath(name));
> + }
> + } catch (Exception ex) {
> + // Probably a SecurityException or the file is not
> accessible (inside a war)
> + LOG.info("Failed to get file modification date: " +
> ex.getMessage());
I think this should be warn and not an info, WDYT?
We should also explain the message that the current date will be used
instead I think.
[snip]
> + public static Date getFileLastModificationDate(String path) {
> + try {
> + File f = new File(path);
> + return (new Date(f.lastModified()));
> + } catch (Exception ex) {
> + return new Date();
Shouldn't we display a warn message here too? If not, then we should
have a comment to explain why we don't want a message...
Thanks
-Vincent
Dear Devs,
Niels, who has comment on the list before, is taking on development tasks
for Curriki. As such he will need commit access to SVN. Please cast your
vote to accept this request.
Joshua Marks
CTO
Curriki: The Global Education and Learning Community
jmarks(a)curriki.org
www.curriki.org