An error occurred fetching the project authors.
  1. 15 Mar, 2011 1 commit
  2. 16 Feb, 2011 1 commit
  3. 27 Jan, 2011 1 commit
  4. 15 Dec, 2010 2 commits
  5. 14 Dec, 2010 1 commit
  6. 23 Nov, 2010 2 commits
  7. 04 Oct, 2010 1 commit
  8. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  9. 22 Jun, 2010 1 commit
  10. 04 May, 2010 1 commit
  11. 23 Apr, 2010 3 commits
  12. 26 Mar, 2010 1 commit
  13. 19 Mar, 2010 4 commits
  14. 17 Mar, 2010 3 commits
  15. 11 Mar, 2010 1 commit
  16. 19 Feb, 2010 1 commit
  17. 18 Feb, 2010 1 commit
  18. 29 Jan, 2010 1 commit
  19. 15 Jan, 2010 1 commit
  20. 12 Oct, 2009 1 commit
  21. 07 Oct, 2009 1 commit
  22. 30 Sep, 2009 1 commit
  23. 03 Sep, 2009 1 commit
  24. 27 Aug, 2009 2 commits
  25. 07 May, 2009 1 commit
  26. 12 Nov, 2008 1 commit
  27. 02 Jul, 2008 1 commit
  28. 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
  29. 15 Feb, 2008 1 commit
  30. 06 Feb, 2008 1 commit