- 06 Aug, 2007 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
Avoid copying a SESSION object in asContext, because it is newly created implicitly when not present, thus it may induce conflict errors. As ERP5 does not use Zope sessions, it is better to skip SESSION. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2007 35 commits
-
-
Yusei Tahara authored
Remove obsolute ERP5Site_getListbox. If you need it, please use Form_getListbox in erp5_xhtml_style instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
So I added a condition for proxy field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* State that there is only one ListBox in list mode and the ID is certainly "listbox". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Remove obsolute code from Base_doSelect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Move security query generation out of groupWorklistListByCondition into a hook method passed to query generation mechanism. This should speed up things some moe, becuase queries for identical role combination is generated once (and cached) instead of once per occurence. Add a method to generate inner level queries - now they can be regular queries or security queries. Now that no security-specific handling is done in groupWorklistListByCondition, SECURITY_PARAMETER_ID is present in criterion dicts, not SECURITY_COLUMN_ID. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
better support of editable mode in form_dialog (make sure the environment knows immediately that we moved to editable mode) allow layout_form_id to be passed in the request so that a page template can select the layout it wished to be rendered in (this is useful to create a front page of web site with very different layout from the rest of the site) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
updated version and comments git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
HTML display should always be based on asStrippedHTML and never on asTextContent. WebSite now includes a custom renderer ad well as WebSection. Some fields now have hiddenLabel CSS (to be renamed hidden_label). Renames WebSite_createWebSiteAccountForm to WebSite_viewRegistrationDialog admin toolbox CSS improvement git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make Query and ComplexQuery hashable, so that they can be used as dictionnary key. It is valid as long as nobody use direct access to properties - there is no setter defined - and that extra care is taken not modify variants members which are provided at construction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
modifications on cash movement in order to take into account currencies wich are sent outside the bank git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix login and afterSetUp method signatures git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
http://www.erp5.org/pipermail/erp5-dev/2007-August/001216.html git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace new method getSecurityUidList by getSecurityUidListAndRoleColumnDict, because roles_column_dict must be handled along with security uids. Update partially WorkflowTool patch. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-