The XWiki development team is pleased to announce the release of
XEclipse 1.0.1
You can find it at http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiEclipse
XEclipse is an Eclipse plug-in that allows the user to interact with
an XWiki server directly from within the Eclipse IDE. It comes in two
flavors: as an Eclipse plugin that can be directly integrated in the
Eclipse IDE or as a standalone RCP application.
This release is mostly a maintenance release that fixes some serious
bugs that prevented XEclipse version 1.0 to work correctly.
Main changes from 1.0:
* Solved XMLRPC issues when connecting to XWiki version 1.2
* Solved problems in XWiki Explorer structure visualization.
* Added some minor user interface improvements (e.g., page loading
progress bars).
Thanks
-The XWiki dev team
Hello all,
We've been using an earlier version of xwiki (0.8.503) for a very long
time.
Do you have a migration plan from that version to the latest? Otherwise
I would appreciate if you can suggest the best way to do go about doing
it.
Thanks,
Kalyan C Dasika
Software Engineer,
Goldblatt Systems LLC
5151, E Broadway Blvd., STE 950
Tucson AZ 85711
(520) 382 5988 (Work)
(520) 991 4262 (Mobile)
Why does the top menubar go away when in edit mode? Is this by design?
Shouldn't there be an option within the "Show" menu to return to the
original article? I realize you can just click on the last leaf in the
parentage tree (or whatever it's called, sorry), but that seems less
intuitive. When I click into the 'Show->Wiki code' or 'Show->History'
or when linking to it directly, it's a bit awkward to return to the
formatted article.
Thanks,
Paul D. Grodt
TECORE Wireless Systems
I'm interested in adding support for rudimentary highlighting of C++
within the code macro. Should this be a separate issue from
http://jira.xwiki.org/jira/browse/XWIKI-864 ({code} macro should support
highlighting for radeox and velocity), or should this issue be extended
to include it?
Should I investigate adding this directly to the Radeox project instead?
I really don't know much about Radeox yet, but from the documentation
for the code macro, it sounds as though all the existing highlighting
code comes out-of-box from Radeox
Paul D. Grodt
TECORE Wireless Systems
Hi,
I search and read through the upgrade info from this link below.
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWi…
It said that the general strategy for upgrade is to download the WAR Distribution and to replace your current installed WAR.
Since I did an initial xwiki install using the standalone xwiki enterprise window 1.1.2 installer, how can I upgrade to 1.1.2 milestone 2 without losing any current data? To be more specific, which file should I download and use?
Thanks,
YinKee
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
Hi,
I'd like to give some feedback on our installation of XWiki
Entreprise. We used Tomcat 5.5 and Oracle 10g.
The connection with the database works fine, although we had a little
fear because we didn't restart the whole Tomcat after adding the
driver, so we had lots of errors.
There is one thing that doesn't work properly though: the database
username specified in the configuration file hibernate.cfg.xml is not
recognized by the system. It uses the username "xwiki" as if it was
hardcoded. We have a naming policy for or DB users, so this is a
problem for us. It might be troublesome if we start mounting a
wikifarm but I'm not sure about that, you tell me. Should I file an
issue on this?
We are now making tests in a production environment and it seems that
everything works fine.
Thanks for the good job on XWiki. We'll keep you updated with the good
and bad news.
--
William Lesguillier
Consultor gestión de las tecnologÃas de la información
Junta de AndalucÃa
ConsejerÃa de EconomÃa y Hacienda
Dirección General de Sistemas Económico Financieros
Servicio de Producción
http://www.ceh.junta-andalucia.es
Hi,
I'm new xwiki user and recently just setup xwiki running on a Window server by downloaded the latest xwiki enterprise window installer. The problem I having here is getting the Backlinks Snippet working.
I follow the instruction using BacklinksSnippet feature link below.
http://www.xwiki.org/xwiki/bin/view/Code/BacklinksSnippet
Basically, I have a wiki page with three sections. The first two sections have the links and I created the third section "What Links Here" and insert the code provided above. However, it doesn't shows any wiki links leading to this page but message "No back links for this page!"
I checked the default installation directory and verified that the xwiki.cfg under C:\Program Files\XWiki Enterprise\webapps\xwiki\WEB-INF already have the following line below enabled by default.
xwiki.backlinks=1
Did I miss something here? Any advise to resolve this newbie problem is greatly appreciated.
Regards,
Yinkee
---------------------------------
Never miss a thing. Make Yahoo your homepage.
Hi All,
i want use database list class as property in my class. I tried hibernate
query to fill in values of property. After this, the select box was empty.
I think there is no problem in query (Select doc from XWikiDocument as doc)
and I filled in value (doc.name) and id (doc.id) and also i filled in which
class should hibernate use. (XWikiDocument). I dont know, what I am doing
wrong. Is there some tutorial for this?
There is values which i filled in
Display type : select
Relational Storage: yes
Use Picker: yes
Size : 1
Sort: value
Hibernate Query:select doc from XWikiDocument as doc
XWiki Class Name: XWikiDocument
Id Field Name: doc.name
Value Field Name: doc.name
Thank you.