|
From: <co...@us...> - 2010-03-02 17:58:03
|
Revision: 1862
http://activeagenda.svn.sourceforge.net/activeagenda/?rev=1862&view=rev
Author: code_g
Date: 2010-03-02 17:57:56 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
Fixes to the Chart export functionality issue reported in #2961378. Thanks to zsimre for the bug report.
lib/cron/cron-export-charts.php
- Added exception handler
- Added GetMDB2() call.
- Removed PEAR DB dependency (changed to PEAR MDB2).
lib/classes/chart.class.php
* All Chart descendants::render(): Outputs to a file when fileName has been set.
lib/classes/search.class.php
- Removed PEAR DB dependency (changed to PEAR MDB2).
lib/classes/user.class.php
* User::Masquerade()
- Made this method static to avoid a strict notice.
- Removed PEAR DB dependency (changed to PEAR MDB2).
lib/includes/general_util.php
* GetMDB2(): Changed behavior to not trigger error when GEN_DB_DSN is not found.
lib/includes/cli-startup.php
- Added exception handler
Modified Paths:
--------------
trunk/lib/classes/chart.class.php
trunk/lib/classes/search.class.php
trunk/lib/classes/user.class.php
trunk/lib/cron/cron-export-charts.php
trunk/lib/includes/cli-startup.php
trunk/lib/includes/general_util.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|