- 09 Apr, 2009 5 commits
-
-
Fabien Morin authored
navigation bar appearance was a bit different from top page. I have applied the appearance of top page (www.tiolive.com) to customer instance area git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
r26363 the way of RESPONSE header test was wrong, fix it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- set 'View' permission to index_html method as well as r26362 - when just call FormPrintout from Python script or python code, must not set RESPONSE headers git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
Fix a misuse of the Zope Core Permissions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- point-reference to a paragraph mapping failed non-ascii value - the XML could not encoding 'utf-8', but displayes escaped unicode charactor * Append: range-reference to strings mapping git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2009 16 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we need 'Add portal folder' permission to clone categories, that is allowed for Manager and Owner by portal_categories. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
The trick with dtml-var at the top permit to call the dtml document erp5_xhtml_style/erp5.css using the properties from tiolive_base/erp5.css. In this way, colors used in css will be colors definied in tiolive_base/erp5.css properties tab (not those from erp5_xhtml_style/erp5.css properties tab). Thanks to julien for his help git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* assignor should be able to create or clone a web section. * assignor should be able to create a category (but not a base category). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add script type (wich is required) - add div markup (a block is required inside a form to enter data) - remove id on block because it was not used and it was made with invalid caracters ("/") git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
transform DateTime object into ODF acceptable format '2009/04/20' -> '2009-04-20' * Append test cases which confirm fixing the bugs * Refactoring - change method name into mixedCase, according to the naming convention - using etree nsmap object instead of to define the namespace-dictionary constant - the long test method devide into appropriate some methods git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2009 19 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Copy DocumentExtraction extension from erp5_dms to here because it's used by Base_showFoundText DocumentExtraction should be rewrited and refactored. Copy it to here temporary to use it before rewriting it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Fix sub_path list generation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Base_getOwnerInfoList is part of erp5_web bt. Change ListBox_asSearchStyleHTML to use it only in web_mode. Use only two big condition instead of many small (is_web_mode and not: is_web_mode). This should be make listbox displaying a little bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use utf-8 encoding git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- copyright update git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add fix method for BTree if its _folder_handler is set to string - add tests: - to check if it is possible to recover functionality of isBTree and isHBTree methods using _fixFolderHandler - that BTree after adding content is still BTree while using isBTree (same for HBTree) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*remove modification done on last commit as redirection for change in website id is taken care of somewhere else. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a style for emphasis in search results. This is used to display search words in bold in the excerpt text git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-