- 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 14 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
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 12 Mar, 2013 2 commits
-
-
Ivan Tyagov authored
Return listbox's as rendered at server side (until we can render it client side with all features). When tab changes preserve URL arguments in browser location bar and change only hash part. Make basics of RelationStringField. Improve rendering of ERP5 form's left and right fieldsets.
-
Jérome Perrin authored
-
- 08 Mar, 2013 3 commits
-
-
Julien Muchembled authored
See commit 1472c7e9 Also remove deprecated 'methods' Product attribute.
-
Ivan Tyagov authored
User require.js to load dependencies. Allow tabs to be switched using dynamic hashable routes.
-
Jérome Perrin authored
-
- 07 Mar, 2013 2 commits
-
-
Ivan Tyagov authored
Add portal type selection for search box.
-
Jérome Perrin authored
-