Re: [translate-pootle] .deb of latest stable (2.1.1)

2010-09-28 Thread Asheesh Laroia
On Mon, 27 Sep 2010, Adam Monsen wrote: > Is anyone working on a Debian package for the latest stable release? > > If not, does anyone have tips on how I might help with this? I figure I > could just grab the last good source package, apply it to a 2.1.1 > tarball, and see what happens. Yes! Ju

[translate-pootle] Adding a "permalink" button to make linking to string in edit mode easier

2009-01-15 Thread Asheesh Laroia
In the translate screen, one can link to specific strings by item number. For example, one can generate a link to http://translate.creativecommons.org/de_CH/cc_org/translate.html?translate=1&pofilename=cc_org.po&item=206 . Something that comes up frequently is that we want translators to tran

Re: [translate-pootle] Import plans

2008-12-22 Thread Asheesh Laroia
On Mon, 22 Dec 2008, F Wolff wrote: > We'll definitely need to ship with migration scripts - at least from the > jToolkit prefs to the format of the next release. I'm not aware of many > people using the version on trunk before we migrated to Django (I also > wouldn't have recommended it for pr

Re: [translate-pootle] initdb.py fails: pootle_app_pootleprofile.ui_lang_id may not be NULL

2008-12-22 Thread Asheesh Laroia
On Mon, 22 Dec 2008, Asheesh Laroia wrote: > IntegrityError: pootle_app_pootleprofile.ui_lang_id may not be NULL > ui_lang = models.ForeignKey('Language', blank=True) zejn again to the rescue; he points out it should be: ui_lang = models.ForeignKey('

[translate-pootle] Import plans

2008-12-22 Thread Asheesh Laroia
I presume that we plan to provide a graceful migration path forward for those still running Pootle 1.2.x (jToolkit Pootle, or "jTootle") into the new, Django Pootle ("Djootle") world. I already migrated our data from jTootle to Mozootle, and I'm working on an importer that migrates from jTootle

[translate-pootle] initdb.py fails: pootle_app_pootleprofile.ui_lang_id may not be NULL

2008-12-22 Thread Asheesh Laroia
Congratulations on getting through the Mozootle milestone and onto this major project! I'll be happy to help here and there as updating Pootle corresponds to my duties at Creative Commons. On Fri, 12 Dec 2008, Wynand Winterbach wrote: > The most recent code in our repository already contains a

[translate-pootle] [RFC] os.expanduser() for canonicalpath()

2008-11-28 Thread Asheesh Laroia
In Pootle/potree.py, there is the function canonicalpath() that expands path names from the configuration. This is used to post-process Pootle.podirectory in particular. I wondered: Would y'all accept a patch that allowed one to use paths that begin with ~/ in them? I keep two users on my sys

Re: [translate-pootle] [PATCH] Fix missing reference to translate.misc.typecheck

2008-11-21 Thread Asheesh Laroia
On Fri, 21 Nov 2008, Wynand Winterbach wrote: > Thanks Asheesh. I applied you patch and checked in the code. > > This patch is really tiny, so not having it on Bugzilla doesn't bother me :). Thanks! Let me ask - what's the process for becoming a committer? I'd like to add my import scripts to

[translate-pootle] [PATCH] Fix missing reference to translate.misc.typecheck

2008-11-19 Thread Asheesh Laroia
In setup.py in svn head, translate.misc.typecheck is not referred-to. So it doesn't get installed when one does 'python setup.py install'. This patch (attached) against setup.py fixes that problem. (If simple patches like this should get Bugzilla entries, let me know, but otherwise I'll subm

Re: [translate-pootle] Pootle version control problems with distributed version control systems

2008-11-12 Thread Asheesh Laroia
On Thu, 13 Nov 2008, Lars Kruse wrote: >> Now consider what happens if we have two modified files - file_1.po and >> file_2.po - in our Pootle project. >> >> The user attempts to update file_1.po. >> >> Pootle: >> 1. loads file_1.po into memory, >> 2. reverts file_1.po to the version that was chec