Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Move ajax page generation code to AjaxPageHandler | Leif Åstrand | 2011-11-22 | 1 | -0/+5 | |
| | | | ||||||
* | | | Remove old Debug param and make productionMode available in Application | Leif Åstrand | 2011-11-22 | 1 | -1/+9 | |
| | | | ||||||
* | | | Separate getting the Root class name from creating an instance of it | Leif Åstrand | 2011-11-18 | 1 | -17/+21 | |
| | | | ||||||
* | | | Use the theme defined for the root | Leif Åstrand | 2011-11-18 | 1 | -3/+3 | |
| | | | ||||||
* | | | Save rootId in the Root and simplify Root lookup in Application | Leif Åstrand | 2011-11-16 | 1 | -32/+42 | |
| | | | ||||||
* | | | Introduce Application.LegacyApplication to simplify migration | Leif Åstrand | 2011-11-16 | 1 | -0/+95 | |
| | | | ||||||
* | | | Allow configuring the root class to use, remove RootLayout | Leif Åstrand | 2011-11-16 | 1 | -13/+15 | |
| | | | ||||||
* | | | #7895 Provide ThreadLocal for the current Root | Leif Åstrand | 2011-11-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | Don't require any application in web.xml if rootLayout is defined | Leif Åstrand | 2011-11-11 | 1 | -3/+4 | |
| | | | ||||||
* | | | Create Root initialized with RootLayout defined in web.xml | Leif Åstrand | 2011-11-10 | 1 | -1/+23 | |
| | | | ||||||
* | | | Pass around rootId instead of windowName and use it to find the Root | Leif Åstrand | 2011-11-10 | 1 | -1/+44 | |
| | | | ||||||
* | | | Relentlessly remove the last traces of ParameterHandler | Leif Åstrand | 2011-11-09 | 1 | -3/+0 | |
| | | | ||||||
* | | | Relentlessly remove the last traces of URIHandler | Leif Åstrand | 2011-11-09 | 1 | -50/+2 | |
| | | | ||||||
* | | | Added ThreadLocal for Application | Leif Åstrand | 2011-11-08 | 1 | -0/+10 | |
| | | | ||||||
* | | | Created and integrated a RequestHandler for application resources | Leif Åstrand | 2011-11-08 | 1 | -4/+9 | |
| | | | ||||||
* | | | Dropped support for portlet 1.0 | Leif Åstrand | 2011-11-04 | 1 | -1/+0 | |
| | | | ||||||
* | | | Removed deprecated code that was left in Window when Root was created | Leif Åstrand | 2011-11-04 | 1 | -436/+0 | |
| | | | ||||||
* | | | Merge branch 'master' into windowing | Leif Åstrand | 2011-11-04 | 1 | -4/+4 | |
|\| | | ||||||
| * | | Some minor formatting changes | Leif Åstrand | 2011-11-04 | 1 | -3/+3 | |
| |/ | ||||||
* | | Pass WrappedRequest to Application.getRoot | Leif Åstrand | 2011-11-04 | 1 | -1/+1 | |
| | | | | | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places | |||||
* | | Added initial support for RequestHandlers | Leif Åstrand | 2011-11-03 | 1 | -0/+32 | |
| | | ||||||
* | | Split Window to Root and Window | Leif Åstrand | 2011-11-01 | 1 | -413/+430 | |
|/ | | | | | Everything related to top level windows disabled in Window, introduced basic Root for top level windows and disabled everything that isn't required to get a simple hard coded example to run. | |||||
* | Made Application.applicationIsRunning volatile. #7329 | John Alhroos | 2011-07-28 | 1 | -4/+4 | |
| | | | | svn changeset:20006/svn branch:6.6 | |||||
* | #5715 raise log level of application terminal error | Henri Sara | 2010-10-25 | 1 | -1/+1 | |
| | | | | svn changeset:15693/svn branch:6.5 | |||||
* | #5715 server-side logging: some changes to the used log levels | Henri Sara | 2010-10-25 | 1 | -2/+2 | |
| | | | | svn changeset:15692/svn branch:6.5 | |||||
* | This is the implementation of the server-side logging feature | Jonatan Kronqvist | 2010-10-12 | 1 | -4/+8 | |
| | | | | | | | | | - 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 | |||||
* | Added authentication error checking in ApplicationConnection. Needed when ↵ | John Alhroos | 2010-08-05 | 1 | -0/+83 | |
| | | | | | | using containers Form security. svn changeset:14415/svn branch:6.4 | |||||
* | A JavaDoc typo corrected. Thanks to Danang Suharno. | Joonas Lehtinen | 2010-07-19 | 1 | -2/+2 | |
| | | | | svn changeset:14248/svn branch:6.4 | |||||
* | Reverted constructor visibility changes, will use isSynthetic() test instead | Henri Sara | 2010-07-06 | 1 | -1/+1 | |
| | | | | svn changeset:14081/svn branch:6.4 | |||||
* | Make private nested class constructor visibility public or package to ↵ | Henri Sara | 2010-07-06 | 1 | -1/+1 | |
| | | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4 | |||||
* | Fix for #4315 - Window name generation should be deterministic | Artur Signell | 2010-06-01 | 1 | -4/+8 | |
| | | | | svn changeset:13481/svn branch:6.4 | |||||
* | Fixed typos in [11570] (#4129 Show a message if cookie support is disabled ↵ | Artur Signell | 2010-03-04 | 1 | -2/+2 | |
| | | | | | | in the browser) svn changeset:11629/svn branch:6.3 | |||||
* | Corrected copy/paste error | Artur Signell | 2010-03-02 | 1 | -3/+3 | |
| | | | | svn changeset:11594/svn branch:6.3 | |||||
* | #4129 - Show a message if cookie support is disabled in the browser | Artur Signell | 2010-03-01 | 1 | -0/+106 | |
| | | | | svn changeset:11570/svn branch:6.3 | |||||
* | fixes #3859, documented why some of the methods are deprecated | Matti Tahvonen | 2009-12-17 | 1 | -125/+124 | |
| | | | | svn changeset:10369/svn branch:6.2 | |||||
* | #3117 inter-portlet event support (JSR-286), some support for custom portlet ↵ | Henri Sara | 2009-12-01 | 1 | -1/+5 | |
| | | | | | | actions svn changeset:10119/svn branch:6.2 | |||||
* | Refactoring in Portlet 2.0 support | Henri Sara | 2009-11-30 | 1 | -96/+6 | |
| | | | | svn changeset:10103/svn branch:6.2 | |||||
* | #3762 GAE issue, part 1: made ResourceURLGenerator serializable | Henri Sara | 2009-11-25 | 1 | -122/+123 | |
| | | | | svn changeset:10008/svn branch:6.2 | |||||
* | Merge from 6.2 and applied #3732 fix to PortletApplicationContext2 | Henri Sara | 2009-11-24 | 1 | -1/+1 | |
|\ | | | | | | | svn changeset:9974/svn branch:portlet_2.0 | |||||
| * | Merged: Re-added session expired system messages caption that was deleted in ↵ | Artur Signell | 2009-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | [9632] svn changeset:9840/svn branch:6.2 | |||||
| * | Merged [9632] from 6.1 | Joonas Lehtinen | 2009-11-05 | 1 | -33/+191 | |
| | | | | | | | | svn changeset:9634/svn branch:6.2 | |||||
* | | Merge with 6.2 | Petter Holmström | 2009-11-17 | 1 | -33/+191 | |
| | | | | | | | | svn changeset:9834/svn branch:portlet_2.0 | |||||
* | | work in progress | Petter Holmström | 2009-11-09 | 1 | -0/+8 | |
| | | | | | | | | svn changeset:9687/svn branch:portlet_2.0 | |||||
* | | WIP | Petter Holmström | 2009-11-06 | 1 | -0/+3 | |
| | | | | | | | | svn changeset:9656/svn branch:portlet_2.0 | |||||
* | | More refactorings, application resource downloads should now work on both ↵ | Petter Holmström | 2009-11-04 | 1 | -44/+93 | |
| | | | | | | | | | | | | servlets and portlets. svn changeset:9617/svn branch:portlet_2.0 | |||||
* | | More changes | Petter Holmström | 2009-11-03 | 1 | -0/+15 | |
|/ | | | | svn changeset:9592/svn branch:portlet_2.0 | |||||
* | JavaDoc update to clear out documentation issue discussed in ↵ | Joonas Lehtinen | 2009-09-15 | 1 | -4/+7 | |
| | | | | | | http://vaadin.com/forum/-/message_boards/message/67998 svn changeset:8806/svn branch:6.1 | |||||
* | updated getWindow() javadoc | Joonas Lehtinen | 2009-08-26 | 1 | -0/+2 | |
| | | | | svn changeset:8552/svn branch:6.1 | |||||
* | Incomplete - task#2904 Toolkit -> Vaadin renames | Henri Sara | 2009-05-18 | 1 | -4/+4 | |
| | | | | svn changeset:7850/svn branch:6.0 | |||||
* | #2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial ↵ | Henri Sara | 2009-05-18 | 1 | -19/+19 | |
| | | | | | | changes including many URLs svn changeset:7842/svn branch:6.0 |