Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-02Update version to 0.9.0v0.9.0Sebastian Celis
2016-03-02Relying on and using more features of OptionParser and improved --help format...Sebastian Ludwig
2016-03-02Fixed #137 by allowing unquoted keys in Apple string files.Sebastian Ludwig
2016-03-01Moved heavily redundant file opening logic (necessary to read string files) f...Sebastian Ludwig
2016-03-01Removed Ruby 1.9 leftovers since Twine requires Ruby 2.0.Sebastian Ludwig
2016-03-01Cleaned up Runner::consume_loc_dropSebastian Ludwig
2016-02-29Merge pull request #141 from sebastianludwig/android_output_foldersSebastian Celis
2016-02-28Properly prefixing Android output path with `values-`.Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Moved write_all_files from Abstract formatter to Runner.Sebastian Ludwig
2016-02-28Raising an error if generate_string_file would create an empty file.Sebastian Ludwig
2016-02-28Removed Abstract::write_file, since formatters should focus on formatting. fo...Sebastian Ludwig
2016-02-23Fixed Android language determination. Closes #134.Sebastian Ludwig
2016-02-22Update version to 0.8.1.v0.8.1Sebastian Celis
2016-02-22Added validate option to validate a strings file before generating any output.Sebastian Ludwig
2016-02-16Added pendantic option to validate-strings-file command and hid errors for ke...Sebastian Ludwig
2016-01-26Split up reat_write_string_file.Sebastian Ludwig
2016-01-26Cleaned up Runner.Sebastian Ludwig
2016-01-19Removed initializer parameters from Abstract formatter because they were only...Sebastian Ludwig
2016-01-19Added legacy method for registering formatters back (was removed in 0403b17) ...Sebastian Ludwig
2016-01-18Using instance methods instead of class constants to convey formatter capabil...Sebastian Ludwig
2016-01-18Letting the formatters register themselves.Sebastian Ludwig
2016-01-18Storing formatter instances in Twine::Formatters.formatters to make it easier...Sebastian Ludwig
2016-01-18Deleted unnecessary methods.Sebastian Ludwig
2016-01-18Refactored formattes to get rid of dynamic method dispatching.Sebastian Ludwig
2016-01-12Update twine to 0.8.0.Sebastian Celis
2016-01-12Merge pull request #125 from sebastianludwig/placeholdersSebastian Celis
2016-01-12Merge pull request #123 from sebastianludwig/no_skipSebastian Celis
2016-01-12Remove period from the list of valid characters.Sebastian Celis
2015-12-18Cleanup of validate_strings_file.Sebastian Ludwig
2015-12-18Closed #84 by checking for invalid characters in keys in validate-strings-file.Sebastian Ludwig
2015-12-18Added unit test for validate-strings-file command.Sebastian Ludwig
2015-12-18Got rid of unnecessary if in return statement.Sebastian Ludwig
2015-12-17Merge pull request #122 from sebastianludwig/consume_commentsSebastian Celis
2015-12-17Merge pull request #124 from sebastianludwig/translation_newlinesSebastian Celis
2015-12-06Using Placeholers like a proper module by including it into the Formatters wh...Sebastian Ludwig
2015-12-05Shortened expression in OutputProcessor.Sebastian Ludwig
2015-12-05Removed now unneeded iosify_substitutions.Sebastian Ludwig
2015-12-05Using Android placeholder conversions in Tizen (as it did before) and removed...Sebastian Ludwig
2015-12-05Re-added @ sign escaping to Android formatter.Sebastian Ludwig
2015-12-05Added Placeholders module and added methods to convert from twine format to a...Sebastian Ludwig
2015-12-05Simplified StringsRow.translated_string_for_langSebastian Ludwig
2015-12-05Moved newline escaping from JQuery formatter to Abstract.Sebastian Ludwig
2015-12-05Moved consume_comments evaluation from concrete formatters to Abstract. Close...Sebastian Ludwig
2015-12-05Tested and fixed comment consumption for all formatters.Sebastian Ludwig
2015-12-05Added variables for STDOUT and STDERR to be able to redirect the output in un...Sebastian Ludwig
2015-11-29Merge pull request #119 from sebastianludwig/cleanupSebastian Celis
2015-11-29Cleaned up Runner and Abstract by shortening some expressions.Sebastian Ludwig
2015-11-29Merge pull request #112 from sebastianludwig/formatter_modularization_v2Sebastian Celis