An error occurred fetching the project authors.
- 28 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 17 Dec, 2012 1 commit
-
-
Jérome Perrin authored
-
- 27 Oct, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 25 Oct, 2011 1 commit
-
-
Ivan Tyagov authored
Add 'pre_converted_only' to ImageField which is a new way to generate thumbnail URLs in respect to cache backend.
-
- 19 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
This allows ImageField to return original image content
-
- 23 Nov, 2010 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Fix default values for some dictionaries. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40513 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
* 'image_display' parameter is no longer required. the image will not be resized if this parameter is empty. * 'resolution' parater is now respected. it was just ignored before. * creates a shorter URL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2010 1 commit
-
-
Fabien Morin authored
Big images are cut into smaller chunks, so it's required to cast to str. See OFS/Image -> _read_data method for more informations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2009 1 commit
-
-
Fabien Morin authored
getSizeFromImageDisplay method was returning (heigh, width), but all other methods were returning (widht height). In addition to this, there was mistakes : from Document/Image.py +295 : 'width': self.getSizeFromImageDisplay(id)[0], 'height': self.getSizeFromImageDisplay(id)[1], and also l 450: (width, height) = self.getSizeFromImageDisplay(display) the use of width and height was mixed up. Currently, all default preferences display size define squares (width = heigh), so this mistake was never detected. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2009 1 commit
-
-
Fabien Morin authored
The size of the display is not the size of the image, it should be the maximum size of the image but in all cases, the image should keep its ratio aspect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 1 commit
-
-
Fabien Morin authored
if the image is display as a thumbnail, the image will be added in the odg document as thumbnail size/quality - _replaceImage method is not required anymore, remove it - update methods signatures to be consistent with other render_* - if there is some height and width in the node attribute (because of attr_dict), try to make the image smaller or equal to this dimentions, and keep proportion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 2 commits
-
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
FormPrintout : clean a bit code FormPrintout._replaceXmlByForm : change the xpath expression to get the node from one level higher. In this way we can have all the node tree used for the field. Add style in style dict for this node FormPrintout._createOdfUniqueFileName : use quote_plus in both cases, add a comment to explain it ImageField : add a method _replaceImage used to replace an image in an odg file FormPrintoutAsODG : add test for proxyfields Formulator.Field, Formulator.Widget : change render_odg signature to accept more parameters required for image mapping. Add First level node. ERP5OOo/tests/test_document/Foo_001.odg add some descriptions arround fields, to make easier to understand the purpose of each element in the document. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2009 1 commit
-
-
Hervé Poulain authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Apr, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jun, 2008 1 commit
-
-
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
-
- 21 May, 2008 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
- 12 Mar, 2008 2 commits
-
-
Fabien Morin authored
- correct a mistake : replace with & (thx to Jerome) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2008 2 commits
-
-
Fabien Morin authored
TALES into account. get_value render field or TALES content, so we can use description field to describe the type of content (Identity Picture) or the content the content (John Simth). If no description is given, the title (wich is mandatory) is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
w3c test but 0 error on tidy test, so this field passed the unitTest without failure) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. Repair broken images. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-