jamwiki-commit Mailing List for JAMWiki (Page 74)
Brought to you by:
wrh2
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(86) |
Oct
(168) |
Nov
(115) |
Dec
(87) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(59) |
Feb
(36) |
Mar
(27) |
Apr
(24) |
May
(37) |
Jun
(16) |
Jul
(200) |
Aug
(114) |
Sep
(41) |
Oct
(36) |
Nov
(43) |
Dec
(29) |
2008 |
Jan
(63) |
Feb
(49) |
Mar
(62) |
Apr
(66) |
May
(25) |
Jun
(20) |
Jul
(4) |
Aug
(27) |
Sep
(51) |
Oct
(48) |
Nov
(12) |
Dec
(9) |
2009 |
Jan
(54) |
Feb
(33) |
Mar
(59) |
Apr
(35) |
May
(20) |
Jun
(18) |
Jul
(31) |
Aug
(44) |
Sep
(24) |
Oct
(32) |
Nov
(28) |
Dec
(35) |
2010 |
Jan
(51) |
Feb
(34) |
Mar
(93) |
Apr
(48) |
May
(30) |
Jun
(43) |
Jul
(29) |
Aug
(39) |
Sep
(61) |
Oct
(14) |
Nov
(30) |
Dec
(96) |
2011 |
Jan
(82) |
Feb
(18) |
Mar
(21) |
Apr
(18) |
May
(33) |
Jun
(45) |
Jul
(70) |
Aug
(36) |
Sep
(63) |
Oct
(28) |
Nov
(55) |
Dec
(47) |
2012 |
Jan
(82) |
Feb
(39) |
Mar
(21) |
Apr
(9) |
May
(15) |
Jun
(32) |
Jul
(36) |
Aug
(36) |
Sep
(22) |
Oct
(12) |
Nov
(4) |
Dec
(30) |
2013 |
Jan
(38) |
Feb
(25) |
Mar
(18) |
Apr
(15) |
May
(10) |
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <wr...@us...> - 2009-03-11 20:59:21
|
Revision: 2523 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2523&view=rev Author: wrh2 Date: 2009-03-11 20:59:09 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Upgrade: * Remove the ability to automatically upgrade from JAMWiki versions prior to 0.6.0. Note that manual upgrades (using UPGRADE.txt) will still work. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-11 20:58:21
|
Revision: 2522 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2522&view=rev Author: wrh2 Date: 2009-03-11 20:58:05 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Cleanup: * Add Maven build directories to the SVN ignore list. Property Changed: ---------------- wiki/trunk/addons/bliki-parser/ wiki/trunk/jamwiki-core/ wiki/trunk/jamwiki-war/ wiki/trunk/jamwiki-web/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-11 15:32:55
|
Revision: 2521 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2521&view=rev Author: wrh2 Date: 2009-03-11 15:32:48 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Editing: * Add links to the edited section in edit summaries on recent changes, history, etc, similar to Mediawiki. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/ParserUtil.java wiki/trunk/jamwiki-war/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jamwiki.tld wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/EditServlet.java Added Paths: ----------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/taglib/EditCommentTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-11 01:11:28
|
Revision: 2520 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2520&view=rev Author: wrh2 Date: 2009-03-11 01:11:12 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Upload: * Allow an alternate file name to be specified as the "Destination Filename" when uploading, similar to Mediawiki. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upload.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UploadServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 20:34:17
|
Revision: 2519 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2519&view=rev Author: wrh2 Date: 2009-03-10 20:33:54 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Caching: * Upgrade to ehcache 1.6.0-beta3 which has fewer dependencies. * This version requires Java 5 and eliminates all dependencies other than the JDK. * The final 1.6.0 release should be ready by the time JAMWiki 0.8.0 is released, so the dependency on a beta version of ehcache will then be removed. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 18:51:13
|
Revision: 2518 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2518&view=rev Author: wrh2 Date: 2009-03-10 18:50:57 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Bliki: * Fix the Bliki local Maven repository metadata to resolve build warnings. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/repository/bliki/bliki/3.0-SNAPSHOT/bliki-3.0-SNAPSHOT.jar.md5 wiki/trunk/repository/bliki/bliki/3.0-SNAPSHOT/bliki-3.0-SNAPSHOT.jar.sha1 wiki/trunk/repository/bliki/bliki/3.0-SNAPSHOT/maven-metadata-local.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 17:24:52
|
Revision: 2517 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2517&view=rev Author: wrh2 Date: 2009-03-10 17:24:43 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Authentication & Authorization: * Update Spring Security configuration to remove reliance on the deprecated FilterInvocationDefinitionSourceEditor class. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/JAMWikiErrorMessageProvider.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 16:58:34
|
Revision: 2516 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2516&view=rev Author: wrh2 Date: 2009-03-10 16:58:27 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Spring: * Update Spring configuration files to point at at the 2.5 DTDs. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jamwiki-servlet.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 14:50:23
|
Revision: 2515 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2515&view=rev Author: wrh2 Date: 2009-03-10 14:50:15 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Special:Edit: * "Show Changes" was using the full page instead of just the target section when editing by section, resulting in an incorrect diff. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/EditServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 14:30:09
|
Revision: 2514 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2514&view=rev Author: wrh2 Date: 2009-03-10 14:29:59 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Merge: * Merge pending bugfixes from the 0.7.x branch. * Remove problematic merge properties for WikiUserDetails - as far as I understand the situation Subversion prior to 1.5.4 calculates merge properties incorrectly in some cases. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml Property Changed: ---------------- wiki/trunk/ wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 14:21:35
|
Revision: 2513 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2513&view=rev Author: wrh2 Date: 2009-03-10 14:21:16 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Merge: * Merge upgrade message bugfix and translation update from trunk. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java Property Changed: ---------------- wiki/branches/0.7.x/ wiki/branches/0.7.x/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 03:02:23
|
Revision: 2509 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2509&view=rev Author: wrh2 Date: 2009-03-10 01:32:34 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Diff: * Move DiffUtil.diffTopicVersions() to DiffServlet, which is the only place it was used. * This change makes DiffUtil.diff() the only public member of DiffUtil, so now it should be trivial to implement a cache for this functionality. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/DiffServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 03:01:15
|
Revision: 2510 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2510&view=rev Author: wrh2 Date: 2009-03-10 01:47:00 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Cache: * Move image cache constant to ImageUtil, which is the only place it is used. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiBase.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 02:55:28
|
Revision: 2512 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2512&view=rev Author: wrh2 Date: 2009-03-10 02:55:12 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Performance: * Implement topic version cache to improve lookup speed. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/TopicVersion.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiCache.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/AnsiDataHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 02:39:33
|
Revision: 2511 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2511&view=rev Author: wrh2 Date: 2009-03-10 02:39:23 +0000 (Tue, 10 Mar 2009) Log Message: ----------- Diff: * Implement caching to speed up diff rendering. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiDiff.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-10 00:20:56
|
Revision: 2508 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2508&view=rev Author: wrh2 Date: 2009-03-10 00:20:52 +0000 (Tue, 10 Mar 2009) Log Message: ----------- LDAP: * Fix incorrect LDAP sample configuration. Reported with a fix by Tobias Kalbitz. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 21:11:15
|
Revision: 2507 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2507&view=rev Author: wrh2 Date: 2009-03-09 21:10:55 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Logging: * Add WikiLogger.isInfoEnabled() (and similar methods) to allow the ability to suppress logging execution when unnecessary, thus avoiding a potential performance hit. * Include query parameters in the URL when logging page load time. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiLogger.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 21:09:00
|
Revision: 2506 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2506&view=rev Author: wrh2 Date: 2009-03-09 21:08:48 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Diff: * Make some micro-optimizations to the DiffUtil code to speed it up slightly. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 19:27:45
|
Revision: 2505 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2505&view=rev Author: wrh2 Date: 2009-03-09 19:27:36 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Search: * Upgrade to Lucene Search 2.4.1. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 19:23:48
|
Revision: 2504 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2504&view=rev Author: wrh2 Date: 2009-03-09 19:23:40 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Diff: * Fix a logic error that was causing blank lines to show in diffs in some cases. * Add temporary debugging to get performance data. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 14:58:11
|
Revision: 2503 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2503&view=rev Author: wrh2 Date: 2009-03-09 14:58:09 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Diff: * Re-factor code to eliminate some excess looping and remove the "9999" hard-coded "buffer everything" magic number. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-09 02:24:35
|
Revision: 2502 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2502&view=rev Author: wrh2 Date: 2009-03-09 02:24:26 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Diff: * Clean up DiffUtil a bit - needs more. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-08 16:51:47
|
Revision: 2501 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2501&view=rev Author: wrh2 Date: 2009-03-08 16:51:33 +0000 (Sun, 08 Mar 2009) Log Message: ----------- Diff: * Add diff highlighting for the portion of the line that changed (if any), similar to Mediawiki. * This code needs significant cleanup, although it seems to work. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiDiff.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-war/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/diff-include.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-08 15:30:16
|
Revision: 2500 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2500&view=rev Author: wrh2 Date: 2009-03-08 15:29:55 +0000 (Sun, 08 Mar 2009) Log Message: ----------- Diff: * Refactor the diff code to shrink code size, rename some fields, and add comments. * There should be no functional changes from this commit. The next step will be to update DiffUtil to support showing the portion of a line that has changed, similar to what Mediawiki does. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiDiff.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/diff-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-03-07 02:12:58
|
Revision: 2499 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2499&view=rev Author: wrh2 Date: 2009-03-07 02:12:39 +0000 (Sat, 07 Mar 2009) Log Message: ----------- Special:Roles: * Search by login on the Special:Roles page returned no results for users without at least one role. Reported by tapaya and rebecca. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/sql.ansi.properties wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |