- 27 May, 2013 4 commits
-
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
- 23 Apr, 2013 6 commits
-
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
- 15 Mar, 2013 7 commits
-
-
Mame Coumba Sall 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
-