Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

NOTE: this repository is being scanned, some statistics may still be out of date.

Changelog

159 by scott@atlassian.com on 01 June 2008, 19:09:43 -0500 (6 months ago) Fixed formatting

trunk/src/java/com/opensymphony/module/random/Test.java 159 history download (+0 -1) diffs

158 by scott@atlassian.com on 01 June 2008, 19:06:56 -0500 (6 months ago) Create tag for OSCore 2.2.7

tags/oscore_2_2_7 158 history download (+0 -0)

157 by scott@atlassian.com on 01 June 2008, 18:55:36 -0500 (6 months ago) Updated release to 2.2.7.

trunk/build.properties 157 history download (+2 -2) diffs

156 by scott@atlassian.com on 01 June 2008, 18:49:43 -0500 (6 months ago) CORE-79.

Remove Yarrow.java, as it may have come from the Freenet codebase, which is GPL.

As it is only used internally for generating GUIDs, this is an easy fix, but does make the codebase JDK 1.4 …

trunk/src/java/com/opensymphony/module/random/Test.java 156 history download (+3 -5) diffs

trunk/src/java/com/opensymphony/module/random/Yarrow.java 156 history deleted

trunk/src/java/com/opensymphony/util/GUID.java 156 history download (+18 -8) diffs

155 by fate on 31 January 2008, 19:39:47 -0600 (10 months ago) Reformatted

trunk/src/java/com/opensymphony/module/random/Yarrow.java 155 history download (+4 -2) diffs

154 by fate on 31 January 2008, 19:34:04 -0600 (10 months ago) Handle collisions

trunk/src/java/com/opensymphony/module/random/Yarrow.java 154 history download (+5 -1) diffs

153 by scott@atlassian.com on 21 January 2008, 13:39:47 -0600 (10 months ago) Fix to CORE-78.

This is not the same as the patch submitted as:
- it did not follow the coding standards
- it imposed a restriction on verifyUrl, that I thought was better done in TextUtils.

Contrib…

trunk/OSCore.iml 153 history download (+82 -5) diffs

trunk/OSCore.ipr 153 history download (+149 -24) diffs

trunk/src/java/com/opensymphony/util/TextUtils.java 153 history download (+3 -1) diffs

trunk/src/java/com/opensymphony/util/UrlUtils.java 153 history download (+27 -1) diffs

trunk/src/test/com/opensymphony/util/TestUrlUtils.java 153 history download (+49 -0) diffs

… 1 more file in changeset.
152 by scott@atlassian.com on 29 October 2007, 16:38:42 -0500 (13 months ago) Create 2.2.6 release.

tags/oscore_2-2-6 152 history download (+0 -0)

151 by scott@atlassian.com on 29 October 2007, 16:37:59 -0500 (13 months ago) Links to 2.2.6 release.

trunk/docs/meta.xml 151 history download (+4 -4) diffs

150 by scott@atlassian.com on 29 October 2007, 16:16:42 -0500 (13 months ago) Update for 2.2.6

trunk/build.properties 150 history download (+2 -2) diffs

trunk/docs/meta.xml 150 history download (+15 -0) diffs

149 by plightbo on 29 October 2007, 16:05:56 -0500 (13 months ago) copied from website

trunk/docs/meta.xml 149 history download (+64) new

148 by scott@atlassian.com on 29 October 2007, 15:54:33 -0500 (13 months ago) Fix for CORE-76, don't trim trailing ':', '-' and '~' characters.

trunk/src/java/com/opensymphony/util/TextUtils.java 148 history download (+264 -264) diffs

trunk/src/test/com/opensymphony/util/TextUtilsTest.java 148 history download (+37 -5) diffs

147 by farkas on 03 January 2006, 16:00:07 -0600 (2 years 10 months ago) Fix unit tests that I broke when working on CORE-73

trunk/src/java/com/opensymphony/util/TextUtils.java 147 history download (+1 -0) diffs

trunk/src/test/com/opensymphony/util/TextUtilsTest.java 147 history download (+2 -2) diffs

146 by farkas on 03 January 2006, 04:54:10 -0600 (2 years 10 months ago) Further optimisations for memory usage - CORE-73

trunk/src/java/com/opensymphony/util/TextUtils.java 146 history download (+5 -6) diffs

145 by farkas on 03 January 2006, 04:47:51 -0600 (2 years 10 months ago) Create edge case test for leading spaces, and fix the bug that it highlighted

trunk/src/java/com/opensymphony/util/TextUtils.java 145 history download (+2 -0) diffs

trunk/src/test/com/opensymphony/util/TextUtilsTest.java 145 history download (+7 -0) diffs

144 by farkas on 03 January 2006, 04:37:39 -0600 (2 years 10 months ago) Optimise memory usage for linkUrl.  On an 800k file, this takes garbage creation down from 840mb to 6mb!  Also speeds up from 23 seconds, down to 8 seconds
Work on CORE-73

trunk/src/java/com/opensymphony/util/TextUtils.java 144 history download (+12 -7) diffs

143 by farkas on 03 January 2006, 04:16:20 -0600 (2 years 10 months ago) Optimise memory usage for linkEmail.  On an 800k file, this takes garbage creation down from 400mb to 4mb!

trunk/src/java/com/opensymphony/util/TextUtils.java 143 history download (+13 -8) diffs

142 by hani on 22 November 2005, 11:07:13 -0600 (3 years ago) Updated project files
Delete yarrow seed file when jvm exits
Cleanups in TextUtils, and deprecated encode/decode, people should just use MailUtils directly.

trunk/OSCore.iml 142 history download (+49 -0) diffs

trunk/OSCore.ipr 142 history download (+6 -2) diffs

trunk/src/java/com/opensymphony/module/random/Yarrow.java 142 history download (+4 -2) diffs

trunk/src/java/com/opensymphony/util/TextUtils.java 142 history download (+13 -14) diffs

141 by farkas on 01 November 2005, 20:45:20 -0600 (3 years ago) Updated TextUtils to handle emails (slightly) better.
CORE-72

trunk/src/java/com/opensymphony/util/TextUtils.java 141 history download (+1 -1) diffs

trunk/src/test/com/opensymphony/util/TextUtilsTest.java 141 history download (+8 -1) diffs

140 by farkas on 31 July 2005, 21:37:12 -0500 (3 years 4 months ago) Remove obsolete download page.

trunk/docs/download.html 140 history deleted

138 by farkas on 29 July 2005, 01:10:35 -0500 (3 years 4 months ago) Update docs location for 2.2.5 release

trunk/docs/download.html 138 history download (+1 -1) diffs

139 by no_author on 29 July 2005, 01:10:35 -0500 (3 years 4 months ago) This commit was manufactured by cvs2svn to create tag 'oscore_2_2_5'.

tags/oscore_2_2_5 139 history download (+0 -0)

137 by farkas on 28 July 2005, 23:53:20 -0500 (3 years 4 months ago) Allow overriding of encoding of high-bit characters (CORE-71).

trunk/src/java/com/opensymphony/util/TextUtils.java 137 history download (+18 -5) diffs

136 by plightbo on 19 June 2005, 22:39:27 -0500 (3 years 5 months ago) ivy files for oscore

trunk/build.properties 136 history download (+4 -3) diffs

trunk/ivy.xml 136 history download (+22) new

135 by plightbo on 19 June 2005, 21:31:34 -0500 (3 years 5 months ago) checking in IDEA project files

trunk/OSCore.iml 135 history download (+20) new

trunk/OSCore.ipr 135 history download (+195) new

134 by plightbo on 19 June 2005, 21:31:01 -0500 (3 years 5 months ago) adapted to common build

trunk/build.xml 134 history download (+53 -192) diffs

133 by plightbo on 19 June 2005, 21:30:09 -0500 (3 years 5 months ago) correct line breaks

trunk/LICENSE.txt 133 history download (+0 -0) diffs

132 by plightbo on 19 June 2005, 21:28:57 -0500 (3 years 5 months ago) formatting

trunk/src/java/com/opensymphony/util/TextUtils.java 132 history download (+1 -2) diffs

131 by hani on 18 June 2005, 17:44:48 -0500 (3 years 5 months ago) Upgraded xdoclet and some cleanups

trunk/build.xml 131 history download (+3 -3) diffs

trunk/lib/build/xdoclet/xdoclet-1.2b3.jar 131 history deleted

trunk/lib/build/xdoclet/xdoclet-1.3-SNAPSHOT.jar 131 history download (+0) new

trunk/lib/build/xdoclet/xdoclet-bea-module-1.2b3.jar 131 history deleted

trunk/lib/build/xdoclet/xdoclet-bea-module-1.3-SNAPSHOT.jar 131 history download (+0) new

… 18 more files in changeset.
130 by hani on 05 May 2005, 17:08:34 -0500 (3 years 6 months ago) RequiresNew is a bit excessive

trunk/src/java/com/opensymphony/module/sequence/SequenceGeneratorEJB.java 130 history download (+1 -1) diffs

earlier earlier | later later
Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 11:32 -0600