Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-01 | (MODULES-4473) join strings for i18n parser | Eric Putnam | |
This commit joins all strings that are split over two lines with a plus, backslash, or double less than so that our magical i18n parser can wave over the module and mark every ruby string with our i18n function. | |||
2015-06-04 | Fix time() on 1.8.7 | Hunter Haugen | |
The time() function takes an argument of a timezone, and always returns time in epoch format. The epoch format is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. This means that it is universally the same regardless of timezones. I don't know what the timezone argument is supposed to do, and it is not documented. So lets just make 1.8.7 work like > 1.8.7 | |||
2011-07-29 | (#3) Apply missing documentation to more functions. | Ken Barber | |
2011-06-29 | Added tests for each function, fixing functions as we hit bugs. | Ken Barber | |
2011-04-30 | Convert to module format. | Ken Barber | |