veryquickwiki-develop Mailing List for Very Quick Wiki (Page 2)
Status: Abandoned
Brought to you by:
mteodori
This list is closed, nobody may subscribe to it.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(22) |
May
(50) |
Jun
(99) |
Jul
(2) |
Aug
(4) |
Sep
(7) |
Oct
(13) |
Nov
(21) |
Dec
(12) |
| 2007 |
Jan
(35) |
Feb
(23) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
| 2008 |
Jan
(1) |
Feb
|
Mar
(6) |
Apr
(57) |
May
(7) |
Jun
(35) |
Jul
(42) |
Aug
(29) |
Sep
(6) |
Oct
(117) |
Nov
(82) |
Dec
(16) |
| 2009 |
Jan
(9) |
Feb
(25) |
Mar
(24) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(31) |
Dec
(36) |
| 2010 |
Jan
|
Feb
(13) |
Mar
(1) |
Apr
(15) |
May
(88) |
Jun
(23) |
Jul
(4) |
Aug
(12) |
Sep
(1) |
Oct
(4) |
Nov
|
Dec
|
| 2011 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(37) |
| 2012 |
Jan
(64) |
Feb
(4) |
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 01:41:51
|
[ http://issues.vqwiki.org/browse/VQW-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11100#comment-11100 ]
Marcello Teodori commented on VQW-273:
--------------------------------------
as from http://ujjwalbsoni.blogspot.com/2011/08/conflicting-standardjar-with-oc4j.html
to fix uncomment the following in orion-web.xml
<!-- Uncomment this element to control web application class loader behavior. -->
<web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
> error while saving wiki topic
> -----------------------------
>
> Key: VQW-273
> URL: http://issues.vqwiki.org/browse/VQW-273
> Project: VQWiki
> Issue Type: Bug
> Components: Storage, General
> Affects Versions: 2.7.91
> Environment: OC4J, JDK 1.4
> Reporter: ujjwal soni
> Assignee: Marcello Teodori
>
> I get below error when i try to save a topic on my OC4J 10g version
> INFO: properties file from classpath: /u01/app/oracle/product/10.1.0/midt/j2ee/imriel_04/applications/wiki/wiki/WEB-INF/classes/vqwiki.properties
> Aug 2, 2011 7:43:16 AM vqwiki.file.FileChangeLog getTableFor
> WARNING: unable to parse: /home/oracle/wiki/recent.xml
> oracle.xml.parser.v2.XMLParseException: Start of root element expected.
> at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:337)
> at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:319)
> at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
> at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:195)
> at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:151)
> at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:107)
> at vqwiki.utils.Utilities.parseDocumentFromInputStream(Utilities.java:550)
> at vqwiki.file.FileChangeLog.parseXml(FileChangeLog.java:209)
> at vqwiki.file.FileChangeLog.getTableFor(FileChangeLog.java:112)
> at vqwiki.file.FileChangeLog.getChanges(FileChangeLog.java:361)
> at vqwiki.Topic.getMostRecentAuthor(Topic.java:139)
> at vqwiki.servlets.WikiServlet.dispatchTopic(WikiServlet.java:538)
> at vqwiki.servlets.WikiServlet.doGet(WikiServlet.java:333)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
> at vqwiki.servlets.FrontControllerFilter.doFilter(FrontControllerFilter.java:91)
> at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
> at vqwiki.servlets.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:74)
> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> at com.evermind.server.http.HttpRequestHandler.handleNotFound(HttpRequestHandler.java:1038)
> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:853)
> at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
> at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
> at java.lang.Thread.run(Thread.java:534)
> 11/08/02 07:43:31 Here 1>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> Aug 2, 2011 7:43:31 AM vqwiki.servlets.SaveTopicServlet doPost
> WARNING: Exception saving: org.apache.taglibs.standard.tag.common.core.Util.escapeXml(Ljava/lang/String;)Ljava/lang/String;
> java.lang.NoSuchMethodError: org.apache.taglibs.standard.tag.common.core.Util.escapeXml(Ljava/lang/String;)Ljava/lang/String;
> at org.apache.taglibs.standard.functions.Functions.escapeXml(Functions.java:134)
> at vqwiki.utils.Utilities.escapeXml(Utilities.java:567)
> at vqwiki.file.FileChangeLog.serializeXml(FileChangeLog.java:270)
> at vqwiki.file.FileChangeLog.saveTableFor(FileChangeLog.java:253)
> at vqwiki.file.FileChangeLog.logChange(FileChangeLog.java:333)
> at vqwiki.servlets.SaveTopicServlet.doPost(SaveTopicServlet.java:143)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
> at vqwiki.servlets.VQWikiServlet.dispatch(VQWikiServlet.java:107)
> at vqwiki.servlets.WikiServlet.doPost(WikiServlet.java:733)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
> at vqwiki.servlets.FrontControllerFilter.doFilter(FrontControllerFilter.java:91)
> at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
> at vqwiki.servlets.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:74)
> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> at com.evermind.server.http.HttpRequestHandler.handleNotFound(HttpRequestHandler.java:1038)
> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:853)
> at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
> at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
> at java.lang.Thread.run(Thread.java:534)
> 11/08/02 07:43:31 vqwiki.WikiException: org.apache.taglibs.standard.tag.common.core.Util.escapeXml(Ljava/lang/String;)Ljava/lang/String;
> 11/08/02 07:43:31 at vqwiki.servlets.SaveTopicServlet.doPost(SaveTopicServlet.java:150)
> 11/08/02 07:43:31 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> 11/08/02 07:43:31 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
> 11/08/02 07:43:31 at vqwiki.servlets.VQWikiServlet.dispatch(VQWikiServlet.java:107)
> 11/08/02 07:43:31 at vqwiki.servlets.WikiServlet.doPost(WikiServlet.java:733)
> 11/08/02 07:43:31 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> 11/08/02 07:43:31 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
> 11/08/02 07:43:31 at vqwiki.servlets.FrontControllerFilter.doFilter(FrontControllerFilter.java:91)
> 11/08/02 07:43:31 at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
> 11/08/02 07:43:31 at vqwiki.servlets.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:74)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
> 11/08/02 07:43:31 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
> 11/08/02 07:43:31 at com.evermind.server.http.HttpRequestHandler.handleNotFound(HttpRequestHandler.java:1038)
> 11/08/02 07:43:31 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:853)
> 11/08/02 07:43:31 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
> 11/08/02 07:43:31 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
> 11/08/02 07:43:31 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
> 11/08/02 07:43:31 at java.lang.Thread.run(Thread.java:534)
> Please help me out...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: <mte...@us...> - 2012-01-06 01:00:59
|
Revision: 1296
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1296&view=rev
Author: mteodori
Date: 2012-01-06 01:00:53 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
VQW-259 - Allow loading JDBC drivers from plugins
Modified Paths:
--------------
trunk/vqwiki-classic/api/src/vqwiki/Environment.java
trunk/vqwiki-classic/api/src/vqwiki/WikiBase.java
trunk/vqwiki-classic/api/src/vqwiki/persistence/PersistenceHandler.java
trunk/vqwiki-classic/api/src/vqwiki/persistence/db/DatabaseConnection.java
trunk/vqwiki-classic/api/src/vqwiki/persistence/db/DatabaseHandler.java
trunk/vqwiki-classic/api/src/vqwiki/persistence/file/FileHandler.java
trunk/vqwiki-classic/api/src/vqwiki/plugin/PluginClassLoader.java
trunk/vqwiki-classic/api/test/vqwiki/FakeHandler.java
trunk/vqwiki-classic/api/test/vqwiki/plugin/PluginClassLoaderTest.java
trunk/vqwiki-classic/src/ApplicationResources.properties
trunk/vqwiki-classic/src/ApplicationResources_cs.properties
trunk/vqwiki-classic/src/ApplicationResources_de.properties
trunk/vqwiki-classic/src/ApplicationResources_es.properties
trunk/vqwiki-classic/src/ApplicationResources_fr.properties
trunk/vqwiki-classic/src/ApplicationResources_it.properties
trunk/vqwiki-classic/src/ApplicationResources_nl.properties
trunk/vqwiki-classic/src/ApplicationResources_no.properties
trunk/vqwiki-classic/src/ApplicationResources_pl.properties
trunk/vqwiki-classic/src/ApplicationResources_ru.properties
trunk/vqwiki-classic/src/ApplicationResources_sv.properties
trunk/vqwiki-classic/src/vqwiki/actions/AdministrationAction.java
trunk/vqwiki-classic/src/vqwiki/servlets/ConfigListener.java
trunk/vqwiki-classic/web/jsp/admin.jsp
trunk/vqwiki-classic/web/jsp/error.jsp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mte...@us...> - 2012-01-06 00:59:46
|
Revision: 1295
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1295&view=rev
Author: mteodori
Date: 2012-01-06 00:59:40 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
[VQW-264] Move postgresql support into a separate plugin
Added Paths:
-----------
trunk/vqwiki-classic/plugins/postgresql/src/create_postgresql.sql
trunk/vqwiki-classic/plugins/postgresql/src/notify_postgresql.sql.properties
trunk/vqwiki-classic/plugins/postgresql/src/wikimembers_postgresql.sql.properties
Removed Paths:
-------------
trunk/vqwiki-classic/plugins/postgresql/src/create_postgres.sql
trunk/vqwiki-classic/plugins/postgresql/src/notify_postgres.sql.properties
trunk/vqwiki-classic/plugins/postgresql/src/wikimembers_postgres.sql.properties
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:56:50
|
[ http://issues.vqwiki.org/browse/VQW-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-267.
----------------------------------
Resolution: Duplicate
> move mysql support to separate plugin
> -------------------------------------
>
> Key: VQW-267
> URL: http://issues.vqwiki.org/browse/VQW-267
> Project: VQWiki
> Issue Type: Task
> Components: Storage, Database
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Priority: Minor
> Fix For: 2.8.2
>
>
> Move MySQL code and configuration into separate optional plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:56:50
|
[ http://issues.vqwiki.org/browse/VQW-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-263.
----------------------------------
Resolution: Fixed
> move db2 support to separate plugin
> -----------------------------------
>
> Key: VQW-263
> URL: http://issues.vqwiki.org/browse/VQW-263
> Project: VQWiki
> Issue Type: Task
> Components: Storage, Database
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Priority: Minor
> Fix For: 2.8.2
>
>
> Move db2 specific code and configuration files into a separate optional plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:56:49
|
[ http://issues.vqwiki.org/browse/VQW-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-266.
----------------------------------
Resolution: Fixed
> move mysql support into separate plugin
> ---------------------------------------
>
> Key: VQW-266
> URL: http://issues.vqwiki.org/browse/VQW-266
> Project: VQWiki
> Issue Type: Task
> Components: Storage, Database
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Priority: Minor
> Fix For: 2.8.2
>
>
> Move mysql specific code and configuration files into a separate optional plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:54:50
|
[ http://issues.vqwiki.org/browse/VQW-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-260.
----------------------------------
Resolution: Fixed
> move oracle support to separate plugin
> --------------------------------------
>
> Key: VQW-260
> URL: http://issues.vqwiki.org/browse/VQW-260
> Project: VQWiki
> Issue Type: Task
> Components: Storage, Database
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Fix For: 2.8.2
>
>
> Move oracle specific code to separate classes and then into an optional plugin to avoid code pollution.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:54:49
|
[ http://issues.vqwiki.org/browse/VQW-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-264.
----------------------------------
Fix Version/s: 2.8.2
Resolution: Fixed
> Move postgresql support into a separate plugin
> ----------------------------------------------
>
> Key: VQW-264
> URL: http://issues.vqwiki.org/browse/VQW-264
> Project: VQWiki
> Issue Type: Task
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Fix For: 2.8.2
>
>
> Move postgresql specific code and configuration files into a separate optional plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-06 00:52:51
|
[ http://issues.vqwiki.org/browse/VQW-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori reassigned VQW-264:
------------------------------------
Assignee: Marcello Teodori
> Move postgresql support into a separate plugin
> ----------------------------------------------
>
> Key: VQW-264
> URL: http://issues.vqwiki.org/browse/VQW-264
> Project: VQWiki
> Issue Type: Task
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
>
> Move postgresql specific code and configuration files into a separate optional plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-05 01:23:04
|
[ http://issues.vqwiki.org/browse/VQW-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-259.
----------------------------------
Resolution: Fixed
> Allow loading JDBC drivers from plugins
> ---------------------------------------
>
> Key: VQW-259
> URL: http://issues.vqwiki.org/browse/VQW-259
> Project: VQWiki
> Issue Type: New Feature
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Fix For: 2.8.2
>
>
> Due to JDBC DriverManager implementation limitations currently loading JDBC drivers cannot use the wiki + plugin class loader directly as the API does not allow this. Using a proxied driver trick it's possible to enable this behaviour and load JDBC driver jars from plugins, see: http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-from-an-arbitrary-location
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: <mte...@us...> - 2012-01-04 13:27:11
|
Revision: 1294
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1294&view=rev
Author: mteodori
Date: 2012-01-04 13:27:02 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-275] temp fix for plugin descriptor
Modified Paths:
--------------
trunk/vqwiki-classic/api/src/vqwiki/plugin/PluginManager.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 13:27:02
|
[ http://issues.vqwiki.org/browse/VQW-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori updated VQW-172:
---------------------------------
Priority: Minor (was: Major)
> Edit single section of an article
> ---------------------------------
>
> Key: VQW-172
> URL: http://issues.vqwiki.org/browse/VQW-172
> Project: VQWiki
> Issue Type: Improvement
> Reporter: Paolo Vicario
> Priority: Minor
>
> Hello,
> is it possible to add an edit link besides each header, that allows to edit a single section of an article?
> Thanks
> Paolo
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: <mte...@us...> - 2012-01-04 13:26:45
|
Revision: 1293
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1293&view=rev
Author: mteodori
Date: 2012-01-04 13:26:39 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-150] Support for authentication in GetHTML plugin
Modified Paths:
--------------
trunk/vqwiki-classic/plugins/gethtml/src/gethtml-readme.txt
trunk/vqwiki-classic/plugins/gethtml/src/vqwiki/plugin/gethtml/GetHTMLLex.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mte...@us...> - 2012-01-04 13:26:19
|
Revision: 1292
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1292&view=rev
Author: mteodori
Date: 2012-01-04 13:26:13 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-103] Add Include functionality to all Virtual Wikis
Modified Paths:
--------------
trunk/vqwiki-classic/plugins/include/src/include-readme.txt
trunk/vqwiki-classic/plugins/include/src/vqwiki/plugin/include/IncludeLex.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mte...@us...> - 2012-01-04 13:25:51
|
Revision: 1291
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1291&view=rev
Author: mteodori
Date: 2012-01-04 13:25:40 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-130] Link admin user to a Servlet API role
Modified Paths:
--------------
trunk/vqwiki-classic/web/WEB-INF/web.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 13:24:58
|
[ http://issues.vqwiki.org/browse/VQW-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-150.
----------------------------------
Fix Version/s: 2.8.2
Resolution: Fixed
> Support for authentication in GetHTML plugin
> --------------------------------------------
>
> Key: VQW-150
> URL: http://issues.vqwiki.org/browse/VQW-150
> Project: VQWiki
> Issue Type: New Feature
> Components: Plugin, GetHTML
> Affects Versions: 2.7.91
> Environment: Windows 2000, Tomcat 5.0
> Reporter: Udaya Bhaskar
> Fix For: 2.8.2
>
>
> Using GetHTML Iam trying to access a html which requires authentication. Based on the examples in the readme.txt, I do not see any support for providing the auth parameters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 12:56:58
|
[ http://issues.vqwiki.org/browse/VQW-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori closed VQW-166.
--------------------------------
Resolution: Duplicate
> Indent
> ------
>
> Key: VQW-166
> URL: http://issues.vqwiki.org/browse/VQW-166
> Project: VQWiki
> Issue Type: New Feature
> Reporter: Paolo Vicario
>
> Hello,
> is it possible, in some way, to indent text?
> Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 12:52:59
|
[ http://issues.vqwiki.org/browse/VQW-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-103.
----------------------------------
Fix Version/s: 2.8.2
Resolution: Fixed
> Add Include functionality to all Virtual Wiki's
> -----------------------------------------------
>
> Key: VQW-103
> URL: http://issues.vqwiki.org/browse/VQW-103
> Project: VQWiki
> Issue Type: Improvement
> Components: Plugin, Include
> Affects Versions: 2.7.8
> Environment: Windows XP Pro, Java 1.5, Tomcat 5.5
> Reporter: Matt Wurzberger
> Assignee: Marcello Teodori
> Priority: Minor
> Fix For: 2.8.2
>
>
> Currently the include feature only works on the default wiki. It would be nice if the include plugin was aware of all the Virtual Wiki's.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 12:38:59
|
[ http://issues.vqwiki.org/browse/VQW-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori reassigned VQW-103:
------------------------------------
Assignee: Marcello Teodori
> Add Include functionality to all Virtual Wiki's
> -----------------------------------------------
>
> Key: VQW-103
> URL: http://issues.vqwiki.org/browse/VQW-103
> Project: VQWiki
> Issue Type: Improvement
> Components: Plugin, Include
> Affects Versions: 2.7.8
> Environment: Windows XP Pro, Java 1.5, Tomcat 5.5
> Reporter: Matt Wurzberger
> Assignee: Marcello Teodori
> Priority: Minor
>
> Currently the include feature only works on the default wiki. It would be nice if the include plugin was aware of all the Virtual Wiki's.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-04 12:21:00
|
[ http://issues.vqwiki.org/browse/VQW-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-130.
----------------------------------
Assignee: Marcello Teodori
Fix Version/s: 2.8.2
Resolution: Fixed
Supported WikiAdmin role as admin user, requires uncommenting security config in web.xml.
> Link admin user to a Servlet API role
> -------------------------------------
>
> Key: VQW-130
> URL: http://issues.vqwiki.org/browse/VQW-130
> Project: VQWiki
> Issue Type: Improvement
> Affects Versions: 2.7.91, 3.0
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Fix For: 2.8.2
>
>
> I am using Basic Authentication with JNDI and the closed group feature, and I would like the admin user not to exist by itself with a password within the vqwiki.properties file, but be linked to an admin role that can be applied to the existing accounts as per the Servlet spec.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: <mte...@us...> - 2012-01-04 12:19:17
|
Revision: 1290
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1290&view=rev
Author: mteodori
Date: 2012-01-04 12:19:11 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-130] Link admin user to a Servlet API role
Modified Paths:
--------------
trunk/vqwiki-classic/api/src/vqwiki/Constants.java
trunk/vqwiki-classic/api/src/vqwiki/utils/Utilities.java
trunk/vqwiki-classic/src/vqwiki/actions/AbstractAdminWikiAction.java
trunk/vqwiki-classic/src/vqwiki/actions/AbstractEditAction.java
trunk/vqwiki-classic/src/vqwiki/actions/AbstractUserWikiAction.java
trunk/vqwiki-classic/src/vqwiki/actions/AttachAction.java
trunk/vqwiki-classic/src/vqwiki/actions/LoginAction.java
trunk/vqwiki-classic/src/vqwiki/actions/SaveTopicAction.java
trunk/vqwiki-classic/src/vqwiki/actions/UnlockAction.java
trunk/vqwiki-classic/src/vqwiki/servlets/AdminOnlyTopicProcessorFilter.java
trunk/vqwiki-classic/src/vqwiki/servlets/FrontControllerFilter.java
trunk/vqwiki-classic/src/vqwiki/servlets/TopicNameProcessorFilter.java
trunk/vqwiki-classic/src/vqwiki/servlets/WikiServlet.java
trunk/vqwiki-classic/src/vqwiki/taglib/IsAdminTag.java
trunk/vqwiki-classic/web/WEB-INF/web.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mte...@us...> - 2012-01-04 01:36:33
|
Revision: 1289
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1289&view=rev
Author: mteodori
Date: 2012-01-04 01:36:27 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
[VQW-133] output error for < and > in topic
Modified Paths:
--------------
trunk/vqwiki-classic/api/src/vqwiki/servlets/ServletUtils.java
trunk/vqwiki-classic/src/vqwiki/actions/AbstractWikiAction.java
trunk/vqwiki-classic/src/vqwiki/actions/ReadRawAction.java
trunk/vqwiki-classic/src/vqwiki/actions/SaveAttachmentAction.java
trunk/vqwiki-classic/src/vqwiki/actions/SaveTopicAction.java
trunk/vqwiki-classic/src/vqwiki/servlets/TopicNameProcessorFilter.java
trunk/vqwiki-classic/web/WEB-INF/web.xml
trunk/vqwiki-classic/web/jsp/error.jsp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-03 18:21:00
|
[ http://issues.vqwiki.org/browse/VQW-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-133.
----------------------------------
Fix Version/s: 2.8.2
Resolution: Fixed
+ fixed, < and > rejected as part of wiki syntax like in wikipedia
> Incorrect handling of '+' '<' and '>' signs in wiki topics
> ----------------------------------------------------------
>
> Key: VQW-133
> URL: http://issues.vqwiki.org/browse/VQW-133
> Project: VQWiki
> Issue Type: Improvement
> Components: Content Lexer
> Affects Versions: 2.7.8
> Environment: red hat enterprise lunux ES release 4 (update 3)
> tomcat 5.0.28
> Reporter: Mikhail Ksenzov
> Fix For: 2.8.2
>
>
> Some symbols, such as '<', '>' and '+' in the topic names are converted into smth unreadable on disappear on the topic page.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: <mte...@us...> - 2012-01-03 18:19:54
|
Revision: 1288
http://veryquickwiki.svn.sourceforge.net/veryquickwiki/?rev=1288&view=rev
Author: mteodori
Date: 2012-01-03 18:19:48 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
[VQW-133] fixed plus in URLs
Modified Paths:
--------------
trunk/vqwiki-classic/api/src/vqwiki/utils/WikiUrlBuilder.java
trunk/vqwiki-classic/src/vqwiki/servlets/TopicNameProcessorFilter.java
trunk/vqwiki-classic/web/jsp/top-menu.jsp
Removed Paths:
-------------
trunk/vqwiki-classic/web/jsp/menu.jsp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-03 17:09:58
|
[ http://issues.vqwiki.org/browse/VQW-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori resolved VQW-247.
----------------------------------
Resolution: Fixed
> Refactor specific servlets to actions
> -------------------------------------
>
> Key: VQW-247
> URL: http://issues.vqwiki.org/browse/VQW-247
> Project: VQWiki
> Issue Type: Improvement
> Affects Versions: 2.8.1
> Reporter: Marcello Teodori
> Assignee: Marcello Teodori
> Fix For: 2.8.2
>
>
> Besides the main Wiki Servlet and few others, all the current servlets could be refactored into wiki actions and pseudotopics.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|