- 11 Oct, 2010 4 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2010 1 commit
-
-
Yusei Tahara authored
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2010 19 commits
-
-
Jérome Perrin authored
this is not working for section, node and movement axis. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* rename base_type_interaction_workflow to portal_type_class_interaction_workflow and add interactions specific to ZODB Property Sheets * modify type class of Standard Property, Acquired Property and Dynamic Category Property portal types to their respective documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39009 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* no longer allow Access contents information and View for Anonymous, because there is no reason to allow anonymous users to access web_site_module itself. we should publish Web Site document if we want to publish it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- Remove unrelated/trivial comments - Remove extra empty lines - Follow Nexedi coding style (spacing, word-wrap) - Merge use-once code - Factorise many attribute accesses - Stop testing newContent - Replace len(foo.objectValues()) by len(foo) - Factorise some duplicate "magic values" - Merge uselesly splitted steps (and provide backward compatibility) - Use full step names in sequence, for easier lookups git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39006 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Add a expectedFailure test to notice, that there is a known bug for displaying outgoing emails. getTextContent return document.text_content getContentType return document.data.content_type Those values are sometimes different. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39002 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39000 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38999 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38998 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38997 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* start_date is not sortable, searchable * make the causality BT clickable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38996 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add lisbox_visible field to display checkboxes instead of 0/1. Add it in WebSite_view too to see wich web_section are visible or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38995 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38994 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove unused webmaster column - add useful column "State" - add useful more columns git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
utf-8 characters in order to give opportunity to fix them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix BaseType_viewTranslation. getTranslationDomainNameList method used by listbox_domain_name was moved to property sheet tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2010 16 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
for each conversion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
Also: - Check if an exchange rate is defined for the selected currency - Check if the amount is defined (was done for puchases only) - Check amounts consistency before outgoing inventory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38977 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Appliance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix translation of "Workflow" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Clean up a duplicating form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add a new gadget which is able to display a tagged documents (by keywords) that we are interested in. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
(it happened that the id_group was a tuple). check migration if dict_ids in testIdToolUpgrade git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-