- 05 Sep, 2011 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
slapos.recipe.build allows to install openoffice in same way as z3c.recipe.openoffice. Additionaly it does not hardcode internally paths or binaries, so less code updates are needed.
-
- 02 Sep, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
slapos.libnetworkcache does not depend anymore on M2Crypto (it uses openssl binary internally and it is optional). 1.5.3-dev-SlapOS-009 version of zc.buildout is safe to be used with new, stabilised API to library.
-
- 31 Aug, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Aug, 2011 2 commits
-
-
Łukasz Nowak authored
Readd removed sleep.
-
Łukasz Nowak authored
It shall be possible to switch easily between Zeo/Zope configuration without need to copy ZODB.
-
- 29 Aug, 2011 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
ERP5 updater takes care of configuration certificate authority tool.
-
Łukasz Nowak authored
Rely on portal introspections functionality.
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
- 26 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
This reverts commit 84b1322c. I want to wrong way.
-
Łukasz Nowak authored
Some variables might be present, which can influcence the compilation.
-
Romain Courteaud authored
As described in: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html """ If you cannot figure out why you get Access denied, remove from the user table all entries that have Host values containing wildcards (entries that contain '%' or '_' characters). A very common error is to insert a new entry with Host='%' and User='some_user', thinking that this enables you to specify localhost to connect from the same machine. The reason that this does not work is that the default privileges include an entry with Host='localhost' and User=''. Because that entry has a Host value 'localhost' that is more specific than '%', it is used in preference to the new entry when connecting from localhost! The correct procedure is to insert a second entry with Host='localhost' and User='some_user', or to delete the entry with Host='localhost' and User=''. After deleting the entry, remember to issue a FLUSH PRIVILEGES statement to reload the grant tables. """
-
- 25 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
-
Arnaud Fontaine authored
If erp5_update is controlled through supervisord, then put it in etc/run/ (slapgrid adds all the content of this directory to supervisord), otherwise, put it in bin directory.
-
Arnaud Fontaine authored
-
- 24 Aug, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Aug, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 22 Aug, 2011 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Arnaud Fontaine authored
-
- 19 Aug, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
our own fontconfig should be also included in LD_LIBRARY_PATH so that we can force using our own fonts.
-
Arnaud Fontaine authored
-
- 18 Aug, 2011 1 commit
-
-
Arnaud Fontaine authored
-
- 17 Aug, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 15 Aug, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 13 Aug, 2011 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 12 Aug, 2011 3 commits
-
-
Julien Muchembled authored
This is required by testConflictResolution & testInvalidationBug.
-
Julien Muchembled authored
The only functional change is the following: - before: sys.path begins with [*/product/*/tests] followed by [*/tests] - after: sys.path begins with [prj1/product/*/tests, prj1/tests, prj2/product/*/tests, prj2/tests, ...] This should have no impact.
-
Julien Muchembled authored
Also remove 2 configuration lines that only repeated the default values
-