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

Issue 3991046: trytond: Allow to use XML file for views (Closed)

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

Description

issue70

Patch Set 1 #

Patch Set 2 : Update MANIFEST.in #

Patch Set 3 : Fix setup.py, init.sql and make path os independent #

Total comments: 4

Patch Set 4 : Don't make a module of view folder #

Patch Set 5 : Remove arch from xml #

Patch Set 6 : SIGUSR1 reset all cache, convert all the module res #

Patch Set 7 : Update to trunk with little changes for monitoring and add other modules #

Total comments: 3

Patch Set 8 : Update to tip #

Patch Set 9 : Update to tip #

Total comments: 7

Patch Set 10 : External some missing views #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1628 lines, -1577 lines) Patch
M CHANGELOG View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M MANIFEST.in View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M doc/topics/views/index.rst View 1 2 3 4 5 6 2 chunks +9 lines, -11 lines 0 comments Download
M setup.py View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M trytond/backend/mysql/init.sql View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M trytond/backend/postgresql/init.sql View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M trytond/backend/sqlite/init.sql View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M trytond/ir/action.xml View 1 2 3 4 5 6 5 chunks +15 lines, -256 lines 0 comments Download
M trytond/ir/attachment.xml View 1 2 3 4 5 6 1 chunk +2 lines, -43 lines 0 comments Download
M trytond/ir/cron.xml View 1 2 3 4 5 6 1 chunk +2 lines, -46 lines 0 comments Download
M trytond/ir/export.xml View 1 2 3 4 5 6 1 chunk +2 lines, -19 lines 0 comments Download
M trytond/ir/lang.xml View 1 2 3 4 5 6 1 chunk +2 lines, -37 lines 0 comments Download
M trytond/ir/model.xml View 1 2 3 4 5 6 6 chunks +11 lines, -152 lines 0 comments Download
M trytond/ir/module/module.xml View 1 2 3 4 5 6 7 8 9 4 chunks +9 lines, -113 lines 0 comments Download
M trytond/ir/property.xml View 1 2 3 4 5 6 1 chunk +2 lines, -21 lines 0 comments Download
M trytond/ir/rule.xml View 1 2 3 4 5 6 2 chunks +4 lines, -64 lines 0 comments Download
M trytond/ir/sequence.xml View 1 2 3 4 5 6 3 chunks +4 lines, -80 lines 0 comments Download
M trytond/ir/translation.xml View 1 2 3 4 5 6 7 8 9 5 chunks +9 lines, -100 lines 0 comments Download
M trytond/ir/trigger.xml View 1 2 3 4 5 6 1 chunk +2 lines, -45 lines 0 comments Download
M trytond/ir/ui/icon.xml View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -24 lines 0 comments Download
M trytond/ir/ui/menu.xml View 1 2 3 4 5 6 1 chunk +3 lines, -35 lines 0 comments Download
M trytond/ir/ui/view.py View 1 2 3 4 5 6 7 8 5 chunks +36 lines, -9 lines 0 comments Download
M trytond/ir/ui/view.xml View 1 2 3 4 5 6 7 5 chunks +9 lines, -115 lines 0 comments Download
A trytond/ir/view/action_act_window_form.xml View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download
A trytond/ir/view/action_act_window_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/action_act_window_view_form.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/action_act_window_view_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/action_act_window_view_list2.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/action_form.xml View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A trytond/ir/view/action_keyword_form.xml View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A trytond/ir/view/action_keyword_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/action_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/action_report_form.xml View 1 2 3 4 5 6 1 chunk +40 lines, -0 lines 0 comments Download
A trytond/ir/view/action_report_list.xml View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/ir/view/action_url_form.xml View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A trytond/ir/view/action_url_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/action_wizard_form.xml View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A trytond/ir/view/action_wizard_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/attachment_form.xml View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A trytond/ir/view/attachment_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/cron_form.xml View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A trytond/ir/view/cron_list.xml View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/export_form.xml View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/ir/view/export_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/icon_view_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/icon_view_list.xml View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/lang_form.xml View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
A trytond/ir/view/lang_list.xml View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/ir/view/model_access_form.xml View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
A trytond/ir/view/model_access_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/model_button_form.xml View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/ir/view/model_button_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/model_field_access_form.xml View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
A trytond/ir/view/model_field_access_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/model_field_form.xml View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A trytond/ir/view/model_field_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/model_form.xml View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
A trytond/ir/view/model_list.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/model_print_model_graph_start_form.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
trytond/ir/view/module_config_wizard_first_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/ir/view/module_config_wizard_item_list.xml View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/module_config_wizard_other_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/module_dependency_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A trytond/ir/view/module_dependency_list.xml View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/module_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
A trytond/ir/view/module_install_upgrade_done_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/module_install_upgrade_start_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +16 lines, -0 lines 0 comments Download
A trytond/ir/view/module_list.xml View 1 2 3 4 5 6 7 8 9 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/property_form.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/property_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/rule_form.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/rule_group_form.xml View 1 2 3 4 5 6 1 chunk +28 lines, -0 lines 0 comments Download
A trytond/ir/view/rule_group_list.xml View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/rule_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/sequence_form.xml View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
A trytond/ir/view/sequence_list.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/sequence_type_form.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/sequence_type_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_clean_start_form.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_clean_succeed_form.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_export_result_form.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_export_start_form.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_form.xml View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_list.xml View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_set_report_start_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_set_report_succeed_form.xml View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/translation_update_start_form.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/ir/view/trigger_form.xml View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A trytond/ir/view/trigger_list.xml View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_menu_form.xml View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_menu_list.xml View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_menu_tree.xml View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_form.xml View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_sc_board.xml View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_sc_form.xml View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_sc_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_tree_expanded_state_form.xml View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_tree_expanded_state_list.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_tree_width_form.xml View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A trytond/ir/view/ui_view_tree_width_list.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M trytond/model/modelview.py View 1 2 3 4 5 6 7 8 2 chunks +47 lines, -36 lines 0 comments Download
M trytond/monitor.py View 1 2 3 4 5 6 2 chunks +14 lines, -0 lines 0 comments Download
M trytond/res/group.xml View 1 2 3 4 5 6 1 chunk +2 lines, -26 lines 0 comments Download
M trytond/res/ir.xml View 1 2 3 4 5 6 7 1 chunk +1 line, -11 lines 0 comments Download
M trytond/res/request.xml View 1 2 3 4 5 6 7 3 chunks +8 lines, -129 lines 0 comments Download
M trytond/res/user.xml View 1 2 3 4 5 6 7 3 chunks +6 lines, -116 lines 0 comments Download
A trytond/res/view/group_form.xml View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A trytond/res/view/group_list.xml View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A trytond/res/view/request_form.xml View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
A trytond/res/view/request_history_form.xml View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
A trytond/res/view/request_history_list.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/res/view/request_link_form.xml View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A trytond/res/view/request_link_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/res/view/request_list.xml View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A trytond/res/view/request_reference_form.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/res/view/request_reference_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/res/view/sequence_type_form.xml View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
A trytond/res/view/user_config_start_form.xml View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
A trytond/res/view/user_form.xml View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
A trytond/res/view/user_form_preferences.xml View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A trytond/res/view/user_list.xml View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/res/view/user_warning_form.xml View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A trytond/res/view/user_warning_tree.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A trytond/webdav/view/attachment_form.xml View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
A trytond/webdav/view/collection_form.xml View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
A trytond/webdav/view/collection_list.xml View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A trytond/webdav/view/collection_tree.xml View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A trytond/webdav/view/share_form.xml View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A trytond/webdav/view/share_list.xml View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M trytond/webdav/webdav.xml View 1 2 3 4 5 6 3 chunks +6 lines, -83 lines 0 comments Download

Messages

Total messages: 28
ced
13 years, 3 months ago (2011-01-22 13:15:00 UTC) #1
ced
13 years, 3 months ago (2011-01-22 14:00:54 UTC) #2
ced
13 years, 3 months ago (2011-01-22 14:33:45 UTC) #3
yangoon
13 years, 3 months ago (2011-01-23 10:39:14 UTC) #4
ced
13 years, 3 months ago (2011-01-24 09:41:00 UTC) #5
nicoe
http://codereview.appspot.com/3991046/diff/7001/trytond/res/user.xml File trytond/res/user.xml (right): http://codereview.appspot.com/3991046/diff/7001/trytond/res/user.xml#newcode18 trytond/res/user.xml:18: <field name="arch" type="xml"> Why do you use arch here ...
13 years, 3 months ago (2011-01-24 10:07:44 UTC) #6
ced
http://codereview.appspot.com/3991046/diff/7001/trytond/res/user.xml File trytond/res/user.xml (right): http://codereview.appspot.com/3991046/diff/7001/trytond/res/user.xml#newcode18 trytond/res/user.xml:18: <field name="arch" type="xml"> On 2011/01/24 10:07:45, nicoe wrote: > ...
13 years, 3 months ago (2011-01-24 10:29:55 UTC) #7
ced
13 years, 3 months ago (2011-01-24 10:34:45 UTC) #8
udono
13 years, 2 months ago (2011-01-30 10:01:17 UTC) #9
ced
13 years, 2 months ago (2011-01-30 23:29:53 UTC) #10
udono
Patch set 6 works fine for me. Even the view update is working, when I ...
13 years, 2 months ago (2011-01-31 19:51:44 UTC) #11
ced
On 2011/01/31 19:51:44, udono wrote: > Patch set 6 works fine for me. Even the ...
13 years, 2 months ago (2011-01-31 20:01:35 UTC) #12
udono
On 2011/01/31 20:01:35, ced wrote: > On 2011/01/31 19:51:44, udono wrote: > > Patch set ...
13 years, 2 months ago (2011-01-31 20:21:42 UTC) #13
ced
On 2011/01/31 20:21:42, udono wrote: > On 2011/01/31 20:01:35, ced wrote: > > On 2011/01/31 ...
13 years, 2 months ago (2011-01-31 20:33:14 UTC) #14
udono
When is it planned for inclusion?
12 years, 9 months ago (2011-07-31 10:33:34 UTC) #15
ced
On 31/07/11 10:33 +0000, udo.spallek@googlemail.com wrote: > When is it planned for inclusion? There is ...
12 years, 9 months ago (2011-07-31 10:54:15 UTC) #16
ced
11 years, 8 months ago (2012-08-23 13:53:41 UTC) #17
albertnan
http://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml File trytond/ir/action.xml (right): http://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml#newcode10 trytond/ir/action.xml:10: <field name="name">action_form</field> What if record's id (ir.model.data) was used ...
11 years, 8 months ago (2012-08-24 22:16:34 UTC) #18
ced
https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml File trytond/ir/action.xml (right): https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml#newcode10 trytond/ir/action.xml:10: <field name="name">action_form</field> On 2012/08/24 22:16:34, albertnan wrote: > What ...
11 years, 8 months ago (2012-08-24 22:19:39 UTC) #19
ced
https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml File trytond/ir/action.xml (right): https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml#newcode10 trytond/ir/action.xml:10: <field name="name">action_form</field> On 2012/08/24 22:19:40, ced wrote: > On ...
11 years, 8 months ago (2012-08-25 13:48:04 UTC) #20
albertnan
On 2012/08/25 13:48:04, ced wrote: > https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml > File trytond/ir/action.xml (right): > > https://codereview.appspot.com/3991046/diff/33002/trytond/ir/action.xml#newcode10 > ...
11 years, 8 months ago (2012-08-25 16:32:50 UTC) #21
ced
11 years, 7 months ago (2012-09-10 14:07:27 UTC) #22
ced
11 years, 7 months ago (2012-09-25 19:04:09 UTC) #23
udono
http://codereview.appspot.com/3991046/diff/63002/trytond/ir/translation.xml File trytond/ir/translation.xml (right): http://codereview.appspot.com/3991046/diff/63002/trytond/ir/translation.xml#newcode226 trytond/ir/translation.xml:226: <field name="arch" type="xml"> Why not move this view to ...
11 years, 7 months ago (2012-09-26 10:27:52 UTC) #24
albertnan
http://codereview.appspot.com/3991046/diff/63002/trytond/ir/ui/view.py File trytond/ir/ui/view.py (right): http://codereview.appspot.com/3991046/diff/63002/trytond/ir/ui/view.py#newcode236 trytond/ir/ui/view.py:236: value = self.data On 2012/09/26 10:27:52, udono wrote: > ...
11 years, 7 months ago (2012-09-26 10:34:05 UTC) #25
ced
https://codereview.appspot.com/3991046/diff/63002/trytond/ir/translation.xml File trytond/ir/translation.xml (right): https://codereview.appspot.com/3991046/diff/63002/trytond/ir/translation.xml#newcode226 trytond/ir/translation.xml:226: <field name="arch" type="xml"> On 2012/09/26 10:27:52, udono wrote: > ...
11 years, 7 months ago (2012-09-26 10:51:03 UTC) #26
ced
11 years, 7 months ago (2012-09-26 10:51:44 UTC) #27
udono
11 years, 7 months ago (2012-09-26 11:11:42 UTC) #28
LGTM
Sign in to reply to this message.

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