- 24 Apr, 2014 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Reason for not using postonly instead is that anonymous persistence may be good in some erp5 use cases (ex: shopping cart), and also authentication cookie may outlive haproxy cookie and may lead to no persistence afterward.
-
Vincent Pelletier authored
Fix spurious newlines being emitted, breaking published values. Also, remove unneeded whitespace trimming on "else" statement.
-
- 23 Apr, 2014 5 commits
-
-
Vincent Pelletier authored
The way to request frontend has changed a lot since this code was written. Find a way to not depend on how frontend work, to not have to keep SRs synchronised with frontend flavours.
-
Vincent Pelletier authored
Allow creating databases without associated user account. Do not document this, as it is part of a yet-incomplete feature.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
MySQL changed the default value 3 times since 5.1, causing a waste of disk space when recreating schemas (tables move out of an already large system tablespace, which cannot be easily reclaimed). Also, per-table option fragments free space: if a table shrinks, freed space cannot be used by another table without recreating shrunk table (which induces at least a write-lock during data copy, which may not be trivial).
-
- 22 Apr, 2014 10 commits
-
-
Cédric Le Ninivin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Remove non-needed parameters, empty unused parameter. Move "inituser" closer to "user" and "password", as they are related.
-
Vincent Pelletier authored
Also, do not look unused options up.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
When there are many ZODBs, this command can exceed crond's maximum 1024 bytes limit.
-
Cédric Le Ninivin authored
-
Kazuhiko Shiozaki authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 18 Apr, 2014 1 commit
-
-
Sebastien Robin authored
-
- 17 Apr, 2014 8 commits
-
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
drop buildout.dumppickedversions extension because buildout-versions already exists for similar purpose.
-
Vincent Pelletier authored
As test database count could not yet be changed to 0, this point is still a blocker.
-
- 14 Apr, 2014 7 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
because the default value changed from off to on in MySQL 5.6.6.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 10 Apr, 2014 4 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 09 Apr, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-