- 28 Nov, 2013 7 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Change Preference accessor to use category property. Build accessor from accessor holder accessors and not from properties.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Fix field name and description
-
Jérome Perrin authored
-
- 27 Nov, 2013 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 26 Nov, 2013 1 commit
-
-
Rafael Monnerat authored
Contributed by Jingjing Xu and Ni Yan.
-
- 25 Nov, 2013 1 commit
-
-
Jérome Perrin authored
This was a problem when using a brain as a ZODB component because an old version of the class and module was kept as the _v_ attribute. The problem was when the components where reseted
-
- 22 Nov, 2013 4 commits
-
-
Vincent Pelletier authored
Before this change, an unconfigured Web Section would match all available documents, which can be surprising (security would still apply, of course).
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Remove depth limitations on domain generator. Make ListField item list generator present resource hierarchically (either through indentation or through relative title-based paths, depending on preference). Also, share a bit of code between both.
-
- 19 Nov, 2013 5 commits
-
-
Sebastien Robin authored
We generating url to see list of task reports in task report module, we have to use left joins to find out task reports with no items
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Former behaviour for entry ('foo', None) was: <option value="value">foo</option> With this change, it becomes: <option disabled="disabled">foo</option> which was not possible to render before.
-
- 18 Nov, 2013 4 commits
-
-
Vincent Pelletier authored
effective_date, when defined, prevents a document from being visible even if it is in the correct workflow state. Note that this is orthogonal with workflow states: a document which must not be visible should not be in a workflow state which makes it visible to begin with. effective_date only affects website-style document listing and lookup.
-
Vincent Pelletier authored
As this means sorting had no effect, drop sorting on versions: versions are arbitrary strings which can have any evolution scheme, so do not try to guess what is more recent than something else.
-
Vincent Pelletier authored
Also, make effective date visible and editable on relevant document views lacking it. Add a test.
-
Vincent Pelletier authored
Specifically, system must not compare version to decide which is older, and does not. So remove noise from test, and reword docstring.
-
- 15 Nov, 2013 3 commits
-
-
Jérome Perrin authored
The duplicated getBrain/getObject code in Shared.DC.ZRDB.DA only exists with some versions of Zope or Products.ZSQLMethods
-
Kazuhiko Shiozaki authored
-
Arnaud Fontaine authored
reload(), which should be called only for filesystem tests, was called for ZODB Components. So on the first execution, sys.modules was updated with a new instance of the module whereas the module in erp5.component.test stayed the same. On the second execution, reload() failed it checks whether sys.modules[MODULE] == erp5.component.test.MODULE.
-
- 14 Nov, 2013 9 commits
-
-
Kazuhiko Shiozaki authored
fixup! SelectionTool: Changing storage or memcached settings were not taken into effect until restart.
-
Kazuhiko Shiozaki authored
fixup! SelectionTool: Changing storage or memcached settings were not taken into effect until restart.
-
Kazuhiko Shiozaki authored
fixup! SelectionTool: Changing storage or memcached settings were not taken into effect until restart.
-
Jérome Perrin authored
-
Jérome Perrin authored
* date attribute is converted to timezone only when attribute is accessed (and not in __init__ anymore). Some code that needs performance may be able to use date_utc attribute wich is the date as UTC * debit, credit, debit_price and credit_price uses "is_cancellation" column instead of getObject().isCancellationAmount()
-
Jérome Perrin authored
* Ctrl+S to save * Ctrl+space to autocomplete * unsaved changes warnings
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 13 Nov, 2013 2 commits
-
-
Sebastien Robin authored
erp5_mysql_innodb_catalog: add related keys child_aggregate_relative_url and parent_journal_relative_url
-
Sebastien Robin authored
-