- 20 Mar, 2013 4 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
same as 4c129961.
-
Aurel authored
Complete rewrite of the syncml core engine to make it scallable Remaining work : - review of conflict management - re-implement splitting of big object - generic unit test for AsynchronousEngine - complete review of default conduit - lot of TODO and XXX in the code to check
-
- 18 Mar, 2013 2 commits
-
-
Vincent Pelletier authored
-
Jérome Perrin authored
Now title needs to be configured as a content translation translated property to be able to search on title.
-
- 15 Mar, 2013 11 commits
-
-
Jérome Perrin authored
I doubt anyone wants to fill full_text table with this information.
-
Jérome Perrin authored
It's no longer needed to configure using the script
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Mame Coumba Sall authored
-Titlecase terms, uppercase abbreviations, avoid jargons, add titles to empty title forms....
-
Mame Coumba Sall authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Tatuya Kamada authored
-
- 14 Mar, 2013 12 commits
-
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* it is faster. * it does not require Products.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Allow client side to specify how it want server to return listbox field - i.e. it can be rendered locally or rendered entirely server side.
-
- 13 Mar, 2013 11 commits
-
-
Vincent Pelletier authored
Fixes copy-paste of DateTimeField rendering into search expression, as it separates time from date with 3 spaces.
-
Vincent Pelletier authored
Original code behaviour: >>> def foo(self, a=None): ... return 'works' ... >>> context.foo(a=1) works >>> def foo(self, a): ... return 'works' ... >>> context.foo(1) works >>> context.foo(a=1) TypeError: foo() takes exactly 2 non-keyword arguments (0 given) New behaviour fixes this TypeError, to be closer to normal python behaviour. Also, original code was doing expensive checks before cheap ones.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, use from ... import * to make verbatim original code work. Also, use original code's coding style for unaltered lines.
-
Vincent Pelletier authored
For easier copy/paste from original file.
-
Vincent Pelletier authored
-
Ivan Tyagov authored
Implement properly portal status message gadget to be a global one and support showing message from URL. Implement properly DateTimeField.
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This avoid having some failures of testnodes
-