Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | Fix #625 (prado-3.3 branch) | Fabio Bas | |
2016-12-16 | Fix #619. | LCSKJ | |
2016-11-03 | Added basic support for html5 new input types | Fabio Bas | |
fix #613 | |||
2016-08-23 | Prepare release 3.3.2 | Fabio Bas | |
2016-08-23 | Fix #608 | Fabio Bas | |
2016-08-10 | Small doc addition; refs #607 | Fabio Bas | |
2016-08-09 | Fix #607 | Fabio Bas | |
2016-07-03 | Ensure correct loading of TJuiControls callback parameters | Fabio Bas | |
2016-06-21 | Fix #604 | Fabio Bas | |
2016-06-10 | Fixed typo | Jens Klaer | |
2016-05-31 | Fix #597 | Fabio Bas | |
2016-05-17 | Implement TControl::__isset() to check for sub controls | Fabio Bas | |
Fix #594 | |||
2016-05-11 | Serialize all inputs to catch nuts outside <form> | Fabio Bas | |
2016-05-11 | Partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42 to fix #592 | Fabio Bas | |
2016-05-08 | Support for hyphenated attributes via <prop:*></prop:*> template syntax | emkael | |
2016-04-20 | Constructor parent call to allow TStyle behaviors | Jens Klaer | |
2016-04-19 | Prepare for 3.3.1 release | Fabio Bas | |
2016-04-06 | Possibly fix #581 | Fabio Bas | |
2016-04-04 | Merge pull request #579 from pradosoft/fix_562 | ctrlaltca | |
Added TClientStyleSheet::PradoStyles | |||
2016-03-30 | Added TClientStyleSheet::PradoStyles - fix #562 | Fabio Bas | |
2016-03-29 | rename __getZappableSleepProps to _getZappableSleepProps | Fabio Bas | |
2016-03-29 | Removed deprecated code | Fabio Bas | |
2016-03-29 | Fixed 10 "critical" issues found by scrutinizer | Fabio Bas | |
* create function => closures * removed var_dump from tests | |||
2016-03-29 | partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42; fix #577 | Fabio Bas | |
2016-03-29 | Fix suggestion display for dynamically-created, initially-hidden TJuiControl | Fabio Bas | |
2016-03-29 | Js: Prado.Element.focus: wait for all callbacks to finish before focusing ↵ | Fabio Bas | |
the element | |||
2016-03-29 | Js: restored 100ms delay on Prado.Element.focus | Fabio Bas | |
2016-03-25 | TRecaptcha2: small fix | Fabio Bas | |
2016-03-24 | Added TReCaptcha2 and wrote doc; fix #560 | Fabio Bas | |
2016-03-24 | Fix #540 | Fabio Bas | |
2016-03-23 | belated happy new year | 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-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 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 | |||
2015-12-20 | allow client class override for THtmlArea4, too | Fabio Bas | |