- 27 Jun, 2008 13 commits
-
-
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 27 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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21977 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Revise version to 5.1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Revise version to 5.1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21973 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Revise version to 5.1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make proxyfield's WidgetDelegatedMethod lazily retrieve proxyfied method's func_code, so that it's easier to pinpoint underlying method. Use case: when a widget rendering method raises and the rendered field is a proxyfield, func_code cans be read *after* call raised. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- introduce field library for Transformation Optional Resource portal type, base it on Transformation Transformed Resource library, with exception of option field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- introduce Transformation Operation field library, base it on Transformation Transformed Resource library, with exception of my_resource git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- made fields: efficiency, quantity, quantity unit and title editable, to be consistent on all forms - delegate column and more column list, as it is now w/o portal type since 21949 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- override columns and more columns list, add portal type, as it was removed from proxy library in 21949 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-