Merge "Revert "jquery.byteLimit: Partial rewrite to fix logic errors""
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-26 Brion VIBBERMerge "[FileBackend] Some documentation and minor clean...
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added a script to copy files from...
2012-04-26 Brion VIBBERMerge "[FileBackend] Tweaked various cache parameters...
2012-04-26 Brion VIBBERMerge "strip off subpages direct in GenderCache"
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 Brion VIBBERMerge "(bug 30410) Remove deprecated $wgFilterCallback...
2012-04-26 Brion VIBBERMerge "Edit notices can now be translated."
2012-04-26 Brion VIBBERMerge "[FileRepo] Added hook to let us copy thumbnails...
2012-04-26 Brion VIBBERMerge "No environment reset for failure after prefetch...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added container stat caching to...
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "Make data loading a bit better in ApiProtect."
2012-04-26 Aaron SchulzMerge "Use WikiPage::newFromID() instead of Title:...
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-26 DemonMerge "let us easily override PHPUnit version"
2012-04-26 Alexandre EmsenhuberAdded missing GPLv2 headers in includes/db.
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-09 Sam ReedMore return documentation
2012-02-02 Sam ReedStrict Standards: Declaration of DatabaseOracle::source...
2011-12-20 Jure Kajzer* removed manual cascading of recentchanges on page...
2011-12-02 Sam ReedReverting r103706
2011-11-19 Sam Reed* (bug 8859) Database::update should take array of...
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-09-02 Jure Kajzer* resolved some issues with sequences and deleting...
2011-08-25 Sam ReedFix fail double pasting from r95497
2011-08-25 Sam ReedFollowup r95449, fix the code to do what it was actuall...
2011-08-24 Sam ReedAllow update to be passed an empty array for the WHERE...
2011-07-08 Jure Kajzer* DatabaseOracle.php binds variables, so using $val...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Tim StarlingFollowup r90429:
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-09 Jure Kajzer* merge r89759 from REL1_17 into trunk
2011-06-07 Jure Kajzer* fixed table duplication for unit tests
2011-06-02 Jure Kajzer* fixed table duplication for phpunit testing
2011-06-01 Jure Kajzer* unified where clause parameter wrapping for delete...
2011-06-01 Jure Kajzer* updated listTables function to also take in account...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-05-29 Sam ReedMore documentation in various files
2011-05-26 Sam ReedParam documentation updates/added
2011-05-04 Jure Kajzer* fixed tableName handling for internal purposes (bug...
2011-04-28 Jure Kajzer* close connection in class destructor (unlike MySql...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-22 Jure Kajzer* begin, commit, rollback functions updated
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-15 Jure Kajzer* updated tableName function changed addIdentifierQuote...
2011-04-12 Platonides$wgDBprefix shall be converted to uppercase per r85786
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-03-03 Chad Horohoerm unused member var
2011-03-01 Jure Kajzer* forgot about those ...
2011-03-01 Jure Kajzer* OracleInstaller now also supports installation with...
2011-02-18 Sam ReedMark a fixme comment in Oracle DB file for undefined...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-10 Jure Kajzer* fixed oracle code for updater (corrected not null...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2011-01-06 Chad HorohoeFixes for r75545: don't use MEDIAWIKI_INSTALL in the...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-30 Sam ReedFix private class member variable access
2010-12-17 Chad HorohoeMore old installer cruft
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-11-30 PlatonidesReplace addslashes with Database::addQuotes()
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFixed $fname in some places
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-18 Jure Kajzer* Oracle: prefetching column names in ORAResult so...
2010-11-09 Jure Kajzer* BLOB temporary handling
2010-10-30 Chad HorohoeOracle maintainer should enable E_STRICT ;-)
2010-10-30 Chad HorohoeE_STRICT: Function signature should match parent. This...
2010-10-27 Jure Kajzer* installers skips recreation of existing user
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Jure Kajzer* fixed accidental revert of r75343
2010-10-25 Jure Kajzer* null value => default value handling
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-19 Jure Kajzer* fixed r74949 remarks
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
next