summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
* Liferay 6.2 compatibility (#11751)Henri Sara2013-05-101-6/+63
| | | | Change-Id: I5a14aba47f3e92249b245392acaf5ff9bda62083
* Ensure actions are handled in a deterministic order (#11735) (mergedHenri Sara2013-04-291-35/+25
| | | | | | | | from #11432 in 6.8 branch) svn changeset:25867/svn branch:6.8 Change-Id: Ie34cc4c4fe6524a23b2e7692b9e73a421443ac4f
* Add content length header for static resources (#11699)Henri Sara2013-04-251-7/+25
| | | | Change-Id: Ie307198a05e5c4f1b8bd74ec17185b9086ff0577
* Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
| | | | Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396
* Remove resource related code from VaadinPortlet (#11527)Henri Sara2013-04-081-30/+3
| | | | | Change-Id: I33f489922bab432d1d85f4d46b73df8bd89ae91c Merge: no
* Backported fix of minimal (empty hashmap) leak on redeploy (#9993)Artur Signell2013-04-031-9/+26
| | | | | Change-Id: I9933c21ab8449378269c577c9622d75586590e45 Merge: no
* Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| | | | Change-Id: I24298165f0b078d42415cfce65118eed5587623c
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
| | | | | | | | | | | | | svn changeset:25591/svn branch:6.8 Conflicts: server/src/com/vaadin/ui/Table.java Reverted change included by mistake in changeset [25591] for #7922 svn changeset:25606/svn branch:6.8 Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f
* Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-131-0/+17
| | | | Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6
* Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| | | | | | | | | | | | | | | | | Includes some refactoring to extract common parts of FreeformQuery and TableQuery to AbstractTransactionalQuery. svn changeset:25541/svn branch:6.8 Added missing Serializable for AbstractTransactionalQuery (#10582). svn changeset:25559/svn branch:6.8 Conflicts: server/src/com/vaadin/data/util/sqlcontainer/query/FreeformQuery.java server/src/com/vaadin/data/util/sqlcontainer/query/TableQuery.java Change-Id: I3d055e0f071739ac4536fddb0f49b8d6b8e6d07b
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
| | | | Change-Id: I80377792ade11946337e2900a7ea84209ae1d060
* Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-061-0/+12
| | | | | | | | | * Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's own bootstrap timing events * Profiler.enter and Profiler.leave use __gwtStatsEvent * Profiler data is displayed based on the data tracked by __gwtStatsEvent Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd
* Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| | | | Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda
* Improved javadoc (#10632)Artur Signell2013-03-061-5/+1
| | | | Change-Id: Iec54c7425e5ee00d9dbc7dff5cf5ae8dbf28d214
* Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| | | | Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24
* Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-1/+1
| | | | Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1
* Reverted Tree memory leak fix since it is breaking Tree filtering in a way ↵John Ahlroos2013-03-011-10/+0
| | | | | | that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053 Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491
* Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| | | | | | This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91
* Fixed BindException when binding nested properties with ↵John Ahlroos2013-02-281-2/+12
| | | | | | BeanFieldGroup.buildAndBind() #11009 Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad
* Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| | | | Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-2814-160/+197
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| | | | Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f
* Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
| | | | Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7
* Fixed another memory leak in Tree #11053John Ahlroos2013-02-221-3/+13
| | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
* Fixed memory leak in Tree #11053John Ahlroos2013-02-211-0/+17
| | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-183-0/+38
| | | | | | | | | ProgressIndicator (#10921) * In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented. * This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064. Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4
* Revert "Removed legacy toString implementations as promised in 7.0Henri Sara2013-02-152-0/+41
| | | | | | | | (#10916)" (accidentally merged from 7.1) This reverts commit 5be248803b9b670cd4cf24d5173e7f580180545e. Change-Id: If4371976f8afe68d08e814128e3256d66b8ecdb3
* Revert "Made getServlet and getPortlet public (#10882)"Henri Sara2013-02-152-12/+2
| | | | | | | | (accidentally merged from 7.1) This reverts commit 179e672b5d3ce8c4c972dcfacbdbd39c5a08d6fa. Change-Id: Ice2bdd949bd12000882c406af6ea6c0c6bcc145a
* Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-146-106/+159
|\
| * Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
| | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
| * Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-081-1/+2
| |\
| | * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-301-1/+2
| | | | | | | | | | | | Change-Id: If788d84c66d640368989e443394505600ad12439
| * | Merge "Made getServlet and getPortlet public (#10882)"Leif Åstrand2013-02-072-2/+12
| |\ \
| | * | Made getServlet and getPortlet public (#10882)Artur Signell2013-02-072-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | This change enables developer to get a reference to the VaadinServlet/VaadinPortlet class without using thread locals (#10882) Change-Id: I7cb87b6ddb6f2ac3c46f7652a807363b336cdc4e
| * | | Merge branch '7.0'Leif Åstrand2013-02-072-41/+0
| |\| | | | | | | | | | | | | | Change-Id: I5cd71ac330a1c400545555db9290dd256da784a1
| | * | Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-012-41/+0
| | |/ | | | | | | | | | Change-Id: I0e63f4cb3480c88b2c79996e23a2e89acce95b28
* | | Handle OutOfSync by resyncing automatically (#10780)Artur Signell2013-02-111-5/+12
| | | | | | | | | | | | Change-Id: I5958d82b09519dabe9f2af792bd216d3b426c1c9
* | | Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
| | | | | | | | | | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac
* | | Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
|/ / | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* | Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-3/+14
| | | | | | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111
* | Merge of (#10878) to Vaadin 7.Anna Koskinen2013-02-051-1/+3
| | | | | | | | | | | | | | Ensure unique ordering when using TableQuery with multiple primary key columns. Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27
* | Merge of (#9548) to Vaadin 7.Anna Koskinen2013-02-051-5/+5
| | | | | | | | | | | | | | Calculate upload file size correctly when there are multibyte characters in the file name. Change-Id: I85f1053ce6ad29140d0a37fe8ab4861b0f717fc9
* | Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-055-52/+71
| | | | | | | | | | | | | | Use template strings and log level checks to improve performance when logging is disabled. Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0
* | Merge "Merge of (#10582) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-46/+114
|\ \
| * | Merge of (#10582) to Vaadin 7.Anna Koskinen2013-02-011-46/+114
| |/ | | | | | | | | | | Ensure SQL connections etc. of FreeformQuery are closed. Change-Id: I5488510ef7d752e8e743408e0f60acf483e45fc1
* | Merge "Merge of (#10312) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-7/+95
|\ \
| * | Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-011-7/+95
| |/ | | | | | | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290
* | Merge "Merge of (#10437) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-1/+1
|\ \
| * | Merge of (#10437) to Vaadin 7.Anna Koskinen2013-02-011-1/+1
| |/ | | | | | | | | | | Log message fix. Change-Id: I172b73cba8b5a56a5e2b9d8028c8d98f80baffef
* / Merge of a Javadoc fix to Vaadin 7.Anna Koskinen2013-02-011-5/+5
|/ | | | Change-Id: I2531d7eb0394a100cbcc7661745bcbd5c41105fe