wiki
[ class tree: wiki ] [ index: wiki ] [ all elements ]

Todo List

languages

Babelfish::host()

  • move to BitBase class

kernel

Bablotron::$db

  • Empty variable - does nothing

Bablotron::$lan

  • Not sure where this gets set from. Is used in other libraries.

BitBase::$mErrors

  • not used yet

Bablotron::$words

  • Variable is scoped here but not really used in this scope below.

Bablotron

  • does not need to inherit BitBase class. Should hold a BitDb connection as a global variable.

BitDate

  • As of 1.7, dates are still stored in server local time. This should be changed for 1.7.1 (requires many module changes).

BitDb::convertBinary()

  • only used in gBitSystem and users_lib to compare login names

BitDb::convertQuery()

  • investigate replacement by AdoDB NameQuote() function

BitDbAdodb::convertQuery()

  • investigate replacement by AdoDB NameQuote() function

BitDbAdodb::CreateSequence()

  • To be combined with GenID

BitDb::CreateSequence()

  • To be combined with GenID

BitDbPear::CreateSequence()

  • To be combined with GenID

BitDb::createTables()

  • remove references to BIT_DB_PREFIX, us a member function

BitDbAdodb::createTables()

  • remove references to BIT_DB_PREFIX, us a member function

BitDb::dbByteDecode()

  • had a lot of trouble with AdoDB BlobEncode and BlobDecode the code works but will need work for dbs other than PgSQL

BitDb::dbByteEncode()

  • had a lot of trouble with AdoDB BlobEncode and BlobDecode the code works but will need work for dbs other than PgSQL

BitDb::dropTables()

  • remove references to BIT_DB_PREFIX, us a member function

BitDbAdodb::dropTables()

  • remove references to BIT_DB_PREFIX, us a member function

Bablotron::find_similar()

  • Empty function - does nothing

BitDbPear::getCol()

  • not currently used anywhere

BitDbAdodb::getCol()

  • not currently used anywhere

BitDb::getCol()

  • not currently used anywhere

BitDbAdodb::ls()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

BitDbPear::ls()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

BitDb::ls()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

NotificationLib

  • does not need to inherit BitBase class. Should hold a BitDb connection as a global variable.

BitDb::NOW()

  • This needs extending to allow the use of GMT timestamp rather then the current server time

BitDb::OffsetDate()

  • Not currently used - this is database specific and uses TIMESTAMP rather than unix seconds

BitDbAdodb::OffsetDate()

  • Not currently used - this is database specific and uses TIMESTAMP rather than unix seconds

BitDbPear::OffsetDate()

  • Not currently used - this is database specific and uses TIMESTAMP rather than unix seconds

NotificationLib::post_content_event()

  • Improve the generic handling of the messages Param information probably needs to be passed as an array, or accessed from Content directly

BitDb::preDBConnection()

  • investigate if this is the correct way to do it.

BitDbAdodb::qstr()

  • not sure what its supposed to do

BitDbPear::qstr()

  • not sure what its supposed to do

BitDb::qtNOW()

  • This needs extending to allow the use of GMT timestamp rather then the current server time

BitDbPear::queryError()

  • currently not used anywhere.

BitDb::queryError()

  • currently not used anywhere.

BitDbAdodb::queryError()

  • currently not used anywhere.

BitDb::SQLForUpdate()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

BitDb::SQLIntToTimestamp()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

BitDb::SQLTimestampToInt()

  • could be used to later convert all int timestamps into db timestamps. Currently not used anywhere.

Bablotron::sql_error()

  • Empty function - does nothing

BitDb::tableExists()

  • should be used to confirm tables are already created

BitDbAdodb::tableExists()

  • should be used to confirm tables are already created

BitDate::year_digit_check()

  • This needs to be disabled when dates prior to 100AD are required in ISO format

blogs

BitBlogPost::store()

  • users_watches is a legacy package and needs refactoring

Smarty

smarty_block_box()

  • somehow make the variable that is contained within $iselect global --> this will allow importing of outside variables not set in $_REQUEST

smarty_block_form()

  • somehow make the variable that is contained within $iselect global --> this will allow importing of outside variables not set in $_REQUEST

liberty

getFilter()

  • - i think this function is not being used and will hopefully be removed soon - xing - Saturday Jul 07, 2007 19:54:02 CEST
    • it is called in getContentList but I think that services can do what it does now - nick - Sunday Sep 30, 2007

LibertyMime::verify()

  • If one of the uploaded files is an update, place the attachment_id with the upload hash in $_FILES or in _files_override

users

BitUser::validate()

  • rewrite this mess. this is horrible stuff. - xing - Thursday Oct 16, 2008 09:47:20 CEST

Documentation generated on Wed, 29 Jul 2015 13:57:33 +0000 by phpDocumentor 1.5.0-lsces