Hi,
In the 3.0 Roadmap we had an investigation for the "App within minute"
feature, which Thibaut Camberlin volunteered to work on.
I've reviewed his work and we now have something ready for review by the
community.
When using XWiki for development of form based application what I and
others have found out, is that it's incredibly fast to create a simple
application when you know which steps to perform (create a class, create
a sheet, create a template, create a livetable, etc..). Quite quickly
you have a functionnal application.
The objective of "App within minute" is to bring XWiki Application
development to non technical users of XWiki. We want to allow an XWiki
administrator to create a simple form based application in just a few
minutes without to have to "know" the steps but simple by following
simple configuration screens.
Here is the proposal and an associated action plan:
http://dev.xwiki.org/xwiki/bin/view/Design/ApplicationWithinMinutes
The next steps are:
- review by the community
- UI proposals by Caty
Please send your feedback on the review so that Caty's work on the UI
can be planned.
Thanks
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi devs,
I've added document rights requirements information in documents that
needs PR or "edit" in http://jira.xwiki.org/jira/browse/XE-832
I would like to go further and achieve the full vision discussed in
the thread at http://xwiki.markmail.org/thread/ercuqiby2oydl2ev, so
including a administration UI to offer to check and fix the status of
requirements : http://jira.xwiki.org/jira/browse/XAADMINISTRATION-232
I see 3 options where to put such an UI :
1) In the "programming" section.
2) In a new section "document rights" under an existing group, like Content
3) In a "document rights" section under a new group called "Sanity"
I don't like 1) too much because it's not really about programming
only since it can concern document that require the "edit" right, not
the PR.
I tend to prefer 3). There is another issue that could go under that
group later on :
http://jira.xwiki.org/jira/browse/XAADMINISTRATION-222 (about
displaying cache statistics / warnings)
WDYT ?
Jerome
On Mar 4, 2011, at 12:26 PM, mflorea (SVN) wrote:
> Author: mflorea
> Date: 2011-03-04 12:26:51 +0100 (Fri, 04 Mar 2011)
> New Revision: 35129
>
> Modified:
> platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java
> platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/api/XWiki.java
> platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/XWikiTest.java
> Log:
> XWIKI-3961: Copy feature does not require the proper rights
> * Fixed rights check.
> * Removed deprecated copyDocument methods.
[snip]
> /**
> + * The object used to serialize entity references into strings. We need it because we have front APIs that work with
> + * entity references but have to call older, often internal, methods that still use string references.
> + */
> + @SuppressWarnings("unchecked")
> + private EntityReferenceSerializer<String> defaultStringEntityReferenceSerialzier =
typo: Serializer
-Vincent
Hi devs,
I've started creating the top level commons project and I started moving the top level pom module in there.
However that modules requires 2 build tools: license (adds copyright license info to jars) and verifications (checkstyle).
We need to decide where we put these 2 build tools.
I can think of 3 solutions:
Solution 1
========
* Create a top level tools project in which each tool is released separately (and thus have a separate jira project)
Solution 2
========
* Put them in commons/trunk/xwiki-common-tools/
* Use the same JIRA project for everything in commons/ (ie same release cycles)
* Note: we'll have a JIRA component for each module in commons/
Solution 3
========
* Have commons/xwiki-common-tools/trunk(branches/tags) and commons/xwiki-common-modules/trunk(branches/tags)
* Use 1 JIRA for commons/xwiki-common-modules/ and one JIRA per tool in commons/xwiki-common-tools/
* Don't provide a commons/pom.xml file (since otherwise it would be unversionned)
* Note: for artifactIds I'd suggest to not show the "modules" part in the name, i.e. xwiki-commons--component-api, and not xwiki-commons-module-component-api
I'm hesitating between solutions 2 and 3.
Solution 2 is the simplest of all. It just means all common is released together.
WDYT?
If you don't have any idea I'll just pick the one I think is best. We need to progress since the release is for Monday.
Thanks
-Vincent
In the 3.0 roadmap there was the following investigations planned (a bit
ambitious):
- App within minute - Investigation (thibaut, gregory)
- Improved page loading - Investigation - (nobody)
- IE6 support drop - Investigation (Greg + Ciprian ?)
- Icon theme editor - Investigation (Greg + Caty ?)
- LDAP admin section - Investigation (Greg + Thomas ?)
- XEM HomePage& Workspace - Investigation (Greg + Fabio + Caty ?)
The current status is that:
A proposal has been just sent for:
- App within minute - Investigation (thibaut, gregory)
There was a commit for a simple LDAP admin section by Jerome in 3.0 but no investigation:
- LDAP admin section - Investigation (Greg + Thomas ?)
If I'm correct, nothing yet has been done for:
- Improved page loading - Investigation - (nobody)
- IE6 support drop - Investigation (Greg + Ciprian ?)
- Icon theme editor - Investigation (Greg + Caty ?)
- XEM HomePage& Workspace - Investigation (Greg + Fabio + Caty ?)
I will try to work a bit on
- Improved page loading - Investigation - (nobody)
- XEM HomePage& Workspace - Investigation (Greg + Fabio + Caty ?)
before the 3.0 cycle is over (very soon) and I suggest will include all of them in the review for the 3.1 roadmap.
I don't think we will keep as many investigations as we need to make sure we achieve the objectives we set.
Feedback welcome
Thanks
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
fyi
-Vincent
Begin forwarded message:
> From: Benjamin Bentmann <bentmann(a)apache.org>
> Date: March 4, 2011 1:06:46 AM GMT+01:00
> To: announce(a)apache.org
> Subject: [ANN] Apache Maven 3.0.3 Released
>
> The Maven team is pleased to announce the release of Apache Maven 3.0.3
>
> Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here:
>
> http://maven.apache.org/
>
> Downloads of source and binary distributions are listed in our download section:
>
> http://maven.apache.org/download.html
>
> A major goal of Maven 3.0.x is to be compatible, to the extent possible, with existing plugins and projects designed for Maven 2.x. Users interested in upgrading to 3.x should have a glance at the compatibility notes for known differences between Maven 3.0 and Maven 2.x:
>
> http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html
>
> Users who already use Maven 3.0.x are encouraged to update to this new maintenance release.
>
> If you encounter unexpected problems while using Maven 3.0.3, please feel free to contact us via the Maven developer list:
>
> http://maven.apache.org/mail-lists.html
>
> Release Notes - Maven 2 & 3 - Version 3.0.3 (since 3.0.2 only)
>
> ** Bug
> * [MNG-4551] - List parameter in a mojo has strange behaviour
> * [MNG-4956] - Cygwin mvn script modifies CLASSPATH environment variable
> * [MNG-4962] - MavenProject.getParent fails to build when parent POM, in reactor, references BOM also in reactor
> * [MNG-4963] - [regression] Parent POM not downloaded when settings define global mirror and one snapshot repo but no other release repository
> * [MNG-4973] - [regression] Build extensions are invisible to plugins in multi module build
> * [MNG-4975] - [regression] plugin executions injected from profile run before instead of after existing executions in the POM
> * [MNG-4982] - [regression] Cycle between transitive dependencies causes bad effective dependency scope
> * [MNG-4987] - [regression] LATEST, RELEASE or SNAPSHOT version picked from wrong repository when resolution order does not match timestamp order
> * [MNG-4990] - RepositorySystem#resolve(request) uses two different local repositories
> * [MNG-4991] - LegacyRepositorySystem#injectProxy(repositories, proxies) doesn't evaluate non-proxy hosts
> * [MNG-5000] - [regression] child distributionManagment.site.url not correct in a flat directory layout when child's artifactId doesn't match its module name
> * [MNG-5003] - MavenPluginManager serves m2e partially initialized mojo descriptors in some cases
> * [MNG-5005] - bin/mvn contains platform specific echo when on Mac OSX and JAVA_VERSION envvar is set
> * [MNG-5006] - [regression] Resolution of parent POMs for dependency using version range does not consider all configured repositories
> * [MNG-5009] - StackOverflowError in DefaultProjectBuilder.build when <module> points at current aggregator POM
> * [MNG-5014] - [regression] MavenProject.getParent().isExecutionRoot() not properly set
> * [MNG-5019] - [regression] String-based component lookups performed by report mojos fail with ClassCastException
> * [MNG-5023] - Wrong calculation of Build Total time
>
> ** Improvement
> * [MNG-3575] - Allow hexadecimal parameters
> * [MNG-4971] - Display maven home in version info
> * [MNG-4984] - Simplify drop in of 3rd party extensions for Maven core
> * [MNG-4988] - API to calculate execution plan without full mojo execution configuration
> * [MNG-4992] - Allow to configure plugin parameters of type java.util.Properties just like a map
> * [MNG-5011] - Allow to configure array/collection type plugin parameters via system properties
> * [MNG-5012] - Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa
> * [MNG-5013] - Allow to condense configuration of plugin parameter beans that commonly require only one value
> * [MNG-5020] - JAVA_HOME auto discovery
> * [MNG-5028] - Obey generics in plugin collection parameters when populating them
> * [MNG-5033] - Allow to inline collection/array items within plugin configuration
>
> ** Task
> * [MNG-5024] - Update default plugin versions
>
> Enjoy,
>
>
> -The Maven team
>
> --------------------------------------------------------------------- To unsubscribe, e-mail: announce-unsubscribe(a)apache.org For additional commands, e-mail: announce-help(a)apache.org
>
On Thu, Mar 3, 2011 at 17:40, vmassol <platform-notifications(a)xwiki.org> wrote:
> Author: vmassol
> Date: 2011-03-03 17:40:23 +0100 (Thu, 03 Mar 2011)
> New Revision: 35098
>
> Modified:
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java
> platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java
> Log:
> More missing headers
Shame on me...
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote;
>
> import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote;
>
> import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote;
>
> import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote.internal;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote.internal;
>
> import java.util.Collections;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote.internal;
>
> import org.xwiki.component.annotation.Component;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote.internal;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote.internal.converter;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> * License along with this software; if not, write to the Free
> * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> */
> package org.xwiki.observation.remote.internal.converter;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> package org.xwiki.observation.remote.jgroups;
>
> import org.jgroups.Receiver;
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
>
--
Thomas Mortagne
Just a heads up of what I'm working on right now: cleaning up xwiki-velocity dependencies.
I'm going to split it into several submodules:
* xwiki-velocity-management (or xwiki-velocity-jmx)
* xwiki-velocity-default
* xwiki-velocity-webapp (implementation of VelocityEngine and VelocityConfiguration with hint = "webapp", this is to use use velocity with the WebappResourceLoader loading templates from the webapp's root dir)
-Vincent
Hi devs,
The XE 3.0M3 release was planned for today but I'd like to postpone it
to Wednesday, March 2, because there are many selenium tests failing,
and, at least for the WYSIWYG editor, fixing them is not easy. I propose
to keep the dates for the 3.0 RC and final unchanged:
3.0RC1: 14th of March
3.0 Final: 28th of March
Here's my +1
Thanks,
Marius
Hi all,
Is there a reason (programmaticly / syntacticaly) why a user can not be named as
follows:
kpfoote(a)something.org
When I try to do this through the UI I get returned the message that
states usernames can not contain "@" symbol.
Is there a system level reason this can not happen?
------
thanks
kevin.foote