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-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-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 i18n/L10n. | Siebrand Mazeland | |
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-06-24 | Regression fix for Recaptcha on SSL registration page; their API is served ↵ | Brion Vibber | |
on a different hostname for SSL. | |||
2010-06-20 | RecaptchaPlugin: fix for missing captcha on iPhone/Android. | Brion Vibber | |
MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context. Tested that view & submission works ok in following browsers: Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks) Ubuntu 10.04: Firefox 3.6.3, Chrome 6 Mac 10.6: Safari 5/OS X 10.6.4 Windows 7: IE 8, Opera 10.56 | |||
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-01-18 | Added Plugin Version info to recaptcha plugin | Eric Helgeson | |
2010-01-06 | Removed unnecessary internal style | Sarven Capadisli | |
2009-12-07 | Cleanup of recaptcha plugin remove xhtml hack | Eric Helgeson | |
2009-12-04 | use the new htmloutputter->style() function | Craig Andrews | |
2009-11-16 | Refactored Recaptcha plugin to use addPlugin() | Eric Helgeson | |
Also nicer log messages |