Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-23 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-23 | * onPluginVersion added. | Siebrand Mazeland | |
* i18n fix: use _m() in plugins, don't use _() * some translator documentation added. * superfluous whitespace removed. | |||
2010-10-22 | RegisterThrottlePlugin tweak for silencing checks: make sure we don't crash ↵ | Brion Vibber | |
during registration if another profile registered from this address has been since deleted. Followup to commit 1caa08429f591b170da210d72f3501843f2bc657 | |||
2010-10-22 | Collective guilt for registrants from the same IP address | Evan Prodromou | |
If someone tries to register from an IP address that a silenced user has registered from, prevent it. When silencing someone, silence everyone else who registered from the same IP address. | |||
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-09 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-01 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-18 | Update L10n. | Siebrand Mazeland | |
2010-09-18 | * update i18n/L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-04-30 | Remove .po source files. Using pot files. | Siebrand Mazeland | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-02-27 | Plugin to restrict too many registrations from one IP | Evan Prodromou | |
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration. |