Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-02-22 | Merged /branches/3.1:r2773 into trunk | Christophe.Boulain | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-11-01 | merged active record default value bug fix which got lost when moving from ↵ | rojaro | |
trac to googlecode - see http://www.pradosoft.com/forum/index.php?topic=10603.0 | |||
2009-06-07 | Merging latest 3.1 changes into trunk (r2672-2677) | godzilla80@gmx.net | |
2009-06-07 | Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not set | godzilla80@gmx.net | |
2009-05-27 | Merge from 3.2 branch. | Christophe.Boulain | |
Beginning of Prado 3.2 development | |||
2009-05-24 | prepare for release.3.1.5 | qiang.xue | |
2009-05-23 | Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normal | godzilla80@gmx.net | |
2009-05-14 | Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys() | godzilla80@gmx.net | |
2009-05-14 | TPgsqlTableInfo::getTableFullName() return void if no schema given | godzilla80@gmx.net | |
2009-05-13 | Fixed Issue#154 | Christophe.Boulain | |
2009-05-13 | Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵ | godzilla80@gmx.net | |
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view | |||
2009-05-11 | Fixed Issue#148 | Christophe.Boulain | |
2009-05-11 | Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵ | godzilla80@gmx.net | |
private to protected to concern serialization |