lp:~brunobord/gwibber/dates-and-locales

Created by Bruno Bord and last modified
Get this branch:
bzr branch lp:~brunobord/gwibber/dates-and-locales
Only Bruno Bord can upload to this branch. If you are Bruno Bord please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Bruno Bord
Project:
Gwibber
Status:
Development

Recent revisions

194. By Bruno Bord <bruno@p-bruno>

According to the Python doc, you can get the date and time representation
according to the current locale.
http://docs.python.org/library/time.html#time.strftime

Hence, localise the strftime argument via gettext is not necessary, and you may
use the "%x" or "%X" format if you want to respectfully display the date or
time formatting using the current locale (and translators won't have to know
about strftime to dig the correct strftime argument).

193. By Dominic Evans

Fix (broken) automatic display of replies in message_store.

192. By Dominic Evans

Added basic test for defect 202596

191. By Dominic Evans

Approved proposal lp:~milo/gwibber/gwibber-milo.

Fixed minor issues before merging. Added math import and corrected minor
d.second --> d.seconds typo in gwibber/microblog/support/__init__.py.

190. By Dominic Evans

Add in_reply_to support for identica and laconica.

189. By Dominic Evans

Fix bug with twitter replies not being immediately shown in the timeline
(liked twitter sends were made to do) and in the process refactor
on_input_active to tidy things up a little.

188. By Dominic Evans

Approved merge ~asac/gwibber/bug317073-pasted-url-escaping

187. By Dominic Evans

Add basic 'run-tests' and accompanying unittest code.

Whilst verifying a defect I knocked up a quick unittest to check the
code was working as designed, so thought I may as well commit this to
trunk.

Currently using a separate run-tests script to actually invoke them.
Potentially we could consider switching from python-distutils to
python-setuptools and invoking tests via `python setup.py test` but this
will do for now.

186. By Dominic Evans

Increase shine theme imgbox size to 40px (power of 8)

185. By Dominic Evans

Change 'in reply to' hrefs to match twitter.com style (i.e., link whole text not just username)

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers