Reviewed: https://reviews.mahara.org/4086 Committed: http://gitorious.org/mahara/mahara/commit/ac78d056462478f4a10ce515b49b1ce14cea613b Submitter: Robert Lyon ([email protected]) Branch: master
commit ac78d056462478f4a10ce515b49b1ce14cea613b Author: Robert Lyon <[email protected]> Date: Fri Dec 12 14:16:35 2014 +1300 Adjusting webservices to use ctime/mtime syntax (Bug #1394359) To be more in keeping with existing codebase. Change-Id: Iaa850c7cfc609afee0dd014bef6d2a2673c7a25f Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1394359 Title: Adjusting webservices to use ctime, mtime syntax Status in Mahara ePortfolio: In Progress Bug description: Currently webservices uses 'timecreated' and 'timemodified' columns in the 'external_services' db table which are type INT - It would be better to alter them to be 'ctime' and 'mtime' and be type DATETIME - so as to be consistent with the other db tables in mahara. But this will mean converting the unix timestamp to datetime before saving to db and back again when extracting from db To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1394359/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

