Commit graph

296 commits

Author SHA1 Message Date
Andrew Garrett c597c1915f Add contains_any function, for searching a single haystack for multiple needles. Implemented with FSS with a fallback to a for loop, so it should be really fast. 2009-03-26 02:03:32 +00:00
Andrew Garrett 86e4081206 Abuse Filter Parser:
* Efficiency -- use /A instead of PREG_OFFSET_CAPTURE and comparing offsets.
* Expand error messages to enhance debugging.
* General code quality
2009-03-25 11:36:38 +00:00
Raimond Spekking 8dfd648706 Localisation updates for extension messages from translatewiki.net (2009-03-24 20:05 UTC) 2009-03-24 20:24:05 +00:00
Siebrand Mazeland f95d35be00 Localisation updates for extension messages from translatewiki.net (2009-03-23 18:54 UTC) 2009-03-23 19:15:02 +00:00
Rotem Liss 8867569f8b Localization update for he. 2009-03-22 12:25:43 +00:00
Andrew Garrett 903cd76bd8 Fix output for examine interface in cases where no edits are available 2009-03-22 03:12:53 +00:00
Raimond Spekking 6805b4235a Localisation updates for extension messages from translatewiki.net (2009-03-20 09:36 UTC) 2009-03-20 09:52:26 +00:00
Brion Vibber 310f85507f Follow-up to r48174 "* add GENDER support for 'abusefilter-reautoconfirm-done' and 'abusefilter-reautoconfirm-none'"
Don't forget the neutral default in English! :)
2009-03-20 01:58:25 +00:00
Rotem Liss 39870ee458 Localization update for he. 2009-03-19 14:18:24 +00:00
Andrew Garrett 82c958e434 Document contains, ternery operator and conditionals 2009-03-19 05:11:55 +00:00
Andrew Garrett 966b020e6b Document rmspecials, rmwhitespace, ip_in_range 2009-03-19 05:06:39 +00:00
Andrew Garrett f234bcf66d Add basic filter profiling to AbuseFilter -- display on the edit filter page the average time taken to run the filter. Currently sampling at 1/50 2009-03-19 02:40:48 +00:00
Raimond Spekking 47e8d6ef1c Localisation updates for extension messages from translatewiki.net (2009-03-18 20:02 UTC) 2009-03-18 20:26:20 +00:00
Rotem Liss 7b4dff38ae Localization update for he. 2009-03-18 16:05:03 +00:00
Andrew Garrett 667c566423 Add a diff, if applicable, below the var dump in abuse log details 2009-03-18 05:45:36 +00:00
Rotem Liss f48d562b20 * Localization update for he.
* In WikimediaMessages: Changing grouppage-bigexporter to grouppage-bigexport, to match the group and group member messages, and the original definition.
* In core: Rebuilding English file.
2009-03-17 20:31:43 +00:00
Andrew Garrett 0ce853e093 Prevent leaking of hidden filters through history interface. 2009-03-17 13:18:33 +00:00
Raimond Spekking de5e906b76 Localisation updates for extension messages from translatewiki.net (2009-03-16 19:23 UTC) 2009-03-16 19:44:48 +00:00
Rotem Liss 26597d4257 Localization update for he. 2009-03-13 16:48:14 +00:00
Raimond Spekking 7dde267c91 Localisation updates for extension messages from translatewiki.net (2009-03-12 21:40 UTC) 2009-03-12 21:58:12 +00:00
Andrew Garrett 5493b2a690 Add diffs to AbuseFilter. Includes a related pare-down of history, under the assumption that diffs will take up the slack 2009-03-12 05:04:39 +00:00
Rotem Liss c17b47741f Localization update for he. 2009-03-11 09:38:42 +00:00
Andrew Garrett fe5141c412 Add a normal log for filter changes, mostly just a pointer back to the real log. 2009-03-11 07:12:42 +00:00
Andrew Garrett 3a55ecbc85 Link together abusefilter pages with a navigation interface at the top. Add a better intro to the abusefilter home page. 2009-03-11 05:55:06 +00:00
Andrew Garrett 05b6efd7d6 Message that has been missing for god knows how long. 2009-03-11 01:51:25 +00:00
Raimond Spekking 556218169f Localisation updates for extension messages from translatewiki.net (2009-03-10 20:50 UTC) 2009-03-10 21:05:10 +00:00
Siebrand Mazeland 23685aa82f Localisation updates for extension messages from translatewiki.net (2009-03-09 22:54 UTC) 2009-03-09 23:12:20 +00:00
Rotem Liss 7e6b548b4c Localization update for he. 2009-03-08 20:48:29 +00:00
Raimond Spekking 97e2eb8431 Localisation updates for extension messages from translatewiki.net (2009-03-08 19:57 UTC) 2009-03-08 20:35:28 +00:00
Siebrand Mazeland 5ebcee6089 * add GENDER support for 'abusefilter-reautoconfirm-done' and 'abusefilter-reautoconfirm-none'
* update message 'abusefilter-reautoconfirm-none'
2009-03-08 18:32:59 +00:00
Siebrand Mazeland 360fde72d4 Localisation updates for extension messages from translatewiki.net (2009-03-07 17:28 UTC) 2009-03-07 17:45:21 +00:00
Rotem Liss 900f7d8992 Localization update for he, and several fixes in en. 2009-03-07 14:06:59 +00:00
Andrew Garrett 55b417f517 Add rcount function, same as count except it takes a regex as the needle 2009-03-07 01:26:42 +00:00
Raimond Spekking 58fdf4f05d * Add Language::semicolonList() function
** Todo: combine all three list functions (comma, semicolon, pipe) into one function with a parameter?
* Use pipe as backlink separator to be consistent with other navigation elements
* Show the colon for case 'afh_actions' only if parameters exist
** Remove the now useless message
* Localize the usages of comma and semicolon
2009-03-06 10:56:37 +00:00
Siebrand Mazeland d504b8ee5e Localisation updates for extension messages from translatewiki.net (2009-03-05 23:24 UTC) 2009-03-05 23:41:28 +00:00
Rotem Liss eed62fed53 Localization update for he. 2009-03-05 19:22:37 +00:00
Raimond Spekking 949aa2ec69 Localisation updates for extension messages from translatewiki.net (2009-03-04 20:19 UTC) 2009-03-04 20:51:07 +00:00
Andrew Garrett be7dcd9b3b (bug 17674) Add minor_edit variable to AbuseFilter 2009-03-04 02:04:48 +00:00
Raimond Spekking 2d10caf937 Add a full stop at the end of a sentence 2009-03-03 20:04:03 +00:00
Raimond Spekking 5f54cf15a1 Localisation updates for extension messages from translatewiki.net (2009-03-02 20:53 UTC) 2009-03-02 21:24:26 +00:00
Siebrand Mazeland ef717b6ce3 Localisation updates for extension messages from translatewiki.net (2009-03-01 20:51 UTC) 2009-03-01 21:05:55 +00:00
Raimond Spekking c19d44ba1b Localisation updates for extension messages from translatewiki.net (2009-02-28 20:04 UTC) 2009-02-28 20:34:14 +00:00
Bertrand Grondin 6fe27717cf Localisation updates Special:AbuseFilter from Betawiki (french translation) 2009-02-28 14:58:29 +00:00
Rotem Liss 847e7fd159 Localization update for he. 2009-02-27 09:37:06 +00:00
Raimond Spekking 3b77ef1f6c /me slaps /me for silly english. Thanks to Siebrand :) 2009-02-27 09:19:30 +00:00
Raimond Spekking 86e29672a9 Add a summary message 2009-02-27 09:12:25 +00:00
Raimond Spekking d0977bda88 Add 'action-$right' messages 2009-02-27 08:11:34 +00:00
Rotem Liss 128fb64fb0 Localization update for he. 2009-02-26 20:15:42 +00:00
Raimond Spekking 97a9f4a585 Localisation updates for extension messages from translatewiki.net (2009-02-26 19:33 UTC) 2009-02-26 19:55:11 +00:00
Siebrand Mazeland 67c7a5a904 article -> page 2009-02-26 12:23:52 +00:00