- 17 Jun, 2008 9 commits
-
-
Jacek Medrzycki authored
shortAccountNumberToFullGapCategory tries to retrive gap root from kw; if not given, then gets gap root from preferences; FiscalReportCell_doGetInventory provides kw for shortAccountNumberToFullGapCategory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
in dialog that update fieds according to glossary, display a bit of the term description in the list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Stop calling BTZuite_setPreference in test and add a docstring to explain its purpose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the ratio was 100%. We want to separate it in two different cases: - ratio is 0 -> the line should not be created. - ratio is not set (ie. None) -> this means that no ratio apply here, it's a simple amount, so ratio default to 100% Move this in the default calculation script so that it's possible to change the behaviour. Add tests for those two cases (price = None and price = 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the ratio was 100%. We want to separate it in two different cases: - ratio is 0 -> the line should not be created. - ratio is not set (ie. None) -> this means that no ratio apply here, it's a simple amount, so ratio default to 100% Move this in the default calculation script so that it's possible to change the behaviour. Add tests for those two cases (price = None and price = 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add test for documents (based on language of user) belonging to a section. Add test for default document for a section. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Thanks to Nicolas Delaby git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2008 29 commits
-
-
Yusei Tahara authored
* Fixed tabber_style.css to display border line under unselected tabs in the front page. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update test for the recent changes of the domain tree rendering. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update accounting_zuite/test_account_module/test_account_module_domain_tree.html for the recent changes of domain tree. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* use getTitle to show title of current document in <title> in view mode. title_or_id was used, but it was not following the same semantics as getTitle now uses. Now that getTitle always returns something, we can use getTitle directly. Note that this is temporary, the plan is to use getTranslatedTitle in view, list and dialog mode and configure correctly on each portal type how translation of title property should behave. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update listbox_zuite/testRedirect for recent changes of domain tree rendering. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- sla file has a field my_other_date with an empty infobulle, so it was not possible to have something working with this. So I complete it. - correct some mistakes in test file Now it should be possible to pass this test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
in previous commit, xmllib generated None string for before/after script, now it get back to empty, so commit it as all test are failling with None string git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
should take username into account when caching categories. For optimisation, do this only when checked_permission is passed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* remove trailing spaces git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jacek Medrzycki authored
- Script creating accounts according to gap structure (not final version. additional account attr should be set) - gap/pl/default git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use VARBINARY type for group_id column in portal_ids table: as data comes from a dictionary, data can contain strings considered identical in VARCHAR interpretation, which would break clear_catalog action. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add external Method to see Security for arbitrary user git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Be consistent for Role Definition for Web Page/Web Section/ Web Site and show configuration form only if it's allowed to add Role Definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add some missing /view in URLs included in messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jun, 2008 2 commits
-
-
Julien Muchembled authored
* drop filter_content_types parameter of Folder.newContent * revert previous patch to ERP5/Document/Domain.py * add 'Domain Generator' to allowed content types of 'Base Domain' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-