An error occurred fetching the project authors.
  1. 11 Oct, 2012 1 commit
  2. 27 Jan, 2012 1 commit
  3. 12 Apr, 2011 1 commit
  4. 11 Nov, 2010 1 commit
  5. 14 Oct, 2010 1 commit
  6. 16 Aug, 2010 1 commit
  7. 19 Mar, 2010 3 commits
  8. 07 Oct, 2009 1 commit
  9. 16 Sep, 2009 1 commit
  10. 03 Mar, 2009 1 commit
  11. 27 Jun, 2008 1 commit
    • Vincent Pelletier's avatar
      Update Formulator rendering API (except css and odt) to make it accept a new... · b4b92a1f
      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
      b4b92a1f
  12. 21 May, 2008 1 commit
    • Julien Muchembled's avatar
      Fix {Field,Widget}.render_view API so that Listbox's non-editable cells can access 'cell' in TALES: · ba489a0f
      Julien Muchembled authored
       * add a 'REQUEST=None' parameter to every render_view method:
         * new patches in FormulatorPatch to fix render_view of Field, Widget,
           MultiItemsWidget, LabelWidget, FileWidget, PasswordWidget and RadioWidget
         * reorder parameters in OOoChartWidget.render_view
         * add a 'REQUEST=None' parameter to DurationField.render_sub_field_view
       * forward REQUEST to field.get_value in:
         * ListWidget_render_view (my goal)
         * TALESWidget_render_view (why not?)
       * PatchedLinkWidget.render_view and
         MultiRelationStringFieldWidget.render_view
         needn't call get_request anymore if REQUEST isn't None
       * PatchedLinkWidget.render_view: change REQUEST.get('cell') into
         getattr(REQUEST,'cell',None) since 'cell' may be an attribute of REQUEST
       * add a unit test to check the signature of all registered fields/widgets
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21048 20353a03-c40f-0410-a6d1-a30d3c3de9de
      ba489a0f
  13. 27 Aug, 2007 1 commit
  14. 25 Mar, 2006 1 commit
  15. 23 Jan, 2006 1 commit