- 30 Dec, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2010 19 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
here, the output should be unicode not str. this part is only called in python-2.4, because python-2.6's HTMLParser.unescape() already decode such entities. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Fix test failures on testBusinessTemplate and spurious error messages on the console when trying to set the sort_key on an unconnected Connection object. Also fix the manual creation of the ActivityConnection object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Only give AccessContentPermission to Member, to prevent any anonymous access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
erp5_web embed features related to erp5_crm, but erp5_crm is not an hard dependency. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
a different portal_type, the Event will migrate to this portal_type during discoverMetatada process. Contribution Predicates must focus on filename, content_type and content_type guessed from data criterions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
if parsers (HTMLParser, lxml.html.parser or BeautifulSoup) return unicode, encode output into 'utf-8' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Fix issue to reload the page and insert the text_content on svg editor git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41853 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 19 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
-