Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(61)

Issue 3804044: Handle URL (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by ced
Modified:
14 years, 2 months ago
Reviewers:
bch, yangoon, nicoe, udono
Visibility:
Public.

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix removing of file in FileIPC #

Patch Set 3 : Add win32 registration URL protocol #

Patch Set 4 : Manage wizard and report #

Patch Set 5 : Update to trunk #

Patch Set 6 : Update to trunk and add register uri on windows #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -4 lines) Patch
M CHANGELOG View 1 2 3 4 5 1 chunk +1 line, -0 lines 2 comments Download
M doc/usage.rst View 1 2 3 5 2 chunks +25 lines, -1 line 1 comment Download
M setup.nsi View 1 2 5 1 chunk +6 lines, -0 lines 0 comments Download
M tryton/client.py View 5 3 chunks +15 lines, -0 lines 0 comments Download
M tryton/config.py View 2 chunks +6 lines, -2 lines 0 comments Download
M tryton/gui/main.py View 1 2 3 5 3 chunks +129 lines, -1 line 0 comments Download
A tryton/ipc.py View 1 5 1 chunk +178 lines, -0 lines 0 comments Download
M tryton/rpc.py View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14
ced
14 years, 3 months ago (2010-12-30 13:43:27 UTC) #1
udono
What funny stuff! And it works :-) Great enhancement, thanks a lot. http://codereview.appspot.com/3804044/diff/1/doc/usage.rst File doc/usage.rst ...
14 years, 3 months ago (2010-12-30 14:22:02 UTC) #2
yangoon1
14 years, 3 months ago (2010-12-30 23:57:27 UTC) #3
yangoon
14 years, 3 months ago (2010-12-31 12:30:52 UTC) #4
bch
http://codereview.appspot.com/3804044/diff/1/tryton/ipc.py File tryton/ipc.py (right): http://codereview.appspot.com/3804044/diff/1/tryton/ipc.py#newcode8 tryton/ipc.py:8: import threading I don't know GTK very well, but ...
14 years, 3 months ago (2011-01-03 09:48:09 UTC) #5
ced
http://codereview.appspot.com/3804044/diff/1/tryton/ipc.py File tryton/ipc.py (right): http://codereview.appspot.com/3804044/diff/1/tryton/ipc.py#newcode8 tryton/ipc.py:8: import threading On 2011/01/03 09:48:09, bch wrote: > I ...
14 years, 3 months ago (2011-01-03 10:37:05 UTC) #6
ced
14 years, 3 months ago (2011-01-13 10:41:09 UTC) #7
ced
14 years, 3 months ago (2011-01-13 11:27:21 UTC) #8
ced
14 years, 3 months ago (2011-01-13 16:42:56 UTC) #9
ced
14 years, 2 months ago (2011-02-01 19:57:18 UTC) #10
udono
http://codereview.appspot.com/3804044/diff/31001/CHANGELOG File CHANGELOG (right): http://codereview.appspot.com/3804044/diff/31001/CHANGELOG#newcode2 CHANGELOG:2: * Add communication between boards Does this line depends ...
14 years, 2 months ago (2011-02-09 16:54:37 UTC) #11
udono
May you give me an example of print, please? I can not find out how ...
14 years, 2 months ago (2011-02-09 17:25:31 UTC) #12
ced
http://codereview.appspot.com/3804044/diff/31001/CHANGELOG File CHANGELOG (right): http://codereview.appspot.com/3804044/diff/31001/CHANGELOG#newcode2 CHANGELOG:2: * Add communication between boards On 2011/02/09 16:54:37, udono ...
14 years, 2 months ago (2011-02-09 17:48:54 UTC) #13
ced
14 years, 2 months ago (2011-02-11 14:21:47 UTC) #14
On 2011/02/09 17:25:31, udono wrote:
> May you give me an example of print, please? I can not find out how it works.
> 
> I tried this:
> 
>
tryton://localhost:8070/testupstream/report/party.label;"id"="1";"model"="party.party"
> 
> tryton://localhost:8070/testupstream/report/party.label;id=1;model=party.party

tryton://localhost/testupstream/report/party.label;data={"model": "party.party",
"id": 1, "ids": [1]}
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b