jamwiki-commit Mailing List for JAMWiki (Page 6)
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: <ccl...@us...> - 2012-12-17 14:16:10
|
Revision: 4224 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4224&view=rev Author: cclavadetscher Date: 2012-12-17 14:16:03 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Password reset use case: bug fix. The lookup method for challenge date was delivering the wrong value for the challenge IP. Status: fixed. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-17 10:43:38
|
Revision: 4223 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4223&view=rev Author: cclavadetscher Date: 2012-12-17 10:43:32 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Same as previous commit: new property for handling the processing of password reset requests. The property added indicates the duration in minutes that must pass before an ip is unlocked. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/Environment.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-17 10:31:12
|
Revision: 4222 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4222&view=rev Author: cclavadetscher Date: 2012-12-17 10:31:06 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Addition of two new properties for configuring the password reset feature: - smtp-service-forgot-password-challenge-timeout: The validity duration of a challenge that has been sent to a user. - smtp-service-forgot-password-challenge-retries: The maximum number of requests allowed in the timeout period from the same IP. TBD: Changes to admin page to enable configuration of these values. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/Environment.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-17 10:08:11
|
Revision: 4221 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4221&view=rev Author: cclavadetscher Date: 2012-12-17 10:08:05 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Password reset use case: DB related changes - Extension of jam_users with 4 columns for handling password reset requests. - Changes to table creation and release update statements and methods. - Extension of WikiUser: 4 more attributes for handling password reset requests. - Extension of WikiUser's toString method for debug purposes. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/QueryHandler.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiUser.java wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.ansi.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.hsql.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-12 12:27:41
|
Revision: 4220 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4220&view=rev Author: cclavadetscher Date: 2012-12-12 12:27:31 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Modification of jam_wiki_user create table statement to not include values that are now handled by the user preferences tables. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.asa.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.h2.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.hsql.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.mssql.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.mysql.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.oracle.properties wiki/branches/cclavadetscher/jamwiki-core/src/main/resources/sql/sql.postgres.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-12 11:53:29
|
Revision: 4219 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4219&view=rev Author: cclavadetscher Date: 2012-12-12 11:53:18 +0000 (Wed, 12 Dec 2012) Log Message: ----------- NOT FOR REVIEW: Only synchronization with trunk after bug fix. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java Property Changed: ---------------- wiki/branches/cclavadetscher/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-12 11:37:57
|
Revision: 4218 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4218&view=rev Author: cclavadetscher Date: 2012-12-12 11:37:46 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Bug fix: NullPointerException during registration of new user. The problem was that the method validate in RegisterServlet tested the values of user.date.format and user.time.format for all user, including the new ones. Since new users are not able to enter these values, they are always null. A test for user ID = -1 was added to correct this behaviour. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-09 07:55:06
|
Revision: 4217 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4217&view=rev Author: cclavadetscher Date: 2012-12-09 07:55:00 +0000 (Sun, 09 Dec 2012) Log Message: ----------- Email services: user self care reset password - Renaming from LoginResetServlet to PasswordResetServlet to be compliant with MediaWiki. - All keys, links, and jsp name have been modified to reflect the renaming of the class. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jamwiki-servlet.xml wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/login.jsp Added Paths: ----------- wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/password-reset.jsp wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/PasswordResetServlet.java Removed Paths: ------------- wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/login-reset.jsp wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/LoginResetServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2012-12-08 14:37:53
|
Revision: 4216 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4216&view=rev Author: cclavadetscher Date: 2012-12-08 14:37:46 +0000 (Sat, 08 Dec 2012) Log Message: ----------- E-Mail services: user self care login password reset feature. The current commit contains modified files that are checked in after synchronizing with trunk. The files that really contain modifications of relevance for this commit, i.e. adding the implementation of the mail service are the following: - jamwiki-core/src/main/java/org/jamwiki/Environment.java: new property for forgot password site setting - jamwiki-war/src/main/resources/ApplicationResources.properties: new texts for password resetting - jamwiki-war/src/main/webapp/WEB-INF/jamwiki-servlet.xml: new mapping for password resetting servlet - jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp: new fieldset in mail settings for mail based services - jamwiki-war/src/main/webapp/WEB-INF/jsp/login-reset.jsp: new jsp for forgot password feature - jamwiki-web/src/main/java/org/jamwiki/servlets/LoginResetServlet.java: new servlet for forgot password feature Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataValidator.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/Category.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/GroupMap.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/ImageData.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/LogItem.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/RecentChange.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/Role.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/Watchlist.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiFile.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiFileVersion.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiGroup.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiReference.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiUser.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/WikiUserDetails.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiSignatureTag.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/utils/TiddlyWiki2MediaWikiTranslator.java wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/branches/cclavadetscher/jamwiki-core/src/test/resources/ApplicationResources.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_cs.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jamwiki-servlet.xml wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-manage.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/block-list.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/blocked.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/diff.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/login.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/register.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-source.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-topic-include.jsp wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/LoginServlet.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/RolesServlet.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/web/utils/UserPreferencesUtil.java wiki/branches/cclavadetscher/jamwiki-web/src/test/java/org/jamwiki/servlets/WikiPageInfoTest.java wiki/branches/cclavadetscher/pom.xml Added Paths: ----------- wiki/branches/cclavadetscher/jamwiki-war/src/main/webapp/WEB-INF/jsp/login-reset.jsp wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/LoginResetServlet.java Removed Paths: ------------- wiki/branches/cclavadetscher/jamwiki-core/src/test/java/org/jamwiki/EnvironmentTest.java Property Changed: ---------------- wiki/branches/cclavadetscher/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-08 05:10:00
|
Revision: 4215 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4215&view=rev Author: wrh2 Date: 2012-12-08 05:09:54 +0000 (Sat, 08 Dec 2012) Log Message: ----------- Cleanup: * Remove unused imports. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-08 05:09:01
|
Revision: 4214 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4214&view=rev Author: wrh2 Date: 2012-12-08 05:08:54 +0000 (Sat, 08 Dec 2012) Log Message: ----------- Time/Date: * Consolidate date formatting code to use DateUtil.formatDate. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiSignatureTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java Removed Paths: ------------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/EnvironmentTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-07 00:42:41
|
Revision: 4213 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4213&view=rev Author: wrh2 Date: 2012-12-07 00:42:34 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Time/Date: * Split the datetime preference into a time preference and a date preference. * Utilize time & date preferences in JSPs that display dates. * Update time & date formats to match Mediawiki options and other standards. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiUser.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties 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/RegisterServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/utils/UserPreferencesUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-07 00:39:06
|
Revision: 4212 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4212&view=rev Author: wrh2 Date: 2012-12-07 00:39:00 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Special:Account: * No need to return an error message due to an invalid date format since the user can't do anything about it. Just log a message for the system administrator. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.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_ru.properties wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-07 00:04:07
|
Revision: 4211 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4211&view=rev Author: wrh2 Date: 2012-12-07 00:04:01 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Signatures: * Use standard format for all signatures to match Mediawiki. * Update default signature pattern to match Mediawiki. * Upcoming commits will use user preferences for all other date displays. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiSignatureTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-06 23:51:05
|
Revision: 4210 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4210&view=rev Author: wrh2 Date: 2012-12-06 23:50:58 +0000 (Thu, 06 Dec 2012) Log Message: ----------- Time/Date: * In preparation of some additional updates, remove PROP_DATE_PATTERN_DATE_AND_TIME and replace it with a manual concatenation of PROP_DATE_PATTERN_DATE_ONLY + PROP_DATE_PATTERN_TIME_ONLY. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/EnvironmentTest.java wiki/trunk/jamwiki-core/src/test/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_cs.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_ru.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_si_LK.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/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-05 02:11:18
|
Revision: 4209 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4209&view=rev Author: wrh2 Date: 2012-12-05 02:11:12 +0000 (Wed, 05 Dec 2012) Log Message: ----------- Cleanup: * Consolidate user preference database upgrade code. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-12-02 18:04:15
|
Revision: 4208 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4208&view=rev Author: wrh2 Date: 2012-12-02 18:04:09 +0000 (Sun, 02 Dec 2012) Log Message: ----------- Translation Updates: * Updated German translations (axelclk). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-11-27 07:34:21
|
Revision: 4207 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4207&view=rev Author: wrh2 Date: 2012-11-27 07:34:15 +0000 (Tue, 27 Nov 2012) Log Message: ----------- Spring: * Upgrade to Spring Framework 3.1.3.RELEASE. * Upgrade to Spring Security 3.1.3.RELEASE. 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...> - 2012-11-27 06:28:43
|
Revision: 4206 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4206&view=rev Author: wrh2 Date: 2012-11-27 06:28:36 +0000 (Tue, 27 Nov 2012) Log Message: ----------- Special:Account: * Reflect user timezone preference in all dates displayed in JSPs. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-manage.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/block-list.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/blocked.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/diff.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-source.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-topic-include.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/jamwiki-web/src/test/java/org/jamwiki/servlets/WikiPageInfoTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-11-27 06:26:13
|
Revision: 4205 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4205&view=rev Author: wrh2 Date: 2012-11-27 06:26:07 +0000 (Tue, 27 Nov 2012) Log Message: ----------- Authentication: * Suppress AuthenticationCredentialsNotFoundException from ServletUtil.currentWikiUser(). Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-11-27 06:24:22
|
Revision: 4204 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4204&view=rev Author: wrh2 Date: 2012-11-27 06:24:13 +0000 (Tue, 27 Nov 2012) Log Message: ----------- Special:Account: * Sort time zones alphabetically. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/register.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/utils/UserPreferencesUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-10-24 03:28:48
|
Revision: 4203 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4203&view=rev Author: wrh2 Date: 2012-10-24 03:28:41 +0000 (Wed, 24 Oct 2012) Log Message: ----------- Cleanup: * Miscellaneous coding style cleanups. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataValidator.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/GroupMap.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiUser.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DateUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/TiddlyWiki2MediaWikiTranslator.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RolesServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/utils/UserPreferencesUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-10-05 01:09:02
|
Revision: 4202 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4202&view=rev Author: wrh2 Date: 2012-10-05 01:08:56 +0000 (Fri, 05 Oct 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- wiki/branches/1.2.x/addons/bliki-parser/pom.xml wiki/branches/1.2.x/addons/jamwiki-jflex-parser-tags/pom.xml wiki/branches/1.2.x/addons/pom.xml wiki/branches/1.2.x/jamwiki-core/pom.xml wiki/branches/1.2.x/jamwiki-war/pom.xml wiki/branches/1.2.x/jamwiki-web/pom.xml wiki/branches/1.2.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-10-05 01:08:51
|
Revision: 4201 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4201&view=rev Author: wrh2 Date: 2012-10-05 01:08:45 +0000 (Fri, 05 Oct 2012) Log Message: ----------- [maven-release-plugin] copy for tag 1.2.3 Added Paths: ----------- wiki/tags/1.2.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2012-10-05 01:08:40
|
Revision: 4200 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4200&view=rev Author: wrh2 Date: 2012-10-05 01:08:34 +0000 (Fri, 05 Oct 2012) Log Message: ----------- [maven-release-plugin] prepare release 1.2.3 Modified Paths: -------------- wiki/branches/1.2.x/addons/bliki-parser/pom.xml wiki/branches/1.2.x/addons/jamwiki-jflex-parser-tags/pom.xml wiki/branches/1.2.x/addons/pom.xml wiki/branches/1.2.x/jamwiki-core/pom.xml wiki/branches/1.2.x/jamwiki-war/pom.xml wiki/branches/1.2.x/jamwiki-web/pom.xml wiki/branches/1.2.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |