- 08 Jul, 2010 26 commits
-
-
Romain Courteaud authored
in URL is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36995 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36994 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* add tabber-cookie.js * order action buttons on header workspaces * Allow change password in citizen's home page * give proxy role manager to allow accessing owner_info git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
initial indexing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36991 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This requires them to be both accepted as columns (see change in isValidColumn) and usable in an abstract syntax tree (see changes in buildQueryFromAbstractSyntaxTreeNode), requiring a ScriptableKey-to- SearchKey wrapper (see SearchKeyWrapperForScriptableKey). Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36990 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Instead of relaying on logic of real site, wrap catalogObjectList method and store list being catalogged paths. Then compare such list with expected result. Thanks Seb for idea of simple wrapper. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
email address git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
is set In such scenario getUserById returns None, even if Person document with reference is added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check that local roles and security table are properly filled when adding person document representing user, and that this user has local, monovalued role on this person document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Fix a issue that items can not be created with more than two dimesion variations at the first input. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36977 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
check if master is not null, this may happen in some web_sites using other templates than erp5_xhtml one and then make javascript errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- install interactor on ERP5.Document.TradeCondition.TradeCondition to have it working on subclasses of TradeCondition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36973 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- technical aspect of reindexing subojects is solved by using RecursiveReindexInteractor, so remove workflow to avoid duplicated functionality git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Fact of reindexing subobjects when object is indexed is not connected with particular portal type, but with group of objects. With this interactor it is possible to move away from spaghetti code in classes which are overriding reindexObject to do only one thing - reindex subobjects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
erp5.recipe.mysqlserver Despite that mysql_host was configured in part, default template in recipe did not have this parameter, so mysql was listening on default (0.0.0.0) address. This change will make fix in recipe backward compatible - on old configurations mysql server will still listen on 0.0.0.0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
use dms_cache_factory instead of dms_cache_long (mistake), PDF form tab id is view, View tab of PDF form should be over than the form it self to allow good display git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* Select View tab corresponding to generated form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove using getOwner (private method) * remove proxy roles git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2010 14 commits
-
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove test because id will be always present in owner_info git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* display name of requester in attachment list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* change automatic transitions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36959 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
Use specific name according to portal_type, Document Procedure Definition for portal_type and View for Application git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36957 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* rename complet transition to complete (mistake) and approuve to approve * change permission on states * modify role on transitions * add automatic transitions * add workflists * change transition in EGovTypeInformation according to workflow changes * remove permissions on renamed actions (managed on workflow transition) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
rename _getPortalTypeValue() to getPortalTypeValue(), because we might want to call target_solver.getPortalTypeValue() in restricted environment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-