PRADO
- Website
- http://www.pradosoft.com/
- SVN
- http://prado3.googlecode.com/svn/trunk/
- Short description from authors website
- What is PRADO? PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.
- Distributed size:
- 9.4 MB zip (3.1.6)
- Graphs
Changelog (only since Jan 1, 2009)
| Revision | Message | Date | Author |
|---|---|---|---|
| 2692 | Added credit to Daniel | 15.07.2009 11:27:14 | rojaro |
| 2691 | Merging latests 3.1 changes into trunk | 15.07.2009 09:01:05 | Christophe.Boulain |
| 2690 | moved System.Db to System.Testing.Data and updated classes accordingly | 15.07.2009 07:58:26 | rojaro |
| 2689 | - Models, Behaviors ... | 13.07.2009 14:12:10 | rojaro |
| 2688 | - ActiveRecord Port from Yii ... not perfect but works ^^ | 13.07.2009 14:02:17 | rojaro |
| 2687 | - removed old schema directory - some cleanups | 13.07.2009 13:56:07 | rojaro |
| 2680 | - added missing namespacepath elements for schemas | 25.06.2009 13:55:19 | rojaro |
| 2679 | Primilary import of new db stuff | 15.06.2009 07:49:42 | Christophe.Boulain |
| 2678 | Merging latest 3.1 changes into trunk (r2672-2677) | 07.06.2009 13:02:41 | godzilla80@gmx.net |
| 2671 | Merging latest 3.1 changes into trunk | 02.06.2009 08:16:54 | Christophe.Boulain |
| 2669 | 29.05.2009 12:46:58 | carlgmathisen | |
| 2667 | Fixed Issue#167 | 29.05.2009 06:31:35 | Christophe.Boulain |
| 2666 | Merge from 3.2 branch. Beginning of Prado 3.2 development | 27.05.2009 13:55:58 | Christophe.Boulain |
| 2663 | prepare for next release. | 25.05.2009 00:41:03 | qiang.xue |
| 2661 | prepare for release. | 24.05.2009 20:30:26 | qiang.xue |
| 2660 | Updated my email address | 23.05.2009 09:31:17 | haertl.mike |
| 2659 | Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normal | 23.05.2009 07:52:15 | godzilla80@gmx.net |
| 2658 | add GroupLabel property to TFirePhpLogRoute | 23.05.2009 06:12:08 | godzilla80@gmx.net |
| 2657 | ENH: new log route subclass for FirePHP: TFirePhpLogRoute - FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required | 18.05.2009 23:52:33 | godzilla80@gmx.net |
| 2656 | Since Issue 78 was merged into 139 correct HISTORY file | 14.05.2009 07:47:20 | godzilla80@gmx.net |
| 2655 | Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys() | 14.05.2009 07:40:17 | godzilla80@gmx.net |
| 2654 | TPgsqlTableInfo::getTableFullName() return void if no schema given | 14.05.2009 07:34:16 | godzilla80@gmx.net |
| 2653 | Fixed Issue#154 | 13.05.2009 06:59:31 | Christophe.Boulain |
| 2652 | Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view | 13.05.2009 06:01:17 | godzilla80@gmx.net |
| 2651 | Fixed Issue#148 | 11.05.2009 08:48:37 | Christophe.Boulain |
| 2650 | Fixed Issue#150 | 11.05.2009 08:40:37 | Christophe.Boulain |
| 2649 | Change visibilty of TActiveRecord class member "_invalidFinderResult" from private to protected to concern serialization | 11.05.2009 07:44:55 | godzilla80@gmx.net |
| 2648 | Fixed Issue #74 Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked. Possible values are: Exception - throw TActiveRecordException like before rev1545 Null - return null (default for backward compatibility reasons) To change behavior: <module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/> or MyActiveRecord->setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception); or override MyActiveRecord->getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception | 10.05.2009 10:51:52 | godzilla80@gmx.net |
| 2647 | Fixed Issue #141 - TDbCache performance: modify structure of indices, new property 'FlushInterval' to control how often expired items will be removed | 09.05.2009 12:56:23 | godzilla80@gmx.net |
| 2646 | Enhancement: Updated clientscripts.php to JSMin 1.1.1 - According to author 15% faster with 94% less memory usage | 02.05.2009 12:25:11 | godzilla80@gmx.net |
| 2645 | Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix sqlmap doc - property "name" instead of "key" | 01.05.2009 09:53:23 | godzilla80@gmx.net |
| 2644 | Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __get | 01.05.2009 08:30:05 | godzilla80@gmx.net |
| 2643 | THtmlArea boolean options were not properly encoded in change r2619 | 29.04.2009 06:53:37 | Christophe.Boulain |
| 2642 | Ensure rendering of clientID in TActivePanel | 29.04.2009 06:22:27 | Christophe.Boulain |
| 2641 | Fixed Issue #146 - replace deprecated(php5.3>) split with explode in TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages() | 26.04.2009 06:22:19 | godzilla80@gmx.net |
| 2638 | Fixed Issue #112 - TXmlDocument add support for namespaces: for backward compatibility only if SimpleXml installed | 16.04.2009 09:26:55 | godzilla80@gmx.net |
| 2637 | Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that only render value of HeaderText property | 15.04.2009 21:23:22 | godzilla80@gmx.net |
| 2636 | fix wrong (c&p) doc comment from r2631 | 15.04.2009 21:11:55 | godzilla80@gmx.net |
| 2635 | TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if driver is mysql | 15.04.2009 20:50:07 | godzilla80@gmx.net |
| 2634 | Fixed Issue#135 - Add AutoPostBack property to TActiveFileUpload | 14.04.2009 11:27:19 | Christophe.Boulain |
| 2633 | 08.04.2009 07:10:01 | Christophe.Boulain | |
| 2632 | Fixed Issue#136 | 08.04.2009 07:06:36 | Christophe.Boulain |
| 2631 | TSqlMapCacheModel now consider <flushInterval> tag as described in doc (sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days | 05.04.2009 16:11:22 | godzilla80@gmx.net |
| 2630 | TBaseValidator, TCustomValidator: change visibilty (protected => public) of getValidationTarget() | 04.04.2009 09:53:57 | godzilla80@gmx.net |
| 2629 | Fixed Issue #88 - SQLMap $Param$ re-evaluation bug | 22.03.2009 08:02:35 | godzilla80@gmx.net |
| 2628 | TBrowserLogRoute: add table-layout:auto and explicit set column with to avoid bad render behavior in table-layout:fixed environment, explicit set text color to increase readability | 22.03.2009 06:40:19 | godzilla80@gmx.net |
| 2627 | reverting array_push() changes of r2625 | 21.03.2009 08:17:29 | godzilla80@gmx.net |
| 2626 | Fixed Issue #120 | 20.03.2009 06:51:50 | godzilla80@gmx.net |
| 2625 | replace array_push() function calls with native language constuct if make sense | 19.03.2009 22:07:39 | godzilla80@gmx.net |
| 2624 | replace is_null() function calls with native native language constuct | 19.03.2009 21:20:47 | godzilla80@gmx.net |
| 2623 | a little "goggle code issues" releated modification | 18.03.2009 09:15:53 | godzilla80@gmx.net |
| 2622 | Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current connection to cached TSqlMapManager to avoid loosing active transaction | 17.03.2009 21:39:58 | godzilla80@gmx.net |
| 2621 | 17.03.2009 21:27:46 | godzilla80@gmx.net | |
| 2620 | Fixed #108 | 17.03.2009 21:24:35 | godzilla80@gmx.net |
| 2619 | Fixed Issue#126 | 16.03.2009 14:20:27 | Christophe.Boulain |
| 2618 | Fixed Issue#99 | 16.03.2009 10:41:42 | Christophe.Boulain |
| 2617 | Fixed Issue#129, Issue#130 | 16.03.2009 10:32:09 | Christophe.Boulain |
| 2616 | Fixed Issue 127 | 07.03.2009 09:33:22 | Christophe.Boulain |
| 2615 | Reverting changes of revision 2612, since this introduced a new bug. | 04.03.2009 09:57:20 | Christophe.Boulain |
| 2614 | Fixed a bug introduced with rev r2613 | 24.02.2009 09:54:08 | Christophe.Boulain |
| 2613 | Fixed Issue#7 - Client side javascripts are not combined anymore in debug mode | 23.02.2009 15:46:26 | Christophe.Boulain |
| 2612 | Fixed Issue#106 | 23.02.2009 14:52:26 | Christophe.Boulain |
| 2611 | Update to scriptaculous 1.8.2 & prototype 1.6.0.3 | 23.02.2009 13:40:30 | Christophe.Boulain |
| 2610 | Update to scriptaculous 1.8.2 & prototype 1.6.0.3 | 23.02.2009 13:40:13 | Christophe.Boulain |
| 2609 | Fixed Issue#87 | 23.02.2009 11:59:37 | Christophe.Boulain |
| 2608 | Fixed Issue #115 | 21.02.2009 16:05:01 | Christophe.Boulain |
| 2607 | Fixed Issue#96 | 21.02.2009 15:59:46 | Christophe.Boulain |
| 2606 | Added caching of message files to TException | 11.02.2009 15:24:27 | haertl.mike |
| 2605 | Fixed Issue#107 | 29.01.2009 07:43:23 | Christophe.Boulain |
| 2604 | Fixed URL wildcard pattern issue | 21.01.2009 08:49:21 | haertl.mike |
| 2602 | prepare for 3.1.4 release. | 12.01.2009 01:08:39 | qiang.xue |
| 2601 | Added wildcard examples to QST | 09.01.2009 09:55:01 | haertl.mike |
| 2600 | TActiveCheckBox, TActiveRadioButton, TActiveDropDownList, TActiveListBox won't raise callback if AutoPostBack is false | 07.01.2009 12:58:53 | christophe.boulain |
| 2599 | Removed activerating files that are no more used since r2562 | 07.01.2009 08:13:22 | christophe.boulain |
| 2598 | Fixed Issue#65: Improvement of TActiveRecord::populateObjects() | 07.01.2009 07:28:22 | christophe.boulain |
| 2597 | Fixed Issue#9 : Global page properties are ignored when using external configuration | 06.01.2009 14:38:07 | christophe.boulain |