wiki.techinc.nl/includes
Bartosz Dziewoński 4c01f8b2bc Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacks
This reverts most of commit 2d842f1425,
leaving only the test added in it, and reimplements the same
functionality better.

Instead of stripping /*@noflip*/ annotations in CSSJanus, which is
incompatible with other implementations that preserve it, extend
CSSMin to allow other CSS comments to be present before the
rule-global @embed annotation. (This required making the regex logic
in it even worse than it was, but it's actually slightly less terrible
than I expected it would be. Good thing we have tests!)

Bug: 69698
Change-Id: I58603ef64f7d7cdc6461b34721a4d6b15f15ad79
2014-09-23 22:47:54 +00:00
..
actions Deprecate HTMLFileCache::newFromTitle() in favor of constructor 2014-09-19 00:07:51 +00:00
api API: Remove XML tag highlighting from non-XML formats 2014-09-23 19:44:31 +00:00
cache Merge "Deprecate HTMLFileCache::newFromTitle() in favor of constructor" 2014-09-19 00:24:16 +00:00
changes Fix undefined argument in OldChangesList 2014-09-09 16:05:53 +02:00
clientpool Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
composer
config Add MultiConfig for fallback logic 2014-09-17 15:55:04 -07:00
content Record redirect target in ParserOptions 2014-09-18 06:19:31 +00:00
context Add missing space to log message 2014-09-23 12:18:57 +02:00
dao Avoid key conflict errors in User::addToDatabase 2014-06-24 10:59:27 +00:00
db DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
debug Fix malformed UTF-8 going to query profiler 2014-08-28 17:10:45 -07:00
deferred Add missing @return to function docs 2014-08-23 23:14:57 +02:00
diff add mw-diff-* classes to view diff page header links 2014-08-16 01:21:39 +01:00
exception Add missing @param to function docs 2014-08-14 20:22:52 +02:00
externalstore Clear the DBO_TRX flag for sanity in ExternalStore 2014-09-12 11:43:34 -07:00
filebackend Removed some b/c code from file backend 2014-09-12 00:54:24 -07:00
filerepo SpecialUndelete: Check permissions on a per-page basis 2014-09-18 23:28:02 +00:00
gallery Add missing </div> tag to packed-overlay galleries 2014-09-19 00:28:02 -03:00
htmlform Correct button colours of preference page when $wgUseMediaWikiUIEverywhere is enabled 2014-09-17 00:00:38 +00:00
installer Localisation updates from https://translatewiki.net. 2014-09-23 21:39:28 +02:00
interwiki Cleanup some docs (includes/[e-l]) 2014-07-24 19:43:03 +02:00
jobqueue Add tests for Job::toString 2014-09-23 21:57:31 +01:00
json
libs Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacks 2014-09-23 22:47:54 +00:00
logging Merge "Remove 'move' from LogPage::getTitleLink" 2014-09-22 17:41:38 +00:00
mail Move EmailNotification watchlist handling into helper method 2014-09-18 13:55:31 +00:00
media Disable thumbnail chaining support for PNGs 2014-09-23 17:09:36 +02:00
normal Remove some PHP4 microtime() compat wrappers 2014-07-16 23:39:48 -04:00
objectcache Removed MultiWriteBagOStuff::replace 2014-09-12 11:13:06 -07:00
page Deprecate HTMLFileCache::newFromTitle() in favor of constructor 2014-09-19 00:07:51 +00:00
pager TablePager: Use wfScript() instead of $wgScript 2014-09-13 07:04:34 +00:00
parser Break accidental references in Parser::__clone 2014-09-22 13:44:49 -04:00
password Fixed docs 2014-08-04 12:00:15 +02:00
poolcounter Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
profiler Made the DB profiler use startAtomic() 2014-09-16 17:20:23 -07:00
rcfeed Use safe attribute accessor for RecentChange 2014-09-13 05:02:33 +00:00
resourceloader Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacks 2014-09-23 22:47:54 +00:00
revisiondelete Split RevisionDeleteAbstracts.php to separate files 2014-08-20 19:08:33 +02:00
search Remove redundant $db->resultObject() calls 2014-09-19 20:35:55 +00:00
site Replaced more trx DIY with startAtomic() 2014-09-16 17:26:10 -07:00
skins Completely remove skin autodiscovery 2014-09-19 19:12:56 -07:00
specialpage Remove redundant $db->resultObject() calls 2014-09-19 20:35:55 +00:00
specials Reduce duplication in some Special:ListGroupRights code 2014-09-23 19:27:21 +00:00
templates Allow logged-in users to view and use the login form again 2014-09-22 14:02:00 +00:00
title Don't include images/categories when behind a local interwiki prefix 2014-08-01 18:20:51 +10:00
upload Do not return anything on __construct 2014-08-24 11:29:45 +02:00
utils Fixed UID comment 2014-08-27 16:19:11 -07:00
.htaccess
AjaxDispatcher.php AjaxDispatcher: Use Config instead of globals 2014-08-25 19:20:30 -07:00
AjaxResponse.php AjaxDispatcher: Use Config instead of globals 2014-08-25 19:20:30 -07:00
AuthPlugin.php
AutoLoader.php Fix CSSJanus flipping in LESS mixins and remove broken custom LESS functions 2014-09-20 20:28:22 +00:00
Autopromote.php
Block.php Remove wrong @return from doc blocks 2014-08-25 13:50:05 +00:00
Category.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
CategoryFinder.php CategoryFinder: give parent category tree an accessor 2014-09-05 11:57:42 -07:00
CategoryViewer.php Fix for Ia9baaf0b: Make previously public variables public again 2014-08-29 23:01:53 +02:00
ChangeTags.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
Collation.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
Cookie.php Fixed spacing 2014-08-04 11:51:22 +02:00
DefaultSettings.php Arrays in PHP are a bit special... 2014-09-22 19:12:02 +02:00
Defines.php Add JSONContent and handler from EventLogging 2014-08-08 23:31:26 +00:00
DeprecatedGlobal.php
EditPage.php Removed redundant begin/commit calls 2014-09-16 17:18:21 -07:00
Export.php Remove redundant $db->resultObject() calls 2014-09-19 20:35:55 +00:00
Fallback.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
Feed.php Fix for Ia9baaf0b: Make previously public variables public again 2014-08-29 23:01:53 +02:00
FeedUtils.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
FileDeleteForm.php
ForkController.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
FormOptions.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
GitInfo.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
GlobalFunctions.php Update wfMessage doc 2014-09-17 06:02:24 +00:00
HistoryBlob.php Fix for Ia9baaf0b: Make previously public variables public again 2014-08-29 23:01:53 +02:00
Hooks.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
Html.php Html: Don't accept paths relative to skins/common/images/ in infoBox() 2014-09-08 21:03:23 +02:00
HtmlFormatter.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
HttpFunctions.php CurlHttpRequest: Check library version, not CURLOPT_REDIR_PROTOCOLS 2014-09-08 18:22:50 -04:00
Import.php Fix for Ia9baaf0b: Make previously public variables public again 2014-08-29 23:01:53 +02:00
Licenses.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
limit.sh Fix error message when swap is disabled 2014-05-19 10:41:52 +10:00
Linker.php Make linker warning useful 2014-09-23 09:13:33 +02:00
LinkFilter.php
MagicWord.php Add missing @return to function docs 2014-08-23 23:14:57 +02:00
MediaWiki.php Deprecate HTMLFileCache::newFromTitle() in favor of constructor 2014-09-19 00:07:51 +00:00
MediaWikiVersionFetcher.php
Message.php Message: Correct output of wfMessage( 'non-existent-msg' )->text() 2014-09-23 21:06:22 +00:00
MessageBlobStore.php MessageBlobStore: Use Config instead of globals 2014-08-25 11:35:36 +00:00
mime.info Make image/vnd.microsoft.icon be an alias for image/x-icon mime type. 2014-09-13 13:23:55 -03:00
mime.types Make image/vnd.microsoft.icon be an alias for image/x-icon mime type. 2014-09-13 13:23:55 -03:00
MimeMagic.php MimeMagic: Use Config instead of globals 2014-09-06 11:50:05 +00:00
MovePage.php MovePage::move(): Return a Status object 2014-09-14 19:31:38 -07:00
MWNamespace.php Rename MWNamespace, MWDebug and MWTidy files to match their class 2014-07-15 20:59:39 +00:00
MWTimestamp.php Remove unmatched @param 2014-08-16 22:50:02 +02:00
OutputHandler.php
OutputPage.php Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacks 2014-09-23 22:47:54 +00:00
PathRouter.php
PHPVersionError.php Bump 1.25 2014-09-19 14:03:18 -07:00
Preferences.php Add maxlength of 6 for time correction in preferences 2014-09-22 17:37:49 +00:00
PrefixSearch.php Allow callback functions for creating SpecialPages. 2014-09-18 14:47:34 +02:00
ProtectionForm.php Merge "Don't break existing expiry time of "infinity" when modifying protection" 2014-09-18 02:27:56 +00:00
Revision.php Fixed spacing 2014-08-27 18:31:50 +02:00
RevisionList.php
Sanitizer.php Sanitizer::escapeId: Decode entity before replacing spaces 2014-08-28 05:18:28 +00:00
Setup.php Move default logo to resources/assets/ directory 2014-09-20 20:45:50 +00:00
SiteConfiguration.php When getting remote config, if the caller requested a single setting without an array, always do that 2014-09-06 22:44:07 +01:00
SiteStats.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
SquidPurgeClient.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
StatCounter.php StatCounter: Use Config instead of globals 2014-09-09 17:18:00 -07:00
Status.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
StreamFile.php
StubObject.php Fix visibility in SkinFallback and StubObject 2014-08-12 01:06:49 +00:00
tidy.conf
TimestampException.php
Title.php Merge "Add TitleExists hook" 2014-09-17 17:11:29 +00:00
TitleArray.php
TitleArrayFromResult.php
User.php Move code to load User data from cache out of loadFromId 2014-09-23 19:38:50 +00:00
UserArray.php
UserArrayFromResult.php Cleanup some docs (includes/*.php) 2014-07-24 19:42:24 +02:00
UserRightsProxy.php Fix userrights-interwiki when the 'user' table is shared 2014-08-10 12:01:25 +00:00
WatchedItem.php Fixed spacing 2014-08-27 18:31:50 +02:00
WebRequest.php Use protocol default port with HTTP_X_FORWARDED_PROTO 2014-08-25 21:54:41 -06:00
WebResponse.php Docs: compatability -> compatibility 2014-08-13 19:39:07 +02:00
WebStart.php Remove $wgTitle from WebStart forever 2014-09-22 14:52:36 -07:00
WikiMap.php
Xml.php Remove Xml::namespaceSelector() (deprecated since 1.19) 2014-08-19 23:34:21 -07:00
ZhConversion.php