summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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-147-106/+167
|\
| * 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-082-1/+10
| |\
| | * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-302-1/+10
| | | | | | | | | | | | 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-062-3/+70
| | | | | | | | 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 "Include GWT sources in sources jar (#9102)"Henri Sara2013-01-221-1/+3
|\ \
| * | Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
| | | | | | | | | | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
* | | 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
* Removed unnecessary code which is not JUnit 4.5 compatibleArtur Signell2013-01-171-6/+0
| | | | Change-Id: I1544844a21448932302418cc1c02f59db029ec81
* Merge "(#10716 ) Created tests for validators and converters. Fixed ↵Henri Sara2013-01-1714-1/+574
|\ | | | | | | StringToBoolean so that it accepts empty string."
| * (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ↵Mikael Grankvist2013-01-1714-1/+574
| | | | | | | | | | | | 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
* | Fix validator test (#10713)Henri Sara2013-01-151-8/+4
|/ | | | Change-Id: I4eaec551836bd40c522463b1a884c57522d445de
* 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-146-16/+285
| | | | 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-112-0/+40
|/ | | | | | Created tests for email validator. Change-Id: I6be05672ff506247da488ad142f63b7337952bab
* Merge "Merge of (#10032) to Vaadin 7."Leif Åstrand2013-01-092-1/+13
|\
| * Merge of (#10032) to Vaadin 7.Anna Koskinen2013-01-092-1/+13
| | | | | | | | | | | | SQLContainer and DB2 not handling empty result set metadata correctly. Change-Id: I20ad1e3d528f92826e3f9049403c6a953a6a07c8