lp:~savoirfairelinux-openerp/openobject-server/trunk_mail_thread_translate_bug1262000

Created by Sandy Carter (http://www.savoirfairelinux.com) and last modified
Get this branch:
bzr branch lp:~savoirfairelinux-openerp/openobject-server/trunk_mail_thread_translate_bug1262000
Members of Savoir-faire Linux' OpenERP can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Savoir-faire Linux' OpenERP
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

5104. By Sandy Carter (http://www.savoirfairelinux.com)

Add description to output of translation export so mail_tread creation messages can be translated

5103. By Antony Lesuisse (OpenERP)

[MERGE] data-dir, a single directory for file system assets
use a single directory in the filesystem to store
- database filestore
- http sessions
- downloaded modules

By default the following platform specific location are used

Mac OS X: ~/Library/Application Support/OpenERP
Unix: ~/.local/share/OpenERP # or in $XDG_DATA_HOME, if defined
Win 7 (not roaming): C:\Users\<username>\AppData\Local\OpenERP\OpenERP
Win 7 (roaming): C:\Users\<username>\AppData\Roaming\OpenERP\OpenERP
Win XP (not roaming): C:\Documents and Settings\<username>\Application Data\OpenERP\OpenERP
Win XP (roaming): C:\Documents and Settings\<username>\Local Settings\Application Data\OpenERP\OpenERP

But this location can manually be set manually using --data-dir

5102. By Fabien Meghazi (OpenERP)

[IMP] Improvement/changes to the http request/response API.

- Added http.Response object
- @http.route decorator wraps methods in order to convert returned value to Response object
- http.Request.func* variables moved to http.EndPoint class
- moved _first_arg_is_req backward compatibility feature in EndPoint class
- CORS support moved to new http.Request object
- Added a #render() helper on request object as a companion of #make_response() that will return a lazy qweb rendering response
- Extra check in routing_map() in order to forbid the chabge of request type in @http.route arguments inheritance
- Fix crash happening when no Host header is present in the request

5101. By Fabien Meghazi (OpenERP)

[FIX] website's translation problems on multiple inheritance

5100. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5099. By Christophe Simonis (OpenERP)

[FIX] damn! correct import

5098. By Christophe Simonis (OpenERP)

[IMP] openerp/service/server.py: lint file

5097. By Christophe Simonis (OpenERP)

[FIX] correct signal handler on nt

5096. By Christophe Simonis (OpenERP)

[FIX] correct run of test-file via command line

5095. By Christophe Simonis (OpenERP)

[FIX] return code is non-zero if any preloaded database failed to load

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.