- 27 Nov, 2013 1 commit
-
-
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 6 commits
-
-
Sebastien Robin authored
erp5_mysql_innodb_catalog: add related keys child_aggregate_relative_url and parent_journal_relative_url
-
Sebastien Robin authored
-
Sebastien Robin authored
This allows to use the same script for various columns. It is particularly convenient for listbox used in reports with a list of columns that could vary depending on data.
-
Sebastien Robin authored
It happens for some objects that we don't allow the user to see them, even though we might allows them to get some informations. Typically an object that they should not see in a module but that could be used for some purposes.
-
Jérome Perrin authored
Signed-off-by: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
-
Jérome Perrin authored
Signed-off-by: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
-
- 12 Nov, 2013 1 commit
-
-
Jérome Perrin authored
-
- 11 Nov, 2013 1 commit
-
-
Arnaud Fontaine authored
-
- 08 Nov, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
-
Tristan Cavelier authored
-
- 07 Nov, 2013 1 commit
-
-
Jérome Perrin authored
-
- 06 Nov, 2013 1 commit
-
-
Aurel authored
remove portal_web_services from erp5_base add required dependencies on bt5
-