Hi all,
I would like to have a little wiki that permit me to work better with my
schoolfriends. We have to handle large projects (concerning IT and
open-source softwares) during the year and this wiki will permit us to waste
less time than before, retrieving the informations and work of each others.
This project is of course a non-profit one.
Thank you in advance.
Regards,
Guillaume Fenollar (login myxwiki.org : GuillaumeFenollar)
--
guillaume(a)fenollar.fr
Skype: guillaume.fenollar
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 RC 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first and hopefully the last release candidate for the 3.0
version. It brings several improvements to the features introduced in
the previous milestones. The final release is planned for the beginning
of the next week.
The highlights of this release are:
* Administration section for the WYSIWYG content editor
* Attachment Selector Macro
* Improvements to the message stream, dashboard, gallery macro, search
suggest, extension manager and the administration application
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30RC1
Thanks
-The XWiki dev team
Hi,
Is it possible to use an external OpenOffice Server that is not on the same machine as the XWiki instance, i.e., not local? If so, how can I do that? If not, can't I even test this possibility? External local one is running in my test place, but in production environment this probably won't be the case.
I'm using XE 2.7.1 and I'll test also XE 3.0M3.
Ramon Gomes Brandão
Hi Xwiki users,
we are using Xwiki in our Intranet and I have a problem with the Navigation Panel.
I've dragged and dropped the Navigation Panel from the Panel Wizard to the left Panel of my site. After that I edited the Panel to my satisfaction. By the way I am using the Default Skin with "Nature" Color Theme.
Now to my problem. If you edit the content of the Navigation Panel you will also find the following code:
$xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')
$xwiki.jsfx.use('js/xwiki/accordion/accordion.js')
<script type="text/javascript">
document.observe('xwiki:dom:loaded', function() {
var obj = {div:'xwikinav', no:$spacecount, height:250};
var acc = createAccordion(obj);
});
</script>
I think the "document.observe" function expands/collapses the Navigation Fields. This function is also used to expand the Panel Wizard Fields where you can drag and drop the panels in the Wiki administration.
I was able to expand the fields wit Firefox 3.6.x and Internet Explorer 8.
Yesterday I updated Firefox to version 4 and Internet Explorer to version 9. If I am viewing the site with Firefox 4 the fields remain collapsed/closed and I can't open them. So I can't use the Navigation Panel. Same problem with the Panel Wizard in wiki administration. With Internet Explorer 9 and Opera 11 no problems. I can use the Navigation Panel and the Panel Wizard without problems. I also tested Chrome 10. Same problem as Firefox 4. With these two Browser (and these are the most used Browsers of my users) I am not able to view and edit my Wiki correctly.
Now where is the problem? Is that a bug in Xwiki or a bug in the javascript engine of Firefox and Chrome? Could you give me a quick solution or workaround please?
Best regards.
Enzo
Hi, I would like to create a wiki on myxwiki.org which I will use for a
school project, for collaborative documents and resource sharing.
The Wiki's name should be HCI (comes from Human-Computer Interaction),
so the url would be hci.myxwiki.org
The myxwiki account I created is sorzu, and I would be its main
aministrator.
Thanks,
Stefan Orzu.
Hi,
When I try to create a page from an Office Doc in XE 2.7.1 (Add -> Create a Page from Office Document), some documents succeed without problems, others get an exception caused by:
java.sql.BatchUpdateException: Incorrect string value: '\xEF\x80\xBD|(%...' for column 'XWR_PATCH' at row 1
I get this also with the same docs when I try to use the office importer macro on WYSIWYG editor.
I've searched the user list archive and found something about this was a misconfgured charset. But I've created the xwiki database with charset=utf8 just like the instructions, and double checked on mysql:
My xwiki database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
My MySQL System database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
The strange point is why some docs succeed, others not. I've tested a bunch of docs, and found this behaviour.
Any ideas? Is it a BUG? Other places to check? I've though at first the problem happened just with docs containing some bullets markings, but not only.
Regards,
Ramon Gomes Brandão
Hello,
I have gone though the form editing part of the xwiki,where we can include
the fields according to the requirement.
As per the requirement of our project (AJAX FORM EDITOR) we have to provide
one USER INTERFACE for the user through which he can drag /drop the fields
according to his form requirement.
We can extend this idea a little bit .We will not only provide the form
generation part but also include its action part i.e user will give the
name of the database where the action has to take place(if have to insert
the record or update the record in the database).Moreover, we can also add
style for each field where user can define its style according to its choice
and we can also provide the style sheet for the whole form also.
User will select the type of the field for example in the form there are
certain fields which get insert ,some gets updated when the form gets
submitted,so according to the nature and requirement, user will enter the
type of the field.Types can be "INSERT","UPDATE","VIEW" etc.
So for this we can use the resources which is present in the xwiki,in that
we have all the fully functional fields , we can make any field , so our
work will now to provide the interface for the user where he can drag/drop
the fields and also provide the interface for the style part and also to
create the action file and rendering file which would render the
requirement.
Thnx
Nikhil Gupta
--
Nikhil Gupta
BTech CSE III yr
IIIT Hyderabad
Hyderabad 500032