Hello All,
Through Velocity, is it possible to find whether we are in the "Edit" mode
of the document or "View" mode ?
Actually, I wanted to make few changes in the content of the document when
its in View mode. So if I could know the mode of the document, I could just
use some if/else statement.
Thanks in advance for the help.
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/Find-current-mode-of-the-document-through…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
The proposal is straightforward, add a method which allows for getting multiple entities at once.
List<T> getEntities(T entityType, List<EntityReference> references)
The reason for wanting to have a bulk getter is because optimizations can be made at the database
level and there are a number of places where multiple documents are loaded at once eg: panels.
For the moment I intend to use an if statement to determine what it's getting and load each of the
entities using the current loader. As usage increases I will begin looking at ways to bulk load.
WDYT?
Caleb
Be advised that deploying on JBoss 5 has an issue in using jython scripts.
I created a patch to fix the problem and submitted it to jython
development to be implemented. That issue can be viewed at
http://bugs.jython.org/issue1639.
In short, the problem is that JBoss 5 introduced the vfszip protocol for
jar files which prefixes "SomeJarFileClass.class.getName()" with
"vfszip:" versus "jar:file:" (which happens in containers like Tomcat) and
jython uses the latter string to obtain the jar filename in order to
produce a classpath for jython. That classpath would point to the jar file
for python modules, like re.py. When using a macro, like the code macro,
you get the error, "ImportError: No module named re".
I made a personal fix by applying the patch to jython 2.5.1 source (the
patch provided to jython maintainers is for version 2.5.2b1, but might
work) and performed a build up to the point where the class
PySystemState.class was created. I then did jar -uvf jython...
org/python/core/PySystemState.class to update that one class. As a side
effect of that command (I guess) I then also had to include jna-posix.jar
from the extlibs directory of the jython distro. in xwiki's lib directory.
Let me know if you have questions by e-mailing directly (if that's an
option). I may not be monitoring this list much longer. I just wanted to
let people know about this.
Hello,
How does XWiki capture mouse events? For example in annotations, you can
select text and a pop-up menu appears. What code captures the text
highlighting and causes a popup to appear? Is it done in javascript or in
the java plugin?
-Melanie
Hello,
Can someone please give me commit rights for the calendar application?
See http://jira.xwiki.org/jira/browse/XACALENDAR-14 (I attached a
patch there, but I would like to be able to commit).
Thank you,
Raluca.
Hi,
I'm near to finish my MediaWiki2XWiki migration "toolkit".
I've developed such, to migrate our homegrown MediaWiki installation
to XWiki.
The footprint of our Wiki is about 230 pages with around 570
attachments.
This will end up in round about 150MB of data. Not that big,
but to much to migrate it manually ;-)
I'm dumping the MediaWiki content (exported XML) into wikimodel
and wrote a XWiki/2.0 serializer. After resolving all templates
and downloading the attachments, they get renamed to fit the XWiki
rules.
Afterwards they are uploaded automatically (including all files and
images)
to your XWiki instance.
The process is splitted into two steps: "extraction and preparation"
and "uploading". Everyone with some basic skills in Java and Eclipse
can use this "toolkit".
But it doesn't claim to be an end user ready to use product ;-)
I want to contribute it to your XWiki Code section (apache license).
Any doubts from your side or I'm free to do so?
Regards
Martin
Hi there,
it seems, that some of you XWiki developers are also committers
for the wikimodel project hosted on Google Code.
I've added some small patches there and some more patches are queued
in my workspace but are almost twisted to much with the posted ones.
Cause I want to avoid huge monster patches I pleasantly want
to ask if anyone could commit them please?
Thanks & Regards
Martin
PS: Sorry for offtopic disturbing.
After determining that the database gets worked pretty hard on start-up, I decided to add an error log to the
XWikiHibernateStore.loadXWikiDoc command to see what was actually being loaded. I fed the result to sed and
converted it into the following:
Maybe things would go faster if lucene were made hold off for the first few minutes or pause for some number
of milliseconds between page loads.
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiGlobalRights
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiPreferences
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.JavaScriptExtension
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.StyleSheetExtension
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.AggregatorURLClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.FeedEntryClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.SchedulerJobClass
[Lucene Index Rebuilder] ColorThemes.ColorThemeClass
[Lucene Index Rebuilder] ColorThemes.Nature
[Lucene Index Rebuilder] Blog.BlogClass
[Lucene Index Rebuilder] Blog.WebHome
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.WatchListJobClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiRights
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Scheduler.WatchListWeeklyNotifier
[Lucene Index Rebuilder] XWiki.XWikiSkins
[Lucene Index Rebuilder] XWiki.DefaultSkin
[Lucene Index Rebuilder] XWiki.TagClass
[Lucene Index Rebuilder] XWiki.WebPreferences
[Lucene Index Rebuilder] XWiki.OfficeImporterAdmin
[Lucene Index Rebuilder] Stats.Referrer
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Scheduler.WatchListDailyNotifier
[Lucene Index Rebuilder] Panels.PanelClass
[Lucene Index Rebuilder] Panels.TagCloud
[Lucene Index Rebuilder] AnnotationCode.Settings
[Lucene Index Rebuilder] IRC.IRCArchiveClassTemplate
[Lucene Index Rebuilder] XWiki.WatchListClass
[Lucene Index Rebuilder] Blog.CategoryClass
[Lucene Index Rebuilder] Blog.Personal
[Lucene Index Rebuilder] XWiki.AdminExportSheet
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Scheduler.WatchListHourlyNotifier
[Lucene Index Rebuilder] Stats.WebPreferences
[Lucene Index Rebuilder] Stats.Visit
[Lucene Index Rebuilder] XWiki.WikiMacros
[Lucene Index Rebuilder] Main.WebSearch
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.Mail
[Lucene Index Rebuilder] IRC.IRCBot
[Lucene Index Rebuilder] Blog.Archive
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiUsers
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiGroups
[Lucene Index Rebuilder] XWiki.LiveTableResultsMacros
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiGroupTemplate
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.XWikiComments
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.SheetClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.WikiMacroClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.WikiMacroParameterClass
[Lucene Index Rebuilder] XWiki.ConfigurableClass
[Lucene Index Rebuilder] XWiki.SearchAdmin
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Sandbox.WebHome
[Lucene Index Rebuilder] XWiki.ResetPasswordRequestClass
[Lucene Index Rebuilder] ColorThemes.WebHome
[Lucene Index Rebuilder] Main.TestPage
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Sandbox.WebPreferences
[Lucene Index Rebuilder] Main.WebRss
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Main.WebHome
[Lucene Index Rebuilder] Sandbox.TestPage2
[Lucene Index Rebuilder] Panels.NewPage
[Lucene Index Rebuilder] XWiki.XWikiAllGroup
[Lucene Index Rebuilder] XWiki.WebHome
[Lucene Index Rebuilder] Panels.Shortcuts
[Lucene Index Rebuilder] Main.Tags
[Lucene Index Rebuilder] Stats.Style
[Lucene Index Rebuilder] Stats.CurrentYearActivity
[Lucene Index Rebuilder] Panels.PanelWizard
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.Admin
[Lucene Index Rebuilder] ColorThemes.DefaultColorTheme
[Lucene Index Rebuilder] XWiki.AdminRegistrationSheet
[Lucene Index Rebuilder] Main.Spaces
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] ColorThemes.WebPreferences
[Lucene Index Rebuilder] AnnotationCode.Script
[Lucene Index Rebuilder] XWiki.RegistrationHelp
[Lucene Index Rebuilder] Blog.RecentPostsPanel
[Lucene Index Rebuilder] XWiki.Registration
[Lucene Index Rebuilder] XWiki.AdminPresentationSheet
[Lucene Index Rebuilder] XWiki.AdminInlineSheet
[Lucene Index Rebuilder] Stats.Activity
[Lucene Index Rebuilder] Main.RssFeeds
[Lucene Index Rebuilder] IRC.IRCBotlet
[Lucene Index Rebuilder] Invitation.InvitationMailClass
[Lucene Index Rebuilder] XWiki.XWikiUserWatchListSheet
[Lucene Index Rebuilder] Main.SpaceIndex
[Lucene Index Rebuilder] XWiki.AdminProgrammingSheet
[Lucene Index Rebuilder] AnnotationCode.AnnotationClass
[Lucene Index Rebuilder] AnnotationCode.AnnotationConfig
[Lucene Index Rebuilder] XWiki.TemplateProviderSheet
[Lucene Index Rebuilder] Stats.MostEditedPages
[Lucene Index Rebuilder] XWiki.Treeview
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Panels.QuickLinks
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Panels.WebPreferences
[Lucene Index Rebuilder] XWiki.AllAttachmentsResults
[Lucene Index Rebuilder] IRC.IRCArchiveClass
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] Panels.MyRecentModifications
[Lucene Index Rebuilder] IRC.sandboxArchive20100810
[Lucene Index Rebuilder] XWiki.ForgotUsername
[Lucene Index Rebuilder] Blog.Other
[Lucene Index Rebuilder] Blog.UnpublishedPanel
[Lucene Index Rebuilder] Panels.Tags
[Lucene Index Rebuilder] XWiki.ObjectSheet
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] XWiki.WebDAV
[Lucene Index Rebuilder] XWiki.ResetPasswordMailContent
[http://127.0.0.1:8081/xwikiTrunk/bin/view/Sandbox/] AnnotationCode.Style
[Lucene Index Rebuilder] Panels.ClassSwitcher
[Lucene Index Rebuilder] XWiki.SearchCode
[Lucene Index Rebuilder] XWiki.AdminGroupsSheet
[Lucene Index Rebuilder] Panels.RightsEditorWelcome
[Lucene Index Rebuilder] Invitation.InvitationMembersCommon
[Lucene Index Rebuilder] Stats.LeastActiveContributors
[Lucene Index Rebuilder] Panels.AddClassProperty
[Lucene Index Rebuilder] AnnotationCode.Tab
[Lucene Index Rebuilder] Scheduler.WebPreferences
[Lucene Index Rebuilder] ColorThemes.Nightfall
[Lucene Index Updater] XWiki.SchedulerJobClass
[Lucene Index Updater] ColorThemes.Nature
[Lucene Index Rebuilder] XWiki.AdminSheet
[Lucene Index Updater] XWiki.WatchListJobClass
[Lucene Index Updater] Scheduler.WatchListWeeklyNotifier
[Lucene Index Updater] Blog.BlogClass
[Lucene Index Updater] Blog.WebHome
[Lucene Index Updater] XWiki.OfficeImporterAdmin
[Lucene Index Rebuilder] XWiki.AllAttachments
[Lucene Index Rebuilder] XWiki.AdminFieldsDisplaySheet
[Lucene Index Rebuilder] XWiki.SearchConfigClass
[Lucene Index Rebuilder] Panels.GlobalRightsEditorWelcome
[Lucene Index Rebuilder] XWiki.XWikiUserSheet
[Lucene Index Rebuilder] XWiki.TemplateProviderClass
[Lucene Index Rebuilder] Panels.Members
[Lucene Index Rebuilder] XWiki.XWikiUserPreferencesSheet
[Lucene Index Rebuilder] IRC.Admin
[Lucene Index Rebuilder] Panels.Navigation
[Lucene Index Rebuilder] XWiki.AdminTemplatesSheet
[Lucene Index Rebuilder] Panels.ClassEditorWelcome
[Lucene Index Rebuilder] Blog.ArchivePanel
[Lucene Index Rebuilder] XWiki.XWikiUserTemplate
[Lucene Index Rebuilder] XWiki.WatchListRss
[Lucene Index Rebuilder] XWiki.Tableview
[Lucene Index Rebuilder] Panels.PanelTemplate
[Lucene Index Rebuilder] Panels.OrphanedPages
[Lucene Index Rebuilder] XWiki.ClassSheet
[http://127.0.0.1:8081/xwikiTrunk/bin/download/Sandbox/WebHome/XWikiLogo.png] Sandbox.WebHome
[Lucene Index Rebuilder] Panels.Spaces
[Lucene Index Rebuilder] Invitation.InvitationMemberActions
[Lucene Index Rebuilder] Sandbox.TestPage3
[Lucene Index Rebuilder] Panels.RightsTips
[Lucene Index Rebuilder] XWiki.XWikiGroupSheet
[Lucene Index Rebuilder] XWiki.ConfigurableClass
[Lucene Index Rebuilder] Invitation.WebHome
[Lucene Index Rebuilder] Panels.WebPreferences
[Lucene Index Rebuilder] Panels.Recently Created
[Lucene Index Rebuilder] XWiki.AccountValidation
[Lucene Index Rebuilder] Main.TagsRss
[Lucene Index Updater] Stats.Referrer
[Lucene Index Rebuilder] Stats.CurrentMonthActivity
[Lucene Index Updater] Panels.TagCloud
[Lucene Index Rebuilder] XWiki.XWikiUserWatchListLiveTableResults
[Lucene Index Updater] IRC.IRCArchiveClassTemplate
[Lucene Index Rebuilder] ColorThemes.BlueSky
[Lucene Index Updater] Scheduler.WatchListDailyNotifier
[Lucene Index Rebuilder] Main.Search
[Lucene Index Updater] XWiki.WatchListClass
[Lucene Index Updater] Blog.CategoryClass
[Lucene Index Updater] Blog.Personal
[Lucene Index Updater] XWiki.AdminExportSheet
[Lucene Index Rebuilder] IRC.IRCBot
[Lucene Index Updater] Stats.WebPreferences
[Lucene Index Updater] Stats.Visit
[Lucene Index Rebuilder] IRC.IRCBotlet
[Lucene Index Updater] Scheduler.WatchListHourlyNotifier
[Lucene Index Rebuilder] IRC.JiraBotlet
[Lucene Index Updater] XWiki.WikiMacros
[Lucene Index Updater] Main.WebSearch
[Lucene Index Rebuilder] IRC.WikiNewsBotlet
[Lucene Index Rebuilder] IRC.IRCConfig
[Lucene Index Rebuilder] XWiki.LuceneSearchAdmin
[Lucene Index Rebuilder] AnnotationCode.CreateForm
[Lucene Index Rebuilder] Panels.Recently Modified
[Lucene Index Rebuilder] AnnotationCode.DisplayForm
[Lucene Index Rebuilder] Panels.WebHome
[Lucene Index Rebuilder] Invitation.WebPreferences
[Lucene Index Rebuilder] XWiki.ClassTemplate
[Lucene Index Rebuilder] XWiki.XWikiClasses
[Lucene Index Rebuilder] XWiki.WebDAV
[Lucene Index Rebuilder] Panels.CreatePanel
[Lucene Index Rebuilder] XWiki.TemplateProviderTemplate
[Lucene Index Rebuilder] XWiki.TagCloud
[Lucene Index Updater] Blog.Archive
[Lucene Index Updater] XWiki.LiveTableResultsMacros
[http://127.0.0.1:8081/xwikiTrunk/bin/get/Sandbox/WebHome?xpage=xpart&vm=com…] Main.WebHome
[Lucene Index Rebuilder] Panels.MyRecentModifications
[Lucene Index Rebuilder] Panels.PanelLayoutUpdate
[Lucene Index Rebuilder] Panels.ObjectEditorWelcome
[Lucene Index Updater] XWiki.SearchAdmin
[Lucene Index Rebuilder] XWiki.Results
[Lucene Index Rebuilder] IRC.IRCArchiveClassSheet
[Lucene Index Rebuilder] XWiki.XWikiGroups
[Lucene Index Rebuilder] Main.DatabaseSearch
[Lucene Index Rebuilder] Panels.IncludedDocuments
[Lucene Index Rebuilder] Panels.DocumentInformation
[Lucene Index Updater] XWiki.ResetPasswordRequestClass
[Lucene Index Rebuilder] Panels.Backlinks
[Lucene Index Updater] ColorThemes.WebHome
[Lucene Index Updater] Main.TestPage
[Lucene Index Rebuilder] Main.RecentChanges
[Lucene Index Updater] Main.WebRss
A bunch more Lucene index rebuilder/updater calls run afterword.
The paste of the log which this list was generated from: http://pastebin.com/j6U0MLc0
Caleb
I wanted to give a heads up to the list that I intend to add configuration for xwiki-crypto to the xwiki.properties
file. If nobody has a complaint or correction/improvement, I'll add this in tomorrow.
The configuration will read as follows:
#-------------------------------------------------------------------------------------
# Cryptographic services
#-------------------------------------------------------------------------------------
#-# [Since 2.5M1]
#-# Which cipher should be used for encrypting text with a password.
#-#
#-# Options are:
#-# CAST5PasswordCiphertext (Uses CAST-5 cipher engine with a 128 bit key)
#-# AESPasswordCiphertext (Uses AES cipher engine with a 128 bit key)
#-#
#-# NOTE: Encrypted text can still be decrypted even if the cipher or key function has changed.
#-#
#crypto.passwd.passwordCiphertext = CAST5PasswordCiphertext
#-# [Since 2.5M1]
#-# Which key derivation function to use.
#-# Since the easiest attack on password encrypted text is to guess passwords, this function ensures that verification
#-# of a password takes a long time for the computer and is inherently difficult to parallelize.
#-#
#-# Options are:
#-# ScryptMemoryHardKeyDerivationFunction (Uses the scrypt key function which forces password guessers to expend a
#-# a configurable amount of processor time and memory to validate guesses
#-# Scrypt is conjectured to be 260 times the strength of PBKDF2
#-# Function definition available here: http://www.tarsnap.com/scrypt.html)
#-# PBKDF2KeyDerivationFunction (Uses password based key derivation function 2 (PBKDF2) developed by RSA labs as part
#-# of the PKCS#5 standard. This function uses a configurable amount of processor time
#-# but an insignificant amount of memory.
#-# Function definition available here: http://www.apps.ietf.org/rfc/rfc2898.html#sec-5.2)
#-#
#crypto.passwd.keyDerivationFunctionClassForEncryption = ScryptMemoryHardKeyDerivationFunction
#-# [Since 2.5M1]
#-# Define the properties for initializing the dey derivation functions for encryption.
#-#
#-# millisecondsOfProcessorTimeToSpend is used to test run the key function and decide how many iterations it should
#-# use. Remember this amount of time will be required to convert the password to
#-# the decryption key every time the text needs to be decrypted.
#-# numberOfKilobytesOfMemoryToUse will be ignored unless a memory hard function such as scrypt is chosen in which
#-# case it will be used to define how much memory should be required to derive the
#-# decryption key from the password.
#-#
#-# CAUTION: If numberOfKilobytesOfMemoryToUse is set too large, the computer may be able to encrypt a piece of text
#-# when it has lots of free memory available, then be unable to decrypt that text when less memory is
#-# available. Unless you are very paranoid, 1 megabyte (1024) is plenty of strength.
#-#
#crypto.passwd.keyDerivationFunctionPropertiesForEncryption = millisecondsOfProcessorTimeToSpend = 200
#crypto.passwd.keyDerivationFunctionPropertiesForEncryption = numberOfKilobytesOfMemoryToUse = 1024
#-# [Since 2.5M1]
#-# Which key derivation function to use for protecting (hashing) passwords.
#-# Options include:
#-# ScryptMemoryHardKeyDerivationFunction (See above for more information)
#-# PBKDF2KeyDerivationFunction (See above for more information)
#-#
#crypto.passwd.keyDerivationFunctionClassForPasswordVerification = ScryptMemoryHardKeyDerivationFunction
#-# [Since 2.5M1]
#-# Properties to use when initializing key derivation functions for password protection.
#-#
#-# millisecondsOfProcessorTimeToSpend (See above for description.)
#-# numberOfKilobytesOfMemoryToUse (See above for description.)
#-# derivedKeyLength is the number of bytes of length which the output key should be. In a password verification
#-# context, this is only valid for decreasing the chance of a collision.
#-#
#-# CAUTION: If numberOfKilobytesOfMemoryToUse is set too large, the computer may be able to protect a password
#-# when it has lots of free memory available, then be unable to validate that password when less memory is
#-# available. Unless you are very paranoid, 1 megabyte (1024) is plenty of strength.
#-#
#crypto.passwd.keyDerivationFunctionPropertiesForPasswordVerification = millisecondsOfProcessorTimeToSpend = 200
#crypto.passwd.keyDerivationFunctionPropertiesForPasswordVerification = numberOfKilobytesOfMemoryToUse = 1024
#crypto.passwd.keyDerivationFunctionPropertiesForPasswordVerification = derivedKeyLength = 32
Caleb
----- "Asiri Rathnayake" <asiri.rathnayake(a)gmail.com> wrote:
> Hi,
>
> On Wed, Aug 11, 2010 at 9:10 PM, Ecaterina Valica <valicac(a)gmail.com>
> wrote:
>
> > I think is a good idea to have code names for the releases, but I'm
> not so
> > sure about "cocktail names".
> >
>
> +1
>
> I'm also not sure if cocktail names are very catchy, may be we should
> go for
> a scheme that is commonly understood everywhere in the world (i
> personally
> don't know what different cocktails are out there). May be planets,
> elements
> of periodic table, different gems, etc. etc.
If everybody can understand it, then it's not a good code name ;)
More seriously, I think it does not matter if people understand it or not. Personally I don't know what a Warty
Warthog is, but if it raises curiosity in me and makes me dig it, then I'll learn something and everybody wins :)
For me the cocktail thing is a good scheme because it has a story behind it.
Jerome.
>
> - Asiri
>
>
> >
> > The only other naming convention we have is skin names:
> >
> >
> http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices#HUsingbi…
> >
> > Also not so sure that should be decided just by the release manager
> (there
> > is quite a small list of people that do releases)
> >
> > Thanks,
> > Caty
> >
> >
> >
> > > Le 11 août 2010 à 17:17, Jerome Velociter <jerome(a)xwiki.com> a
> écrit :
> > >
> > > > Hello friends,
> > > >
> > > > I would like to propose introducing the use of code names for
> each
> > > release cycle of XWiki (2.x, 3.x, etc.), using a agreed-on scheme
> (a la
> > > Ubuntu [1]). The main reason behind this proposal is that :
> > > >
> > > > A. it's groovy :)
> > > > B. there is no B.
> > > >
> > > > As for the code name scheme, with regard to recent events
> involving a
> > > fair portion of the XWiki Development team [2], I would like to
> propose
> > the
> > > use of cocktail names as code names. Some examples - for the sake
> of
> > > illustration : XWiki "Cuba Libre" 2.5, XWiki "White Russian" 2.6,
> XWiki
> > > "Bloody Mary" 3.0, etc. you name it! [3]. Virgin cocktails
> tolerated :)
> > > >
> > > > The release manager for each cycle would have the honor to pick
> up the
> > > release code name. Isn't that an awesome incentive ?
> > > >
> > > > +1 for all that
> > > >
> > > > Jerome.
> > > >
> > > > [1] https://wiki.ubuntu.com/DevelopmentCodeNames
> > > > [2]
> http://www.xwiki.com/xwiki/bin/view/Blog/XWiki+Seminar'10<http://www.xwiki.com/xwiki/bin/view/Blog/XWiki+Seminar%2710>
> > <http://www.xwiki.com/xwiki/bin/view/Blog/XWiki+Seminar%2710>
> > > > [3] http://en.wikipedia.org/wiki/List_of_cocktails
> > > > _______________________________________________
> > > > devs mailing list
> > > > devs(a)xwiki.org
> > > > http://lists.xwiki.org/mailman/listinfo/devs
> > > _______________________________________________
> > > devs mailing list
> > > devs(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/devs
> > >
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs