Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | Rakefile: package launch_here.rb too | Giuseppe Bilotta | |
And clean up some Rakefile crud while we're at it | |||
2008-10-17 | Start working on 0.9.15 | Giuseppe Bilotta | |
2008-10-16 | Version 0.9.14 | Giuseppe Bilotta | |
2008-10-16 | Version rbot-0.9.14 | Giuseppe Bilotta | |
2008-08-09 | Start working on 0.9.13 | Giuseppe Bilotta | |
2008-07-29 | Start working on 0.9.12 | Giuseppe Bilotta | |
2008-07-07 | generate mo files only from existing po files, instead of for each plugin | Yaohan Chen | |
2008-07-07 | use msginit to generate po file when it does not exist | Yaohan Chen | |
2008-07-07 | Rakefile: ensure that the placeholder PACKAGE VERSION is properly replaced | Giuseppe Bilotta | |
2008-07-07 | Rakefile: don't fail if .po or .pot file doesn't exist | Giuseppe Bilotta | |
2008-07-06 | mo files are no longer included in gem but built as extension | Yaohan Chen | |
2008-07-01 | Rakefile: update list of binaries | Giuseppe Bilotta | |
2008-06-30 | add task for normalizing po files | Yaohan Chen | |
translators should run normalizepo task after editing po files, before commiting to version control | |||
2008-06-30 | make gettext tasks only update a file with new msg/msgid, normalize po/pot files | Yaohan Chen | |
2008-06-22 | rename plugin_files to source_files in rgettext_proc | Yaohan Chen | |
because the proc is used for non plugin files too | |||
2008-06-22 | make gettext tasks output files being regenerated and sources | Yaohan Chen | |
2008-06-21 | makemo task autocreates data/locale/*/LC_MESSAGES directories | Yaohan Chen | |
2008-06-20 | move bin/msgmerge-wrapper.rb to top level, as it is not intended for ↵ | Yaohan Chen | |
installation path/command for the msgmerge-wrapper can be adjusted with env var, if "ruby msgmerge-wrapper.rb" doesn't work on the platform | |||
2008-06-20 | rewrite updatepo and makemo tasks to take advantage of file timestamps | Yaohan Chen | |
2008-06-07 | add wrapper for msgmerge to workaround gettext bug with "empty" pot files | Yaohan Chen | |
2008-06-07 | recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin | Yaohan Chen | |
each plugin uses its own po file, no change required for plugin source, Rakefile, plugin loader and gettext loader are modified to adjust to the change | |||
2008-06-06 | Revert "each plugin uses its own po file" | Yaohan Chen | |
This reverts commit 33c336af346dc08b4f4f4951dd6eae7150cef481. | |||
2008-06-05 | each plugin uses its own po file | Yaohan Chen | |
no modification in plugin source is needed, plugin loader is modified to automatically bind to the plugin's text domain updatepo task is modified to maintain per-plugin po file po files are updated and cleaned | |||
2008-02-14 | * replace references to old website to references to new site | Giuseppe Bilotta | |
2007-07-10 | added the data directory for searching translatable source files | Yaohan Chen | |
marked translatable strings for shiritori and dictclient plugins added Japanese translation for shiritori | |||
2007-07-09 | integrated ruby-gettext | Yaohan Chen | |
modified a few files to allow translated messages created gettext template file initialized gettext files for Japanese and Simplified Chinese | |||
2006-07-31 | First shot at the new Irc framework. Bot is usable (sort of), but not all ↵ | Giuseppe Bilotta | |
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional | |||
2006-07-18 | rbot now properly identifies as the 'next version svn', and the gem package ↵ | Giuseppe Bilotta | |
is built as the 'next version' | |||
2005-08-07 | Sun Aug 07 15:11:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* fix address_prefix, broken in 0.9.9, reported by ruskie. | |||
2005-08-05 | more tweaking pre-release | Tom Gilbert | |
2005-08-05 | Fri Aug 05 23:55:20 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* few more tweaks preparing to release 0.9.9 | |||
2005-08-03 | Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Tweaked the debug() stuff a bit. Need to do this more cleanly really * Added a fair bit of documentation for some of the new features | |||
2005-08-03 | Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Added french language file (TODO most of the plugins just talk english) * The way the Enum configs were set up, it wasn't possible to add language files to rbot at runtime (the directory was only scanned at startup). Now you can set a values Proc, which is called to return a list of allowed values whenever it's queried. * Added Config module for determining where we were installed. Unfortunately rubygems is a total whore in this regard, and I hope the current hackery I have to do to support it becomes redundant in the future. | |||
2005-08-02 | Wed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Added Rakefile, tweaked gemspec |