Scmwebeditor-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- 439 discussions
Author: hudson
Date: 2011-08-18 16:26:11 +0200 (Thu, 18 Aug 2011)
New Revision: 229
Url: http://nuiton.org/repositories/revision/scmwebeditor/229
Log:
[maven-release-plugin] copy for tag scmwebeditor-0.1
Added:
tags/scmwebeditor-0.1/
1
0
Author: hudson
Date: 2011-08-18 16:25:54 +0200 (Thu, 18 Aug 2011)
New Revision: 228
Url: http://nuiton.org/repositories/revision/scmwebeditor/228
Log:
Pffff... Oulala :D
Added:
branches/
1
0
Author: hudson
Date: 2011-08-18 16:25:30 +0200 (Thu, 18 Aug 2011)
New Revision: 227
Url: http://nuiton.org/repositories/revision/scmwebeditor/227
Log:
Pffff... Oulala :D
Added:
tags/
1
0
Author: hudson
Date: 2011-08-18 16:23:52 +0200 (Thu, 18 Aug 2011)
New Revision: 226
Url: http://nuiton.org/repositories/revision/scmwebeditor/226
Log:
[maven-release-plugin] prepare release scmwebeditor-0.1
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-08-18 14:16:01 UTC (rev 225)
+++ trunk/pom.xml 2011-08-18 14:23:52 UTC (rev 226)
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -16,7 +14,7 @@
</parent>
<artifactId>scmwebeditor</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1</version>
<dependencies>
@@ -229,7 +227,7 @@
<i18n.bundleOutputName>scmwebeditor-i18n</i18n.bundleOutputName>
- <i18n.bundleOutputPackage/>
+ <i18n.bundleOutputPackage />
<!-- extra files to include in release -->
<redmine.releaseFiles>
@@ -322,12 +320,12 @@
<!-- Source control management. -->
<scm>
<connection>
- scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ scm:svn:http://svn.nuiton.org/svn/scmwebeditor/tags/scmwebeditor-0.1
</connection>
<developerConnection>
- scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ scm:svn:http://svn.nuiton.org/svn/scmwebeditor/tags/scmwebeditor-0.1
</developerConnection>
- <url>http://www.nuiton.org/repositories/browse/scmwebeditor/trunk</url>
+ <url>http://www.nuiton.org/repositories/browse/scmwebeditor/tags/scmwebeditor-0.1</url>
</scm>
</project>
1
0
Author: tchemit
Date: 2011-08-18 16:16:01 +0200 (Thu, 18 Aug 2011)
New Revision: 225
Url: http://nuiton.org/repositories/revision/scmwebeditor/225
Log:
fix pom before release
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-08-18 13:51:09 UTC (rev 224)
+++ trunk/pom.xml 2011-08-18 14:16:01 UTC (rev 225)
@@ -185,6 +185,16 @@
<role>Developer</role>
</roles>
</developer>
+ <developer>
+ <name>Kevin Cardineaud</name>
+ <id>kcardineaud</id>
+ <email>cardineaud(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
</developers>
<organization>
@@ -210,7 +220,7 @@
<struts2jqueryVersion>3.1.0</struts2jqueryVersion>
<nuitonI18nVersion>2.4</nuitonI18nVersion>
<nuitonUtilsVersion>2.2</nuitonUtilsVersion>
- <jrstPluginVersion>1.4-SNAPSHOT</jrstPluginVersion>
+ <jrstPluginVersion>1.4</jrstPluginVersion>
<!-- <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action</scmwebeditorUrl> -->
@@ -251,24 +261,19 @@
<dependency>
<groupId>org.nuiton.jrst</groupId>
<artifactId>doxia-module-jrst</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>${jrstPluginVersion}</version>
</dependency>
</dependencies>
</plugin>
-
-
+
+
<plugin>
-
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <version>${nuitonI18nVersion}</version>
-
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>${nuitonI18nVersion}</version>
+
</plugin>
-
-
-
-
</plugins>
</pluginManagement>
@@ -284,89 +289,45 @@
<execution>
<goals>
<goal>parserJava</goal>
- </goals>
- </execution>
- <execution>
- <id>scan-jsp-sources</id>
- <goals>
- <goal>parserJsp</goal>
- </goals>
- <configuration>
- <userRulesFiles>
- <file>${basedir}/src/main/i18n/jsp.rules</file>
- </userRulesFiles>
- <namespaces>
- <s>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd</s>
- <sx>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
- </sx>
- <sj>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
- </sj>
- <jsp>http://java.sun.com/JSP/Page</jsp>
- </namespaces>
- </configuration>
- </execution>
- <execution>
- <id>gen-and-make-bundle</id>
- <goals>
<goal>gen</goal>
<goal>bundle</goal>
</goals>
</execution>
</executions>
-
+
</plugin>
-
-
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <configuration>
- <webAppConfig>
- <contextPath>/${project.artifactId}</contextPath>
- </webAppConfig>
-
-<!-- <connectors>
- <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
- <port>10000</port>
- </connector>
- </connectors> -->
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <configuration>
+ <webAppConfig>
+ <contextPath>/${project.artifactId}</contextPath>
+ </webAppConfig>
+ <!-- <connectors>
+ <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
+ <port>10000</port>
+ </connector>
+ </connectors> -->
+ </configuration>
+ </plugin>
+
+
</plugins>
</build>
<!-- Source control management. -->
<scm>
- <connection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ <connection>
+ scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
</connection>
- <developerConnection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ <developerConnection>
+ scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
</developerConnection>
<url>http://www.nuiton.org/repositories/browse/scmwebeditor/trunk</url>
</scm>
- <profiles>
-
- <!-- prepare assembly at release time -->
- <profile>
- <id>release-assembly-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
-
- <plugins>
-
-
- </plugins>
- </build>
- </profile>
- </profiles>
-
</project>
1
0
r224 - in trunk/src/main: resources/i18n webapp/WEB-INF/content webapp/css webapp/img webapp/img/accueil webapp/img/editor
by kcardineaud@users.nuiton.org 18 Aug '11
by kcardineaud@users.nuiton.org 18 Aug '11
18 Aug '11
Author: kcardineaud
Date: 2011-08-18 15:51:09 +0200 (Thu, 18 Aug 2011)
New Revision: 224
Url: http://nuiton.org/repositories/revision/scmwebeditor/224
Log:
Add a theme for welcome page
Added:
trunk/src/main/webapp/img/accueil/
trunk/src/main/webapp/img/accueil/background.png
trunk/src/main/webapp/img/accueil/background2.png
trunk/src/main/webapp/img/accueil/machine-a-ecrire.png
trunk/src/main/webapp/img/accueil/machine-a-ecrire.xcf
trunk/src/main/webapp/img/accueil/tache.png
trunk/src/main/webapp/img/editor/
trunk/src/main/webapp/img/editor/edit-hover.png
trunk/src/main/webapp/img/editor/edit.png
trunk/src/main/webapp/img/editor/machine-a-ecrire.png
trunk/src/main/webapp/img/editor/post-it.png
trunk/src/main/webapp/img/editor/recycle-hover.png
trunk/src/main/webapp/img/editor/recycle.png
trunk/src/main/webapp/img/editor/save-hover.png
trunk/src/main/webapp/img/editor/save.png
trunk/src/main/webapp/img/editor/screen-hover.png
trunk/src/main/webapp/img/editor/screen.png
trunk/src/main/webapp/img/editor/shut-down-hover.png
trunk/src/main/webapp/img/editor/shut-down.png
Modified:
trunk/src/main/resources/i18n/scmwebeditor_en_GB.properties
trunk/src/main/resources/i18n/scmwebeditor_fr_FR.properties
trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
trunk/src/main/webapp/WEB-INF/content/outConnection.jsp
trunk/src/main/webapp/css/main.css
Modified: trunk/src/main/resources/i18n/scmwebeditor_en_GB.properties
===================================================================
--- trunk/src/main/resources/i18n/scmwebeditor_en_GB.properties 2011-08-18 13:48:04 UTC (rev 223)
+++ trunk/src/main/resources/i18n/scmwebeditor_en_GB.properties 2011-08-18 13:51:09 UTC (rev 224)
@@ -1,4 +1,5 @@
scm.FileInEditor=File in editor \:
+scm.atRevision=at revision
scm.badPathOrFileName=Bad repository path or file name, or the file is not editable \! Please correct it.
scm.badUsernameOrPassword=Bad username or password
scm.beTransferred=You should be transferred automatically to the new page. If not please
Modified: trunk/src/main/resources/i18n/scmwebeditor_fr_FR.properties
===================================================================
--- trunk/src/main/resources/i18n/scmwebeditor_fr_FR.properties 2011-08-18 13:48:04 UTC (rev 223)
+++ trunk/src/main/resources/i18n/scmwebeditor_fr_FR.properties 2011-08-18 13:51:09 UTC (rev 224)
@@ -1,4 +1,5 @@
scm.FileInEditor=Fichier dans l''editeur \:
+scm.atRevision=a la revision
scm.badPathOrFileName=L''adresse du depot ou le nom du fichier est incorrect, ou le fichier n''est pas editable \!
scm.badUsernameOrPassword=Identifiant ou mot de passe incorrect
scm.beTransferred=Vous devriez etre redirige sur une nouvelle page. si non
Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 13:48:04 UTC (rev 223)
+++ trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 13:51:09 UTC (rev 224)
@@ -76,7 +76,7 @@
</head>
<body>
- <a title="ScmWebEditor Project Website" target="_blank" href="http://maven-site.nuiton.org/scmwebeditor/"><img src="img/ScmWebEditor_main.png" alt="ScmWebEditor logo"/></a>
+ <a title="ScmWebEditor Project Website" target="_blank" href="http://maven-site.nuiton.org/scmwebeditor/"><img width="150" height="120" src="img/editor/machine-a-ecrire.png" alt="ScmWebEditor logo"/></a>
<center>
<h2><s:text name="scm.welcome"/></h2>
@@ -110,7 +110,7 @@
<p>
<s:text name="scm.FileInEditor"/><a href="<%=request.getAttribute("address")%>" ><%=request.getAttribute("address")%></a>
- at revision <span id="numrevisionDiv"><s:property value="numRevision" /></span>
+ <s:text name="scm.atRevision"/> <span id="numrevisionDiv"><s:property value="numRevision" /></span>
</p>
<textarea id="newTextId" rows="50" cols="80" name="newText"><%=valueTextarea%></textarea>
@@ -164,7 +164,7 @@
<%if (request.getAttribute("badLogin")!=null && request.getAttribute("badLogin").equals(true)) { %>
<p>
<font color="red">
- Bad username or password
+ <s:text name="scm.badUsernameOrPassword"/>
</font>
</p>
<%} %>
Modified: trunk/src/main/webapp/WEB-INF/content/outConnection.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-08-18 13:48:04 UTC (rev 223)
+++ trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-08-18 13:51:09 UTC (rev 224)
@@ -40,18 +40,21 @@
<title>SCM Web Editor</title>
</head>
<body>
-<a target="_blank" href="http://maven-site.nuiton.org/scmwebeditor/"><img src="img/ScmWebEditor_main.png" alt="$alt" /></a>
-<center>
-<h2><s:text name="scm.welcome"/></h2>
-<noscript><h4><s:text name="scm.outConnection.noJavascript"/></h4></noscript>
-<h4>
-<s:text name="scm.outConnection.enterRepo"/>
-</h4>
-</center>
+<!-- <a target="_blank" href="http://maven-site.nuiton.org/scmwebeditor/"><img src="img/accueil/machine-a-ecrire.png" alt="$alt" /></a> -->
+<div id="wrapperConfig">
+<div id="wrapper2Config">
+<div id="titleConfig" >
+ <h2><s:text name="scm.welcome"/></h2>
+ <noscript><h4><s:text name="scm.outConnection.noJavascript"/></h4></noscript>
+ <h4>
+ <s:text name="scm.outConnection.enterRepo"/>
+ </h4>
+</div>
+
<form id="configForm" method="get" action="checkout.action">
<center>
- <p><label><s:text name="scm.outConnection.scmPath"/> <input TYPE=text name="address" SIZE=100></label>
+ <p><label><s:text name="scm.outConnection.scmPath"/> <input TYPE=text name="address" SIZE=50></label>
<s:url id="ajaxSearch" value="search.action" />
@@ -88,7 +91,9 @@
</div>
-->
+</div>
+</div>
+<p align="right">©2004-2011 CodeLutin</p>
-<p align="right">©2004-2009 CodeLutin</p>
</body>
</html>
Modified: trunk/src/main/webapp/css/main.css
===================================================================
--- trunk/src/main/webapp/css/main.css 2011-08-18 13:48:04 UTC (rev 223)
+++ trunk/src/main/webapp/css/main.css 2011-08-18 13:51:09 UTC (rev 224)
@@ -26,7 +26,7 @@
font-family: Verdana,Arial,Helvetica,sans-serif;
background-color: #b8b1b1;
- max-width:70%;
+ width:1000px;
margin:auto;
}
@@ -74,10 +74,37 @@
float:left;
}
-#scmButton {
-
+#wrapperConfig {
+ background-color:white;
+ background-image:url("../img/accueil/background2.png");
+ background-position:right top;
+ margin-top:10px;
}
+#wrapper2Config {
+ background-image:url("../img/accueil/machine-a-ecrire.png");
+ background-repeat:no-repeat;
+ background-position:-210px 0px;
+ min-height:500px;
+}
+
+#titleConfig {
+ width:500px;
+ margin:auto;
+ text-align:center;
+ background-image:url("../img/accueil/tache.png");
+ background-repeat:no-repeat;
+ background-position:right -1px;
+ padding-top:10px;
+ padding-right:30px;
+ padding-left:30px;
+}
+
+#configForm {
+ padding-top:80px;
+ padding-left:250px;
+}
+
#loginDiv {
margin:auto;
width:285px;
@@ -108,8 +135,9 @@
border : solid 3px black;
}
-#search {
+#searchTree {
margin:auto;
display:block;
- border : solid 2px black;
+ border : solid 1px black;
+ margin-right:15px;
}
Added: trunk/src/main/webapp/img/accueil/background.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/accueil/background.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/accueil/background2.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/accueil/background2.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/accueil/machine-a-ecrire.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/accueil/machine-a-ecrire.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/accueil/machine-a-ecrire.xcf
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/accueil/machine-a-ecrire.xcf
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/accueil/tache.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/accueil/tache.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/edit-hover.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/edit-hover.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/edit.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/edit.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/machine-a-ecrire.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/machine-a-ecrire.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/post-it.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/post-it.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/recycle-hover.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/recycle-hover.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/recycle.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/recycle.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/save-hover.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/save-hover.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/save.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/save.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/screen-hover.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/screen-hover.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/screen.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/screen.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/shut-down-hover.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/shut-down-hover.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/main/webapp/img/editor/shut-down.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/main/webapp/img/editor/shut-down.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
1
0
Author: kcardineaud
Date: 2011-08-18 15:48:04 +0200 (Thu, 18 Aug 2011)
New Revision: 223
Url: http://nuiton.org/repositories/revision/scmwebeditor/223
Log:
Change some properties in pom.xml
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-08-18 13:43:48 UTC (rev 222)
+++ trunk/pom.xml 2011-08-18 13:48:04 UTC (rev 223)
@@ -255,6 +255,20 @@
</dependency>
</dependencies>
</plugin>
+
+
+ <plugin>
+
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>${nuitonI18nVersion}</version>
+
+ </plugin>
+
+
+
+
+
</plugins>
</pluginManagement>
@@ -266,13 +280,8 @@
<groupId>org.nuiton.i18n</groupId>
<artifactId>maven-i18n-plugin</artifactId>
- <version>${nuitonI18nVersion}</version>
- <configuration>
- <bundles>fr_FR,en_GB</bundles>
- </configuration>
<executions>
<execution>
- <id>scan-java-sources</id>
<goals>
<goal>parserJava</goal>
</goals>
@@ -304,24 +313,28 @@
</goals>
</execution>
</executions>
+
</plugin>
+
+
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <configuration>
+ <webAppConfig>
+ <contextPath>/${project.artifactId}</contextPath>
+ </webAppConfig>
+
+<!-- <connectors>
+ <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
+ <port>10000</port>
+ </connector>
+ </connectors> -->
+ </configuration>
+ </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <version>7.0.1.v20091125</version>
- <configuration>
- <connectors>
- <connector
- implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
- <port>10000</port>
- </connector>
- </connectors>
- </configuration>
- </plugin>
-
</plugins>
</build>
1
0
r222 - in trunk/src/main/java/org/nuiton/scmwebeditor: . actions
by kcardineaud@users.nuiton.org 18 Aug '11
by kcardineaud@users.nuiton.org 18 Aug '11
18 Aug '11
Author: kcardineaud
Date: 2011-08-18 15:43:48 +0200 (Thu, 18 Aug 2011)
New Revision: 222
Url: http://nuiton.org/repositories/revision/scmwebeditor/222
Log:
Fix an issue when using scmwebeditor with file that is not editable
Modified:
trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorBaseAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorBaseAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorBaseAction.java 2011-08-18 09:50:14 UTC (rev 221)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorBaseAction.java 2011-08-18 13:43:48 UTC (rev 222)
@@ -258,7 +258,7 @@
* @throws SVNException
* @throws IOException
*/
- public String getHeadRevision(String address, String login, String password) throws SVNException {
+ public String getHeadRevision(String address, String login, String password) throws SVNException , IllegalArgumentException {
String lastRevision = "";
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java 2011-08-18 09:50:14 UTC (rev 221)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java 2011-08-18 13:43:48 UTC (rev 222)
@@ -319,6 +319,13 @@
log.error("SVN error ",e);
}
return "errorPath";
+ } catch (IllegalArgumentException e) {
+ request.setAttribute("projectUrl", projectUrl);
+
+ if(log.isDebugEnabled()) {
+ log.debug("SVN error debug",e);
+ }
+ return "errorPath";
}
1
0
Author: tchemit
Date: 2011-08-18 11:50:14 +0200 (Thu, 18 Aug 2011)
New Revision: 221
Url: http://nuiton.org/repositories/revision/scmwebeditor/221
Log:
add headers + improve pom for release
Modified:
trunk/pom.xml
trunk/src/main/java/org/nuiton/scmwebeditor/ScmSession.java
trunk/src/main/java/org/nuiton/scmwebeditor/ScmUser.java
trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorApplicationListener.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/PreviewAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/ResetAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/SaveAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorCommitAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/SearchAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/actions/UploadAction.java
trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolver.java
trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolverEngine.java
trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverDefaultImpl.java
trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenDocImpl.java
trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenSiteXmlImpl.java
trunk/src/main/resources/log4j.properties
trunk/src/main/resources/scm.properties
trunk/src/main/resources/struts.properties
trunk/src/main/resources/struts.xml
trunk/src/main/webapp/WEB-INF/content/badFileRedirect.jsp
trunk/src/main/webapp/WEB-INF/content/badRstFile.jsp
trunk/src/main/webapp/WEB-INF/content/badUseRedirect.jsp
trunk/src/main/webapp/WEB-INF/content/error.jsp
trunk/src/main/webapp/WEB-INF/content/fileModify.jsp
trunk/src/main/webapp/WEB-INF/content/index.jsp
trunk/src/main/webapp/WEB-INF/content/loginSearch.jsp
trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
trunk/src/main/webapp/WEB-INF/content/outConnection.jsp
trunk/src/main/webapp/WEB-INF/content/preview.jsp
trunk/src/main/webapp/WEB-INF/content/privateSvnRedirect.jsp
trunk/src/main/webapp/WEB-INF/content/recall.jsp
trunk/src/main/webapp/WEB-INF/content/redirect.jsp
trunk/src/main/webapp/WEB-INF/content/reset.jsp
trunk/src/main/webapp/WEB-INF/content/save.jsp
trunk/src/main/webapp/WEB-INF/content/search.jsp
trunk/src/main/webapp/WEB-INF/content/upload.jsp
trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp
trunk/src/main/webapp/WEB-INF/content/uploadSuccess.jsp
trunk/src/main/webapp/WEB-INF/web.xml
trunk/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css
trunk/src/main/webapp/codemirror-ui/css/codemirror-ui.css
trunk/src/main/webapp/codemirror-ui/index.html
trunk/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js
trunk/src/main/webapp/codemirror-ui/js/codemirror-ui.js
trunk/src/main/webapp/codemirror-ui/js/find_replace.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/compress.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/css/docs.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/activeline.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/marker.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/mustache.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/resize.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/runmode.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/search.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/theme.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/internals.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/overlay.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/runmode.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/manual.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/css.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/haskell.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/htmlmixed.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/javascript.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/lua.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/php.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/plsql.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/python.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/smalltalk.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/stex.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/xml.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/oldrelease.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/index.html
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/test.js
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/default.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/elegant.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/neat.css
trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/night.css
trunk/src/main/webapp/css/main.css
trunk/src/main/webapp/js/cancelRedirect.js
trunk/src/main/webapp/js/gereSession.js
trunk/src/main/webapp/js/pictureUpload.js
trunk/src/main/webapp/js/selectLanguage.js
trunk/src/site/en/rst/index.rst
trunk/src/site/en/rst/install.rst
trunk/src/site/en/rst/tutoriel.rst
trunk/src/site/en/rst/user.rst
trunk/src/site/rst/index.rst
trunk/src/site/rst/install.rst
trunk/src/site/rst/tutoriel.rst
trunk/src/site/rst/user.rst
trunk/src/test/java/org/nuiton/scmwebeditor/BaseActionTest.java
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/pom.xml 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -24,6 +26,11 @@
</dependency>
<dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!--<scope>test</scope>-->
@@ -48,16 +55,23 @@
</dependency>
<dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-utils</artifactId>
+ <version>${nuitonUtilsVersion}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.nuiton.jrst</groupId>
<artifactId>jrst</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>${jrstPluginVersion}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
- <groupId>net.sourceforge.saxon</groupId>
- <artifactId>saxon</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
<dependency>
@@ -67,29 +81,29 @@
<scope>compile</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
+ </dependency-->
+
+ <dependency>
+ <groupId>org.apache.tika</groupId>
+ <artifactId>tika-core</artifactId>
+ <version>0.9</version>
</dependency>
+
<dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-core</artifactId>
- <version>0.9</version>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ <version>${nuitonI18nVersion}</version>
+ <scope>provided</scope>
</dependency>
+ <!-- Struts -->
- <dependency>
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>nuiton-i18n</artifactId>
- <version>${nuitonI18nVersion}</version>
- <scope>compile</scope>
- </dependency>
-
- <!-- Struts -->
-
- <dependency>
+ <dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>${struts2Version}</version>
@@ -107,26 +121,27 @@
<artifactId>struts2-jquery-plugin</artifactId>
<version>${struts2jqueryVersion}</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
<dependency>
- <groupId>com.jgeppert.struts2.jquery</groupId>
- <artifactId>struts2-jquery-tree-plugin</artifactId>
- <version>${struts2jqueryVersion}</version>
+ <groupId>com.jgeppert.struts2.jquery</groupId>
+ <artifactId>struts2-jquery-tree-plugin</artifactId>
+ <version>${struts2jqueryVersion}</version>
</dependency>
-
+
<dependency>
<groupId>org.apache.struts.xwork</groupId>
<artifactId>xwork-core</artifactId>
- <version>${strutsxworksVersion}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-json-plugin</artifactId>
- <version>${struts2Version}</version>
- </dependency>
-
+ <version>${struts2Version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.struts</groupId>
+ <artifactId>struts2-json-plugin</artifactId>
+ <version>${struts2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<!-- ************************************************************* -->
@@ -190,31 +205,33 @@
<!--Multilanguage maven-site -->
<siteLocales>fr,en</siteLocales>
+
<struts2Version>2.2.3</struts2Version>
<struts2jqueryVersion>3.1.0</struts2jqueryVersion>
- <strutsxworksVersion>2.2.3</strutsxworksVersion>
<nuitonI18nVersion>2.4</nuitonI18nVersion>
-
-<!-- <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action</scmwebeditorUrl> -->
+ <nuitonUtilsVersion>2.2</nuitonUtilsVersion>
+ <jrstPluginVersion>1.4-SNAPSHOT</jrstPluginVersion>
+ <!-- <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action</scmwebeditorUrl> -->
+
<i18n.bundles>fr_FR,en_GB</i18n.bundles>
<i18n.silent>true</i18n.silent>
-
-
+
+
<i18n.bundleOutputName>scmwebeditor-i18n</i18n.bundleOutputName>
<i18n.bundleOutputPackage/>
<!-- extra files to include in release -->
- <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
+ <redmine.releaseFiles>
+ target/${project.artifactId}-${project.version}.war
+ </redmine.releaseFiles>
-<!-- <nuitonSkinVersion>1.0.6-SNAPSHOT</nuitonSkinVersion> -->
+ <!-- <nuitonSkinVersion>1.0.6-SNAPSHOT</nuitonSkinVersion> -->
</properties>
+ <build>
-
- <build>
-
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -224,7 +241,7 @@
<filtering>true</filtering>
</resource>
</resources>
-
+
<pluginManagement>
<plugins>
@@ -235,7 +252,7 @@
<groupId>org.nuiton.jrst</groupId>
<artifactId>doxia-module-jrst</artifactId>
<version>1.4-SNAPSHOT</version>
- </dependency>
+ </dependency>
</dependencies>
</plugin>
</plugins>
@@ -244,9 +261,9 @@
<plugins>
-
+
<plugin>
-
+
<groupId>org.nuiton.i18n</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<version>${nuitonI18nVersion}</version>
@@ -271,8 +288,10 @@
</userRulesFiles>
<namespaces>
<s>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd</s>
- <sx>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd</sx>
- <sj>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd</sj>
+ <sx>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
+ </sx>
+ <sj>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
+ </sj>
<jsp>http://java.sun.com/JSP/Page</jsp>
</namespaces>
</configuration>
@@ -286,30 +305,33 @@
</execution>
</executions>
</plugin>
-
-
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <version>7.0.1.v20091125</version>
- <configuration>
- <connectors>
- <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
- <port>10000</port>
- </connector>
- </connectors>
- </configuration>
- </plugin>
-
- </plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <version>7.0.1.v20091125</version>
+ <configuration>
+ <connectors>
+ <connector
+ implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
+ <port>10000</port>
+ </connector>
+ </connectors>
+ </configuration>
+ </plugin>
+
+
+ </plugins>
+
</build>
<!-- Source control management. -->
<scm>
- <connection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk</connection>
- <developerConnection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk</developerConnection>
+ <connection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ </connection>
+ <developerConnection>scm:svn:http://svn.nuiton.org/svn/scmwebeditor/trunk
+ </developerConnection>
<url>http://www.nuiton.org/repositories/browse/scmwebeditor/trunk</url>
</scm>
@@ -329,7 +351,6 @@
<plugins>
-
</plugins>
</build>
</profile>
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/ScmSession.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/ScmSession.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/ScmSession.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor;
import java.util.HashMap;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/ScmUser.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/ScmUser.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/ScmUser.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor;
public class ScmUser {
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorApplicationListener.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorApplicationListener.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/ScmWebEditorApplicationListener.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor;
import javax.servlet.ServletContextEvent;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/PreviewAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/PreviewAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/PreviewAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/ResetAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/ResetAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/ResetAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import org.apache.commons.logging.Log;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/SaveAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/SaveAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/SaveAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import java.util.Date;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorCommitAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorCommitAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorCommitAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import java.io.ByteArrayOutputStream;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/ScmWebEditorMainAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import java.io.IOException;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/SearchAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/SearchAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/SearchAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import java.util.ArrayList;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/actions/UploadAction.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/actions/UploadAction.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/actions/UploadAction.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.actions;
import java.io.File;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolver.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolver.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolver.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.urlResolver;
import java.io.IOException;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolverEngine.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolverEngine.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/ScmUrlResolverEngine.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.urlResolver;
import java.io.IOException;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverDefaultImpl.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverDefaultImpl.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverDefaultImpl.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.urlResolver.impl;
import java.io.IOException;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenDocImpl.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenDocImpl.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenDocImpl.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.urlResolver.impl;
import java.io.IOException;
Modified: trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenSiteXmlImpl.java
===================================================================
--- trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenSiteXmlImpl.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/java/org/nuiton/scmwebeditor/urlResolver/impl/ScmUrlResolverMavenSiteXmlImpl.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor.urlResolver.impl;
import java.io.IOException;
Modified: trunk/src/main/resources/log4j.properties
===================================================================
--- trunk/src/main/resources/log4j.properties 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/resources/log4j.properties 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+###
+# #%L
+# ScmWebEditor
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2011 CodeLutin
+# %%
+# This program 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 3 of the
+# License, or (at your option) any later version.
+#
+# This program 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 General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Global logging configuration
log4j.rootLogger=INFO, stdout
Modified: trunk/src/main/resources/scm.properties
===================================================================
--- trunk/src/main/resources/scm.properties 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/resources/scm.properties 2011-08-18 09:50:14 UTC (rev 221)
@@ -1 +1,25 @@
+###
+# #%L
+# ScmWebEditor
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2011 CodeLutin
+# %%
+# This program 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 3 of the
+# License, or (at your option) any later version.
+#
+# This program 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 General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
editableFiles=text,xml,javascript,sh,x-tex,x-java
\ No newline at end of file
Modified: trunk/src/main/resources/struts.properties
===================================================================
--- trunk/src/main/resources/struts.properties 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/resources/struts.properties 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+###
+# #%L
+# ScmWebEditor
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2011 CodeLutin
+# %%
+# This program 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 3 of the
+# License, or (at your option) any later version.
+#
+# This program 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 General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
struts.locale=fr_FR
struts.i18n.encoding=UTF-8
Modified: trunk/src/main/resources/struts.xml
===================================================================
--- trunk/src/main/resources/struts.xml 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/resources/struts.xml 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration
2.0//EN"
Modified: trunk/src/main/webapp/WEB-INF/content/badFileRedirect.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/badFileRedirect.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/badFileRedirect.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : BadFileRedirect Created on : 6 oct. 2009, 15:33:56
Author : glorieux --%> <%@page contentType="text/html"
pageEncoding="UTF-8"%>
Modified: trunk/src/main/webapp/WEB-INF/content/badRstFile.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/badRstFile.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/badRstFile.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/badUseRedirect.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/badUseRedirect.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/badUseRedirect.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : BadFileRedirect Created on : 6 oct. 2009, 15:33:56
Author : glorieux --%> <%@page contentType="text/html"
pageEncoding="UTF-8"%>
Modified: trunk/src/main/webapp/WEB-INF/content/error.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/error.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/error.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : Error Created on : 15 sept. 2009, 12:22:29 Author :
glorieux --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/fileModify.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/fileModify.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/fileModify.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/index.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/index.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/index.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%
response.sendRedirect("checkout.action");
%>
\ No newline at end of file
Modified: trunk/src/main/webapp/WEB-INF/content/loginSearch.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/loginSearch.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/loginSearch.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : ModificationViewer Created on : 10 sept. 2009, 13:43:11 Author : glorieux --%>
<%@page import="org.apache.commons.lang.StringEscapeUtils"%>
<%@page import="java.util.Map"%>
Modified: trunk/src/main/webapp/WEB-INF/content/outConnection.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : OutConnection Created on : 6 oct. 2009, 12:07:27 Author: glorieux --%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/preview.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/preview.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/preview.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%--Title and div for rst preview--%>
Modified: trunk/src/main/webapp/WEB-INF/content/privateSvnRedirect.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/privateSvnRedirect.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/privateSvnRedirect.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : PrivateSvnRedirect Created on : 30 sept. 2009, 14:05:43
Author : glorieux --%> <%@page contentType="text/html"
pageEncoding="UTF-8"%>
Modified: trunk/src/main/webapp/WEB-INF/content/recall.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/recall.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/recall.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : Recall Created on : 30 sept. 2009, 17:05:40 Author :
glorieux --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/redirect.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/redirect.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/redirect.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%-- Document : Redirect Created on : 10 sept. 2009, 13:43:11 Author :
glorieux --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/reset.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/reset.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/reset.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<s:set name="lastRevision">
Modified: trunk/src/main/webapp/WEB-INF/content/save.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/save.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/save.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/search.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/search.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/search.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@page import="org.nuiton.scmwebeditor.actions.SearchAction"%>
Modified: trunk/src/main/webapp/WEB-INF/content/upload.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/upload.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/upload.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@page import="org.nuiton.scmwebeditor.ScmSession"%>
Modified: trunk/src/main/webapp/WEB-INF/content/uploadSuccess.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/uploadSuccess.jsp 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/content/uploadSuccess.jsp 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<%--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ --%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
Modified: trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/src/main/webapp/WEB-INF/web.xml 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/WEB-INF/web.xml 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd">
Modified: trunk/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
#buttons{
float:right;
}
Modified: trunk/src/main/webapp/codemirror-ui/css/codemirror-ui.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/css/codemirror-ui.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/css/codemirror-ui.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.codemirror-ui-button-frame{
border:1px solid #ccc;
background:#eee;
Modified: trunk/src/main/webapp/codemirror-ui/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Modified: trunk/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/**
* @author jgreen
*/
Modified: trunk/src/main/webapp/codemirror-ui/js/codemirror-ui.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/js/codemirror-ui.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/js/codemirror-ui.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/* Demonstration of embedding CodeMirror in a bigger application. The
* interface defined here is a mess of prompts and confirms, and
* should probably not be used in a real project.
Modified: trunk/src/main/webapp/codemirror-ui/js/find_replace.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/js/find_replace.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/js/find_replace.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/compress.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/compress.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/compress.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/css/docs.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/css/docs.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/css/docs.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
body {
font-family: Droid Sans, Arial, sans-serif;
line-height: 1.5;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/activeline.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/activeline.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/activeline.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -18,6 +18,31 @@
<form><textarea id="code" name="code">
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"
xmlns:georss="http://www.georss.org/georss"
xmlns:twitter="http://api.twitter.com">
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/complete.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
(function () {
// Minimal event-handling wrapper.
function stopEvent() {
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/marker.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/marker.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/marker.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/mustache.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/mustache.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/mustache.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/resize.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/resize.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/resize.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/runmode.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/runmode.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/runmode.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/search.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/search.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/search.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/theme.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/theme.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/demo/theme.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/internals.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/internals.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/internals.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.CodeMirror {
line-height: 1em;
font-family: monospace;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/codemirror.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
// All functions that need access to the editor's state live inside
// the CodeMirror function. Below that, at the bottom of the file,
// some utilities are defined.
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/overlay.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/overlay.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/overlay.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
// Utility function that allows modes to be combined. The mode given
// as the base argument takes care of most of the normal mode
// functionality, but a second (typically simple) mode is used, which
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/runmode.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/runmode.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/lib/runmode.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.runMode = function(string, modespec, callback) {
var mode = CodeMirror.getMode({indentUnit: 2}, modespec);
var isNode = callback.nodeType == 1;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/manual.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/manual.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/manual.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
span.c-like-keyword {color: #90b;}
span.c-like-number {color: #291;}
span.c-like-comment {color: #a70;}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/clike.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("clike", function(config, parserConfig) {
var indentUnit = config.indentUnit, keywords = parserConfig.keywords,
cpp = parserConfig.useCPP, multiLineStrings = parserConfig.multiLineStrings,
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/clike/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/css.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/css.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/css.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("css", function(config) {
var indentUnit = config.indentUnit, type;
function ret(style, tp) {type = tp; return style;}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/css/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.cm-s-default span.cm-rangeinfo {color: #a0b;}
.cm-s-default span.cm-minus {color: #a22;}
.cm-s-default span.cm-plus {color: #2b2;}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/diff.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("diff", function() {
return {
token: function(stream) {
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/diff/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/haskell.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/haskell.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/haskell.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("haskell", function(cmCfg, modeCfg) {
function switchState(source, setState, f) {
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/haskell/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/htmlmixed.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/htmlmixed.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/htmlmixed.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("htmlmixed", function(config, parserConfig) {
var htmlMode = CodeMirror.getMode(config, {name: "xml", htmlMode: true});
var jsMode = CodeMirror.getMode(config, "javascript");
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/htmlmixed/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/javascript.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/javascript.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/javascript/javascript.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("javascript", function(config, parserConfig) {
var indentUnit = config.indentUnit;
var jsonMode = parserConfig.json;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/lua.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/lua.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/lua/lua.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
// LUA mode. Ported to CodeMirror 2 from Franciszek Wawrzak's
// CodeMirror 1 mode.
// highlights keywords, strings, comments (no leveling supported! ("[==[")), tokens, basic indenting
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/php.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/php.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/php/php.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
(function() {
function keywords(str) {
var obj = {}, words = str.split(" ");
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/plsql.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/plsql.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/plsql/plsql.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("plsql", function(config, parserConfig) {
var indentUnit = config.indentUnit,
keywords = parserConfig.keywords,
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/python.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/python.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/python/python.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("python", function(conf) {
var ERRORCLASS = 'error';
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.cm-s-default span.cm-emphasis {
font-style: italic;
}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/rst/rst.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode('rst', function(config, options) {
function setState(state, fn, ctx) {
state.fn = fn;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/smalltalk.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/smalltalk.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/smalltalk/smalltalk.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("smalltalk", function(config, parserConfig) {
var keywords = {"true": 1, "false": 1, nil: 1, self: 1, "super": 1, thisContext: 1};
var indentUnit = config.indentUnit;
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/stex.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/stex.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/stex/stex.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+/*
* Author: Constantin Jucovschi (c.jucovschi(a)jacobs-university.de)
* Licence: MIT
*/
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/xml.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/xml.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/mode/xml/xml.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
CodeMirror.defineMode("xml", function(config, parserConfig) {
var indentUnit = config.indentUnit;
var Kludges = parserConfig.htmlMode ? {
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/oldrelease.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/oldrelease.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/oldrelease.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/index.html
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/index.html 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/index.html 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ ScmWebEditor
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2011 CodeLutin
+ %%
+ This program 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 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<!doctype html>
<html>
<head>
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/test.js
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/test.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/test/test.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
var tests = [];
test("fromTextArea", function() {
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/default.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/default.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/default.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.cm-s-default span.cm-keyword {color: #708;}
.cm-s-default span.cm-atom {color: #219;}
.cm-s-default span.cm-number {color: #164;}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/elegant.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/elegant.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/elegant.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
.cm-s-elegant span.cm-comment {color: #262;font-style: italic;}
.cm-s-elegant span.cm-meta {color: #555;font-style: italic;}
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/neat.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/neat.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/neat.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
.cm-s-neat span.cm-comment { color: #a86; }
.cm-s-neat span.cm-keyword { font-weight: bold; color: blue; }
.cm-s-neat span.cm-string { color: #a22; }
Modified: trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/night.css
===================================================================
--- trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/night.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/codemirror-ui/lib/CodeMirror-2.1/theme/night.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/* Loosely based on the Midnight Textmate theme */
.cm-s-night { background: #0a001f; color: #f8f8f8; }
Modified: trunk/src/main/webapp/css/main.css
===================================================================
--- trunk/src/main/webapp/css/main.css 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/css/main.css 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
Modified: trunk/src/main/webapp/js/cancelRedirect.js
===================================================================
--- trunk/src/main/webapp/js/cancelRedirect.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/js/cancelRedirect.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/**
* @author geoffroy lorieux
*/
Modified: trunk/src/main/webapp/js/gereSession.js
===================================================================
--- trunk/src/main/webapp/js/gereSession.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/js/gereSession.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/**
* @author geoffroy lorieux
*/
Modified: trunk/src/main/webapp/js/pictureUpload.js
===================================================================
--- trunk/src/main/webapp/js/pictureUpload.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/js/pictureUpload.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
function upload_popup(page, name, fileAddress)
{
var address = fileAddress.value;
Modified: trunk/src/main/webapp/js/selectLanguage.js
===================================================================
--- trunk/src/main/webapp/js/selectLanguage.js 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/main/webapp/js/selectLanguage.js 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
/**
*
*/
Modified: trunk/src/site/en/rst/index.rst
===================================================================
--- trunk/src/site/en/rst/index.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/en/rst/index.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Presentation
============
Modified: trunk/src/site/en/rst/install.rst
===================================================================
--- trunk/src/site/en/rst/install.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/en/rst/install.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Installation Guide
==================
Modified: trunk/src/site/en/rst/tutoriel.rst
===================================================================
--- trunk/src/site/en/rst/tutoriel.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/en/rst/tutoriel.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Tutoriel
========
Modified: trunk/src/site/en/rst/user.rst
===================================================================
--- trunk/src/site/en/rst/user.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/en/rst/user.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
User documentation
==================
Modified: trunk/src/site/rst/index.rst
===================================================================
--- trunk/src/site/rst/index.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/rst/index.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Présentation
============
Modified: trunk/src/site/rst/install.rst
===================================================================
--- trunk/src/site/rst/install.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/rst/install.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Installation
============
Modified: trunk/src/site/rst/tutoriel.rst
===================================================================
--- trunk/src/site/rst/tutoriel.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/rst/tutoriel.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Tutoriel
========
Modified: trunk/src/site/rst/user.rst
===================================================================
--- trunk/src/site/rst/user.rst 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/site/rst/user.rst 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * ScmWebEditor
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2011 CodeLutin
+.. * %%
+.. * This program 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 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program 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 General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Documentation utilisateur
=========================
Modified: trunk/src/test/java/org/nuiton/scmwebeditor/BaseActionTest.java
===================================================================
--- trunk/src/test/java/org/nuiton/scmwebeditor/BaseActionTest.java 2011-08-18 09:05:32 UTC (rev 220)
+++ trunk/src/test/java/org/nuiton/scmwebeditor/BaseActionTest.java 2011-08-18 09:50:14 UTC (rev 221)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * ScmWebEditor
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 CodeLutin
+ * %%
+ * This program 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 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
package org.nuiton.scmwebeditor;
import static org.junit.Assert.assertTrue;
1
0
Author: kcardineaud
Date: 2011-08-18 11:05:32 +0200 (Thu, 18 Aug 2011)
New Revision: 220
Url: http://nuiton.org/repositories/revision/scmwebeditor/220
Log:
#261 Improve user interface - enlarge textarea for commit message
Modified:
trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp
===================================================================
--- trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 06:17:53 UTC (rev 219)
+++ trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-18 09:05:32 UTC (rev 220)
@@ -153,8 +153,7 @@
<s:text name="scm.commitMessageTitle"/>
</s:set>
- <s:textfield required="true" label="%{scm.commitMessage} " name="commitMessage" title="%{scm.commitMessageTitle}" />
-
+ <s:textarea cols="70" required="true" label="%{scm.commitMessage} " name="commitMessage" title="%{scm.commitMessageTitle}" ></s:textarea>
<p>
<s:if test="username==null || pw==null" >
1
0