lp:stoq/1.4

Created by Ronaldo Maia and last modified
Get this branch:
bzr branch lp:stoq/1.4
Members of Stoq Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stoq Developers
Project:
Stoq
Status:
Development

Recent revisions

5876. By Ronaldo Maia

Add workaround for py2exe and sobprocess bug

5875. By Thiago Bellini

Update manual's changelog

5874. By Thiago Bellini

Call finish_transaction at the end of fiscal_printer.confirm

finish_transaction was being called much earlier. Because of that,
some logic done bellow it (like setting the sale as paid, or marking
money payments as paid) wasn't being committed.

r=romaia

5873. By Thiago Bellini

Correct exception handling on magento sync daemon

log.err() only works for a twisted logger subclass, and we are using kiwi
logger on it in a while (it was a leftover from when the daemon was on a
different module). Do it the right way now..

5872. By Thiago Bellini

Pass safe='' to urllib.quote for magento image's name quoting

urllib.quote is used to quote urls so it considers '/' to be safe (as pointed
out in [1]). In here, we are quoting the image's name because it cannot have
spaces, but if a '/' appears, magento will throw a parse error to us, so,
it should not consider any character safe.

[1] http://docs.python.org/library/urllib.html#urllib.quote

5871. By Ronaldo Maia

Release Stoq 1.4.1

5870. By Johan Dahlin

Use get_username() instead of pwd

5869. By Johan Dahlin

Use os instead of posixpath

5868. By Johan Dahlin

Open files in binary mode

This is needed when we care about newlines, which is important
for the tests. Otherwise \n will be translated as \r\n on win32.

5867. By Ronaldo Maia

Fix xml exprting in windows

Branch metadata

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