summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Implemented injection of css styles #5500John Ahlroos2013-03-131-1/+127
| | | | Change-Id: Iaccffb4a3e137968d5f51672cdd56f803a9e9d2e
* Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-128-15/+93
|\ | | | | | | Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109
| * 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-052-1/+72
| | | | | | | | Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1
| * Update test to use default classloader instead of nullLeif Åstrand2013-03-041-2/+3
| | | | | | | | | | | | | | Support for setting null as the classloader was removed at the time when Application was removed. Change-Id: Ib3d75dae1d1d81d8760b93616d05ba0746323e3c
* | Removed IE9 fallback for IE10 #11237John Ahlroos2013-03-041-3/+1
| | | | | | | | Change-Id: If35249c16a40efbcee32164b535888cbc7af792d
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-18/+18
| | | | | | | | | | | | | | The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0119-178/+274
|\| | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * 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-282-2/+53
| | | | | | | | | | | | 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
| * Made test pass by ignoring irrelevant classesArtur Signell2013-02-281-0/+5
| | | | | | | | Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23
| * Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
| | | | | | | | Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-225-0/+127
|\| | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * Fixed another memory leak in Tree #11053John Ahlroos2013-02-222-3/+34
| | | | | | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
| * Fixed memory leak in Tree #11053John Ahlroos2013-02-212-0/+58
| | | | | | | | 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 branch '7.0'Artur Signell2013-02-151-62/+145
|\| | | | | | | Change-Id: I3e0d66cd6bef2336004084e69a19c96d8346bf8d
| * 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 "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)"John Ahlroos2013-02-141-0/+25
|\ \ \
| * | | Added support for Dates to DefaultFieldGroupFieldFactory (#8539)Artur Signell2013-02-121-0/+25
| | |/ | |/| | | | | | | Change-Id: I61b45b4bb988878d86a913d383764ce7c17c3bf9
* | | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-149-57/+223
|\ \ \ | |_|/ |/| | | | | Change-Id: I7428e1c57836f055a39b39425a3bcb6bada38d1e
| * | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
| | | | | | | | | | | | Change-Id: I465225a36b0d6d9ebb4b40a32bb5ad145bdaca0b
| * | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-133-13/+200
| | | | | | | | | | | | | | | | | | | | | 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-126-44/+22
| |\| | | | | | | | | | Change-Id: Iaaf7d36e0a3443d37c96e53a38af0df8be68f4f4
| | * 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
|\ \