Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -417/+0 |
| | |||||
* | Refactor Portlet URL handling based on Servlet URLs (#9168) | Leif Åstrand | 2012-07-26 | 1 | -8/+16 |
| | |||||
* | #8297 Do not use static logger instances | Henri Sara | 2012-06-05 | 1 | -15/+21 |
| | | | | svn changeset:23882/svn branch:6.8 | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | opening the servlet implementation for customized communication ( e.g. ↵ | Matti Tahvonen | 2011-01-19 | 1 | -1/+1 |
| | | | | | | | | | jsonp, websockets) * WebApplicationContext implementation can now be overridden in servlets via getApplicationContext method. Deprecated createCommunicationManager method as it is now obsolete (introduced earlier in 6.5 branch, dontpush is the only known user). * opened getApplicationUrl for special implementations svn changeset:16950/svn branch:6.5 | ||||
* | #5715 server-side logging: some changes to the used log levels | Henri Sara | 2010-10-25 | 1 | -10/+10 |
| | | | | svn changeset:15692/svn branch:6.5 | ||||
* | This is the implementation of the server-side logging feature | Jonatan Kronqvist | 2010-10-12 | 1 | -19/+13 |
| | | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -11/+7 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | #4569 - criticalNotification can only be used in UIDL requests | Artur Signell | 2010-05-24 | 1 | -2/+4 |
| | | | | | | | * Errors are now logged even if criticalNotification should fail * CriticalNotification produces an HTML page for non-UIDL requests svn changeset:13313/svn branch:6.3 | ||||
* | Removed extra serialVersionUIDs | Artur Signell | 2010-03-18 | 1 | -2/+0 |
| | | | | svn changeset:11974/svn branch:6.3 | ||||
* | Added missing @ITMillApache2LicenseForJavaFiles@ | Artur Signell | 2010-03-09 | 1 | -0/+3 |
| | | | | svn changeset:11733/svn branch:6.3 | ||||
* | App Engine datastore cleanup, fixes #3320 | Marc Englund | 2009-09-11 | 1 | -15/+179 |
| | | | | | | | Improved javadoc. Improved logging. svn changeset:8737/svn branch:6.1 | ||||
* | Made error notifications overrideable; final commit for #2835 | Marc Englund | 2009-09-08 | 1 | -19/+27 |
| | | | | svn changeset:8710/svn branch:6.1 | ||||
* | Upload examples did not serialize; for GAE support | Marc Englund | 2009-09-08 | 1 | -0/+13 |
| | | | | svn changeset:8705/svn branch:6.1 | ||||
* | Google appengine support w/ own 'session handling' and synchronization. For ↵ | Marc Englund | 2009-09-04 | 1 | -38/+167 |
| | | | | | | #3058 and #2835 svn changeset:8669/svn branch:6.1 | ||||
* | Appengine fixes; This version uses GAE sessions, but attempts to keep ↵ | Marc Englund | 2009-09-01 | 1 | -0/+96 |
synchronization using memcache. For #2835 svn changeset:8614/svn branch:6.1 |