summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-058-33/+412
| | | | Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
* Fix GridClientKeyEventsTest on IE8Teemu Suo-Anttila2016-03-051-0/+3
| | | | Change-Id: I08b41559a0cb5bd27727d6be533149916a41b61c
* Upgrade commons-collections to 3.2.2 (#19539)elmot2016-03-051-1/+1
| | | Change-Id: Idd1f93ef2c6b7da05b26c931a4e5aa95215a1091
* Fix ScrollbarBundle to use proper rounding instead of truncate (#19657)Teemu Suo-Anttila2016-03-051-2/+2
| | | | Change-Id: Ib90bd0762f02ce43b0057e0b27b8491ad6e987d5
* Make ARS without UI parameter redirect to last modified UILeif Åstrand2016-03-051-4/+102
| | | Change-Id: I7841fb0356b6a1bba5963bef7b6f660a752c4790
* Don't set null value for unmapped client side keys. (#15181)Sauli Tähkäpää2016-03-053-6/+101
| | | | Change-Id: Icff63665d6cbef5a5dfd07c64a4535f6bf55de08
* Fixed broken headings and images.Marko Gronroos2016-03-031-32/+7
| | | | Change-Id: I9bf5095e7861ae51911bd8561966ec8357979fa2
* Tutorial navigation and formattingMatti Tahvonen2016-03-031-11/+82
| | | | Change-Id: I54551e97bd9a994a861f98ba431c354ad23bbd01
* Cropped project wizard screenshots and such.Marko Gronroos2016-03-036-97/+106
| | | | Change-Id: I2b5c82d8a15a4cc7bae56ded8a3bb325994d9d42
* Added header to the tutorial and revised the beginning.Marko Gronroos2016-03-011-82/+98
| | | | Change-Id: Ie26cc22da9185d4aba794372279927e7cc1a4374
* Omit timings in production mode (#19644)Henri Sara2016-03-014-7/+22
| | | | | | | | * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
* Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-014-4/+73
| | | | | | | | | | | After a file has been uploaded VDragAndDropWrapper tries to pull changes from the server by calling ApplicationConnection.sendPendingVariableChanges() which has no effect. This change replaces the ApplicationConnection.sendPendingVariableChanges() call with an RPC. Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19
* Added tutorial to documentationMatti Tahvonen2016-02-2938-0/+884
| | | | Change-Id: I805c001ab86d4be0c0842d07ef15e02e7cf939cb
* Rename jpacontainer-addon to jpacontainer in documentation.Carlos Freund2016-02-291-11/+5
| | | | | The add-on itself was renamed to "jpacontainer" a few years ago. Change-Id: I3bd2b17d9f76cc91ba1c380c64cd175d03119ef1
* Use @Inherited for annotations that have inherited semantic (#12351).Denis Anisimov2016-02-299-9/+152
| | | | Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
* MarginInfo CTOR with two booleans: vertical, horizontal (#14113).Denis Anisimov2016-02-295-10/+20
| | | | Change-Id: Iad15b95abeb24e7dd1e06b1d9f70844cb061cb49
* Remove JSON license references as org.json is not in use anymore (#19543)Artur Signell2016-02-291-20/+0
| | | | Change-Id: Ia0fa238dfb743293f742a979a06c31ffd6350e4f
* Read GridLayout component alignments from declarative files (#19536)Artur Signell2016-02-294-42/+92
| | | | Change-Id: I04524b71f6cdc2a31cb87958c30b6f698789511c
* Disable browser's own autocomplete suggestions in ComboBox (#16647)Leif Åstrand2016-02-291-0/+20
| | | | Change-Id: I600d4c506511ed688d39b93cc6fde6c7a49a5353
* Fixed critically broken comment blocks, broken emphasis and escaping, and ↵Marko Gronroos2016-02-2220-628/+158
| | | | | | some other formatting, and moved book preface, chapter structure, and index to the docs repository. Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229
* Add missing @since for 7.6.3elmot2016-02-191-2/+2
| | | | Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
* Prevent HTTP Response splitting in case the server doesn't (#19611)Leif Åstrand2016-02-171-0/+2
| | | | | | | | | | | | | Prevent user-provided input used in the redirect from containing newline characters as the user agent would interpret subsequent parts of the input as additional headers or the actual HTTP payload. At least modern versions of Tomcat and Jetty already protect against this kind of attack by escaping received header values, but that is not necessarily the case for older versions or other servlet engines. See https://www.owasp.org/index.php/HTTP_Response_Splitting for details. Change-Id: If4b9bf5fba953073de49c1ab1cba8e5e6bc8e546
* Fix Editor trying to detach save and cancel buttons when unbufferedTeemu Suo-Anttila2016-02-161-2/+4
| | | | | | This is a fix to an regression in some grid patch. Change-Id: Ibd35d7a06f0e0b15e854bf036ccfb7f462e2d37f
* Lock session during deserialization (#19310)Leif Åstrand2016-02-142-10/+55
| | | | Change-Id: I0f0c029d6de88b74bae1c7253b7665d5570e3767
* Fix AbstractRemoteDataSource cache clean up on remove (#19482)Teemu Suo-Anttila2016-02-133-3/+123
| | | | Change-Id: Ib9fc54ef018afe7f571204aba41182333b77c47f
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-132-2/+50
| | | | Change-Id: I596d0cc13b782398b4c5c8338b8370e69862ea88
* Fix NPE if stopping navigation in onBeforeUnload (#19541)Artur Signell2016-02-132-0/+55
| | | | Change-Id: Idcba5ceeff9df88a4ea7fe6b34e2e2537b7ee58c
* Test using Wildfly 10 (#19565)Artur Signell2016-02-131-0/+7
| | | | Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-132-2/+35
| | | | Change-Id: Ied328804260b1a7bb35093fca1d972735559cf41
* Fix NPE on column width detection in TreeTable and RowGenerator (#19437)Teemu Suo-Anttila2016-02-133-3/+103
| | | | Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f
* Update themes-compiling.asciidoc.Matti Tahvonen2016-02-101-12/+12
| | | | | | | Adding tip about non-compiling theme, re-phrased other on-the-fly compilation instructions. Change-Id: I196235823ba95723e3a7436c075cb7e9ee9951be
* Fix removing extension from a connector that is not its parent (#19569)Teemu Suo-Anttila2016-02-082-0/+45
| | | | Change-Id: I0201c2dc94cd50d09931d54bb9e18893e6737d9c
* Open editor deferred to allow column size calculations on init (#19488)Teemu Suo-Anttila2016-02-051-2/+2
| | | | Change-Id: I6c7e8ba462345bad8d6d185b0a3160ae82726f46
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-052-3/+26
| | | | Change-Id: Ifffe66c8a872fe3625cf8c60115b172610b6e9b5
* Make project Java 8 compatibleArtur Signell2016-02-033-5/+11
| | | | Change-Id: I875e152b8851d7b962be47f369c1f6b483193260
* Specify the license of the documentation in the LICENSE file.Jonatan Kronqvist2016-02-021-1/+10
| | | | | | | Added a mention that the license of the documentation is CC-BY-ND and not Apache 2.0, as the other contents of the repository. Change-Id: If74ac2abbff2d6eea10d0f1f17ef1f1cc60e98d9
* Fix a broken link to cdi-tutorialGrzegorz Solecki2016-02-021-1/+1
| | | | Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b
* Added JavaDoc for PropertyIdMatti Tahvonen2016-02-021-0/+33
| | | | Change-Id: I78d14f3936b4a01f1decd079eb4ac4010a5635d2
* Chrome version updatedelmot2016-02-011-1/+1
| | | | Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-01-294-37/+325
| | | | Change-Id: Iebe1135e26f2f6fae98befb7c42e3c0fdb18c13b
* Add missing @since for 7.6.2elmot2016-01-282-3/+3
| | | | Change-Id: I6f33dcdc4785b8e73f768abfe955fba178bd9c76
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-251-3/+2
| | | | | | | | Adds a missing throw to sort method and fixes getSortableContainerPropertyIds to return an empty collection if not sortable. Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39
* Added source code types to code listingsMarko Grönroos2016-01-251-14/+9
| | | | Change-Id: I2f94f2f1602fe252524016930c7c64ac970b545a
* Fixed formatting in built-in filter types listMarko Grönroos2016-01-251-8/+2
| | | | Change-Id: If69c5a9822a8b07526ffb9e52c2161af4c1093a3
* added sampler links to layout components in documentaitionberndhopp2016-01-2211-2/+50
| | | | Change-Id: I736bfeb7e3d8bf10e08a6058768ea73ff83553bb
* Use the Live Demo icon from under the relative image path.Marko Gronroos2016-01-221-0/+0
| | | | Change-Id: I3b17adc5477cbc74e07ac92ec39692c3a0599ad1
* fix links in to samplerberndhopp2016-01-2223-23/+23
| | | | Change-Id: I9ec68675b211b6ed8b11d44f4857980c1d7643e8
* Add documentation to master branchMarkus Koivisto2016-01-22523-0/+99329
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-223-0/+107
| | | | Change-Id: Ic23a84357e1d0d333905ce6b3931c41ee90148f6
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-212-2/+8
| | | | Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306