summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-132-13/+116
| | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Fixed BeanFieldGroup to work with the modified property id searching. Change-Id: Ib5d011db93f04d7a2c6dbb0990af7c35f0489193
* Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-125-44/+14
|\ | | | | | | Change-Id: Iaaf7d36e0a3443d37c96e53a38af0df8be68f4f4
| * 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
* | | 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
* Merge "Ensure window is closed even if close listener throws an exception ↵Leif Åstrand2013-01-231-1/+1
|\ | | | | | | (#10779)"
| * Ensure window is closed even if close listener throws an exception (#10779)Artur Signell2013-01-211-1/+1
| | | | | | | | Change-Id: I58621c5f5ff01ccc96de3b602aac35f6fa01aa5b
* | Merge "Clarified javadoc (#10765)"Johannes Dahlström2013-01-222-2/+12
|\ \ | |/ |/|
| * Clarified javadoc (#10765)Artur Signell2013-01-182-2/+12
| | | | | | | | Change-Id: I31534903c07a07edc37a498ed5ee751180751fc8
* | Merge "Cache state type property definitions (#10781)"Artur Signell2013-01-211-0/+17
|\ \
| * | Cache state type property definitions (#10781)Leif Åstrand2013-01-181-0/+17
| |/ | | | | | | Change-Id: I148c44e98c0a745b1674fbe5da5412845d33cc3d
* / Corrected javadoc (#10778)Artur Signell2013-01-211-2/+2
|/ | | | Change-Id: Iae50859ed1c7266b613f78eeb4116e6dc60566e6
* Merge "(#10716 ) Created tests for validators and converters. Fixed ↵Henri Sara2013-01-171-1/+1
|\ | | | | | | StringToBoolean so that it accepts empty string."
| * (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ↵Mikael Grankvist2013-01-171-1/+1
| | | | | | | | | | | | so that it accepts empty string. Change-Id: I6f0507c1387fd2b1cf637f96cae05df4e6865456
* | Added check for RPC calls to non-existing connectors (#10743)Artur Signell2013-01-151-0/+9
| | | | | | | | Change-Id: I55432d1736e8585d3c0680ea888eb1cb94f7d371
* | Remove unused class BootstrapDomHenri Sara2013-01-151-21/+0
| | | | | | | | Change-Id: Id4d4f0f9c18878b5c232e1a63cc9f4dbaf7a5e2a
* | Ensure all server and shared classes are serializable (#10735)Henri Sara2013-01-159-9/+20
|/ | | | Change-Id: I40a59087fea7fbd4ad202ef803b42bbc76bf94d3
* Use default session expiration on GAE if undefined (#10434)Henri Sara2013-01-141-4/+28
| | | | Change-Id: Icb38dbc05ecfefb1dd5710b53f1e5fab76a3ed09
* Most validators should accept null or empty string (#10561, #10713).Henri Sara2013-01-143-16/+16
| | | | Change-Id: I1e8d6015aefdc184af6383cb22cdf3e13be351cf
* Merge "Merge of (#9133) to Vaadin 7."Leif Åstrand2013-01-111-1/+4
|\
| * Merge of (#9133) to Vaadin 7.Anna Koskinen2013-01-111-1/+4
| | | | | | | | | | | | Sort optimization. Change-Id: I2b75de400acde7fe23574d6439b75e6f05b4eb55
* | Merge "Merge of (#5681) to Vaadin 7."Leif Åstrand2013-01-111-5/+12
|\|
| * Merge of (#5681) to Vaadin 7.Anna Koskinen2013-01-111-5/+12
| | | | | | | | | | | | Column collapsing optimization. Change-Id: I3b27024569ee2c5aa464ff6a63e50dcf4a90a8ba
* | (#10561) Email should be valid for null and empty string.Mikael Grankvist2013-01-111-0/+14
|/ | | | | | Created tests for email validator. Change-Id: I6be05672ff506247da488ad142f63b7337952bab
* Merge "Merge of (#10032) to Vaadin 7."Leif Åstrand2013-01-091-1/+1
|\
| * Merge of (#10032) to Vaadin 7.Anna Koskinen2013-01-091-1/+1
| | | | | | | | | | | | SQLContainer and DB2 not handling empty result set metadata correctly. Change-Id: I20ad1e3d528f92826e3f9049403c6a953a6a07c8
* | Merge "Merge of (#7842) to Vaadin 7."Leif Åstrand2013-01-092-13/+155
|\ \ | |/ |/|
| * Merge of (#7842) to Vaadin 7.Anna Koskinen2013-01-092-13/+155
| | | | | | | | | | | | Windows never opened to a new tab. Change-Id: Ida874c55bbb00325edf49d4ebf27067d99d056b8
* | Merge "Merge of (#10073) to Vaadin 7."Leif Åstrand2013-01-091-6/+7
|\ \
| * | Merge of (#10073) to Vaadin 7.Anna Koskinen2013-01-091-6/+7
| | | | | | | | | | | | | | | | | | DragDropWrapper does not work correctly with multiple batch uploads. Change-Id: Ib576ebf6f687c2b2ebda86e6ad1003408250140c
* | | Merge "Merge of (#10072) to Vaadin 7."Leif Åstrand2013-01-091-3/+5
|\| |
| * | Merge of (#10072) to Vaadin 7.Anna Koskinen2013-01-091-3/+5
| |/ | | | | | | | | | | Clean up map of dropped file receivers when streaming of a file starts. Change-Id: I8f0d87505f4d82f906760a7e5e29546bb2b74e77
* | Merge "Merge of (#10471) to Vaadin 7."Leif Åstrand2013-01-091-113/+121
|\ \
| * | Merge of (#10471) to Vaadin 7.Anna Koskinen2013-01-091-113/+121
| |/ | | | | | | | | | | ComboBox filtering fix. Change-Id: Ia274155c15a5319ec0c98d7bc0347e2f2bd0ddbd