summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-06Load CSS before JS, in timeslidermluto
2013-01-06Load CSS before JSmluto
According to google this is more efficent https://developers.google.com/speed/docs/best-practices/rtt?hl=en#PutSty lesBeforeScripts
2013-01-02corrected a documentation glitch for checkToken - clarified which token is ↵Stephan Jauernick
validated
2013-01-02stop enter reloading new page on search result requestJohn McLear
2012-12-31release v1.2.3Marcel Klehr
2012-12-31Fix #1309 : Fix support for node v0.6Marcel Klehr
2012-12-30Merge pull request #1308 from marcelklehr/fix/console-log-html10n-chromeJohn McLear
Fix #1307: Chrome needs console.log to be called on console obj
2012-12-30Localisation updates from http://translatewiki.net.Siebrand Mazeland
2012-12-30Fix #1307: Chrome needs console.log to be called on console objMarcel Klehr
2012-12-27Bump API version for checkToken endpointMarcel Klehr
2012-12-27bump version # in package and update CHANGELOGJohn McLear
2012-12-27Merge pull request #1297 from marcelklehr/migrate-to-html10nMarcel Klehr
Migrate to html10n and allow plugin l10n
2012-12-26Resolve #1301 startup pointing at old bitly URLJohn McLear
2012-12-23Simplify local locale file formatMarcel Klehr
2012-12-23Remove locale file converter (ini2json)Marcel Klehr
2012-12-23[l10n] Convert all ini files to jsonMarcel Klehr
2012-12-23Add direction infoMarcel Klehr
2012-12-23Fix html attr translationMarcel Klehr
2012-12-23Add support for three-letter lang codesMarcel Klehr
2012-12-23Fix html10n usage in code that wouldn't allow lang switchingMarcel Klehr
2012-12-23Fix lang pre-selection of lang pickerMarcel Klehr
(would break in cases when html10n might not have loaded yet)
2012-12-23[html10n] Don't expose lang code, if the language is not availableMarcel Klehr
2012-12-23Don't break if a plugin hasn't got a locales dirMarcel Klehr
2012-12-23Simplify server-side i18n code and make it a bit more understandableMarcel Klehr
2012-12-23Fix translations in timeslider templateMarcel Klehr
2012-12-23Fix translations in timeslider codeMarcel Klehr
2012-12-23There's no utf8, but there's utf-8Marcel Klehr
2012-12-23Revert "Don't tell IE it's utf8. Just send it. Otherwise it'll snuff it!"Marcel Klehr
This reverts commit 5fb7a03fb34078a75fe5932563e5a9fe44c57015.
2012-12-23Allow html10n to handle import paths relative to the importing fileMarcel Klehr
2012-12-23fixed bug in parseIniIván Eixarch
2012-12-23use relativa path in import definitions of locales.jsonIván Eixarch
2012-12-23Don't tell IE it's utf8. Just send it. Otherwise it'll snuff it!Marcel Klehr
(As if we wouldn't look forward to that...)
2012-12-23Fix lang picker, againMarcel Klehr
2012-12-23Fix html10n cache and lang fallbackMarcel Klehr
2012-12-23Hacky solution for exploreDir errorMarcel Klehr
We should only traverse the directories of actual plugins instead of traversing the whole node_modules folder
2012-12-23Fix lang pickerMarcel Klehr
2012-12-23Fix html10n (finally)Marcel Klehr
2012-12-23Fix html10n and the locale resource <link>sMarcel Klehr
2012-12-23support for json in i18nIván Eixarch
2012-12-23convert language files from ini to jsonIván Eixarch
2012-12-23Migrate lang picker and embed param to html10n.jsMarcel Klehr
2012-12-23convert language files from ini to jsonIván Eixarch
2012-12-23convert language files from ini to jsonIván Eixarch
2012-12-23Add kick-off code for client-side l10nMarcel Klehr
2012-12-23Update html10n.jsMarcel Klehr
2012-12-23Replace webL10n with html10n.jsMarcel Klehr
2012-12-21Localisation updates from http://translatewiki.net.Siebrand Mazeland
2012-12-16Localisation updates from http://translatewiki.net.Siebrand Mazeland
2012-12-16Localisation updates from http://translatewiki.net.Siebrand Mazeland
2012-12-10Merge pull request #1244 from Wikinaut/add-socketio-transport-protocol-parameterJohn McLear
add socketTransportProtocols parameter