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-09 | Removed redundand Prado::using statements | David | |
2015-07-11 | Added missing use statements in framework | David | |
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 | Fixed previously broken file | Fabio Bas | |
2015-01-21 | Add namespaces: Caching, Collections, Data | Fabio Bas | |
2015-01-20 | One class per file: framework/Data (continue) | Fabio Bas | |
2015-01-20 | One class per file: framework/Data | Fabio Bas | |
2014-04-15 | Fix #519 | Fabio Bas | |
2014-01-07 | Adding toArray() and toJSON() to TActiveRecord | David Marko | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-12-09 | Support for all PRADO DB drivers! | Daniel | |
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-22 | merged r3261, r3262 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-08-06 | patch for #420 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-05-29 | committed patch for #407 | ctrlaltca | |
2012-02-14 | further SqlMap optimizations; refs #337 | ctrlaltca@gmail.com | |
2012-01-28 | some fixes related to build scripts, now the "dist" task completes successfully | ctrlaltca@gmail.com | |
2011-11-19 | fixed #354 | ctrlaltca@gmail.com | |
2011-11-12 | fix for #284 | ctrlaltca@gmail.com | |
2011-11-09 | fix #370: | ctrlaltca@gmail.com | |
- deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around | |||
2011-10-16 | Fixed Issue#365 introduced in r3030 | GODZilla0480@gmail.com | |
2011-08-28 | Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵ | GODZilla0480@gmail.com | |
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData] | |||
2011-08-28 | Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵ | GODZilla0480@gmail.com | |
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway | |||
2011-06-26 | applied serialization optimization patch (337) | ctrlaltca@gmail.com | |
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-06-20 | further polishing | ctrlaltca@gmail.com | |
2011-06-20 | removed useless calls to empty contructor; reverted some additional ↵ | ctrlaltca@gmail.com | |
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously | |||
2011-06-08 | patch for #331 | ctrlaltca@gmail.com | |
2011-05-25 | fixed last blocking error related to the build script. it completes ↵ | ctrlaltca@gmail.com | |
successfully now | |||
2011-05-06 | fixed #18 | rojaro | |
2011-04-28 | fixed #230 | rojaro | |
2011-01-27 | fixed #307 | rojaro | |
2011-01-19 | Raise an exception when DB driver doesn't support changing charset. | christophe.boulain | |
Also some minor MSSQL fixes | |||
2010-10-06 | fixed #294 | rojaro | |
2010-08-18 | fixed #278 | rojaro | |
2010-07-21 | fixed #274 | rojaro | |
2010-06-15 | Fixing #268 | rojaro | |
2010-04-18 | Ensured parent::__construct calls within Data | javalizard | |
2010-03-17 | Bugfix for #236 | rojaro | |