From: Siebrand Mazeland Date: Fri, 27 Dec 2013 16:05:37 +0000 (+0100) Subject: Release notes for removed and renamed classes X-Git-Tag: 1.31.0-rc.0~17491^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=90a9670e657435cf4fd800bc6ce73a165eec1e33;p=lhc%2Fweb%2Fwiklou.git Release notes for removed and renamed classes Change-Id: I65de588860575d22125c05b71bf4817388234ef1 --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index b933a3188c..77a3c94460 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -92,14 +92,37 @@ production. properly for all parameters. * ApiQueryBase::titlePartToKey allows an extra parameter that indicates the namespace in order to properly capitalize the title part. +* Removed classes: + - TitleDependency + - TitleListDependency * Renamed classes: + - CdbReader_DBA to CdbReaderDBA + - CdbReader_PHP to CdbReaderPHP + - CdbWriter_DBA to CdbWriterDBA + - CdbWriter_PHP to CdbWriterPHP + - DiffOp_Add to DiffOpAdd + - DiffOp_Change to DiffOpChange + - DiffOp_Copy to DiffOpCopy + - DiffOp_Delete to DiffOpDelete + - HWLDF_WordAccumulator to HWLDFWordAccumulator - LBFactory_Fake to LBFactoryFake - LBFactory_Multi to LBFactoryMulti - LBFactory_Simple to LBFactorySimple - LBFactory_Single to LBFactorySingle + - LCStore_Accel to LCStoreAccel + - LCStore_CDB to LCStoreCDB + - LCStore_DB to LCStoreDB + - LCStore_Null to LCStoreNull - LoadBalancer_Single to LoadBalancerSingle - LoadMonitor_MySQL to LoadMonitorMySQL - LoadMonitor_Null to LoadMonitorNull + - LocalisationCache_BulkLoad to LocalisationCacheBulkLoad + - csvStatsOutput to CsvStatsOutput + - extensionLanguages to ExtensionLanguages + - languages to Languages + - statsOutput to StatsOutput + - textStatsOutput to TextStatsOutput + - wikiStatsOutput to WikiStatsOutput * Removed methods: - Linker::makeBrokenLink() (deprecated in 1.16) - Linker::makeBrokenLinkObj() (deprecated in 1.16)