| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-08 | Fix: wrong language being selected from HTTP_ACCEPT_LANGUAGE when the default... | fisharebest | 1 | -2/+6 |
| 2013-02-28 | Fix: search engines (or any visitor with HTTP_ACCEPT_LANGUAGE headers) should... | fisharebest | 1 | -4/+2 |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -8/+8 |
| 2012-09-24 | Fix startup dependency issue. Cannot choose a language without knowing the t... | fisharebest | 1 | -1/+1 |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -1/+1 |
| 2012-09-06 | Remove redundant DIRECTORY_SEPARATOR | fisharebest | 1 | -3/+3 |
| 2012-06-30 | Performance. PHP has no native function for integer division. floor($x/$y) ... | fisharebest | 1 | -5/+5 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -48/+3 |
| 2012-02-27 | Remove debug | fisharebest | 1 | -1/+1 |
| 2012-02-27 | Better fix for: "Fix: need backslashes for windows..." | fisharebest | 1 | -2/+2 |
| 2012-02-27 | Fix: need backslashes for windows... | fisharebest | 1 | -1/+1 |
| 2012-02-27 | PERFORMANCE: Use APC cache instead of File cache for Zend Translate/Locale co... | fisharebest | 1 | -16/+30 |
| 2012-02-11 | Use "self::" when referring to ourself | fisharebest | 1 | -41/+41 |
| 2012-02-03 | Centuries - 2001 is in the 21st century, not the 20th. | fisharebest | 1 | -31/+0 |
| 2012-02-01 | Upgrade datatables.js library to 1.9.0 - allows us to localise pagination but... | fisharebest | 1 | -0/+13 |
| 2012-01-13 | Functions in WT_I18N.php should be based on data from the CLDR. Nicknames ma... | fisharebest | 1 | -7/+0 |
| 2012-01-12 | add code for displaying NICK names in typographic quotation marks | Ćukasz Wilenski | 1 | -2/+7 |
| 2012-01-03 | Fix: localised numbers are actually strings | fisharebest | 1 | -13/+14 |
| 2011-12-27 | Add I18N for ages | fisharebest | 1 | -5/+3 |
| 2011-12-27 | Add I18N for years. Use CE/BCE notation for Julian dates, to easily distingu... | fisharebest | 1 | -5/+11 |
| 2011-12-20 | #901076 - Fatal error: Uncaught exception 'Zend_Session_Exception' | fisharebest | 1 | -4/+1 |
| 2011-12-06 | Add support for translation of ", " as a list separator | fisharebest | 1 | -1/+5 |
| 2011-12-05 | #900473 - RTL Setup wizard error at download stage | fisharebest | 1 | -2/+6 |
| 2011-12-03 | #899480 - Empty list tables message not translated | fisharebest | 1 | -2/+1 |
| 2011-12-03 | Small correction to 12965 | Nigel Osborne | 1 | -1/+1 |
| 2011-12-03 | Added dataTables translation for "No data available in table" | Nigel Osborne | 1 | -0/+1 |
| 2011-11-30 | Replace 12951 with more generic fix. | fisharebest | 1 | -5/+7 |
| 2011-11-29 | #584835 - remove more references to $_SESSION and use $WT_SESSION instead | fisharebest | 1 | -3/+5 |
| 2011-11-24 | I18N: translate some more numbers in the datatables headers. It is still not... | fisharebest | 1 | -1/+25 |
| 2011-11-23 | I18N: move datatables translations to the same place | fisharebest | 1 | -0/+42 |
| 2011-11-23 | I18N: add the ability to translate the "a.m." and "p.m." time indicators | fisharebest | 1 | -1/+1 |
| 2011-11-22 | Farsi and Arabic both use the arabic script, but with different digits. See ... | fisharebest | 1 | -3/+3 |
| 2011-11-05 | Change document headers from XTHML to HTML5. | fisharebest | 1 | -1/+1 |
| 2011-08-04 | The fix for #773291 causes setup to fail. We cannot use the user-defined cac... | fisharebest | 1 | -5/+10 |
| 2011-07-23 | #773291 - Safe Mode can breack the defaulf tmp folder | fisharebest | 1 | -6/+10 |
| 2011-07-21 | #773291 - Safe Mode can breack the defaulf tmp folder | fisharebest | 1 | -2/+5 |
| 2011-06-16 | Add support for debugging languages | fisharebest | 1 | -17/+32 |
| 2011-05-17 | Printing facts: Allow I18N of punctuation, ensure user input is escaped befo... | fisharebest | 1 | -8/+1 |
| 2011-05-12 | I18N: add support for the translation of numbers. For example, 12345.67. In... | fisharebest | 1 | -10/+27 |
| 2011-05-08 | Split the WT_I18N::translate() function into two parts - translation and embe... | fisharebest | 1 | -37/+26 |
| 2011-04-26 | Fix: highlighting wrong initial letter on indilist page, for languages with m... | fisharebest | 1 | -4/+0 |
| 2011-04-26 | Put back code removed in svn 11349 | Nigel Osborne | 1 | -0/+3 |
| 2011-04-24 | Remove old/unused configuration/translation settings | fisharebest | 1 | -6/+0 |
| 2011-03-28 | Fix: html entities appearing in tooltips in mixed LTR/RTL pages | fisharebest | 1 | -2/+2 |
| 2011-03-13 | Integrate the "custom text" functionality into the main code. User translati... | fisharebest | 1 | -1/+19 |
| 2011-03-04 | Careless bug in (Performance: do not translate the same language name twice) | fisharebest | 1 | -2/+2 |
| 2011-03-04 | Performance: do not translate the same language name twice | fisharebest | 1 | -3/+7 |
| 2011-03-03 | Performance: Use Zend_Cache to speed up Zend_Translate | fisharebest | 1 | -1/+5 |
| 2011-02-19 | Convert digits to local script when embedding numbers in translation strings | fisharebest | 1 | -1/+7 |
| 2011-02-13 | Fix type | fisharebest | 1 | -1/+2 |