Saturday, 2012-02-25

GitHub41[mantisbt] vboctor pushed 1 new commit to master-1.2.x: http://git.io/PTM-UQ00:39
GitHub41[mantisbt/master-1.2.x] Center logo on signup page. - Victor Boctor00:39
dhx1 83 files changed, 167 insertions(+), 4336 deletions(-)01:06
dhx1ah, 'next' clean-ups are fun :)01:06
GitHub100[mantisbt] vboctor pushed 1 new commit to master-1.2.x: http://git.io/gibs5A01:30
GitHub100[mantisbt/master-1.2.x] Updated disposable email checker to v1.1.1 - Victor Boctor01:30
*** Joins: giallu (~giallu@fedora/giallu)02:58
*** Quits: romer628 (~romer628@189.229.192.216) (Quit: Leaving.)03:54
*** Joins: Paul_46 (~IceChat09@2001:470:9310:aaaa:11c6:86a5:cb39:30f5)05:37
Paul_46mo05:39
dhx1hey05:41
dhx1big news :)05:41
Paul_46your back?05:41
dhx1I'm working on a new Locale API for MantisBT based on gettext05:41
dhx1benefits:05:41
dhx11) pluralisation support05:41
dhx12) increased performance05:41
dhx13) better access to translation tools05:42
dhx14) easier integration with TranslateWiki (it can import and export .po files used for gettext translations)05:42
dhx15) standard interface for translations: _("String to translate")05:42
* Paul_46 shrugs05:43
Paul_46as long as it works without gettext support in php as well05:43
dhx16) english strings are within the source code where they are used (easier to debug and find things in the source code)05:43
dhx1nah, it won't05:43
dhx1but that is the point05:43
dhx1I also killed off the utf8 library with the assumption that everyone can/should use the mbstring extension05:43
dhx1which is provided easily with all PHP installs (Linux and Windows)05:44
Paul_46I thought in php5, they were saying use intl05:45
dhx1right05:47
dhx1but that doesn't handle the actual translations05:48
dhx1it's some supportive stuff on top (and also handles currency/number conversion, etc)05:48
dhx1Paul_46: gettext is usually OK thesedays because common/recommended practice is to use php-fpm06:29
dhx1Paul_46: therefore each script execution runs within it's own process and can safely use setlocale() -- because the processes aren't multi-threaded06:30
*** Joins: romer628 (~romer628@189.229.192.216)12:19
GitHub41[mantisbt] davidhicks pushed 4 new commits to next: http://git.io/D4wXCg12:32
GitHub41[mantisbt/next] Replace PHP UTF-8 library with PHP's mbstring extension - David Hicks12:32
GitHub41[mantisbt/next] Add missing reference to load/use DatabaseTypeNotSupported - David Hicks12:32
GitHub41[mantisbt/next] Add new Locale i18n/l10n API to replace lang_api - David Hicks12:32
*** Quits: romer628 (~romer628@189.229.192.216) (Quit: Leaving.)13:45
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 260 seconds)14:36
*** Joins: romer628 (~romer628@189.229.192.216)18:20
*** Quits: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:00
*** Joins: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de)19:00
*** Quits: Paul_46 (~IceChat09@2001:470:9310:aaaa:11c6:86a5:cb39:30f5) (Quit: A fine is a tax for doing wrong. A tax is a fine for doing well.)19:32
*** Quits: romer628 (~romer628@189.229.192.216) (Quit: Leaving.)20:14
GitHub105[mantisbt] vboctor pushed 1 new commit to master-1.2.x: http://git.io/tOCbTQ20:31
GitHub105[mantisbt/master-1.2.x] Added lost_pwd_page to the list of pages where the logo is centered - Victor Boctor20:31

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!