An error occurred fetching the project authors.
- 07 Sep, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 May, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
register current web site physical path for later URL generation in WebSection.__call__() too, otherwise it is not set in accessing web site root, and it's default document's absolute_url() value is 'http://host/erp5/web_page_module/page_id' instead of 'http://host/erp5/web_site_module/site_id/web_page_module/page_id' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27163 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26911 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
getBreadcrumbItemList's default argument should be same, that is the same API of WebSection_getBreadcrumbItemList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
if we get multiple ignore_layout parameter, we only care the first one, because ignore_layout parameter can exist in both cancel_url and hidden fields. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2009 1 commit
-
-
Yusei Tahara authored
a method named getXXX should not raise an exception even if key does not exist. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 2 commits
-
-
Jean-Paul Smets authored
This patch fixes the problem of wrong base URL for default pages of web sites in the case of web sites which are not virtually hosted. Tests were added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2008 3 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added a propertysheet so that the display of default page in a section can be turned off. This is useful for example to define translatable content through web pages in relation with a web section, although the web section should display a list of items. (ex. news, press, products in a shop, etc.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Make sure that documents obtained by getDefaultDocumentValue, getDocumentValue and getDocumentValueList are wrapped with self. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2008 1 commit
-
-
Ivan Tyagov authored
(based on is_authorization_forced property of Web Section) a login form to be prompted or not to him. Extend tests to cover this new feature. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19518 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2008 1 commit
-
-
Jean-Paul Smets authored
Reimplemented permanent URLs as it should have been: with __bobo_traverse__. We do not need anylonger with this to specify the webmaster as we did. Security is taken into account to access permanent URL documents. One remaining issue: support of transactional cache in __bobo_traverse__. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2007 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2007 1 commit
-
-
Kristian Rother authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2006 1 commit
-
-
Bartek Górny authored
Accelerated version of aq_dynamic with better support for URLs in editable_mode. Still a quick hack. Refactoring needed to prevent code duplication git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2006 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10000 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Aug, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2006 2 commits
-
-
Jérome Perrin authored
good security declaration, this is not needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add assignRoleToSecurityGroupOnParent method to call assignRoleToSecurityGroup on the parent object, from unrestricted code. The permission is necessary on the role definition object, not the parent object. As a bonus, this will no longuer fail if the acquisition parent is not the real parent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-