Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Fixed class usage cases | David | |
Class names are not case sensitive but file names are if you are running on an case sensitive file systems. Since class names map to file names, they need to be used case sensitive. | |||
2015-08-11 | Fix TProperyValue::ensureEnum and some unit tests class names | David | |
2015-08-10 | First support for pages with namespaced page class files | David | |
2015-08-09 | Removed redundand Prado::using statements | David | |
2015-08-08 | fixed some class names | David | |
2015-08-08 | fixed validator by using short class name | David | |
2015-07-11 | Added missing use statements in framework | David | |
2015-02-05 | Renamed 3rdparty directory to vendor | Fabio Bas | |
Php namespaces can’t begin with a number | |||
2015-01-25 | More namespace changes | Fabio Bas | |
Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running | |||
2015-01-22 | Apply namespaces to class inheritances (pt1) | Fabio Bas | |
2015-01-21 | Removed @version doc comments | Fabio Bas | |
2015-01-21 | Add namespace: ActiveControls, JuiControls | Fabio Bas | |
2015-01-21 | Add namespaces: Web/Javascripts, Web/Services, Web/UI/WebControls | Fabio Bas | |
2015-01-20 | one class per file: framework/Web/UI/WebControls | Fabio Bas | |
2015-01-20 | One class per file: framework/Web/UI/*.php (continue) | Fabio Bas | |
2015-01-20 | one class per file: framework/Web/UI/*.php | Fabio Bas | |
2015-01-20 | One class per file: framework/Web/UI/JuiControls (continue) | Fabio Bas | |
2015-01-20 | One class per file: framework/Web/UI/JuiControls | Fabio Bas | |
2015-01-20 | one class per file: framework/Web/UI/ActiveControls | Fabio Bas | |
2015-01-20 | one class per file: framework/Web/*.php | Fabio Bas | |
2015-01-20 | One class per file: framework/Web/Services | Fabio Bas | |
2015-01-20 | One class per file: framework/Web/Javascripts | Fabio Bas | |
2015-01-16 | Fix issue #543. | Patrice Lachance | |
2015-01-13 | Added some doc; refs #541 | Fabio Bas | |
2015-01-13 | Fix #541 | Fabio Bas | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-10-23 | Fix #539 | Fabio Bas | |
TErrorHandler: let THttpResponse handle http status codes | |||
2014-10-23 | Fix #538 | David | |
2014-10-22 | Scaffolding 5% | Daniel | |
2014-10-21 | update client script docs | Daniel | |
2014-10-21 | preparing scaffolding details | Daniel | |
2014-10-21 | Merge remote-tracking branch 'origin/wsat' | Daniel Sampedro B | |
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | adding bootstrap 3. | Daniel | |
2014-10-20 | Completed tryToUpdateView and tryToUpdateAR. | Daniel | |
2014-10-19 | function tryToUpdateView 1st version completed. | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | usrcampusoft07 | |
2014-09-04 | Fix #531 | David | |
Since PHP 5.3.3 the default value for session.use_only_cookies is 1, so we need to set that to 0 when CookieMode is "None" | |||
2014-07-30 | Fixed Validation.setErrorMessage | David | |
2014-07-23 | Fix #528 | David | |
2014-07-22 | fix #527 | Fabio Bas | |
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-19 | Fix 526 | Fabio Bas | |
2014-07-10 | Convert encoding of all values inside an array before json_serialize (Fixes ↵ | David | |
#524) | |||
2014-05-26 | Fixed regression in previous commit | Fabio Bas | |
TCallback exposes no real object in the page DOM, so the new method to find the form introduced with the previous commit needs to have a proper fallback to the old method. | |||
2014-05-11 | Better way for callbacks to get form object | Fabio Bas | |
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0 |