Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -122/+0 |
| | |||||
* | Refactor Portlet URL handling based on Servlet URLs (#9168) | Leif Åstrand | 2012-07-26 | 1 | -171/+0 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 1 | -6/+28 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java | ||||
| * | Fix typo preventing StreamVariable cleanup (#9171) | Leif Åstrand | 2012-07-25 | 1 | -5/+27 |
| | | | | | | | | svn changeset:24025/svn branch:6.8 | ||||
* | | Added rootId to stream variables URLs (#9034) | Artur Signell | 2012-06-29 | 1 | -14/+19 |
| | | |||||
* | | Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044) | Leif Åstrand | 2012-06-27 | 1 | -1/+2 |
| | | |||||
* | | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 1 | -9/+9 |
| | | | | | | | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) | ||||
* | | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 1 | -20/+29 |
| | | | | | | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of | ||||
* | | Rename AjaxPageHandler -> BootstrapHandler | Leif Åstrand | 2011-12-22 | 1 | -5/+5 |
| | | |||||
* | | Enable finding theme resources without a Callback instance | Leif Åstrand | 2011-12-20 | 1 | -0/+15 |
| | | |||||
* | | Move initial UIDL generation out from AjaxPageHandler | Leif Åstrand | 2011-12-14 | 1 | -2/+5 |
| | | |||||
* | | Move the initialization of AjaxPageHandler to avoid null pointers | Leif Åstrand | 2011-12-14 | 1 | -53/+53 |
| | | |||||
* | | #8052 Restore Portlet support | Leif Åstrand | 2011-12-14 | 1 | -0/+57 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | Create wrapped requests and responses in service and handleRequest | Leif Åstrand | 2011-11-08 | 1 | -75/+10 |
| | | |||||
* | | Move servlet wrapper to AbstractApplicationServlet | Leif Åstrand | 2011-11-08 | 1 | -43/+7 |
| | | |||||
* | | Extract WrappedHttpServletResponse to a separate class | Leif Åstrand | 2011-11-08 | 1 | -46/+5 |
| | | |||||
* | | Use WrappedResponse instead of AbstractCommunicationManager.Response | Leif Åstrand | 2011-11-08 | 1 | -6/+9 |
| | | |||||
* | | Use WrappedRequest instead of CommunicationManager.Request | Leif Åstrand | 2011-11-08 | 1 | -84/+16 |
| | | | | | | Move the WrappedRequest implementations to top level classes | ||||
* | | Merge the functionality of the wrapped Session into WrappedRequest | Leif Åstrand | 2011-11-08 | 1 | -40/+12 |
| | | |||||
* | | Created and integrated a RequestHandler for application resources | Leif Åstrand | 2011-11-08 | 1 | -40/+39 |
| | | |||||
* | | Pass WrappedRequest to Application.getRoot | Leif Åstrand | 2011-11-04 | 1 | -0/+4 |
| | | | | | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places | ||||
* | | Restored (completely untested) support for portlets using Root | Leif Åstrand | 2011-11-02 | 1 | -5/+4 |
| | | |||||
* | | Split Window to Root and Window | Leif Åstrand | 2011-11-01 | 1 | -7/+7 |
|/ | | | | | 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. | ||||
* | merged #6772 related changes to 6.6 | Matti Tahvonen | 2011-04-07 | 1 | -3/+2 |
| | | | | svn changeset:18161/svn branch:6.6 | ||||
* | #5741 : modified stream variables so that component developers can use the ↵ | Matti Tahvonen | 2010-11-11 | 1 | -12/+26 |
| | | | | | | same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow. svn changeset:15971/svn branch:6.5 | ||||
* | method and class renames and cleaning up TODOs | Matti Tahvonen | 2010-11-11 | 1 | -30/+30 |
| | | | | svn changeset:15962/svn branch:6.5 | ||||
* | #5743, #5742, #5741, #4275 related refactoring. Renamed ↵ | Matti Tahvonen | 2010-11-03 | 1 | -18/+22 |
| | | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5 | ||||
* | Minor javadoc/comment fixes around upload functionality, removed extra semicolon | Henri Sara | 2010-10-14 | 1 | -2/+2 |
| | | | | svn changeset:15553/svn branch:6.5 | ||||
* | refactored handling of Receiver's lots of other upload related improvements. ↵ | Matti Tahvonen | 2010-10-08 | 1 | -22/+108 |
| | | | | | | fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW. svn changeset:15461/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -3/+4 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | #4188 PortletListener window parameter and #3921 limited GateIn support | Henri Sara | 2010-03-04 | 1 | -3/+9 |
| | | | | svn changeset:11646/svn branch:6.3 | ||||
* | Merged [10686]-[10689] from 6.2 | Artur Signell | 2010-01-12 | 1 | -14/+14 |
| | | | | svn changeset:10697/svn branch:6.3 | ||||
* | Portlet 2.0 partial review, some javadoc, removed debug printouts and minor ↵ | Henri Sara | 2009-11-24 | 1 | -11/+44 |
| | | | | | | refactoring svn changeset:9965/svn branch:portlet_2.0 | ||||
* | CommunicationManager is no longer dependent on the Portlet API. The ↵ | Petter Holmström | 2009-11-03 | 1 | -1717/+138 |
| | | | | | | refactored API seems to work using portlets, I have no idea whether it works using servlets. svn changeset:9601/svn branch:portlet_2.0 | ||||
* | Now the Calc application works on Liferay. | Petter Holmström | 2009-11-03 | 1 | -0/+3 |
| | | | | svn changeset:9600/svn branch:portlet_2.0 | ||||
* | The current implementation is able to run the Hello World example inside a ↵ | Petter Holmström | 2009-11-03 | 1 | -50/+270 |
| | | | | | | portlet. Still lots of issues to iron out, though. svn changeset:9591/svn branch:portlet_2.0 | ||||
* | Merged with 6.2 | Petter Holmström | 2009-10-30 | 1 | -1/+13 |
| | | | | svn changeset:9505/svn branch:portlet_2.0 | ||||
* | Fixes #3565: CommunicationManager is not serializable | Jouni Koivuviita | 2009-10-23 | 1 | -1/+1 |
| | | | | | | * Added 'implements Serializable' to OpenWindowCache class svn changeset:9336/svn branch:6.2 | ||||
* | merged 2009-09-widget-packaging_3332 branch to 6.2 | Matti Tahvonen | 2009-10-06 | 1 | -14/+89 |
|\ | | | | | | | svn changeset:9110/svn branch:6.2 | ||||
| * | cleans cache on some unclean reloads | Matti Tahvonen | 2009-09-28 | 1 | -1/+13 |
| | | | | | | | | svn changeset:8956/svn branch:2009-09-widget-packaging_3332 | ||||
| * | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -13/+76 |
| | | | | | | | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | | Implements security key w/o use of headers, fixes #3305 | Marc Englund | 2009-09-23 | 1 | -17/+26 |
|/ | | | | svn changeset:8893/svn branch:6.2 | ||||
* | Merged: Fix for #3349 - NPE when mainwindow is not set | Artur Signell | 2009-09-18 | 1 | -2/+5 |
| | | | | svn changeset:8847/svn branch:6.2 | ||||
* | Fix for #3249 - Added null check | Artur Signell | 2009-08-31 | 1 | -1/+1 |
| | | | | svn changeset:8596/svn branch:6.1 | ||||
* | Window-close XHR moved to onbeforeunload, AbstractApplicationServlet and ↵ | Marc Englund | 2009-08-28 | 1 | -3/+5 |
| | | | | | | CommunicationManager uses same logic to figure out Window name; fixes #3241 svn changeset:8581/svn branch:6.1 | ||||
* | Fix for #3096 - Analyze layouts does not check sub windows | Artur Signell | 2009-08-21 | 1 | -2/+15 |
| | | | | svn changeset:8523/svn branch:6.1 | ||||
* | #3148 Remove reference to ApplicationServlet in CommunicationManager. | Henri Sara | 2009-07-20 | 1 | -10/+13 |
| | | | | svn changeset:8402/svn branch:6.0 | ||||
* | Fix for #3105 - Show "invalid security key" instead of "Session Expired" for ↵ | Artur Signell | 2009-07-06 | 1 | -1/+1 |
| | | | | | | invalid security key svn changeset:8328/svn branch:6.0 |