- 12 Mar, 2011 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2011 38 commits
-
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
usefull to identify if a erp5 is present already on a Zope Setup. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
The problem of deeper rules that creates compensation movements that should not simply copy all categories of the movement is still open. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
cleanup of the cleanups: call the right superclass method, monkeypatch ERP5TypeTestLoader again to fix live test filtering git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* this indirectly fix a site error on portal_property_sheets/view when a property had no reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* add constraint to force user to respect naming convention on ID of properties * display the reference in read only, the reference is guessed from the id for now git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- change how arguments are passed to be explicit and give responsilibty to runner - provide more useful messages git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
type definitions, no longer needed to associate it to the class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- be clear and inform what is being started git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Unfortunately mysql_install dies in case if there is software upgrade. And from current knowledge the only "portable" way to know that mysql database was initialised is to check for existence of mysql directory in datadir, which contains system tables. Such check assumes that installation went fine and then tries to start mysql. If installation was not correct mysqld will die, which is acceptable, as wrapper will exit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
some live-test-runner cleanups: stop bloating sys.path at every run, stop assuming test names are test modules (allows specifying testPackingList.TestPackingList in the test list), stop monkeypatching classes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- replace log-slow-queries with log-slow-file to silence depracation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44197 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- add javascript code to hide gadget message git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
If some looked-up id is missing, it would be searched in acquisition, which is not desired. If some looked-up id exists as a method id on container's class, it will be fetched instead of a subobject, which is not desired. Example case, which happened to me: searching for "Title" returns an accessor from CMF. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
likely enough git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-