While I wasn't selected for GSoC this year, I am still interested in
developing the Calendar application for XWiki. I'll have a maximum of 10
hours a week to work on it, so I might not finish it in the GSoC
timeline, but hopefully I will complete it someday. :)
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.8.2 and XWiki Enterprise Manager 1.6.2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release contains 76 bugfixes and enhancements. Most of the
modifications are targeting the general replacement of old 1.0 code
and content by 2.0 syntax and architecture and the stabilization of
XWiki.
Summary of changes since XWiki Enterprise 1.8.1 :
* Many WYSIWYG bugs fixed and improvements
* Many 2.0 syntax bugs fixed
* Many 1.0 to 2.0 conversion bugs fixed
* Several XMLRPC and REST, LDAP, Blog, PDF export bugs fixed and improvements
* Many bug fixes in many other places
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise182
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM162
Thanks
-The XWiki dev team
Hi Sergiu,
sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2009-04-23 22:06:46 +0200 (Thu, 23 Apr 2009)
> New Revision: 19003
>
> Added:
> platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/widgets/
> platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/widgets/jumpToPage.css
> platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/widgets/jumpToPage.js
> platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/widgets/modalPopup.css
> platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/widgets/modalPopup.js
> Modified:
> platform/web/trunk/standard/src/main/webapp/templates/javascript.vm
> Log:
> XWIKI-3694: Add a reusable ModalPopup javascript widget
> Done.
For a project I started to work out an integration of modalbox
(http://www.wildbit.com/labs/modalbox/), also based on prototype and
Scriptaculous's Effects.
You can see it in action in XWiki here
http://incubator.myxwiki.org/xwiki/bin/view/XWiki/ModalBox
While it doesn't have the needed shortcut binding feature, the DOM part
of it is pretty powerful (but still pretty lightweight) and it has rock
solid browser support.
It also has nice options like callbacks on after/before content loading
and after/before hiding, the possibility to initialize with content
already in the DOM (copying over the elements), automatic height resize
based on content, etc.
I propose we merge both: we still need our own options here like the
keyboard shortcuts and probably more in the future, but for the box
display part of it it's IMHO better we take advantage of this library:
mature and from which evolution we will be able to benefit.
If we agree I'll be willing to do that merge.
One comment below:
>
>
> Modified: platform/web/trunk/standard/src/main/webapp/templates/javascript.vm
> ===================================================================
> --- platform/web/trunk/standard/src/main/webapp/templates/javascript.vm 2009-04-23 19:39:22 UTC (rev 19002)
> +++ platform/web/trunk/standard/src/main/webapp/templates/javascript.vm 2009-04-23 20:06:46 UTC (rev 19003)
> @@ -10,6 +10,11 @@
> ##
> ## JS Libraries.
> ##
> +$xwiki.jsfx.use('js/scriptaculous/effects.js', true)
> +$xwiki.jsfx.use('js/xwiki/widgets/modalPopup.js', true)
> +$xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true)
> +$xwiki.jsfx.use('js/xwiki/widgets/jumpToPage.js', true)
> +$xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true)
> <script type="text/javascript" src="$xwiki.getSkinFile("js/prototype/prototype.js")"></script>
> <script type="text/javascript" src="$xwiki.getSkinFile("js/xwiki/xwiki.js", true)"></script>
> <script type="text/javascript" src="$xwiki.getSkinFile("js/xwiki/compatibility.js", true)"></script>
>
We should decide on which way we want to include our JS/CSS in
templates. I'd say only with (js|ss)fx plugin is ok.
Jerome.
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
Hi,
I would like to work on this idea for my experience, I would like to come up
with a GWT application and then integrate it with XWiki. As I have already
planned I use these days to get familiar with GWT and XWiki more and this
would be great experience for my future career as I have been mostly doing
mobile application development nearly about an year now. There fore, I
thought contributing to this would help me to learn a lot. And it would be a
great opportunity for a student like me to contribute to such big opensource
work. I would love to stay with the community and use my all available time
towards this work, while doing other work.
Thanks,
*H.T.M. Gamage **
*Student,* *
Faculty of Information Technology,
University of Moratuwa,
SriLanka.
Mobile: +94 (71) 5518852
Blog : tharindufit.wordpress.com
Hi devs,
I would like to release XE 1.8.2 and XEM 1.6.2.
Like 1.8.1 and 1.8.3 it's a bugfixes release mainly targeting new
WYSIWYG and rendering.
Here is my +1
--
Thomas Mortagne
Hi Everyone,
I'd like to first thank the xwiki team for selecting my proposal.
I am Venkatesh, pursuing my 4th year Undergraduate and Master's integrated
computer science engineering degree at IIT Roorkee [
http://en.wikipedia.org/wiki/IIT_Roorkee], India.
My main mentor would be Fabio Mancinelli.
I would be working on the XEclipse Navigator, and would be concentrating on
improving it. I was an intern at XWiki last year, and had worked on XEclipse
then itself, and hence am quite familiar with its exisiting code. In the
past 2 weeks, I've also familiarised myself with the xwiki-xmlrpc
implementation.
The basic features that I've decided, for now, that shall be implemented
are:-
1) Drag and Drop (with possibly editor integration too)
2) State persistence of the Navigator
3) Display of attachments and translations within the navigator
4) Better integration with the workbench and editor
After this is done, I would like to work on improving XEclipse as such, like
a better Preferences Editor, software update bundle and more editor features
( intergrate source editors from eclipse project.
Thanks,
Venkatesh Nandakumar
Department of Electronics & Computer Engineering
Indian Institute of Technology Roorkee
Hi
I`m trying to figure how to do this, i`m using the excel plugin and i want
to have a select box to select the sheet to display:
<form id="form1" name="form1" method="post" action="">
<label>
<select name="sheet" id="sheet">
<option value="03-20-2009">03-20-2009</option>
<option value="03-27-09">03-27-09</option>
<option value="04-03-2009">04-03-2009</option>
<option value="4-10-2009" selected="selected">4-10-2009</option>
</select>
</label>
</form>
</label>
<p>
<label>
<input type="submit" name="button" id="button" value="Submit" />
</label>
</p>
$xwiki.ExcelPlugin.getTable("Status.xls", "4-10-2009", "A3-H20")
The "4-10-2009" should be the value from the select...
Any ideas?
--
View this message in context: http://n2.nabble.com/Passing-value-from-a-select-to-a-macro-tp2679860p26798…
Sent from the XWiki- Dev mailing list archive at Nabble.com.