- 05 Aug, 2010 3 commits
-
-
Łukasz Nowak authored
- force usage new enough egg git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Packing List views are a bit particular because they use getMovementList. All the listbox lines are movements. Similarly, some lines can bear variation categories. It means that the "enabled" TALES test: python: cell.isMovement() and not cell.getVariationCategoryList() is problematic for this view. For quantity fields, the Base_viewFieldLibrary.my_view_mode_quantity fits perfectly our usecase. For price, we need to get price precision from the cell, so Base_viewFieldLibrary.my_view_mode_price does not fit. On the other hand, Base_viewTradeFieldLibrary.my_view_mode_price does include the "enabled" TALES, which we do not want. We thus create a new "my_view_mode_movement_listbox_price" field in Base_viewTradeFieldLibrary for this usage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2010 8 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
there is a value related to it. This way we keep less pirioritary result in case the more prioritary is empty, but at least we have a result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
ERP5Site_getCompletionList serves as a backend for jQuery, and polls the catalog. getCompletionList should be extensible and quite flexible, even if it only supports portal_type and one key filtering for now. Most common usage should be something like: $("input.custom_class_defined_in_field").ERP5Autocomplete({ portal_type: "Product", search_key: "title", }); ( produces catalog(portal_type="Product", title="xy%", limit=20) ) but any catalog parameter can used as a key, which means that $("input.custom_class_defined_in_field").ERP5Autocomplete({ portal_type: "Product", search_key: "xxcustomer_product_reference", }); will work if xxcustomer_product_reference is a custom catalog key git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
(yes, a common proxy field would be useful :) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2010 14 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
instance even in case when remote server is dead, implemented in bug-to-bug compatible way with WizardTool_authenticateCredentials Reviewed by Vincent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
to view an object in web_mode using the condition object.isWebMode() on the action view in the two following cases : - editable_mode:int=1 - editable_mode:int=0 Now it's possible using a condition like object.isWebMode() or object.isEditableMode() -> this condition test web mode without caring about editable_mode reviewed by JPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Add revised version of japanese gap category tree which is rather according to pcg. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Stop rewriting _identity_criterion and _range_criterion unnecessarily. This caused a lot of conflicts only by viewing objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2010 12 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
http://svn.erp5.org/?view=revision&revision=36863Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37411 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
r37396 was not enough for front page tabs, generally we include ERP5Site_getJavaScriptRelativeUrlList before js_list defined in the page templates git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
to have error raised on UID check or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Fix the comparison method. With the previous one, a mirror mapping was always applied, which is simply useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2010 3 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
When mysq_host is 0.0.0.0 it broken the site creation, because instance cannot connect on mysql (due user@localhost connection). This commit fixes tutorial. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Note: Unfortunately current way of compiling python is not compatible with python versions without minor suffix, so this profile does not use common parts of python compilation. This is minor issue, which shall be fixed in future. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37387 20353a03-c40f-0410-a6d1-a30d3c3de9de
-