summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-23belated happy new yearFabio Bas
2016-03-23updated historyFabio Bas
2016-03-10TActiveCheckBoxList cannot be updated during callback, if it was initially ↵unknown
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList.
2016-03-06Add some deprecation noticesFabio Bas
2016-03-06Activecontrols: avoid updating client side if the value didn't changeFabio Bas
Fix #399
2016-03-06Revert part of #553; fix #574Fabio Bas
2016-02-29Merge pull request #572 from pradosoft/travisctrlaltca
Travis: run on trusty
2016-02-29Remove depending.in badgeFabio Bas
2016-02-29Travis: run on trustyFabio Bas
2016-02-26Phing lint: don't run lint on 3rd-party js filesFabio Bas
2016-02-26Fix indentFabio Bas
2016-02-26Intercept fatal errors using register_shutdown_functionFabio Bas
Related discussion in #569
2016-02-25Applied some misc optimizations to class serializationFabio Bas
Avoid saving in the page state the values of class variables if they’re still the default. Reduces page state size, based on the work initiated in 8dc9d4f7d49bcbeaf4998baf74a4f4459967c1f0
2016-02-25TJuiDialog: avoid "cannot call methods on dialog prior to initialization" errorFabio Bas
2016-02-25Fix error reporting for not-existing property set on TJuiControlFabio Bas
2016-02-24Clear dead code related to HasPriorityFabio Bas
2016-02-24Fix ClientSide.RequestTimeOut on active controlsFabio Bas
2016-02-23Better fix for 4e666b6a4df28721df5dd21d5aa698e14b3da7ccFabio Bas
Split TJuiControlOptions in its own file
2016-02-23TJuiAutoComplete: better handling of the TextCssClass Option on complex ↵Fabio Bas
ItemTemplates
2016-02-23Fix link to class documentation in TTemplateExceptionFabio Bas
2016-02-23Fix callback loading for dynamically created JuiControlsFabio Bas
2016-02-23Make logging configurableFabio Bas
2016-02-23Rework the callback error handler to use the browser console for outputting ↵Fabio Bas
debug info if the logger is not available Also, clean some leftover dead code
2016-02-23Minor indent fixFabio Bas
2016-02-20TJuiAutoComplete: fix parsing of suggestionsFabio Bas
If no “textCssClass” has been defined, we could get as the label value both a simple text string or an html snippet. Fix parsing for the former case: <prop:Suggestions.ItemTemplate> <%# $this->Data->Field %> </prop:Suggestions.ItemTemplate>
2016-02-20Fix callback for controls with PostState=falseFabio Bas
When PostState=false, always send at least the page state <com:TActiveButton ActiveControl.ClientSide.PostState="false" />
2016-02-20Be more aggressive stopping eventsFabio Bas
Also, return false so that jQuery will know that the event has been stopped, too This fixes some special cases where <TButton Attributes.onClick=“return false;” /> caused a postback
2016-02-15Fix docFabio Bas
2016-02-14Website news3.3.0Fabio Bas
2016-02-14Small updatesFabio Bas
2016-02-11Updated HISTORYFabio Bas
2016-02-11Merge pull request #565 from majuca/masterctrlaltca
Issue #559, add support for memcached
2016-02-11Add support for memcachedJean-Luc Gyger
2016-02-11Merge branch 'master' of https://github.com/pradosoft/pradoJean-Luc Gyger
2016-02-11Merge branch 'master' of https://github.com/majuca/pradoJean-Luc Gyger
2016-02-04Merge pull request #564 from majuca/masterctrlaltca
Return null when keys is null and don't throw an exception
2016-02-02Return null when keys is null and don't throw an exceptionJean-Luc Gyger
2016-01-18protect findByPk and deleteByPk with null primary key to return null for ↵Jean-Luc Gyger
findByPk and 0 for deleteByPk
2016-01-10Drop php 5.4, introduce 7.0Fabio Bas
2015-12-20Restored message catalogs for I18N testFabio Bas
2015-12-20allow client class override for THtmlArea4, tooFabio Bas
2015-12-16allow client class override for THtmlAreaJens Klaer
2015-12-14Fix API doc linkDavid
2015-12-07Removed pradosoft.com from imagesFabio Bas
2015-12-07Fix #558Fabio Bas
2015-12-07Misc repo fixesFabio Bas
2015-12-07Move urls from pradosoft.com to github's project page; drop unmaintained ↵Fabio Bas
quickstart tutorial translations
2015-11-10Move to phpunit4, drop tests on php5.3Fabio Bas
2015-11-10fix changeling + minorFabio Bas
2015-11-10site: fix homeFabio Bas