Mailing and notifications working in my local Transifex
Thanks to fim, the mailing and notification system is finally working in my local transifex setup. Now I can go forward with writing another patch.
Thanks to fim, the mailing and notification system is finally working in my local transifex setup. Now I can go forward with writing another patch.
For some time, I have been hanging around with django. I got some cool video tutorials on the web on django. They helped me a lot to start coding in django. At the same time, I was also going through the Transifex source code. After some time, I browsed through the tickets in trac.transifex.org and started with fixing ticket #679. I had to go through javascript, jquery, html in addition to write the patch for #679. I also wrote a custom pagination plugin for dataTables pagination for fixing the issue mentioned in ticket #679. I submitted the patch upstream for review. I hope it will be accepted. ...
It’s greatly annoying that I am not able to do koji scratch builds or fedpkg builds. I had discussion with nirik at #fedora-admin. He asked me to show him the outputs of a couple of commands. I updated to koji 1.6. Still, the problem is persistent. I guess, it is not actually a bug, otherwise others would have surely reported. I think it is some small configuration issue that is being overlooked. ...
A lot has happened since I last blogged. I’m now not going to recollect my memories :P. Any ways, if I were to summarise, I was busy with college seminars, project reports, semester exams, etc. What a drag! After the exams ended, I felt like a free bird ready to fly high. I started studying Django. I am also revising python. Yesterday, I packaged python-keyring-0.5.1 for F14. It fixes some bugs in keyring v 0.5. But, I am not able to do a koji build from my system. It says “AuthError: Invalid session or bad credentials”. I did run fedora-packager-setup. I am able to login to koji using the web interface. But I am not able to build using koji cli. I am trying to resolve this issue.
I was tired of searching for a mobile blog app. Alas! WordPress blogging app is not for Nokia C5. Finally, I came across scribe, a blog app for s60 platforms. It’s written in Python. This is my first blog using Scribe.
Last week was bad. My Nokia 5310’s keypad stopped working, then my BSNL 3G data card broke. I could hardly be online the last week. Yesterday, I purchased Nokia C5 and it seems to be a good investment. I had to pay Rs 7,620 only for it. Compared to the price, the features are great. You can see the features of this phone from http://www.gsmarena.com/nokia_c5-3122.php. It has got a 600 MHz ARM 11 processor, 128 MB RAM, USB charging. In that respects, it seems better than N79. It has got 3G and supports speed upto 10.2 Mbps. The 3.2 MP camera is good enough with a decent flash. Sound is also good. It runs S60 3rd Edition OS. ...
It is pleasure to inform that wordgroupz has now stepped into version 0.3 It has been quite some time since I have been working on wordgroupz v 0.3b. In this period wordgroupz went through a lot of changes. To sum up, the features in wordgroupz v 0.3 are : You can add words into different groups. In other words, you can classify different obscure words under a common group name which is easy for you to remember. ...
Lately, I worked on fine tuning the code for wordgroupz. I fixed some bugs that I was aware of, like unable to parse data retrieved from wiktionary pages which did not have any ‘Contents’ field, error launching games when no words in db, some bugs in webster view, etc. Now, I have added a dialog which will show a message saying ‘Not enough data’ if the number of words in the db are not enough for playing games. I have also added support for parsing data from wiktionary pages which have no ‘Contents’ field. Also made some fixes in the webster view. ...
Although, I had added the accuracy for the words in wordGroupz in the treeview, it was not satisfactory. First, the app crashed whenever I added a new word to the database. I fixed that easily. But then, the new word would show its accuracy as 0% even before attempting to answer it. I decided to set the CellRendererProgress bar text to ‘New’ for new/not attempted words. I got some help for IRC Nick: Juhaz at #pygtk in GimpNet. I came to know that set different properties of a cell for a particular column in a gtk.TreeView, I have to set a function in gtk.TreeViewColumn.set_cell_data_func(). I got further help from the documentation at Develp in Fedora. ...
wordGroupz is now slowly moving to the version 0.3 release. I launched the v0.3 b quite some time back. Since then, I have worked on many new features, adding features, deprecating old features and many random changes. In this time, wordgroupz underwent a considerable upgrade in its GUI. Based on the outcome of the games, I decided to store the accuracy of the user for each word and show a bar chart for that. But that did not look good. So, I dropped it. I, instead, showed the accuracy % alongside the words in the wordgroupz tree view with the help of gtk.CellRendererProgressBar. ...