Hi XWiki lovers,
If you're interested in seeing some macros developed and available for your wiki, please edit this page and add macros you'd like to see:
http://dev.xwiki.org/xwiki/bin/view/Design/NewMacros
Thanks
-Vincent
Hello.
My name is Sorin Burjan, and I started working at XWiki two days ago. I
came to XWiki as a software tester, technical writer, but as the time
goes by, I'd like to get involved in dev too. For the moment, I'm
working with Silvia on updating the documentation on the web site, and
creating a set of rules/standards on how to write and maintain the
documentation. The document will be posted on the comunity site, so you
can give me your feedback.
Regards,
Sorin B.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.4 version.
Main changes from 2.3.1:
* New Search application and administration UI
* New Rendering cache
* WYSIWYG improvements
* New Code macro configuration
* Security improvements
* Performance improvements
* Chart macro improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M1
Thanks
- The XWiki dev team
Hi Thomas,
The commit for this fix was included in 2.4M1, I forgot to close the JIRA
issue :(
I hope it's ok to do it now.
- Asiri
On Wed, Jun 2, 2010 at 10:22 PM, Thomas Mortagne (JIRA) <jira(a)xwiki.org>wrote:
>
> [
> http://jira.xwiki.org/jira/browse/XWIKI-5227?page=com.atlassian.jira.plugin…]
>
> Thomas Mortagne updated XWIKI-5227:
> -----------------------------------
>
> Fix Version/s: 2.4 M2
> (was: 2.4 M1)
>
> > Introduce a temp resource action
> > --------------------------------
> >
> > Key: XWIKI-5227
> > URL: http://jira.xwiki.org/jira/browse/XWIKI-5227
> > Project: XWiki Core
> > Issue Type: Improvement
> > Components: Core
> > Affects Versions: 2.3, 2.2.6
> > Reporter: Asiri Rathnayake
> > Assignee: Asiri Rathnayake
> > Fix For: 2.4 M2
> >
> > Attachments: temp.resource.action.v1.patch,
> temp.resource.action.v2.patch
> >
> >
> > Refer discussion:
> http://xwiki.475771.n2.nabble.com/Introduce-new-tempresource-action-td41252…
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
> http://jira.xwiki.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> _____________________________________________
> From: Sales, G. (Grant)
> Sent: Friday, May 28, 2010 01:43 PM
> To: 'devs(a)xwiki.org'
> Subject: Passing values in HTML
>
> I need to create a form simmilar to what a FAQ does but with more
> values.
> I've built my form in HTML but I can't seem to figure out how to pass
> the values within my table to a newly created page under a specific
> parent with all the values filled in and saved (users need to still be
> able to edit).
>
> The table is simmilar to this. But I've cut out business related
> information and made the form/table smaller (less fields)
>
>
> <html>
> <form>
>
> <table border = "1">
> <tr><th>Number:</th><td><input type = "text" name = "inNum"></td></tr>
> <tr><th>Name:</th><td><input type = "text" name = "inName"></td></tr>
> </table>
>
> <table border = "1">
> <TR><TH rowspan = "6">Requirments</th></tr>
> <td>Business Driver / Need (Description of problem or
> opportunity)</td>
> <td><input type = "text" name = "inDecript">
> </td>
> </tr>
> <tr>
> <td>Driving Organization</td>
> <td><select name="selOrg" >
> <option value= "1">Not Applicable</option>
>
> </select>
> </td>
> </tr>
> <tr>
> <td> Regulations </td>
> <td> <select name="selReg">
> <option value= "1">Not Applicable</option>
> </select>
> </td>
> </tr>
> <tr>
> <td>Policies </td>
> <td> <select name="selPol">
> <option value= "1">Not Applicable</option>
> </select>
> </td>
> </tr>
> <tr>
> <td>Category </td>
> <td><input type="text" name="inCat">
> </td>
> </tr>
> </table>
> </from>
>
>
> Any help would be great, this Xwiki syntax, forms, tables, templates
> and classes have been driving me nuts, there has to be an easy little
> section of code that can let me pass the values off to a new page and
> create the page with table I just made, (copy entire contents of page
> besides the "make new page button" with the fields filled in and
> selected)
>
> Grant Sales
> Security Operations Analyst
> ING
> 20 Washington Ave South
> Minneapolis, MN 55401
> Tel: 612.342.7889
> Fax: 612.342.3428
> Cell: 320.761.0966
> Email: grant.sales(a)us.ing.com
> www.ing-usa.com
> ING. Your future. Made easier. (r)
>
>
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================
The XWiki development team is pleased to announce the release of
XWiki Enterprise and XWiki Enterprise Manager 2.3.1.
This is a bug fix release for the 2.3 branches.
Improvements:
* [XPLUCENE-4] - Index inside of zip files using Lucene
* [XPLUCENE-13] - Ability to rebuild the indexes just for one virtual wiki
* [XPLUCENE-47] - Add ability to index attachments in OpenXML format
* [XPLUCENE-29] - Adding capability to refresh the index without cleaning it
* [XPLUCENE-36] - Lucene search on property level
Important Bugs fixed:
* [XE-651] - RSS feed for search results doesn't work
* [XE-670] - Deleted Documents and Deleted Attachments are not displayed anymore
* [XE-673] - Cannot create a new space from the dashboard
* [XE-675] - Recent Changes appears empty on user profiles when not
logged as advanced user
* [XWIKI-5166] - Guest user rights are not properly tested when tested
from another wiki
* [XWIKI-5133] - The caret jumps at the start of the page when
pressing Enter at the end of a line
* [XWIKI-5175] - NPE in XWikiLDAPUtils#isMemberOfGroup cause
authentication to fail
* [XPWATCHLIST-109] - WatchListClass page saved very often
* [XAADMINISTRATION-125] - Editing a user/group from "XWiki
Preferences > Users/Groups" doesn't work
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise231
and
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM231
Thanks
-The XWiki dev team
Hello devs,
I propose to introduce a security mailing list (security(a)xwiki.org) to
discuss details of security issues.
This list should be private, with only committers and trusted
contributors having read and write access. Anyone who proved his good
intentions on the dev-list and bug tracker should be able to get access
to security-list through the usual vote procedure.
The purpose of this list is to give a safe place to discuss details open
security issues without giving all script kiddies in the world examples
to write exploits. The discussions should be kept on this private list
until the corresponding fix is released.
WDYT?
Alex