Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

MAIN:joe_walker:20080429085800 by joe_walker on 29 April 2008, 03:58:00 -0500 (6 months ago) Make Review removing JBI comment

www/index.html 1.45 history download (+0 -4) diffs

MAIN:joe_walker:20080403110714 by joe_walker on 03 April 2008, 06:07:14 -0500 (7 months ago) Make Review Comet support varies between browsers

java/org/directwebremoting/dwrp/PollHandler.java 1.51 history download (+38 -42) diffs

java/org/directwebremoting/impl/DefaultWebContext.java 1.17 history download (+1 -1) diffs

java/org/directwebremoting/util/BrowserDetect.java 1.4 history download (+56 -0) diffs

MAIN:joe_walker:20080403110708 by joe_walker on 03 April 2008, 06:07:08 -0500 (7 months ago) Make Review Eclipse launch files are too fragile to be worth keeping in repo

.settings/drapgen-generate-launch.launch 1.7 history deleted

.settings/drapgen-preprocess-test.launch 1.2 history deleted

.settings/dwr-ant-fastunpack.launch 1.2 history deleted

.settings/dwr-ant-files.launch 1.2 history deleted

.settings/dwr-ant-reload.launch 1.2 history deleted

… 8 more files in changeset.
MAIN:joe_walker:20080403110050 by joe_walker on 03 April 2008, 06:00:50 -0500 (7 months ago) Make Review Testing async exec

test/java/org/getahead/dwrdemo/marshall/Test.java 1.5 history download (+25 -1) diffs

MAIN:joe_walker:20080403105216 by joe_walker on 03 April 2008, 05:52:16 -0500 (7 months ago) Make Review Make a write error alarm go off on any error

java/org/directwebremoting/dwrp/BaseScriptConduit.java 1.13 history download (+2 -6) diffs

MAIN:joe_walker:20080321161916 by joe_walker on 21 March 2008, 11:19:16 -0500 (8 months ago) Make Review fix for incorrect path to readme.txt

build.xml 1.53 history download (+1 -1) diffs

MAIN:xmaniac:20080321110454 by xmaniac on 21 March 2008, 06:04:54 -0500 (8 months ago) Make Review Fixes DWR-199

Adds classpath scanning for annotated Spring beans

.classpath 1.71 history download (+1 -0) diffs

jar/spring-2.5.2-sources.jar 1.1 history download (+0) new

jar/spring-2.5.2.jar 1.1 history download (+0) new

java/org/directwebremoting/spring/spring-dwr-2.0.xsd 1.16 history download (+10 -0) diffs

java5/org/directwebremoting/spring/DwrAnnotationNamespaceHandler.java 1.2 history download (+39 -1) diffs

… 2 more files in changeset.
Branch_2_0:joe_walker:20080320161545 by joe_walker on 20 March 2008, 11:15:45 -0500 (8 months ago) Make Review removed htmlfile implementation that we weren't using

java/org/directwebremoting/engine.js 1.95.2.12 history download (+6 -19) diffs

MAIN:joe_walker:20080320161509 by joe_walker on 20 March 2008, 11:15:09 -0500 (8 months ago) Make Review tweak names of functions that create objects

jaxer/jaxer-web/frameworkPatch.js 1.5 history download (+1 -1) diffs

jaxer/jaxer-web/index.html 1.5 history download (+1 -1) diffs

MAIN:joe_walker:20080320153124 by joe_walker on 20 March 2008, 10:31:24 -0500 (8 months ago) Make Review version numbers for build 101

java/dwr-version.properties 1.66 history download (+2 -2) diffs

MAIN:joe_walker:20080320153017 by joe_walker on 20 March 2008, 10:30:17 -0500 (8 months ago) Make Review tidying up a comment in the jaxer demo html

jaxer/jaxer-web/index.html 1.4 history download (+1 -1) diffs

MAIN:joe_walker:20080319153119 by joe_walker on 19 March 2008, 10:31:19 -0500 (8 months ago) Make Review Addition of more window alteration methods

java/org/directwebremoting/proxy/browser/Window.java 1.3 history download (+86 -0) diffs

MAIN:joe_walker:20080319153059 by joe_walker on 19 March 2008, 10:30:59 -0500 (8 months ago) Make Review Fix CME while looking for script sessions by ID

java/org/directwebremoting/impl/DefaultScriptSessionManager.java 1.31 history download (+9 -6) diffs

MAIN:joe_walker:20080319121615 by joe_walker on 19 March 2008, 07:16:15 -0500 (8 months ago) Make Review abstracting isResponseCompleted from Jetty being hard coded in PollHander into ContainerAbstraction

java/org/directwebremoting/dwrp/PlainPollHandler.java 1.2 history download (+0 -1) diffs

java/org/directwebremoting/dwrp/PollHandler.java 1.48 history download (+1 -3) diffs

java/org/directwebremoting/extend/ContainerAbstraction.java 1.2 history download (+10 -0) diffs

java/org/directwebremoting/impl/GrizzlyContainerAbstraction.java 1.2 history download (+8 -0) diffs

java/org/directwebremoting/impl/JettyContainerAbstraction.java 1.2 history download (+13 -0) diffs

… 1 more file in changeset.
MAIN:joe_walker:20080319120334 by joe_walker on 19 March 2008, 07:03:34 -0500 (8 months ago) Make Review Improved browser detection - we'll need this for things like connection limits too

java/org/directwebremoting/convert/FileConverter.java 1.7 history download (+6 -13) diffs

java/org/directwebremoting/util/BrowserDetect.java 1.1 history download (+180) new

java/org/directwebremoting/util/UserAgent.java 1.1 history download (+27) new

MAIN:joe_walker:20080318174534 by joe_walker on 18 March 2008, 12:45:34 -0500 (8 months ago) Make Review JSON object keys need to be quoted

java/org/directwebremoting/extend/ScriptBufferUtil.java 1.8 history download (+1 -1) diffs

MAIN:joe_walker:20080318174257 by joe_walker on 18 March 2008, 12:42:57 -0500 (8 months ago) Make Review Allowing data: URLs on IE8

java/org/directwebremoting/convert/FileConverter.java 1.6 history download (+19 -15) diffs

java/org/directwebremoting/impl/ContainerUtil.java 1.47 history download (+45 -0) diffs

web/WEB-INF/web.xml 1.40 history download (+4 -0) diffs

MAIN:joe_walker:20080318174204 by joe_walker on 18 March 2008, 12:42:04 -0500 (8 months ago) Make Review For JSON replies - objects need keys as well as values.

java/org/directwebremoting/extend/ScriptBufferUtil.java 1.7 history download (+1 -1) diffs

MAIN:joe_walker:20080318154710 by joe_walker on 18 March 2008, 10:47:10 -0500 (8 months ago) Make Review The last check-in with the comment "upgrade to intellij7" was a primary check-in for JSON support

java/org/directwebremoting/jsonp/JsonCallHandler.java 1.2 history download (+1 -1) diffs

MAIN:joe_walker:20080317195711 by joe_walker on 17 March 2008, 14:57:11 -0500 (8 months ago) Make Review JSON support - not working at all, but need to check this in to unbreak the build

java/org/directwebremoting/json/JsonCallMarshaller.java 1.2 history download (+0 -62) diffs

MAIN:joe_walker:20080317194546 by joe_walker on 17 March 2008, 14:45:46 -0500 (8 months ago) Make Review JSON support - not working at all, but need to check this in to unbreak the build

java/org/directwebremoting/json/JsonCallMarshaller.java 1.1 history download (+719) new

java/org/directwebremoting/servlet/JsonCallHandler.java 1.1 history download (+101) new

MAIN:joe_walker:20080317182452 by joe_walker on 17 March 2008, 13:24:52 -0500 (8 months ago) Make Review Fixing startup problems

java/org/directwebremoting/impl/ContainerUtil.java 1.45 history download (+9 -1) diffs

MAIN:joe_walker:20080317150017 by joe_walker on 17 March 2008, 10:00:17 -0500 (8 months ago) Make Review xml-apis has not been needed since we stopped supporting 1.3

jar/xml-apis-LICENSE.txt 1.2 history deleted

jar/xml-apis.jar 1.5 history deleted

earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, CVS analysis. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2008-11-22 15:07 -0600