To XWiki developers who have committed for 1.0 beta1:
I'd like to close the 1.0 beta 1 branch now that 1.0 beta 1 has been
delivered (and have a 1.0 beta 1 tag). However before doing so I've done a
quick compare of trunk and beta1 branch and I've found the following changes
that are newer in the beta1 branch than in trunk. I'd like to be sure we're
not missing anything in trunk.
Could you please verify that the trunk is ok for these files please? (I've
attached screenshots of diffs to make it easy for you :-))
The left pane in the image represents beta1 and the left one represents
trunk.
Name State Type
Changes Left Time Right Time Relative Directory
------------------------------------------------- -------------
------ ------- -------------- --------------
----------------------------------------------------------------------
Document.java Left Younger Text
~1 18/12/06 12:05 17/12/06 13:49
core/src/main/java/com/xpn/xwiki/api
IndexUpdater.java Left Younger Text
+3 18/12/06 12:04 17/12/06 13:49
core/src/main/java/com/xpn/xwiki/plugin/lucene
editor_template.js Left Younger Text
+11 ~53 18/12/06 12:14 18/12/06 10:44
web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor
image.htm Left Younger Text
+12 18/12/06 12:14 18/12/06 10:44
web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor
image.js Left Younger Text
+6 ~2 18/12/06 12:14 18/12/06 10:44
web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts
attachments.js Left Younger Text
+12 ~29 18/12/06 12:14 18/12/06 10:44
web/standard/src/main/webapp/wiki_editor_2/plugins
Thanks
-Vincent
I don't know what are the proper Affects/Fix for fields for this issues,
since it is a general issue we should all keep in mind.
---------- Forwarded message ----------
From: Sergiu Dumitriu (JIRA) <jira(a)xwiki.org>
Date: Dec 29, 2006 1:05 AM
Subject: [xwiki-commits] [Issue] Created: (XWIKI-632) Minimize the number of
build warnings
To: xwiki-commits(a)objectweb.org
Minimize the number of build warnings
-------------------------------------
Key: XWIKI-632
URL: http://jira.xwiki.org/jira/browse/XWIKI-632
Project: XWiki
Issue Type: Improvement
Components: Core
Affects Versions: 1.0 B2, 1.0 RC1, 1.0, 1.1, 2.0
Reporter: Sergiu Dumitriu
Priority: Minor
Fix For: 1.0 B2, 1.0 RC1, 1.0, 1.1, 2.0
In time, a lot of warnings have slipped into XWiki: using deprecated API,
unused variables, possible null values, private unused fields/methods,
unnecessary cast, unused imports...
When reworking a piece of code, or a full class, also keep in mind that the
number of warnings should be minimized.
--
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
--
You receive this message as a subscriber of the
xwiki-commits(a)objectweb.orgmailing list.
To unsubscribe: mailto:xwiki-commits-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi
for boolean, the class editor presents 3 last fields.
Form type (radio button, check box): ok
Display Type: I don't get this one
Default: I don't get this one ; I tried false/No/no but I always get a parsing
error.
Could you give some explanations on these last 2 fields?
Thank you.
Marc
I could not register to xwiki-announce from
http://forge.objectweb.org/mail/?group_id=170.
ERROR MSG:
<xwiki-announce-subscribe(a)objectweb.org>: host
cvs.objectweb.org[194.199.16.17]
said: 550 Unknown local part xwiki-announce-subscribe in
<xwiki-announce-subscribe(a)objectweb.org> (in reply to RCPT TO command)
When using the "wizard", in ClassSheet the link to edit the class points
to: ....NewClass?xpage=editclass which is then redirected
to ....NewClass?editor=class.
The problem is that the right menu does not appear automatically when landing
in the ...editor=class page.
On the contrary it is there when using the top menu "edit>Class" which points
directly to the ...editor=class page.