summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restored Ivy project creation until Maven support becomes official in the ↵Marko Gronroos2016-03-1510-45/+602
| | | | | | plugin. Various fixes and improved the diagrams in the section as well. Change-Id: If32f877b7bfa569d91eaf3fc9d8543e4e4599aa1
* Added an installation steps diagram.Marko Gronroos2016-03-154-3/+7926
| | | | Change-Id: Ifeb4bc84b148461547f10fd83a20cd4b386f4d27
* Fix JavaScriptStringRenderer to work in IE8Leif Åstrand2016-03-111-0/+2
| | | | Change-Id: I035a9d7a4aba378852443743b5ab84b3fc59f24e
* Update getting started documentation using MavenHenri Sara2016-03-0914-137/+83
| | | | Change-Id: I61f22511eefc8125f8cd84d768a5fa69b8707446
* Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-084-6/+11
| | | | Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
* Try to detect Liferay 7 requests correctly (#19645)Artur Signell2016-03-081-5/+22
| | | | Change-Id: I5bc616b216e3ecadc76b8f0ef542e74eb4493bda
* Correctly report timing information again (#19661)Artur Signell2016-03-073-2/+105
| | | | Change-Id: I3d37118c7bafeac3340a6f0305c96bfe601ebb59
* Support string data in javascript renderers (#18209)Leif Åstrand2016-03-076-9/+79
| | | | Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34
* Make table take parent enable state changes into account (#19455)Artur Signell2016-03-053-14/+158
| | | | Change-Id: I11d9e7bcdc3471157b9c21881d463ef5a747d2c1
* 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