- 21 Apr, 2010 9 commits
-
-
Ivan Tyagov authored
Add new worklist which can be used to show draft documents who needs actions for current logged in user. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
defined in property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix badly named dialog AccountingTransaction_viewAccountingTransactionLineDialog -> AccountingTransaction_viewAddAccountingTransactionLineDialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Apr, 2010 23 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- add inline css to workaround the fact that when there's no <a> around, the arrow does not have the same align git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
In older ZSQLCatalog versions (pre-r25706), values fetched via select_expression='catalog.simulation_state' were accessible on brain as "brain.simulation_state". In current catalog, this became "getattr(brain, 'catalog.simulation_state')" and hence broke compatibility somewhat. This patch fixes this problem by stripping table name from the generated alias. Note: the table name is only stripped from implicit aliases, never from explicit ones. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, use select_dict instead of select_expression as the later is deprecated. Reviewed by Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- define mechanize explicitly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
They were not filtering out duplicates git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Skin selection name should be set to km as some view available only in km skin selection are used in the test (like WebSection_viewSubsectionGadget) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
set a skin layer priority, because some skins from erp5_dms must override some from erp5_base (for instance File_view) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 8 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
appease (mostly) pyflakes by dropping some dead code, pending further collapse of the PortalGenerator class into ERP5Generator git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Assignee can pass workflow transition, but cannot see the document in draft. Fix that by giving View to Assignee in draft. * Assignee / Assignor cannot view a cancelled career, but only them use cancel transition. Fix that by giving View to Assignee / Assignor in cancelled state. * Give view to Auditor in both cancelled and draft. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove workflow script that was checking that a person have only one active career. This is not always true. Check constraints instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use different state than 'planned' as frozen state, to avoid unexpected isFrozen() value. * use order business path. * fix wrong assertions based on the wrong behaviour caused by the legacy simulation hierarchy. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* add dummy class tool portal type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-