| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ServletPortletHelper.java (#12087) (#12100) | Anna Koskinen | 2020-09-07 | 1 | -0/+4 |
* | Explicitly remove old dataprovider listener when new one is set (#12064) (#12...8.11.2 | Anna Koskinen | 2020-08-10 | 1 | -7/+35 |
* | Fix possible NPE with MPR (#12040) (#12066) | Anna Koskinen | 2020-08-10 | 1 | -5/+16 |
* | Add support for "ww" in date format (#12037) (#12052) | Anna Koskinen | 2020-07-14 | 1 | -1/+27 |
* | Cherry pick 8.11.1 (#12046) | Zhe Sun | 2020-07-01 | 1 | -7/+25 |
* | Fixed error message to use given parameters. (#12008) (#12011) | Anna Koskinen | 2020-05-15 | 1 | -4/+5 |
* | Removing deprecated parameter (#12004) (#12007) | Anna Koskinen | 2020-05-14 | 1 | -2/+1 |
* | Support for javax.validation @NotEmpty annotation. (#11985) (#11997) | Anna Koskinen | 2020-05-12 | 1 | -1/+2 |
* | Refresh DataProvider only once when reordering the grid using GridRowDragger ... | Martín López | 2020-05-11 | 1 | -1/+5 |
* | Removed unused parameter from DataNode creation (#11976) | James Pether Sörling | 2020-05-11 | 1 | -2/+1 |
* | Add missing since tag (#11957)8.11.0.alpha1 | Zhe Sun | 2020-04-23 | 3 | -9/+9 |
* | Add asMultiSelect() to Tree class (#11949) | Tarek Oraby | 2020-04-21 | 1 | -0/+12 |
* | Fixed the JavaDoc (#11950) | Vesa Nieminen | 2020-04-21 | 1 | -2/+2 |
* | Allow AbstractDateField to provide DST zone names over custom ranges (#11927) | Tarek Oraby | 2020-04-21 | 2 | -10/+121 |
* | Add methods to control validation (#11945) | Tatu Lund | 2020-04-21 | 1 | -8/+114 |
* | Expired session: use 403 Forbidden instead of 410 Gone (#11859) | Felix Fontein | 2020-04-08 | 2 | -8/+15 |
* | Set DateField value only if it passes range check (#11887) | Tatu Lund | 2020-04-08 | 1 | -17/+34 |
* | Determine Push transport before re-connect (#11884) | Tatu Lund | 2020-04-07 | 1 | -9/+6 |
* | Remove unnecessary null-check at ValueContext constructors (#11915) | Konstantin Kuzmin | 2020-04-07 | 1 | -5/+0 |
* | Change to using StringBuilder (#11941) | Hk-tang | 2020-04-06 | 1 | -2/+2 |
* | Allow setting Upload button caption as HTML, move data to SharedState. (#11940) | Anna Koskinen | 2020-04-06 | 1 | -24/+50 |
* | Prevent upload if no file is selected. (#11939) | Anna Koskinen | 2020-04-03 | 1 | -11/+10 |
* | Fix NPE in FileUploadHandler when use Upload.interruptUpload(). (#11797) | Dyorgio Nascimento | 2020-04-02 | 1 | -4/+6 |
* | Added note to DateField#setRangeStart JavaDoc (#11886) | Tatu Lund | 2020-02-19 | 1 | -0/+2 |
* | Update Navigator.getState() JavaDoc to be more accurate (#11876) | Tatu Lund | 2020-01-28 | 1 | -0/+5 |
* | TreeDataProvider: Apply filters to children (#11868) | Tatu Lund | 2020-01-16 | 1 | -2/+13 |
* | Making setEditable friendlier (#11869) | Tatu Lund | 2020-01-14 | 1 | -3/+9 |
* | Added notes in JavaDoc of TEXTFIELD_INLINE_ICON (#11860) | Tatu Lund | 2020-01-08 | 1 | -0/+5 |
* | Added helper methods for setting only height or width full. (#11854) | Anna Koskinen | 2019-12-20 | 2 | -2/+34 |
* | Added @since tags, some tweaks to formatting. (#11839) | Anna Koskinen | 2019-12-04 | 3 | -18/+34 |
* | Make VaadinService.cleanupSession public (#11738) | Knoobie | 2019-12-03 | 1 | -4/+5 |
* | Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834) | Tatu Lund | 2019-12-02 | 1 | -1/+54 |
* | Add method writeBeanAsDraft(bean) in Binder (#11833) | Tatu Lund | 2019-11-29 | 1 | -0/+34 |
* | Delegate enabled handling to Composite root. (#11832) | Anna Koskinen | 2019-11-26 | 1 | -0/+10 |
* | Add support for excess slashes within static file request path. (#11827) | Anna Koskinen | 2019-11-22 | 1 | -7/+26 |
* | Decode path in getStaticFilePath (#11812) | Tatu Lund | 2019-11-19 | 1 | -5/+24 |
* | Eliminate un-intuitive NPE (#11802) | Tatu Lund | 2019-11-15 | 1 | -2/+5 |
* | Cherry picks of Binder fixes in Flow (#11758) | Tatu Lund | 2019-11-13 | 1 | -8/+49 |
* | Added missing constructor with scanNestedDefinitions option (#11801) | Tatu Lund | 2019-11-12 | 1 | -1/+19 |
* | Use APPLICATION_SCOPE for the session lock (#11792) | Tatu Lund | 2019-11-12 | 2 | -2/+40 |
* | Check actual Grid selection instead of relying on allSelected flag. (#11787) | Anna Koskinen | 2019-11-04 | 1 | -8/+19 |
* | Added note to setTemplateContents JavaDoc (#11752) | Tatu Lund | 2019-11-02 | 1 | -0/+3 |
* | Added missing NOTIFICATION_DARK (#11770) | Tatu Lund | 2019-10-28 | 1 | -2/+8 |
* | Fix the end limit of the allowed scrollTo rows. (#11771) | Anna Koskinen | 2019-10-28 | 1 | -1/+1 |
* | Made JavaDoc of updateSelection more precise (#11768) | Tatu Lund | 2019-10-28 | 1 | -1/+2 |
* | Make cancellation of uploads work regardless of Push configuration (#11743) | Willem Verstraeten | 2019-10-21 | 1 | -7/+16 |
* | Add note to setRenderer() JavaDoc about presentation provider (#11751) | Tatu Lund | 2019-10-21 | 1 | -0/+3 |
* | Added note in JavaDoc of removeColumn (#11725) | Tatu Lund | 2019-10-03 | 1 | -0/+3 |
* | Removal of data communicator needs to happen before call to super.remove() (#... | Tatu Lund | 2019-09-09 | 1 | -2/+2 |
* | Correct usage of String.format(..) (#11704) | Tatu Lund | 2019-09-09 | 1 | -5/+5 |