Hi,I want to download the code of stable-3.5 version from https://github.com/xwiki ,but they're all snapshop-3.5 version which is shown in pom.xml ,why? Is it ok?
Right now on an empty wiki you have all the rights except "delete"
(and register).
So this means that you have "admin" right but you don't have "delete" rights...
This does not make much sense and I anyway I don't see why delete has
this special rule.
Any idea ?
Here is my +1 to remove the special handling of "delete" default right.
--
Thomas Mortagne
Hi devs,
I noticed that we don't have a standard rule for naming component hints.
So far we have:
A) nestedscriptmacrovalidator -> concatenated word list
B) extension.cluster -> dot separated word list
C) CommentEventGeneratorListener -> CamelCase word list
D) legacyEventDispatcher -> camelCase with lowercase first letter
E) componentManagerBridge -> same, but getName returns the space
separated version
F) document-content-annotation-updater -> dash separated word list, but
getName returns the CamelCase version
G) register-macros-on-import -> same, but an active voice is used instead
There are probably other versions as well, I just looked at
EventListener implementations.
So, which one should we use?
Personally I'd vote for F)
Second vote: For EventListeners, should the getName() always return the
same thing as the component hint, or return a more user friendly
description? If we're returning a different thing, then we could return
a space separated description.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
If I build my project on Xwiki, I just want to use some of the modules ,
page editing ,for example . How can I do that ,Do I need to build all the
source in Xwiki platform .
Hi devs,
It's time to prepare the roadmap for 4.0. I know we haven't defined the Theme for 4.x yet but we've started the user survey at http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2012 and we need to wait a bit to get some relevant feedback. I'll get a summary of what we have so far in a few days.
After having brainstormed with some of you here's what I have found so far below for 4.0 (Caleb, Denis, I haven't put your items below since I wasn't sure what you'd like to work on so please free to add them yourself in reply).
If you have your name mentioned below please confirm that you can do it for 4.0 in the defined time frame.
If you wish to do some other stuff please add them in reply.
After a few days I'll move this on xwiki.org as our official roadmap for 4.0.
Dates
=====
- 4.0M1: 12 March 2012
- 4.0M2: 26 March 2012
- 4.0RC1: 9 April 2012
- 4.0 Final: 16 April 2012
Items
=====
* App Within Minutes improvements - Assignee: Marius
- Marius can you list specific items in some priority order?
* Extension Manager improvements - Assignee: Thomas and Marius (UI)
- Thomas can you list specific items in some priority order too?
- One that I know of is improved XAR merging and a nice UI for it
- One nice goal to have for 4.0 and 4.1 (I think we need 2 releases) is: "Be able to upgrade a XWiki Farm in 5 minutes". This is without the WAR upgrade, only the XAR part. This means upgrading the default XE and any installed extensions, for XE and for a farm.
* Hidding Technical Content (especially on Home Page) - Assignee: Jean-Vincent and Vincent
- My idea is to implement http://markmail.org/thread/jupn22fdk4nnqj6p but we need to brainstorm with JV and we'll send a proposal on the list soon about it
* Getting Started Guide on XE/XEM Home page - Assignee: Jean-Vincent
- JV to make a proposal to the list
* LDAP Admin UI - Assignee: Jerome Velociter
* Various Important JIRAs to fix:
- Backend Stuff
-- Page creation date should be the date of the installation - XWIKI-7058
-- Reduce the likelihood of having duplicate (hibernate) id for different documents and objects - XWIKI-6990
-- When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. - XWIKI-6951
-- Deleted attachments duplication in recycle bin while File Storage is on - XWIKI-6917
-- Renaming a page should also rename the title of it - XWIKI-6743
-- Be able to rename a space from the UI - XWIKI-6722
-- Problems displaying the correct attachment version when using a proxy - XWIKI-6569
-- Performance of blog category panel is still not enough - XWIKI-6363
-- Change stylesheet and javascript extension filename when a modification is done on those - XWIKI-6073
-- Auto-create Space.WebHome when creating a page in an underfined space - XWIKI-5399
-- OpenOffice Issues on Windows (bug) Jira to be created - XWIKI-7510
-- OpenOffice automatic connection to external daemon - XWIKI-7509
- Frontend stuff
-- Add more/all configuration parameters in the wiki administration - XWIKI-7066
-- Log-in automatically on registration - XWIKI-6892
-- Limit dragable width of textareas in FF4 and Chrome - XWIKI-6304
-- WebSearch should only display spaces with view right - XWIKI-6227
-- Auto-suggest doesn't work for global users - XWIKI-6207
-- Activity Stream doesn't show Image Profile change - XWIKI-5930
-- Cannot filter using "/" on a Date column in the livetable - XWIKI-5889
-- Better placement of the documentation link - XE-1031
-- New XWiki Syntax Guide - XE-880
-- Occasionally the livetable fails to load on index pages XE-844
-- Add option to 'show more entries' on displaying the Activity Stream XE-748
-- Timezone Setting by User - Jira to be created
* Investigations:
- Home Page Changes Proposals - Assignee: Caty and JV
- Search Investigation (Improvements to current or SOLR) - Assignee: Need volunteer
Thanks
-Vincent
Hi devs,
Based on the work done by Anca and Sorin doring the XWiki 2011 Seminar
Hackaton, I`ve made the following pull request [1] to integrate their work
with minor changes.
A summary of the changes contained by the pull request are described in the
jira issue [2].
The problem at the current stage, as Jerome also hinted, is that we need to
do a migration script to make the existing annotations (in an upgrade
scenario) use the XWikiComments class instead so that they can be picked up
by commentsinline.vm. However, this might lose the possibility to provide
custom annotations.
An alternative would be to make commentsinline.vm use the annotation
service and handle and retrieve both Annotation and XWikiComment objects.
This way, the current annotations should need no migration script since
they are using a class configured in the AnnotationConfig page that the
annotation service knows how to handle.
WDYT?
Thanks,
Eduard
----------
[1] https://github.com/xwiki/xwiki-platform/pull/34
[2] http://jira.xwiki.org/browse/XWIKI-7540
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.5.
This is a stabilization release that brings many improvements to the
Extension Manager, a new macro for displaying documents in a live
table and quite a few bug fixes. XWiki Enterprise 3.5 is the last
major release of the 3.x development cycle (there will still be bugfix
releases on the 3.5.x branch, if needed). The next major release is
going to be 4.0.
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team
I have read most of the document offered by thie Xwiki site,but I still
don't know how to build my project .If I want to write my own projects
completely ,what do I need at least?
I am sorry that Englist is not my native language ,I hope I have deliver
what I want to say to you .
A suggest: Download the source is really difficult for a new comer,can we
sugges a convient way ?
BEST WISHES FOR YOU !