- 27 Jun, 2008 28 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- As there is only one case where something is appended to sql_expr, use a list comprehension. - Factorise UID rendering (Note: none_sql_value is accessed on parent namespace). Add a comment about aparently useless code which cannot be safely removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove broken code: calling "+=" operator on a list object with a string as right operand never generates valid SQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
* Enable Role Definitions for Web Site and Web Section. Show workflow state for Web Site and Web Section git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
In Base_viewWorkflowHistory, grab selection name from request - if it's there - when generating title. It is set by Report.py when the field is rendered in report mode. Unharcode default selection name in title's TALES. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- while testing order simulations invoke checkOrderRuleSimulation, passing default_order_rule git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22009 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22008 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Generate render_prefix and pass it to pop/push report methods. It is also implicitely transmited to field_render for it to pass to the field renderer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add an optional parameter to push and pop methods. This allow generation of the right selection name when a listbox in a report mode is to be rendered with a prefix. As the renderer is not instanciated yet, it's not possible to just use it to retrieve the prefix. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22002 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Prefix field id and selection name at rendering time so that it's possible to render multiple listboxes on the same page without getting duplicate html input tags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove parameter from request as it has been handled. This is needed because when there will be multiple listboxes on the same page with their subfields prefixed, updating the selection would not know which prefix to use, and would overwrite the value computed from selection tool with bare transmited value. Not updating first/last variants since they are broken. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21999 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Update Formulator rendering API (except css and odt) to make it accept a new "render_prefix" parameter. Its basic purpose is similar to existing "key" parameter, but instead of replacing field id it gets prepended to it. Its "evolved" purpose is to make it possible to distinguish multiple renderings of the *same* field (same form, same field) in a single rendering sequence (ie, in the same web page). It's safe to just ignore it when writing a renderer. Update all existing renderers, and monkeypatch a few more. Ignore the new parameter in all of them except ListBox (stored on renderer instance but not used yet). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21998 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- disabled splitted tests for now - introduced class name for real test - defined file encoding git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21996 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21995 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21994 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
If a substitution mapping method is not found, skip substitutions rather than raising an exception. This may happen when a web page is viewed directly, for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2008 12 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- with images - with persons - with non ascii characters git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21991 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make testPredicate methods available on testDomainTool (split in 2 classes & make testDomainTool inherit from the MixIn class). Add a test for searchPredicateList: it must not return predicates which would be possible to filter out from SQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21990 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- select builders for proper portal type for this workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add closed, opened and deleted states - added work lists - updated workflow name - replaced autoPlan transition with auto_plan - set up proper security for states git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-