An error occurred fetching the project authors.
- 25 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* add File_viewEditor for text/* documents. * add 22x22 webdav icon too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Aug, 2009 5 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Optimize SQL query to use full text search (i.e. index) in order to find related documents (i.e. referencing documents) rather than like (which scan all table rows). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
remove leading whitespaces in href attributes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use PDF_viewHTMLPreviewAsImage for web_view of PDF documents, that also supports page navigations. * add 'download as PDF' button. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28544 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
change download_pdf field to be able to display background image (using span trick) and translate it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
allow 'Publish Alive' etc. for Image and PDF too, because they can be also replaced immediately without any background conversion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* use iframe_content in OOoDocument_viewAsWeb for Drawing and Presentation to have better paginations. * use OOoDocument_viewAsWeb instead of Drawing_viewAsWeb in all preview for Drawing and Presentation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Aug, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2009 2 commits
-
-
Łukasz Nowak authored
- revert 28183 as that is wrong way for this listbox (getPortalDocumentTypeList would return too many portal types) and even more idea for this change is wrong git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- nothing (some unrelated XML garbage there is no control during business template generation) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2009 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2009 1 commit
-
-
Nicolas Delaby authored
* add dms_cache_factory to store conversion values in persisent storage like flare To enable it, please update your DMS Preference. (Preferred Conversion Cache) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27920 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Fix document ingestion so that no workflow method is called when the transition doesn't exist for the current state. This is mainly done by removing 'edit' transition on processing_workflow, to prevent duplicate processing of ingestion. Reuse edit_workflow for all portal types with processing_status_workflow and update computation of revision (Document.getRevision). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jun, 2009 1 commit
-
-
Łukasz Nowak authored
- newer XML serialisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2009 1 commit
-
-
Yusei Tahara authored
* Add my_editor_field to Base_viewDMSFieldLibrary. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2009 1 commit
-
-
Yusei Tahara authored
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility. * Update dependencies. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Vincent Pelletier authored
Replace DocumentSearch.py extension by Base_parseSearchString restricted script using catalog API to access expression parser. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 May, 2009 1 commit
-
-
Vincent Pelletier authored
Drop scriptable key definitions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Łukasz Nowak authored
- remove them from erp5_dms and erp5_project git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2009 1 commit
-
-
Nicolas Delaby authored
* add update_frequency base category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Apr, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2009 1 commit
-
-
Fabien Morin authored
* some method need to be renamed after been moved so change the name everywhere git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Mar, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-