- 15 Apr, 2009 8 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
template_erp5_xhtml_style was used to have a customise breadcrumb. Now it's possible by overriding breadcrumb_render page template. So remove customised template_erp5_xhtml_style and add breadcrumb_render. Hide logged_in_as bloc using css. Because this bloc is inclued in template_erp5_xhtml_style from erp5_xhtml_style bt and in TioLive we don't need it because login is displayed in top-bar. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26423 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
In some case (like in TioLive), we want to customise the breadcrumb. Use a template for this permit to do that. You just have to overload breadcrumb_render template to customise your breadcrumb. I run testPerformance on my machine and it appear no signifactive changes in the results, but I will check on unit_test runed by buildbot. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26422 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
-
Tatuya Kamada authored
make ImageField-mapping-image-size-management better when image size is smaller than ODF frame size TODO: write a test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2009 14 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26411 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
Active localisation in WebSection_viewSiteTitleWidget and make the code more readable in WebSection_viewSubsectionWidget. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
Make WebSection_viewNavigationWidget generate a dynamic tree for listing sections and documents (limited to a depth of 3 by default). I have change CSS for rendering the navigation menu for 3 level of depth. If we want infini depth we must change the system of rendering, moving from css to javascript. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26407 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
range-reference and point-reference accepts unicode string as well as utf-8 string * Modify: using restrictedTraverse when ImageField mapping for better security git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Apr, 2009 1 commit
-
-
Tatuya Kamada authored
When ReportSection list are zero length, must remove the mapped frame in a ODF file. So that this specification, appending a limitation to the ReportSection mapping function. The feature in the FormPrintout accepts only one form in a ReportMethod. You can not set two or more forms in the ReportMethod when using FormPrintout. * Refactoring remove unused argument; render_prefix git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Apr, 2009 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2009 15 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* add a alt attribute to be valid git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
This id make the page not valid xhtml, but in this way we can save tab position ! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
update ERP5Site_renderQuickSearchDialog to use ERP5Site_processAdvancedSearch to not make conflict with the top search box. Split in many forms should be required to avoid this trick, but it's not possible to include a form in the main form. And split in many form is a very big change that will affect all sites and all projects. So for now we will just use this trick like it is in the km. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26394 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
in ignore_layout case, do nothing special in BeforeTraverse hook. with this change, next/previous selection works fine, and redirection after changing id works fine etc. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26391 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
if listbox has no data line, must not have table rows * Append: ReportSection and ImageField mapping features TODO: write their unit test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-