-
Notifications
You must be signed in to change notification settings - Fork 177
LGC
ProgVal edited this page Jun 25, 2011
·
34 revisions
LGC stands for "Limnoria Git Content".
Modifications made to Limnoria code.
As Gribble has been merged into Limnoria, you may also look at [http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Gribble_Project_Git_Repository this page], which lists all modifications made in Gribble (and incorporated into Limnoria).
- Fix @String decode utf8 issue
- Fix in Seen plugin : AssertionError: 'Someone was last seen in #test 0 seconds ago: *** test [email protected] has joined #test' does not match 'test has joined'
- RSS: fix encoding problem (issue with utf8 feeds)
- Owner: fix error message when the ImportError comes from the plugin
- _()-ize all strings displayed on IRC (including config)
- Decorate all commands with @i18n.internationalizeDocstring
- Generate messages.pot file, create directory locale/, and put fr.po in it (sometimes, there is also fi.po)
- Added command @reloadlocale to Owner
- Status & Web: use %S converter
- Owner: Being ignored for commands flood is now restricted to non-trusted users (instead of non-owners)
- Todo: Add allowThirdpartyReader config variable.
### Limnoria specifics
- Add %v converter to format()
- _()-ize all strings displayed on IRC (including config)
- Decorate locale-dependant function with @i18n.internationalizeFunction
- Created locale/ directory at root
- Update the wizard to ask for the language
- Add %S converter to format()
- Add the special value to nItems()
- Add SSL support for Socket driver
- Add another solution in error message about TypeErrors raised in plugins' init()
- Don't tell owner to contact an admin.
- HTTP server
### Limnoria specifics
- Updated setup.py
- Ignore vim temporary files