GitHub/WoltLab/WCF.git
Author Commit
2015-06-07 Alexander EbertBoolean user group options now support 'Never'
2015-06-06 Alexander EbertImproved warn message if `Language.get()` encounters...
2015-06-06 Alexander EbertResolved a few issues concerning the ACP and WCFSetup
2015-06-06 Alexander EbertFixed `WCF.Action.Dialog` and shim for `ui.wcfDialog...
2015-06-05 Alexander EbertFixed PHP version requirements, added TODO for specific...
2015-06-05 Alexander EbertUsing native JavaScript instead of jQuery during WCFSetup
2015-06-05 Alexander EbertMerge branch 'master' into next
2015-06-05 Alexander EbertMerge branch 'master' of github.com:WoltLab/WCF
2015-06-05 Alexander EbertFixed default controller incorrectly omitted if applica...
2015-06-04 Tim DüsterhusFix typos in de.xml and setup_de.xml
2015-06-04 Tim DüsterhusMerge branch '2.0'
2015-06-04 Tim DüsterhusFix typos in de.xml and setup_de.xml
2015-06-04 Tim DüsterhusMerge branch 'master' into next
2015-06-04 Tim DüsterhusMerge branch '2.0'
2015-06-04 Tim DüsterhusFix typos in en.xml and setup_en.xml
2015-06-04 woltlab.comUpdating minified JavaScript files
2015-06-04 Alexander EbertFixed upload button position after uploading a file
2015-06-04 Tim DüsterhusMerge branch 'master' into next
2015-06-04 Alexander EbertFixed redirect if accessing direct root of non-primary...
2015-06-04 Alexander EbertFixed self-reference (self:: instead of WCF::)
2015-06-04 woltlab.comUpdating minified JavaScript files
2015-06-04 Alexander EbertFixed incorrect removal of newlines on quote insert
2015-06-03 Alexander EbertMerge branch 'master' into next
2015-06-03 Alexander EbertMerge branch 'master' of github.com:WoltLab/WCF
2015-06-03 Alexander EbertFixed blacklist improperly handling return value for...
2015-06-03 Marcel WerkFixed error handling issue in payment processing
2015-06-02 Marcel WerkMerge branch 'master' of github.com:WoltLab/WCF
2015-06-01 woltlab.comUpdating minified JavaScript files
2015-06-01 Alexander EbertFixed an issue with U+200C/U+200D
2015-06-01 Alexander EbertUpgraded to Redactor 10.1.2
2015-06-01 Alexander EbertImproved visuals in RTL
2015-06-01 Alexander EbertUpdated ACP JavaScript to be somewhat similar, still...
2015-06-01 Alexander EbertImproved implementation of `UI/Dialog`
2015-05-31 Alexander EbertAdded missing semicolon
2015-05-31 Alexander EbertRemoved unnecessary closure in `WoltLab/WCF/UI/Dialog`
2015-05-31 Alexander EbertFixed typo in `WoltLab/WCF/Date/Util`
2015-05-31 Alexander EbertAdded some more missing classes and shim around WCF...
2015-05-30 Alexander EbertTransformed singletons into object literals
2015-05-30 Alexander EbertFixed minor issue in `WoltLab/WCF/Controller/Clipboard`
2015-05-30 Alexander EbertOverhauled clipboard API (both PHP and JS)
2015-05-30 Alexander EbertImproved API of `Ajax/Request`
2015-05-30 Alexander EbertAdded `childBy*` methods to `DOM/Traverse`
2015-05-30 Alexander EbertResolved a few issues and simplified API of `Ajax`
2015-05-30 Alexander EbertAdded method `getContentElement` to `UI/Confirmation`
2015-05-30 Matthias SchmidtMerge pull request #1913 from joshuaruesweg/patch-60
2015-05-30 Joshua Rüswegfix typo in documentation in UserProfileCache
2015-05-29 Alexander EbertImproved check for plain objects
2015-05-29 Tim DüsterhusMerge pull request #1912 from Bisafans/redis
2015-05-29 Joshua RüswegAdd application support for OptionCacheBuilder
2015-05-29 Maximilian... Add version number to RedisCacheSource in CacheListPage
2015-05-29 Alexander EbertAdded missing file for `UI/Confirmation`
2015-05-29 Alexander EbertAdded `UI/Confirmation` to replace `WCF.System.Confirma...
2015-05-29 Maximilian... Implement RedisCacheSource::get()
2015-05-29 Maximilian... Improve RedisCacheSource::set()
2015-05-29 Maximilian... Implement RedisCacheSource::flush()
2015-05-29 Maximilian... Implement RedisCacheSource::flushAll()
2015-05-29 Maximilian... Implement RedisCacheSource::getCacheName()
2015-05-29 Maximilian... Implement RedisCacheSource::set()
2015-05-29 Maximilian... Open redis connection
2015-05-29 Maximilian... Add RedisCacheSource and ACP options
2015-05-29 Tim DüsterhusRemove unnecessary data attributes on script tags
2015-05-28 Marcel WerkAdded missing variable definition
2015-05-27 Alexander EbertMerge branch 'next' of github.com:WoltLab/WCF into...
2015-05-27 Alexander EbertAdded missing comments
2015-05-25 Matthias SchmidtAdd missing files from previous commit
2015-05-25 Matthias SchmidtAdd clipboard support for tags
2015-05-25 Tim DüsterhusUse WCF/Timer/Repeating in WCF/Date/Time/Relative
2015-05-25 Tim DüsterhusWork around race condition in WCF.js loading
2015-05-25 Tim DüsterhusShim enquire and Favico to work around race condition
2015-05-25 Tim DüsterhusAdd perfect scrollbar 0.6.2 and include it in require.js
2015-05-24 Alexander EbertAdded WoltLab/WCF/List as a shim for Set
2015-05-24 Alexander EbertWCF.Action.Proxy now uses WoltLab/WCF/Ajax/{Jsonp|Request}
2015-05-24 Alexander EbertFix for: Fixed issue with wcfDialog() if element is...
2015-05-24 Alexander EbertFixed issue with wcfDialog() if element is not within...
2015-05-24 Alexander EbertRejecting response if content-type mismatches in WoltLa...
2015-05-24 Tim DüsterhusMerge pull request #1909 from joshuaruesweg/patch-58
2015-05-24 Joshua Rüswegprevent unnecessary data in additionalData
2015-05-24 Alexander EbertAdded WoltLab/WCF/Ajax/Jsonp to issue JSONP requests
2015-05-24 Alexander EbertRemoved debug code in WoltLab/WCF/Ajax/Status
2015-05-24 Alexander EbertUsing Array.prototype.slice() to clone an array
2015-05-24 Matthias SchmidtExplicitly delete versionable object type definition
2015-05-24 Matthias SchmidtRemove version system
2015-05-24 Tim DüsterhusAdd removal of AJAXProxyAction::getData() to CHANGELOG
2015-05-24 Tim DüsterhusRemove deprecated AJAXProxyAction::getData()
2015-05-24 Tim DüsterhusMerge branch 'master' into next
2015-05-24 Tim DüsterhusDeprecate AJAXProxyAction::getData()
2015-05-24 Matthias SchmidtAdd UserProfileCache
2015-05-24 Alexander EbertUpdated WoltLab/WCF/Ajax implementation
2015-05-24 Matthias SchmidtUse DatabaseObjectList:: wherever possible
2015-05-24 Matthias SchmidtUse DatabaseObjectList::setObjects() wherever possible
2015-05-24 Matthias SchmidtLoad dashboard boxes in two steps internally
2015-05-23 joshuarueswegTranslate missing language variables
2015-05-23 joshuarueswegTranslate missing language variables
2015-05-23 Joshua RüswegAdd ETag caching for attachments
2015-05-23 Matthias SchmidtMark unused erroneous TemplateEngine::hasTemplateListen...
2015-05-23 Alexander EbertDraft for an improved AJAX-JS-API
2015-05-23 Matthias SchmidtFix variable name
2015-05-23 Matthias SchmidtEvent listeners can listen to multiple events in same...
2015-05-23 Alexander EbertMerge branch 'next' of github.com:WoltLab/WCF into...
2015-05-23 Alexander EbertFixed check for Map existence in WoltLab/WCF/Dictionary
next