Any more ideas about this issue?
I've seen that With mozilla I can enter login, logout and reenter in both
test and on-line xwiki, and all works fine.
How can I set or have a look for the cookies creation settings?
Riccardo
-------------------------------------------------------------------------------------------------------
> Of course, we've tried to login from various pc that never had visited my
> xwiki.
> The cookies is surely new..
>
>
>
> -------------------------------------------------------------------------------------------------------
> Subject: Re: [xwiki-users] cookies don't work if xwiki is migrated from a
> TEST server to on-line
>
>
>> Hi,
>>
>> I think that's a normal behaviour that you have to login again: if you
>> move xwiki to another server the old cookies are not valid anymore (in
>> the cookie there is the information about the URL).
>>
>> Have you tried to login? It should work with same username/password you
>> were use on the test server.
>>
>> Vito
>>
>>
>> riccardo grazioli wrote:
>>> Hi,
>>> I encounter a strange problem when I migrate XWiki from my TEST server
>>> to
>>> my on-line server.
>>>
>>> I know that was better to instantiate a new XWiki from the beginning,
>>> but
>>> I was afraid to lost all configurations and settings and User I've done.
>>>
>>> So I've exported my DBSchema and the xwiki directori to on-line server,
>>> and I find that in Mozilla it works perfectly as in my TEST server, but
>>> with IE 7 and Safari, when I login, I am redirected at the login page
>>> without any warning or error.
>>>
>>> Reading some related articles I found that this is probably a cookies
>>> problem due to change of host.
>>>
>>> Can I solve manually this issue?
>>>
>>> Or is there a way to export exactly all xwiki settings, user, and data,
>>> and recreate exacltly the environnment in another server?
>>>
>>> Thanks...
>>> Riccardo Grazioli
>>> grazioli(a)adacto.it
>>> Adacto - anima digitale
>>>
>>> ------------------------------------------
>>>
>>> Adacto - anima digitale
>>> Via L. Giuntini 40, Empoli
>>> Via G. Meda 45, Milano
>>> Corso Como 5, Milano
>>> Telefono 0571-998742 Fax 0571-998744
>>> Internet: www.adacto.it
>>> E-mail: adacto(a)adacto.it
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>> --
>> Vitantonio Messa, vitantonio.messa(a)coss.fi
>> +358 46 889 48 49 - skype: vitantonio81
>> COSS - The Finnish Centre for Open Source Solutions
>> @ Technology Centre Hermia Ltd.
>> Hermiankatu 1, FIN-33720 Tampere, FINLAND
>>
>> _______________________________________________
>> 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
>
Hi,
where i will found info about Subject ?
I have 1.3.1 with my customization actually and lot of wiki pages.
Will it be enought to just simple backup configuration files i changed, copy
from new jar file and replace config files with my backuped?
Thanks!
David
Hi Everyone,
I could find a use for tag 'editing', I don't think it is a strange as
it seems. Consider the following for instance;
I have an application where users (we will call them employees) can
publish documents relating to a certain subject, or group of subjects.
They are product and application based. Other users (lets call them
customers) can then watch the subjects that concern them to be made
aware of updates/bug fixes/application notes etc...
I would like the employees to be able to choose from a predefined list
of tags, that someone would have to be able to edit. This keeps the tags
consistent and avoids the inevitable case/spelling/mistypes that could
result in orphaned tags.
I guess that this is not the pure intended use of tagging I know but I
can se how it would be very useful, at least to me :-)
Dean Sellers applications engineer
rinstrum smart weighing
Ph: +61 7 3216 7166 Fax: +61 7 3216 6211
dean.sellers(a)rinstrum.com
41 Success St, Acacia Ridge, QLD, 4110
www.rinstrum.com
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of ancapaula.luca(a)xwiki.com
Sent: Tuesday, 15 April 2008 9:47 PM
To: XWiki Users
Subject: Re: [xwiki-users] Tags in XWki Watch
Hi Xavier,
editing the list of tags is a quite strange concept because by
definition a list of tags generated by a community of users, so it makes
almost no sense editing the list itself.
The means to edit a list of tags are to edit the content that generates
it, i.e. the articles from which the list is generated.
Just click the tag to change so that you filter out all articles tags
with that tag and edit the tags of the articles in order to remove /
change the undesired tag. There is no 'bulk tag' or 'bulk change' for
the moment in watch and I'm not really sure this could be used for tag
editing or tag removing.
Have fun,
Anca Luca
> Hi there,
>
> how can I edit the list of tags in XWiki Watch?
>
> I have twice the same word, once with a capital letter, once without
> it, and I'd like to straighten this ...
>
> Thanks,
>
> Xavier
> _______________________________________________
> 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
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.3.2
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release.
Bugs fixed
* XWIKI-2283 - Overwrite on importing translation documents deletes
the original document too
* XWIKI-2293 - PropertyChangedRule does not work
* XWIKI-2298 - Character escaping using \ doesn't work anymore
* XWIKI-2299 - The XWiki object is created more than once
* XWIKI-2300 - HibernateStore synchronization problem
* XWIKI-2304 - When a user or a group is removed it's not removed from
rights objects
* XWIKI-2309 - Migration between xwiki 1.1.x and 1.2.x (and above) can
fail because of some documents
* XWIKI-2302
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise132
Thanks,
The XWiki dev team
Hi,
For a local database in mysql, we wrote this code, but neither give any
error nor display the details. Where is my fault?
#set ($mydb=$xwiki.sql.getDatabase('test'))
<table>
#foreach($row in $mydb.executeQuery(
"select Name, RNo from student") )
<tr>
<td> $row.getString("Name") </td>
<td> $row.getLong("RNo") </td>
</tr>
#end
</table>
THANks.
.............................................................
Hi all,
We are using XE 1.2.1 and Mysql 5.0,
we created a Todo application by following this
http://www.theserverside.com/tt/articles/article.tss?l=XWiki
and it is possible to add and display data in a filterable table.
We have to fetch and insert the inserted data into a Mysql table, can
any one help us?
Thanks in advance,
Regards,
Project Trainees.
Hi, I guess to have done a little damage... :S
I wanted to eliminate blog and calendar object from xwiki.
So, I went into administrating page, Export a xar with history and all that I can Export.
Then I've clicked on my original .xar Imported with all xwiki utilities, and after have deselected classes I thought not need, I've reimported the documents.
Next I reimported my .xar with all configuration, but all Administrative users can access but can't see nothing..
Until normal users can regularly see his pages...
What's appened??
Can I restore or change some DB Data to reaccess by Admin rights??
Maybe I lost all my morning work.... :S
HELP MEEEE!!!
Riccardo Grazioli
grazioli(a)adacto.it
Adacto - anima digitale
------------------------------------------
Adacto - anima digitale
Via L. Giuntini 40, Empoli
Via G. Meda 45, Milano
Corso Como 5, Milano
Telefono 0571-998742 Fax 0571-998744
Internet: www.adacto.it
E-mail: adacto(a)adacto.it
Hi there,
how can I edit the list of tags in XWiki Watch?
I have twice the same word, once with a capital letter, once without it, and
I'd like to straighten this ...
Thanks,
Xavier
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.0 RC 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release candidate for the 1.0 version of XWiki
Workspaces. A second release candidate is planned for next monday, before
hopefully being able to deliver the 1.0 final release.
Bug fixed since 1.0 Milestone 2 :
* XWS-17 - JavaScript error when uploading photos
* XWS-29 - With IE6, selected users does not appear in the list when
adding members to a space group
* XWS-33 - On a private workspace, only admins can access content, not
writers and readers
* XWS-37 - Readers are not displayed in the directory of a space
* XWS-38 - List numbers are not shown in the WYSIWYG & view mode
* XWS-40 - Lightboxes are displayed real bad in IE6
* XWS-41 - Writers and readers rights are inverted in a workspace
* XWS-42 - Impossible to set a category for a Wiki Page : the active
field is automatically changed when we click on the categories Select
* XWS-43 - A macro is not evaluated when comparing two versions
* XWS-49 - The tooltips displayed when we are over the "My Profile" &
"MyDashboard" buttons are not translated
* XWS-50 - The dates are formated differently on the different pages
* XWS-56 - Comments do not show up anymore in wiki pages, blog posts
and photo albums
* XWS-59 - Missing activitystream hibernate mapping in the war
distribution
* XWS-60 - Galleries with empty description generates two entries in
gallery list
For more information, see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces10RC1
Regards,
The XWiki dev team
Hi all,
I'm try to use javascript into a macro like this
document.getElementById('levelone').options[0] = new Option("-Empty
\*-","");
but whe it is executed what I get is
document.getElementById('levelone').options0 = new Option("-Empty \*-","");
How can I solve this problem???
Thanks all,
Raffo