r89733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89732‎ | r89733 | r89734 >
Date:17:50, 8 June 2011
Author:preilly
Status:deferred (Comments)
Tags:
Comment:
Adding WURFL library
Modified paths:
  • /trunk/extensions/PatchOutputMobile/PatchOutputMobile.php (modified) (history)
  • /trunk/extensions/PatchOutputMobile/library (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Application.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/APCCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/CacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/CacheProviderFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/EAcceleratorCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/FileCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/MemcacheCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/MysqlCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Cache/NullCacheProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/CapabilitiesHolder.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/CapabilityService.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/ClassLoader.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/ArrayConfig.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/Config.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/ConfigFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/ConfigHolder.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/InMemoryConfig.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Configuration/XmlConfig.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Constants.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Context.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/CustomDevice.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/CustomDeviceRepository.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Device.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/DeviceRepository.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/DeviceRepositoryBuilder.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/FileManager.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/FileUtils.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/AOLHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/AlcatelHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/AndroidHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/AppleHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/BenQHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/BlackBerryHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/BotCrawlerTranscoderHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/CatchAllHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/ChromeHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/DoCoMoHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Filter.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/FirefoxHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/GrundigHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/HTCHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Handler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/KDDIHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/KonquerorHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/KyoceraHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/LGHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/LGUPLUSHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/MSIEHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/MaemoBrowserHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Matcher (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Matcher.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Matcher/Interface.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Matcher/LDMatcher.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Matcher/RISMatcher.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/MitsubishiHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/MotorolaHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/NecHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/NokiaHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/OperaHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/OperaMiniHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/PanasonicHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/PantechHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/PhilipsHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/PortalmmmHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/QtekHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SPVHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SafariHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SagemHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SamsungHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SanyoHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SendoHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SharpHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SiemensHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/SonyEricssonHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/ToshibaHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/Utils.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/VodafoneHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Handlers/WindowsCEHandler.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Logger (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Logger/FileLogger.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Logger/Interface.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Logger/LoggerFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Logger/NullLogger.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Reloader (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Reloader/DefaultWURFLReloader.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Reloader/Interface.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/GenericRequest.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/GenericRequestFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/BabelFish.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/BlackBerry.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/LocaleRemover.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/NovarraGoogleTranslator.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/SerialNumbers.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/UPLink.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Generic/YesWAP.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Interface.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Null.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Android.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Chrome.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Firefox.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Konqueror.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/LGNormalizer.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/LGUPLUSNormalizer.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/MSIE.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Maemo.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Request/UserAgentNormalizer/Specific/Safari.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Apc.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Base.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Exception.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Factory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/File.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Memcache.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Memory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Mysql.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Storage/Null.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/UserAgentHandlerChain.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/UserAgentHandlerChainFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/WURFLException.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/WURFLManager.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/WURFLManagerFactory.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/WURFLService.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/WURFLUtils.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/AbstractIterator.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/DeviceIterator.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/DevicePatcher.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/Info.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/Interface.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/ModelDevice.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/APCPersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/AbstractPersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/Exception.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/FilePersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/InMemoryPersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/MemcachePersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/MysqlPersistenceProvider.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/PersistenceProvider/PersistenceProviderManager.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/Utils.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/VersionIterator.php (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/wurfl-patch.rng (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/WURFL/Xml/wurfl.rng (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/web_browsers_patch.xml (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/wurfl-2.0.27.zip (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/wurfl-config.xml (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/README (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/check_wurfl.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/convert_2_html.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/convert_wurfl_markups.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/count_useragents.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/get_capabilities.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/patch_wurfl.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/remove_elements.xml (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/remove_elements.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/roll_out_capabilities.xml (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/roll_out_into_sql.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/roll_out_into_txt.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/roll_out_into_xml.xsl (added) (history)
  • /trunk/extensions/PatchOutputMobile/library/resources/xslt/tidy_config (added) (history)

Comments

#Comment by 😂 (talk | contribs)   20:09, 8 June 2011

Is this available in an external repository somewhere? If so, we should probably use an svn:external instead :)

Status & tagging log