Commit graph

5096 commits

Author SHA1 Message Date
Rob Church
fd2fd4ec47 Add UserRights hook, fires after a user's group memberships are changed 2006-03-29 02:31:15 +00:00
Rob Church
af7cabcf2f (bug 5378) General logs link in Special:Contributions 2006-03-28 16:02:39 +00:00
Tim Starling
0ea2ad838b don't double-profile redirects 2006-03-28 05:15:10 +00:00
Tim Starling
bad435556d Optionally use a different profile name for master queries 2006-03-28 05:11:40 +00:00
Tim Starling
98af136ad5 Added ss_images to site_stats, to replace the slow count(*) query in Parser.php. 2006-03-28 05:09:33 +00:00
Tim Starling
2fc68d9bd7 documentation 2006-03-28 04:52:05 +00:00
Rob Church
2374fc7496 (bug 5367) Logic error in blank summaries handler caused the hash to keep being regenerated. We want to preserve the hash of the original (i.e. autoprovided) summary. 2006-03-28 00:03:23 +00:00
Rob Church
b8d5d54be8 (bug 5372) Add number of files to Special:Statistics 2006-03-27 23:45:28 +00:00
Jens Frank
c938e3fc8f Useless with modern PHP. Users should update their PHP. Brion says I should remove it. 2006-03-27 19:59:19 +00:00
Jens Frank
97666d062d OOP'ed Ajax functions, embedded in index.php for better compatibility with wikipedia.org setup 2006-03-27 18:53:15 +00:00
Tim Starling
feee1cc43d Write load distribution across multiple external storage engines. Untested. 2006-03-27 03:56:53 +00:00
Rob Church
6cd0519a30 (bug 5364) Don't raise false blank summary reminder when adding a new section 2006-03-26 23:50:19 +00:00
Jens Frank
86c655d7ab Ajax based suggest feature for the search box 2006-03-26 19:03:14 +00:00
Domas Mituzas
75cddfd8bf a) force to read page first (as order by page_id is done) -
probably it would be better to scan revision and order by rev_page, but that
    would require review of all possible uses of dump and special cases
   (as sometimes starting on page is more efficient)

b) use PRIMARY index for revision, as we read full row anyway
     (in InnoDB row data is clustered together with PK)
2006-03-26 10:24:12 +00:00
Ævar Arnfjörð Bjarmason
cb0dfa4219 * Reverting changes made in revision 1.33 by gwicke which was supposed to fix
the "Validating the contents of the id attribute" test case:
  - Doesn't validate HTML id attributes according to the spec
  - Creates a namespace clash where a user could specify two id's which would
    be merged into one by the software
  - Probably not worth the effort to "fix" this at all
2006-03-26 03:22:10 +00:00
Ævar Arnfjörð Bjarmason
08e09ce35e * Patch by Ivan Krstic to fix a parser test case 2006-03-26 02:38:01 +00:00
Ævar Arnfjörð Bjarmason
22a60ab634 * Adding me and nikerabbit to authors;) 2006-03-25 17:26:55 +00:00
Rob Church
2908e80352 Don't watch creations by default 2006-03-25 17:13:41 +00:00
Rob Church
e052c4f566 Don't show the autopatrol preference if recent changes patrol is disabled 2006-03-25 15:57:50 +00:00
Rob Church
5024cd36d6 Improve detection of blank edit summaries where automatic summaries (from section editing) are concerned 2006-03-25 02:48:31 +00:00
Rob Church
669b5bd08c (bug 4630) Add user preference to prompt users when entering blank edit summaries 2006-03-25 00:57:14 +00:00
Gabriel Wicke
8f664fd8ef Contact details- now hopefully in the right place 2006-03-24 22:02:53 +00:00
Gabriel Wicke
187099505e revert erronous commit, s/:r/:e/ ... 2006-03-24 22:00:32 +00:00
Gabriel Wicke
f869202f3c Updated contact data in credits 2006-03-24 21:56:57 +00:00
Gabriel Wicke
47610b72f2 Adding myself to authors, only did it on the 1.4 branch back then 2006-03-24 21:54:56 +00:00
Gabriel Wicke
a19a4cc513 Validate html ids properly, prefix if necessary 2006-03-24 16:49:19 +00:00
Gabriel Wicke
77552d6380 Don't place html in alt/title attributes, especially with thumbnails 2006-03-24 16:48:10 +00:00
Gabriel Wicke
660d9c0768 Handle {{/subpage}} properly 2006-03-24 16:44:52 +00:00
Gabriel Wicke
399e769852 Fix JS injection vulnerability and test case 2006-03-24 16:43:57 +00:00
Gabriel Wicke
8774b03482 Fix bug 2095: three closing brackets 2006-03-24 16:40:31 +00:00
Gabriel Wicke
e804f4543e Handle urls as external-url args 2006-03-24 16:38:34 +00:00
Gabriel Wicke
4dba7df627 This is actually the table special case, the other was about script being wrapped in a paragraph 2006-03-24 16:37:43 +00:00
Gabriel Wicke
2aa8892d8e Provide some cleanup if tidy is disabled:
* fix invalid nesting of anchors and i/b
* remove empty i/b tags
* remove divs inside anchors

Fixes several test cases
2006-03-24 16:36:29 +00:00
Gabriel Wicke
6dd3edac2d special case: don't return an empty table, fixes test case 2006-03-24 16:07:50 +00:00
Gabriel Wicke
6e39f46aaa Make size of thumb box for non-existent images consistent with common 180px default size; fixes a test case 2006-03-24 16:06:57 +00:00
Magnus Manske
30b2813aea Special:Export contributor list back in (default:off)
Set $wgExportAllowListContributors=true to turn it on
2006-03-23 08:50:31 +00:00
Rob Church
977597a349 Use the new unified functions for building user tools links. 2006-03-22 22:03:09 +00:00
Brion Vibber
6677824a0c Revert database-killing feature. 2006-03-22 21:55:07 +00:00
Rob Church
328cf1e919 Fix stupid cockup -> $res->user_text not $res_user_text 2006-03-22 17:16:53 +00:00
Rob Church
ef47deeec4 Performance hacks to avoid killing the slaves;
* Use a LinkBatch on the user and talk pages
* Use makeKnownLinkObj on the contributions pages

Thanks once again to Avar who saved me from stabbings. I leave tribute to him in the form of omission of a set of curly braces.
2006-03-22 17:15:40 +00:00
Ævar Arnfjörð Bjarmason
a7622eae20 * Fixed last and other commits to use proper escaping, don't put raw output
from wfMsg() in HTML people!
2006-03-22 16:54:08 +00:00
Rob Church
a3b41258d6 Show links to user page, talk page and contributions page on Special:Newpages 2006-03-22 16:09:21 +00:00
Magnus Manske
c3c7c9db08 Special:Export can now return a list of contributors per article, without having to
dump the entire history. It will not alter or slow exports unless specifically requested.
Note that export-0.3.xsd was slightly expanded for this; maybe we should move to 0.4?
2006-03-22 13:17:44 +00:00
Tim Starling
bd27844af4 Documentation 2006-03-22 04:58:53 +00:00
Tim Starling
91a98fcebc documentation 2006-03-22 04:57:14 +00:00
Brion Vibber
283356495e Long obsolete; apparently forgot to remove from this branch. 2006-03-21 23:16:26 +00:00
Domas Mituzas
c78be4a19f use proper user specification for offsets, fixes newbie issue 2006-03-21 21:21:06 +00:00
Tim Starling
8966398dbe Specify both revisions in the diff link in IRC 2006-03-21 00:28:37 +00:00
Tim Starling
71abe5167f fixed error reporting in evaluation of function returns 2006-03-20 09:23:18 +00:00
Tim Starling
f629aead16 backwards compatibility: keep SkinTemplate::getNameSpaceKey() but as a call to Title::getNamespaceKey() 2006-03-20 08:25:34 +00:00