Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Remove bintray maven repositoryreleases/6.0.xRalph Steiner2-44/+11
2020-03-30UiSessionInitAndDisposeTest: backport test improvementsBeat Schwarzentrub1-46/+47
2020-02-25Change bintray download url from HTTP to HTTPSAndi Bur1-2/+2
2019-08-06Bug 549754: Reduce fork count to one (single vm)Patrick Bänziger1-0/+1
2019-03-25Correct French translation of ui.FromXToYCrispin Kirchner1-1/+1
2019-03-14OrganizeColumnsForm: ensure reseted column order is persistedBeat Schwarzentrub1-0/+1
2019-03-14ConfigFileCredentialVerifier: normalize user names (case-insensitive)Beat Schwarzentrub1-10/+21
2019-03-13Checking tree node by model should not automatically check its childrenRoger Stebler2-0/+61
2019-03-12Prevent potential JS error in Desktop.hideForm()Beat Schwarzentrub1-0/+8
2019-03-08TableHeader: prevent errors in event handlers when not rendered anymoreBeat Schwarzentrub1-13/+11
2019-03-07Fix "Row order may not be updated because lengths of the arrays differ"Matthias Otterbach2-8/+96
2019-02-28TableMatrix: allow to include number columns when counting unique valuesThomas Siegrist1-2/+2
2019-02-26Only render/remove submenus when menu is renderedRoger Stebler1-8/+11
2019-02-21JS error on reloading outline with invisible nodeRoger Stebler2-4/+33
2019-02-21Unselect submenus when menu is closedRoger Stebler1-0/+11
2019-02-20Uncaught Error: New range must not intersect with existingRoger Stebler3-2/+7
2019-02-19Cherry Pick in order to fix session dispose memory leakIvan Motsch27-364/+4143
2019-02-14Tread formating tags within a word correctly when exporting plain text.Oli Schmid3-9/+34
2019-02-12Autocomplete='false' does not work anymore with Chrome 72Claudio Guglielmo1-1/+1
2019-02-12Log info instead of warnClaudio Guglielmo2-4/+4
2019-02-11fix sorting of BeanColumnDaniel Schmid5-2/+325
2019-01-30If tree was manually expanded it should not be collapsed by lazy-expandRoger Stebler4-0/+201
2019-01-30Table: Selection lost after reloading with an active UserTableRowFilterRoger Stebler2-59/+182
2019-01-15Add format for JapaneseReto Aschwanden1-1/+2
2018-10-17Tree: Make sure visible node list is updated on all filterStateChanged Michael Rudolf2-0/+21
2018-10-17Tree: Do not call _rebuildParent if no parent node exists (breadcrumb)Jeremie Miserez2-1/+30
2018-08-03Use interceptPrepareLookup instead of execPrepareLookup (extensibility)Matthias Otterbach1-1/+1
2018-08-02AbstractDataModelAttribute.formatSmart does not call execPrepareLookupMatthias Otterbach1-0/+1
2018-06-22Central path protection for UiServletMatthias Villiger4-4/+156
2018-06-11TableUserFilter: fix argument nameBeat Schwarzentrub1-1/+1
2018-06-06Fix FileUtilityTestMatthias Villiger1-1/+1
2018-06-06Fix for zip-slip-vulnerabilityMatthias Villiger4-3/+41
2018-05-17Tree: fix another node insertion bugBeat Schwarzentrub2-4/+130
2018-05-10Prevent potential errors in $.fn.selectAllText()Beat Schwarzentrub1-1/+6
2018-05-10Fix TreeNodePositionSpecBeat Schwarzentrub1-6/+6
2018-05-10Tree: fix wrong node order in "flat list" on node expansionBeat Schwarzentrub2-1/+135
2018-05-10Table: prevent JS error when clicking with both mouse buttonsBeat Schwarzentrub1-0/+12
2018-05-10DesktopNotification: improve JavaDocBeat Schwarzentrub2-7/+18
2018-05-03Bug 534293 Fix ServerRunContextProducer.produce(Subject)Matthias Otterbach5-14/+114
2018-04-18AggregateTableControl: exception when selected before page reloadClaudio Guglielmo2-1/+5
2018-04-12Fix obvious copy/paste code in VirtualDesktopIvan Motsch1-6/+6
2018-04-10Multiple delete events of nested tree nodes cause UIExceptionBeat Schwarzentrub6-17/+149
2018-04-06Fix french translationsBeat Schwarzentrub1-2/+2
2018-03-22Table: Ensure setTableChanging counter decrementedJeremie Miserez1-27/+35
2018-03-13ClientNotificationPoller adds cancellable which is never unregisteredMatthias Otterbach1-2/+21
2018-03-12Fix elusive cache bug in BasicCacheReto Aschwanden1-3/+1
2018-03-08Planner: use css property color instead of foreground-colorChristoph Bräunlich1-1/+1
2018-03-08SimpleTabArea: prevent destruction of tab orderBeat Schwarzentrub2-2/+79
2018-03-06createInternetAddress should throw ProcessingException on invalid addr.Matthias Otterbach2-1/+10
2018-03-06Revert "RunContexts.copyCurrent adds cancellable which is never unregistered"Matthias Otterbach12-541/+97

Back to the top