mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12555
[Bug 1180625] A change has been merged
Reviewed: https://reviews.mahara.org/2256
Committed: http://gitorious.org/mahara/mahara/commit/9d44b44a2ae1923c9a07105e6932cda1af30b099
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: master
commit 9d44b44a2ae1923c9a07105e6932cda1af30b099
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date: Fri May 31 15:59:10 2013 +1200
Bug 1180625: Deleting unnecessary files from ADOdb
On the principle that it's good secur1ty to remove executables you're not likely
to use, clearing out all the bits of ADOdb we're currently not using. This includes
drivers and data dictionaries for other DBs, tests, docs, icons, PHP4 session code,
pear auth container, and non-English error messages.
Change-Id: Ibf059ed1d0d7dafbbce16589ead2c0a006e3fcdd
Signed-off-by: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1180625
Title:
Update ADOdb library to version 5.18
Status in Mahara ePortfolio:
In Progress
Bug description:
Since we're adding temp table support (see
https://bugs.launchpad.net/mahara/+bug/1180624 ), there's a bug in
ADOdb that I encountered while working on Moodle, where the postgres
driver uses pg_tables instead of information_schema.tables, leading to
multiple simultaneous DB sessions incorrectly seeing one another's
temp tables.
I reported the bug to ADOdb a couple of years back, and it's been
fixed since then, so we should upgrade to the latest version in order
to incorporate that fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180625/+subscriptions
References