- 12 Oct, 2009 1 commit
-
-
Łukasz Nowak authored
As test is added to confirm such case I remove wrong solution to avoid any doubts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Oct, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
remove python-2.3 compatibility code because we no longer support python-2.3 and encodestring() is b64encode not b16encode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2009 37 commits
-
-
Lucas Carvalho authored
Added a test to make sure that the session still the same after create a new person setting the reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
convert object_id to str. In this way, line uid will not be unicode, and can be concatenate with others ascii words (like it is in Products/Formulator/Widget.py l. 856) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* differenciate MemcachedDict for different ERP5 instances by using SharedDict instead of MemcachedDict just same as portal_memcached.getMemcachedDict(). * since encoding key is done in MemcachedTool level, there is no need to do the similar thing in DistributedRamCache level. * stop diffentiate caches by cache plugin url, because it makes the key too long and it still cannot prevent cache duplication when a user modifies the configuration of cache plugins. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29532 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use Quoted Printable encode instead of 'removing invalid characters' to encode keys for memcached. * add a global prefix that makes it possible to share the same memcached with different ERP5 instances. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
The purpose of this line is to allow debugging tree.xml content, this should be disabled by default so comment it out. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29526 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- compose tests' description from tests' string representation with inheritance tree and tests' docstring for full identification in test results git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
noun should be singular or plural, use plural" from http://www.erp5.org/GuidelinesForNamingConvention ) - use Base_redirect git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29523 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Keep user prefered language while switching to another place git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29520 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29518 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29517 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29516 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Base_showFoundText should not raise NotConvertedError when document is not converted. Instead, it should display a message ("This document is not converted yet.") git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29515 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
document not yet converted. Instead, it should return the message "This document is not converted yet." git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29514 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29513 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29511 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29509 20353a03-c40f-0410-a6d1-a30d3c3de9de
-