Sam Reed
85bbb0b080
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
...
Other documentation improvements
2012-02-09 18:01:10 +00:00
Aaron Schulz
8dd63c9580
r111036: some doc tweaks
2012-02-09 17:54:14 +00:00
Sam Reed
138ddc452f
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
...
Other documentation improvements
2012-02-09 17:42:35 +00:00
Sam Reed
f3cc77aaee
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
...
Other documentation improvements
2012-02-09 17:41:50 +00:00
Antoine Musso
20dba09fac
reword doc from r110938
2012-02-09 14:41:15 +00:00
Antoine Musso
59bb018c18
DebugToolbar: drop specific monospace font
...
Use the defaults coming from skins/common/commonElements.css
ping r105122
2012-02-09 14:34:36 +00:00
Roan Kattouw
4b18bbb2f5
Make mediawiki.legacy.ajax top-loading too, apparently some people are still using sajax on the live site. Eventually the legacy.ajax module should die entirely
2012-02-09 14:14:45 +00:00
Jeroen De Dauw
6ee113c1e3
follow up to r111017 - added docs
2012-02-09 14:10:59 +00:00
Roan Kattouw
57310ab838
(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19
2012-02-09 11:04:24 +00:00
Antoine Musso
311bc79c88
(bug 34254) fix gzipped file cache double compressing output
...
A gzipped file cache is enabled by setting $wgUseGzip and $wgUseFileCache.
To save CPU cycles, HTMLFileCache would print the compressed output as is
but WebStart uses an ob_gzhandler so we end up with a double compression.
2012-02-09 11:02:36 +00:00
Roan Kattouw
595f852f8c
Revert r111023 and r111024, they broke user.options . I'll fix this properly by splitting user.options's CSS part into a separate module; I've apparently known this was needed since r93363
2012-02-09 10:59:52 +00:00
Antoine Musso
9b6a4c922a
debug statements for HTMLFileCache / Output
2012-02-09 10:56:36 +00:00
Roan Kattouw
ec3c223b7b
Explanatory comment for r111023
2012-02-09 10:42:53 +00:00
Roan Kattouw
253613a335
(bug 34289) user.options CSS loaded twice. Caused by r107534. Made embedded private modules scripts-only, because the styles for user.options are included separately in buildCssLinks(), because they need to be applied without JavaScript and because they need to respect $wgAllowUserCssPrefs. No RELEASE-NOTES because I want to merge this into 1.19 as a regression fix
2012-02-09 10:36:12 +00:00
Antoine Musso
9bcf1b9f13
Fix some missing doc groups
2012-02-09 09:34:47 +00:00
Jeroen De Dauw
14d2728ea6
put in r110285 again now that 1.19 branched
2012-02-09 01:34:20 +00:00
Sam Reed
22fd781ec0
Followup r111006
...
Move config to 1.20 changes
Move release notes for reverted bugs from 1.19 to 1.20
2012-02-09 01:21:02 +00:00
Asher Feldman
c4e632e1b8
article_feedback migration included in wmf 1.19 deployment
2012-02-09 01:18:32 +00:00
Sam Reed
b7d68a8716
Documentation and whitespace
2012-02-09 01:06:57 +00:00
Sam Reed
d158c30ce4
Add 1.18 to HISTORY
2012-02-09 01:05:59 +00:00
Roan Kattouw
76b472c2a7
Followup r110999: remove 1.19-specific stuff from the 1.20 release notes
2012-02-09 01:02:39 +00:00
Sam Reed
2687acd223
Bump 1.20alpha
2012-02-09 00:59:56 +00:00
Sam Reed
01a1c507c8
Blacklist | in windows paths too
...
Ping r110922
2012-02-09 00:24:11 +00:00
Roan Kattouw
171bf290c8
(bug 31676) Group dynamically inserted CSS into a single <style> tag, because IE limits the number of styles it'll apply to 32 (seriously?!?). 3rd party users were complaining about IE not applying some modules' CSS when many modules were loaded; this wasn't a problem on WMF wikis as far as I know
2012-02-09 00:10:50 +00:00
Aaron Schulz
16dc83e8e4
r110979: removed implode() call and format the message as plaintext, as any HTML will be escaped anyway for such exceptions.
2012-02-08 23:25:58 +00:00
Ian Baker
a8ae834581
Properly expand the "error storing file" message. Fixes bug 33846
2012-02-08 23:09:19 +00:00
Alexandre Emsenhuber
96b0739ffb
Fix typo so that the key is set with correct value instead of a boolean with key "0"
2012-02-08 22:41:11 +00:00
Aaron Schulz
c2861f924c
* Corrected and improved FileBackend::getFileList() comments.
...
* Added unit tests for using getFileList() iterators twice.
2012-02-08 22:13:03 +00:00
Raimond Spekking
e00502b671
Localisation updates for core and extension messages from translatewiki.net
2012-02-08 20:51:14 +00:00
Aaron Schulz
3476b2f30c
Bumped $maxContCacheSize to handle container sharding a bit better. However, wikis large enough to need sharding would probably have sane 404 handling anyway, which avoids the need to hit a bunch of containers in one request anyway (like rendering thumbnails on parse).
2012-02-08 20:34:24 +00:00
Sam Reed
8155afdcc9
Gearman stuff hasn't been touched in 3 years
2012-02-08 20:20:13 +00:00
Aaron Schulz
44da495581
(bug 33374) - 'Deletion log summary not properly truncated'
2012-02-08 19:53:55 +00:00
Aaron Schulz
7bcb879bc3
Fixes for r96546 (bug 33167):
...
* Made LegacyLogFormatter try to respect the 'plaintext' parameter.
* Changed LogPage::addEntry() to use LogFormatter to get the action text as such calls to LogPage::actionText() are broken.
* Added comment to LogPage::actionText(). It's only OK to call this from the legacy log formatter, fetched via the proper factory functions.
* Converted CheckUser to using LogFormatter so that cuc_actiontext values work. Eventually, cuc_actiontext should be replaced with new cuc_params, cuc_log_type, and cuc_log_action fields, similar to the RC table.
2012-02-08 19:52:04 +00:00
Sam Reed
655c3a6544
Bug 34273 - get rid of dtrace example scripts
...
diediediediediediediediediediediediediediediedie
2012-02-08 19:37:34 +00:00
Max Semenik
efb855cb88
Fix my stupid mistake in r110750 that resulted in fake "can't delete page" errors (bug 34245)
2012-02-08 18:07:41 +00:00
Antoine Musso
2bf8d0db90
Fix doc for includes/upload
2012-02-08 17:03:43 +00:00
Antoine Musso
93c314a3bb
fix doc grouping for actions
2012-02-08 16:58:49 +00:00
Antoine Musso
46546f0519
Fix doc for maintenance/
2012-02-08 16:55:54 +00:00
Antoine Musso
4e9e4dd912
Fix doc for maintenance/benchmarks
2012-02-08 16:49:53 +00:00
Antoine Musso
394c8b5234
enhance filerepo doc structure
2012-02-08 15:51:16 +00:00
Alexandre Emsenhuber
6eb567c4bc
Fix comment, Profiler::getFunctionReport() no longer logs data itself.
2012-02-08 15:23:09 +00:00
Max Semenik
bebad4c957
Sort extension names on those lame Linux file systems:)
2012-02-08 14:59:22 +00:00
Antoine Musso
0df8502345
rtrim() call does not pass by reference!
...
fix r110923
2012-02-08 14:30:17 +00:00
Antoine Musso
b1b528c567
debug messages for getFileListInternal() returns
2012-02-08 12:58:27 +00:00
Antoine Musso
906c10055d
align variables / enhance comment
2012-02-08 12:16:32 +00:00
Antoine Musso
b46d873bf5
debug statement for FileRepo::storeBatch()
...
also nicely align some variable assignements
2012-02-08 10:00:02 +00:00
Antoine Musso
45b556f1e3
r110923 made basePath always null!
2012-02-08 09:54:44 +00:00
Antoine Musso
85faeae98d
align and sort class properties
2012-02-08 09:28:14 +00:00
Antoine Musso
83a290eb0d
fix notice on construction without 'containerPaths'
...
The comment block seems to indicate that containerPaths should only be used
for backwards-compatibility, which implies it is optional.
The following code generated a notice:
$fsBackend = new FSFileBackend( array(
'name' => 'foo',
'lockManager' => 'fsLockManager',
'basePath' => '/tmp/foo',
);
2012-02-08 09:21:19 +00:00
Antoine Musso
0d73471497
use rtrim() to strip trailing slashes
...
rtrim() can be given a list of character to strip from a given string.
2012-02-08 09:16:19 +00:00