- 21 Apr, 2010 15 commits
-
-
Yusei Tahara authored
* Fix Measure_reindexResource in conversion_interaction_workflow. Reindex resource only when measure is unindexed but resource is not. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use count method * group by node and variation correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34707 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add a new link to "My contacts" gadget that will make it easier for user to add new contacts (i.e. Person objects). Adjust form's groups. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 2 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
-