Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | belated happy new year | Fabio Bas | |
2016-03-23 | updated history | Fabio Bas | |
2016-03-10 | TActiveCheckBoxList 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-06 | Add some deprecation notices | Fabio Bas | |
2016-03-06 | Activecontrols: avoid updating client side if the value didn't change | Fabio Bas | |
Fix #399 | |||
2016-03-06 | Revert part of #553; fix #574 | Fabio Bas | |
2016-02-29 | Merge pull request #572 from pradosoft/travis | ctrlaltca | |
Travis: run on trusty | |||
2016-02-29 | Remove depending.in badge | Fabio Bas | |
2016-02-29 | Travis: run on trusty | Fabio Bas | |
2016-02-26 | Phing lint: don't run lint on 3rd-party js files | Fabio Bas | |
2016-02-26 | Fix indent | Fabio Bas | |
2016-02-26 | Intercept fatal errors using register_shutdown_function | Fabio Bas | |
Related discussion in #569 | |||
2016-02-25 | Applied some misc optimizations to class serialization | Fabio 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-25 | TJuiDialog: avoid "cannot call methods on dialog prior to initialization" error | Fabio Bas | |
2016-02-25 | Fix error reporting for not-existing property set on TJuiControl | Fabio Bas | |
2016-02-24 | Clear dead code related to HasPriority | Fabio Bas | |
2016-02-24 | Fix ClientSide.RequestTimeOut on active controls | Fabio Bas | |
2016-02-23 | Better fix for 4e666b6a4df28721df5dd21d5aa698e14b3da7cc | Fabio Bas | |
Split TJuiControlOptions in its own file | |||
2016-02-23 | TJuiAutoComplete: better handling of the TextCssClass Option on complex ↵ | Fabio Bas | |
ItemTemplates | |||
2016-02-23 | Fix link to class documentation in TTemplateException | Fabio Bas | |
2016-02-23 | Fix callback loading for dynamically created JuiControls | Fabio Bas | |
2016-02-23 | Make logging configurable | Fabio Bas | |
2016-02-23 | Rework 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-23 | Minor indent fix | Fabio Bas | |
2016-02-20 | TJuiAutoComplete: fix parsing of suggestions | Fabio 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-20 | Fix callback for controls with PostState=false | Fabio Bas | |
When PostState=false, always send at least the page state <com:TActiveButton ActiveControl.ClientSide.PostState="false" /> | |||
2016-02-20 | Be more aggressive stopping events | Fabio 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-15 | Fix doc | Fabio Bas | |
2016-02-14 | Website news3.3.0 | Fabio Bas | |
2016-02-14 | Small updates | Fabio Bas | |
2016-02-11 | Updated HISTORY | Fabio Bas | |
2016-02-11 | Merge pull request #565 from majuca/master | ctrlaltca | |
Issue #559, add support for memcached | |||
2016-02-11 | Add support for memcached | Jean-Luc Gyger | |
2016-02-11 | Merge branch 'master' of https://github.com/pradosoft/prado | Jean-Luc Gyger | |
2016-02-11 | Merge branch 'master' of https://github.com/majuca/prado | Jean-Luc Gyger | |
2016-02-04 | Merge pull request #564 from majuca/master | ctrlaltca | |
Return null when keys is null and don't throw an exception | |||
2016-02-02 | Return null when keys is null and don't throw an exception | Jean-Luc Gyger | |
2016-01-18 | protect findByPk and deleteByPk with null primary key to return null for ↵ | Jean-Luc Gyger | |
findByPk and 0 for deleteByPk | |||
2016-01-10 | Drop php 5.4, introduce 7.0 | Fabio Bas | |
2015-12-20 | Restored message catalogs for I18N test | Fabio Bas | |
2015-12-20 | allow client class override for THtmlArea4, too | Fabio Bas | |
2015-12-16 | allow client class override for THtmlArea | Jens Klaer | |
2015-12-14 | Fix API doc link | David | |
2015-12-07 | Removed pradosoft.com from images | Fabio Bas | |
2015-12-07 | Fix #558 | Fabio Bas | |
2015-12-07 | Misc repo fixes | Fabio Bas | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-10 | Move to phpunit4, drop tests on php5.3 | Fabio Bas | |
2015-11-10 | fix changeling + minor | Fabio Bas | |
2015-11-10 | site: fix home | Fabio Bas | |