Siebrand Mazeland
90020ffc02
Localisation updates for extension messages from Betawiki (2008-08-03 10:28 CEST)
2008-08-03 08:48:02 +00:00
Andrew Garrett
7dffe72e4e
add some missing zsource files
2008-08-03 00:36:27 +00:00
Andrew Garrett
cb65839e40
Fix more deprecated pass-by-reference syntax
2008-08-02 13:51:29 +00:00
Andrew Garrett
d5ec855d5b
Fix some erroneous deprecated pass-by-reference syntax
2008-08-02 13:45:08 +00:00
Andrew Garrett
4b53ea93ec
Fix deadlocking with shell out to native parser
2008-08-02 11:10:42 +00:00
Siebrand Mazeland
0aaed17a6c
Localisation updates for extension messages from Betawiki (2008-08-02 00:20 CEST)
2008-08-01 22:46:37 +00:00
Andrew Garrett
42af5836f3
Fix problem in makefile from unmerging vasiliev's changes.
2008-08-01 05:41:06 +00:00
Siebrand Mazeland
d08b0c6ccf
Localisation updates for extension messages from Betawiki (2008-07-31 23:37 CEST)
2008-07-31 22:00:39 +00:00
Andrew Garrett
b283904b81
AbuseFilter native parser:
...
* Revert r38187 for now:
** Introduced a memory leak.
** Used an unnecessary library. The point is taken, and this will be fixed in a few days (using glibc instead).
* Fix logic error in boolean ops.
* Integrate with the PHP abuse filter using AbuseFilterParserNative class.
* Fix memory leak.
* Fix a few miscellaneous bugs
2008-07-31 16:28:24 +00:00
Siebrand Mazeland
ce9c6d0b88
Localisation updates for extension messages from Betawiki (2008-07-30 11:03 CEST)
2008-07-30 09:27:54 +00:00
Alexandre Emsenhuber
a4bf86f375
svn:eol-style native
2008-07-29 16:26:31 +00:00
Victor Vasiliev
284ebfcfc9
Support Unicode via ICU in parser_native
2008-07-29 15:11:59 +00:00
Niklas Laxström
54b6af040f
* i18n fixes
2008-07-29 11:16:35 +00:00
Andrew Garrett
62dd7d3da7
Add native parser for AbuseFilter. Currently being made into a PHP extension. Also some PLURAL stuff that somehow wasn't committed previously
2008-07-29 11:03:26 +00:00
Siebrand Mazeland
8a6835b937
Localisation updates for extension messages from Betawiki (2008-07-29 10:30 CEST)
2008-07-29 08:52:44 +00:00
Siebrand Mazeland
bb352e6140
Localisation updates for extension messages from Betawiki (2008-07-28 10:44 CEST)
2008-07-28 08:58:35 +00:00
Siebrand Mazeland
49076cc3c3
Localisation updates for extension messages from Betawiki (2008-07-27 12:58 CEST)
2008-07-27 11:14:25 +00:00
Siebrand Mazeland
523f3e5852
Localisation updates for extension messages from Betawiki (2008-07-25 10:43 CEST)
2008-07-25 08:52:37 +00:00
Siebrand Mazeland
992033be1c
Localisation updates for extension messages from Betawiki (2008-07-24 10:48 CEST)
2008-07-24 09:01:27 +00:00
Aryeh Gregor
1bb89ae553
Follow-up to r37968: forgot to commit the change setRobotpolicy -> setRobotPolicy in extensions. (Not committing lots of other stuff this time.)
2008-07-23 19:33:28 +00:00
Aryeh Gregor
2a39f83909
Revert last commit for a moment, committed lots of stuff I didn't mean to.
2008-07-23 19:27:13 +00:00
Aryeh Gregor
3a6f410eea
Follow-up to r37968: forgot to commit the change setRobotpolicy -> setRobotPolicy in extensions.
2008-07-23 19:25:48 +00:00
Siebrand Mazeland
eef839b43f
Localisation updates for extensions messages from Betawiki (2008-07-23 10:30 CEST)
2008-07-23 08:51:31 +00:00
Siebrand Mazeland
0483e4e99f
Localisation updates for extension messages from Betawiki (2008-07-22 10:14 CEST)
2008-07-22 08:32:02 +00:00
Siebrand Mazeland
e1c57a9bf8
Localisation updates for extension messages from Betawiki (2008-07-19 19:07 CEST)
2008-07-19 17:53:41 +00:00
Greg Sabino Mullane
dde242bc83
Quick Postgres support.
...
Still have to remove some mysqlisms before it will work (e.g. group_concat)
2008-07-18 16:03:27 +00:00
Siebrand Mazeland
359565085c
Localisation updates for extension messages from Betawiki (2008-07-18 16:35 CEST)
2008-07-18 14:59:21 +00:00
Andrew Garrett
75b5c18f3a
AbuseFilter:
...
* Add a bunch of profiling, so we can figure out where performance bottlenecks are.
* Cache the in-object token cache in memcached, bringing per-condition run times from 4ms to a cooler 296us
2008-07-18 08:30:25 +00:00
Andrew Garrett
f665c88bc5
AbuseFilter:
...
* Improve normalisation: use AntiSpoof.
* Allow callers to prevent the use of a condition counter. It's kinda annoying in batch processes.
* Improved caching of tokenisation - reduces average time to process a condition from 4ms right down to 200us
* Some new modifiers, caching of modifier data.
2008-07-18 02:18:58 +00:00
Siebrand Mazeland
8bb98c3a06
Localisation updates for extension messages from Betawiki (2008-07-17 22:24 CEST)
2008-07-17 20:42:26 +00:00
Andrew Garrett
34a4bbe10a
Abuse filter updates:
...
* Allow matching on the changes made in an edit (added/removed lines, etc)
* Improve display of variables in details view - standardise the table size, add white-space: pre, font-family: monospace.
* Improve modifiers: add htmlencode/htmldecode/urlencode/urldecode.
* Add 'abuse filter tools', currently consisting of a testing ground for the modifiers. In future, may include facilities for testing filters against user contributions, recent changes, or other sources.
2008-07-17 13:40:45 +00:00
Andrew Garrett
f34000f1fb
Abuse filter updates:
...
* Disallow more than 100 condition-checks per action.
* Disallow filters which are misbehaving (more than 5 matches, constituting more than 5% of recent actions)
* Display statistics for all filters (percentage of times the condition limit is reached, and percentage of times some filter is matched), and individual filters (percentage of times it's matched).
2008-07-17 02:43:45 +00:00
Siebrand Mazeland
e90db272d7
Localisation updates for extension messages from Betawiki (2008-07-16 18:22 CEST)
2008-07-16 16:33:47 +00:00
Siebrand Mazeland
5e1d23850c
Localisation updates for extension messages from Betawiki (2008-07-15 23:25 CEST)
2008-07-15 21:54:19 +00:00
Andrew Garrett
b142b81dd7
Include size delta in vars for editing
2008-07-15 08:46:17 +00:00
Siebrand Mazeland
8e710a308e
Localisation updates for extension messages from Betawiki (2008-07-14 16:20 CEST)
2008-07-14 14:30:28 +00:00
Siebrand Mazeland
018cc733c3
Localisation updates for extension messages from Betawiki (2008-07-13 22:06 CEST)
2008-07-13 20:33:50 +00:00
Siebrand Mazeland
fe4d852734
Localisation updates for extension messages from Betawiki (2008-07-12 15:26 CEST)
2008-07-12 13:39:25 +00:00
Siebrand Mazeland
f5801d5110
Localisation updates for extension messages from Betawiki (2008-07-11 11:00 CEST)
2008-07-11 09:31:09 +00:00
Siebrand Mazeland
22ea18347d
Localisation updates for extension messages from Betawiki (2008-07-11 00:09 CEST)
2008-07-10 22:35:42 +00:00
Andrew Garrett
628be08468
Remove old testing file that isn't actually being used anymore, nor relevant
2008-07-10 12:05:52 +00:00
Andrew Garrett
ef2dac1a7c
Add log entries for actions done by the extension. Also, properly scramble conflicting accounts by resetting email too
2008-07-09 07:02:13 +00:00
Andrew Garrett
79249b7c7e
Take over accounts which already exist, so we're not giving random people admin access.
2008-07-09 03:09:25 +00:00
Siebrand Mazeland
127ec08a1d
Localisation updates for extension messages from Betawiki (2008-07-08 23:21 CEST)
2008-07-08 21:45:09 +00:00
Jon Harald Søby
b154126826
Changing capitalisation and CamelCase into proper text in extensions A-E.
...
* In Contributors extension, added PLURAL
* In DeleteBatch extension, removing capitals intended to make a button "irritatably large"; that should be done with CSS
* In EmailArticle extension, changed wording of two messages
2008-07-08 12:20:03 +00:00
Siebrand Mazeland
21af302804
Localisation updates for extension messages from Betawiki
2008-07-07 12:30:49 +00:00
Siebrand Mazeland
54078d8607
Localisation updates for extension messages from Betawiki (2008-07-07 11:59 CEST)
2008-07-07 10:15:19 +00:00
Siebrand Mazeland
52e24847bf
Localisation updates for extension messages from Betawiki (2008-07-05 21:42 CEST)
2008-07-05 20:10:37 +00:00
Siebrand Mazeland
758dd48dbd
Localisation updates for extension messages from Betawiki (2008-07-04 22:44 CEST)
2008-07-04 07:26:07 +00:00
Siebrand Mazeland
3fc524a59c
Localisation updates for extension messages from Betawiki (2008-07-02 19:44 CEST)
2008-07-02 18:09:08 +00:00