summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-11gotest_sauceFabio Bas
2016-01-10hmmmFabio Bas
2016-01-10maybeFabio Bas
2016-01-10wellFabio Bas
2016-01-10againFabio Bas
2016-01-10yepFabio Bas
2016-01-10test2Fabio Bas
2016-01-10testFabio Bas
2016-01-10yoyoFabio Bas
2016-01-10refillFabio Bas
2016-01-10fixFabio Bas
2016-01-10test sausageFabio Bas
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
2015-11-10Small fixes to the siteFabio Bas
2015-11-09Created theme for apigen4, wsat doc fixesFabio Bas
2015-11-09Added (partial) website + misc updates for releaseFabio Bas
* recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing)
2015-11-07Update docFabio Bas
2015-11-07Comment out WSAT scaffolding: not ready yetFabio Bas
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-11-07Merge pull request #555 from majuca/masterctrlaltca
reset the condition when empty
2015-11-05Update README.mdctrlaltca
2015-10-30allow (anonymous) functions for TJuiControlOptions, changed TJuiDatepicker ↵Jens Klaer
widget events to options
2015-10-27reset the condition when emptyJean-Luc Gyger
2015-10-27calling replace on clientside will now either replace the whole element ↵Jens Klaer
(like before) or optionally just replace its content this is needed for TJuiDialog (maybe for other jqueryui controls too) because if the element (in case of TJuiDialog the div panel) will be replaced, jqueryui will clean up by calling destroy on dom element removal causing the replaceWith to fail because the parent node is already removed when replacing the original element with the new content. to avoid this, only the inner content will be replaced which is now controlled by an optional parameter for the clientscript replace method.
2015-10-22extended ISurroundable to provide the surrounding tag in addition to the idJens Klaer
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos
2015-10-19frequency in TJuiAutoComplete is given in seconds, jqueryui widget uses ↵Jens Klaer
milliseconds
2015-10-14this commit resolves #550 like discussedJens Klaer
2015-10-14Merge pull request #553 from majuca/masterJens Klaer
Issue 542 and 549
2015-10-14Fixed typo which causes 'abstract method not implemented' in strict mode.Jens Klaer
2015-10-14Added TJuiDatePickerJens Klaer
an alternative datepicker control using the datepicker widget from jqueryui
2015-09-21undefined separator for TJuiAutoComplete multiselection gives wrong tokenJens Klaer
2015-09-15small fixes for clientside validationJens Klaer
2015-09-05Issue 549Jean-Luc Gyger
Reset the criteria condition when empty
2015-09-05Issue 542Jean-Luc Gyger
2015-09-04added width and height properties for convenienceJens Klaer
2015-08-27update bootstrap from v3.2.0 to v3.3.5Jens Klaer
2015-08-21support options minwidth and minheight in TJuiDialogJens Klaer
2015-08-18TButton now supports using input or button for the tag nameJens Klaer
the tag name used to render the TButton can now be changed by setting the property ButtonTag (defaults to input) using an enumerable class. this is especially useful when styling buttons using bootstrap along with prado.
2015-08-18fix behavior methods on templatesJens Klaer