- 10 Apr, 2009 4 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26387 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove id from checkbox in listbox lines. In most of cases, this id was hudge (more than 100 caracters) and was not XHTML valid (because it contain invalid caracters such '=' wich are not XHTML valid) And I found it was not used. This will make big listbox a bit faster and make page more XHTML valid. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2009 21 commits
-
-
Kazuhiko Shiozaki authored
use absolute_url(relative=1) instead of getRelativeUrl() in ERP5Site_checkDataWithScript's test, because 'portal_categories/' is eliminated in Category's getRelativeUrl() value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
use Category_viewFieldLibrary/listbox it is (i.e. using contentValues with checked_permission="View") for getting sub document list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove duplicate test files. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- display user login in white - remove the link from the user picure - change a bit search box style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 15 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
-