branches with status:
Name Status Last Modified Last Commit
lp:beeroverip bug 2 Mature 2014-03-31 20:57:14 UTC
240. Added De Koninck Amber Draft, by Sam

Author: Bruno Bord
Revision Date: 2014-03-31 20:57:16 UTC

Added De Koninck Amber Draft, by Sam

lp:~brunobord/+junk/gmail_ng 1 Development 2009-09-25 14:10:06 UTC
6. removing deprecation warnings

Author: Bruno Bord
Revision Date: 2009-09-25 14:10:06 UTC

removing deprecation warnings

lp:brunobord-talks 1 Development 2009-05-12 21:30:01 UTC
9. bugfix: the date transform was wrong

Author: Bruno Bord
Revision Date: 2009-05-12 21:30:01 UTC

bugfix: the date transform was wrong

lp:~brunobord/+junk/capsule 1 Development 2009-03-17 23:30:07 UTC
9. more API stuff: cmd

Author: Bruno Bord
Revision Date: 2009-03-17 23:30:07 UTC

more API stuff: cmd

lp:~brunobord/brunobord-talks/fosdem-pyroom 1 Development 2009-02-11 21:39:38 UTC
26. okay, that was silly

Author: Bruno Bord
Revision Date: 2009-02-11 21:39:38 UTC

okay, that was silly

lp:~brunobord/gwibber/dates-and-locales (Has a merge proposal) 1 Development 2009-01-26 14:09:37 UTC
194. According to the Python doc, you can ...

Author: Bruno Bord
Revision Date: 2009-01-26 14:09:07 UTC

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).

lp:~brunobord/+junk/feedjack-xamango 1 Development 2008-10-28 22:44:17 UTC
14. site_media won't throw double slashes

Author: Bruno Bord
Revision Date: 2008-10-28 21:53:46 UTC

site_media won't throw double slashes

lp:~brunobord/+junk/django_toolbox 1 Development 2008-10-23 08:47:15 UTC
7. added clean_pyc command. Borrowed fro...

Author: Bruno Bord
Revision Date: 2008-10-23 08:45:56 UTC

added clean_pyc command. Borrowed from django-command-extensions

lp:~brunobord/brunobord-talks/basquecamp-programmation 1 Development 2008-10-18 15:50:51 UTC
26. typo/ l'image ne s'affichait pas

Author: Bruno Bord
Revision Date: 2008-10-18 15:49:45 UTC

typo/ l'image ne s'affichait pas

lp:~brunobord/brunobord-talks/basquecamp-creativecommons 1 Development 2008-10-16 23:32:16 UTC
25. Fin.

Author: Bruno Bord
Revision Date: 2008-10-16 23:31:28 UTC

Fin.

lp:~brunobord/brunobord-talks/rmll-django 1 Development 2008-10-14 22:34:17 UTC
34. Ajout de "License" (BY-SA)

Author: Bruno Bord
Revision Date: 2008-10-14 22:33:06 UTC

Ajout de "License" (BY-SA)

lp:~brunobord/cairoplot/function-colors bug(Has a merge proposal) 1 Development 2008-10-13 21:16:16 UTC
13. added series_colors argument to the f...

Author: Bruno Bord
Revision Date: 2008-10-13 21:13:47 UTC

added series_colors argument to the function "function_plot".
related to bug #282894

lp:~brunobord/+junk/gmail 1 Development 2008-10-03 07:47:14 UTC
33. Fix on password input.

Author: bruno
Revision Date: 2007-12-06 20:40:18 UTC

Fix on password input.

lp:~brunobord/pyroom/pyroom-i18nbroken 1 Development 2008-09-17 20:05:43 UTC
97. Fixing i18n for French. Please have a...

Author: Bruno Bord
Revision Date: 2008-09-17 20:01:11 UTC

Fixing i18n for French. Please have a look at:

* HELP variable
* KEY_BINDING concatenation with HELP text.

This would mean that string formatting and gettext are not very
efficient. I've tried a few combinations (using dictionaries,
for example), but this one is the first that has worked.

lp:~brunobord/gwibber/bug-253669 bug(Has a merge proposal) 1 Development 2008-07-31 15:24:53 UTC
62. Fixes the "/" bug

Author: Bruno Bord
Revision Date: 2008-07-31 15:16:16 UTC

Fixes the "/" bug

lp:~brunobord/gwibber/bug-252719 bug(Has a merge proposal) 1 Development 2008-07-29 00:12:16 UTC
59. Switch from user's locale to the defa...

Author: Bruno Bord
Revision Date: 2008-07-28 22:07:01 UTC

Switch from user's locale to the default one ('C'), then back to the
user's locale.
Solves bug #252719

lp:~brunobord/+junk/powncer 1 Development 2008-06-28 20:59:08 UTC
62. Sorting contacts by type

Author: Bruno Bord
Revision Date: 2008-06-28 20:58:27 UTC

Sorting contacts by type

lp:~brunobord/+junk/powncer_send_to_list 1 Development 2008-06-03 21:19:12 UTC
42. The force option

Author: Bruno Bord
Revision Date: 2008-06-03 21:15:38 UTC

The force option

lp:~brunobord/django-fatpages/fatpages-benoit bug 0 Experimental 2008-05-22 09:51:33 UTC
21. From Benoit Bryon: * Menus removed, n...

Author: Bruno Bord
Revision Date: 2008-05-22 09:35:42 UTC

From Benoit Bryon:
* Menus removed, now managed in a different application
* media_url => MEDIA_URL. Beware! previous applications are backward
  incompatible.
* new markup added: "plain". "Plain" in escaped plain text, and it ignores
  line breaks.
* trailing and leading slashes are automagically added on save(). Users
  don't have to care.
* Available markups are computed from settings. You can exclude or enable
  markups via the settings. Read the documentation to know how to.

lp:django-fatpages 2 Mature 2008-03-18 13:16:23 UTC
20. Docs now give instructions about the ...

Author: Bruno Bord
Revision Date: 2008-03-14 18:38:24 UTC

Docs now give instructions about the ImageField

lp:~brunobord/django-fatpages/django-fatpages-0.96 1 Development 2008-03-14 18:40:15 UTC
20. Docs now give instructions about the ...

Author: Bruno Bord
Revision Date: 2008-03-14 18:38:24 UTC

Docs now give instructions about the ImageField

lp:~brunobord/django-fatblog/django-fatblog-0.96 1 Development 2008-02-14 22:30:28 UTC
3. Blog post list: thank you, Django Gen...

Author: Bruno Bord
Revision Date: 2008-02-14 22:25:52 UTC

Blog post list: thank you, Django Generic views

lp:~brunobord/pyroom/conf-file 1 Development 2008-02-09 23:59:08 UTC
9. Now a given dictionary feeds the defa...

Author: Bruno Bord
Revision Date: 2008-02-05 21:08:36 UTC

Now a given dictionary feeds the default theme

lp:xamango 1 Development 2007-01-24 00:48:48 UTC
49. Cleaning up blog ping. Now the data a...

Author: Bruno Bord
Revision Date: 2007-02-25 21:49:30 UTC

Cleaning up blog ping. Now the data are handled correctly, and converted to the best format.
Issue with dates...

124 of 24 results