aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Now deployment to port 80 should work also with safariJoonas Lehtinen2007-02-071-3/+4
| | | | svn changeset:536/svn branch:toolkit
* old debug window now doesn't pop up in ajax modeMatti Tahvonen2007-02-021-2/+1
| | | | svn changeset:411/svn branch:toolkit
* small fixMatti Tahvonen2007-02-021-1/+1
| | | | svn changeset:406/svn branch:toolkit
* moved itmtk css class to body elementMatti Tahvonen2007-02-021-4/+3
| | | | svn changeset:405/svn branch:toolkit
* Added itmtk class name for applications container divMatti Tahvonen2007-02-021-1/+1
| | | | svn changeset:401/svn branch:toolkit
* Removed dual adapter registration: in ajax mode the window sent the events ↵Joonas Lehtinen2007-01-291-0/+4
| | | | | | | | | | both to application manager as well as to application servlet. This causes various bugs in repainting. Fixes #247 svn changeset:366/svn branch:toolkit
* Fixed #175Joonas Lehtinen2007-01-241-1/+1
| | | | svn changeset:322/svn branch:toolkit
* Fixes #183Joonas Lehtinen2007-01-151-5/+5
| | | | svn changeset:260/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-2/+2
| | | | svn changeset:255/svn branch:toolkit
* fix to #57Joonas Lehtinen2007-01-121-4/+6
| | | | svn changeset:246/svn branch:toolkit
* refactoring...Joonas Lehtinen2007-01-121-91/+94
| | | | svn changeset:243/svn branch:toolkit
* javascript namespace change: itmill.toolkit -> itmillJoonas Lehtinen2007-01-121-2/+2
| | | | svn changeset:242/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-1/+1
| | | | svn changeset:238/svn branch:toolkit
* Refactoring ajax theme to include real inheritance and conform to OpenAjax ↵Joonas Lehtinen2007-01-111-8/+13
| | | | | | Alliance best practices svn changeset:236/svn branch:toolkit
* Millstone -> IT Mill ToolkitJoonas Lehtinen2007-01-031-1/+1
| | | | svn changeset:220/svn branch:toolkit
* Added serials for fix #131Joonas Lehtinen2007-01-021-0/+2
| | | | svn changeset:208/svn branch:toolkit
* fidex a warnJoonas Lehtinen2007-01-021-7/+6
| | | | svn changeset:205/svn branch:toolkit
* bugfix in forcing to non-debug modeJoonas Lehtinen2007-01-021-4/+6
| | | | svn changeset:204/svn branch:toolkit
* Added support for opening debug window from get parameters and web.xml. Also ↵Joonas Lehtinen2007-01-021-40/+65
| | | | | | not it is possible to disable debug-mode alltogether from web.xml. svn changeset:203/svn branch:toolkit
* Fixed jetty related bugJoonas Lehtinen2006-12-291-2/+3
| | | | svn changeset:195/svn branch:toolkit
* - Renamed default theme to baseJoonas Lehtinen2006-12-291-63/+155
| | | | | | | | | - Merged XSLT and AJAX -based themes - Added automatic browser detection and mode selection - Added automatic ajax-html page generation - Added automatic XSLT theme header generation (no more window template modifications needed!) svn changeset:187/svn branch:toolkit
* Comment updatesJoonas Lehtinen2006-12-281-35/+41
| | | | svn changeset:180/svn branch:toolkit
* removed version debugsJoonas Lehtinen2006-12-281-3/+1
| | | | svn changeset:179/svn branch:toolkit
* Now version info is automatically included from build-system. Removed ↵Joonas Lehtinen2006-12-281-16/+22
| | | | | | support for SNAPSHOT theme jars, as they are not needed anymore. svn changeset:175/svn branch:toolkit
* Fixed bug #117Joonas Lehtinen2006-12-281-11/+8
| | | | svn changeset:173/svn branch:toolkit
* Fixed bugs found in license mechanism testingJoonas Lehtinen2006-12-271-5/+35
| | | | | | Implemented server-wide active users check svn changeset:164/svn branch:toolkit
* Added license checks to ApplicationServletJoonas Lehtinen2006-12-271-72/+186
| | | | svn changeset:161/svn branch:toolkit
* MERGED AJAX ADAPTER TO WEB ADAPTERJoonas Lehtinen2006-12-011-0/+1611
- Merged all functionality of AJAX adapter inside the web adapter (MAJOR step for making the product more understandable) - Removed "Adapter" alltogether from API level (MAJOR step for making the product more understandable) - Built groundwork for automatic terminal detection based selection of technologies - Built groundwork for integration of theme packaging mechanism by allowing Ajax apps to use theme resourses! - Deployment is now easier - it is enough to deploy only one instance of the application - Now AJAX apps also use WebApplicationContext (and get all the features from them!) (should fix bug #93) - Now AJAX apps also can use WebBrowser class that implements Terminal (fixes bug #74) - Now AJAX and Web-apps use the same session -> you can jump from web to ajax and preserve state! (fixes bug #60) - Built groundwork for easier integration of license control (making solving #89 easier) svn changeset:130/svn branch:toolkit