- 29 Dec, 2010 4 commits
-
-
Gabriel Monnerat authored
* Upgrade to 2.5.1 and remove not used files git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
EmailDocument must not return text_content if data is empty because EmailDocument is not base_convertable, data and text_content might not be related each other. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
As TextDocument can store this original value in data property (Ingestion Input) or text_content property (UI Input). content_md5 is computed against getData, then TextDocument instances must fallback on getTextContent if data is empty. getData usage is unified among all types of documents. Additional Comments: TextDocument._convert() still rely on text_content value as raw_data. because if data exists, text_content also, as a base conversion of data. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2010 26 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41845 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
to supervisor.cfg as it's only used in the latter for now and the former may not be used, for instance when using only cloudooo. Also update the definitions of section-extender following the changes in erp5.extension.sectionextender. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Added javascript code to be possible choose the theme to Spreadsheet editor and save it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
inherited from PropertyExistenceConstraint git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
message_property_not_set git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- create folder to themes of sheet editor - add new theme to sheet editor git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Added new UNG Preference tab to preferences. For now, this tab contains one field to choose the theme for sheet editor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
checks only one property so it could be used in child constraints checking only one property git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
always be equal to its default value, namely 'python: True' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add a instance profile of kumo, that can set up a persistent storage (like flare) and also a volatile storage (like memcached, but supports longer keys and bigger values). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* add test_tales_expression field to Predicate_view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
without having to create dozens of unique Python scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Dec, 2010 10 commits
-
-
Gabriel Monnerat authored
- update image path on css file git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Moved all Portal Type Roles from erp5_web_ung_core to erp5_web_ung_role git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Implemented javascript code to be possible save all changes on enabled preferences. * Clean up the code to remove some global variables git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
programs, namely only supervisor programs in sections added to parts will actually be in supervisord.conf. Previously, loading a .cfg specifying a supervisor programs would add it to supervisord.conf even if it was not in parts and it was not easily extendable neither. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
New action on Web Messages to display datas filled in by user if Web Message was created from internal Web Sites git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-