- 26 Oct, 2011 1 commit
-
-
Yusei Tahara authored
-
- 25 Oct, 2011 10 commits
-
-
Łukasz Nowak authored
In case of navigate the caller is responsible for providing date as text string.
-
Ivan Tyagov authored
-
Łukasz Nowak authored
suds library understands datetime.datetime objects, so do *NOT* convert them to strings.
-
Ivan Tyagov authored
Add system preference which indicates if pre_converted_only argument should be used or not in conversion.
-
Ivan Tyagov authored
Add 'pre_converted_only' to ImageField which is a new way to generate thumbnail URLs in respect to cache backend.
-
Ivan Tyagov authored
Do handle well case between 'display' argument and its pixel size representation by storing in cache only 'display' argument.
-
Ivan Tyagov authored
will read preference as it is. This can lead to a new cache key and thus a new storage in cache.
-
Łukasz Nowak authored
-
Yusei Tahara authored
Fix Base_resetListSetting. It did not work with "Set List Setting" dialog. Now it accepts any parameters.
-
- 24 Oct, 2011 15 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Add portal_secure_payments if not exists.
-
Kazuhiko Shiozaki authored
-
Nicolas Delaby authored
This change will display 'Automatic Detection' in portal type list instead of nothing for first item
-
Łukasz Nowak authored
Cover basic _getSignature cases.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Have only one method for signature calculation and a bit of data modification: _getSignature Use method introspection to manipulate fields, fallback to strings later. Accept DateTime objects for dates. Implement soap_duplicate.
-
Nicolas Delaby authored
-
Kazuhiko Shiozaki authored
-
Nicolas Delaby authored
-
Nicolas Delaby authored
I suspect a bug in sortBusinessTemplateList, so I wrote this test to catch this bug... which does not exists. At least, now there is a test dedicated for sortBusinessTemplateList
-
Kazuhiko Shiozaki authored
make Base_viewAddEventDialog similar to Ticket_viewNewEventDialog (except source/destination fields).
-
Nicolas Delaby authored
Anyway manage_setAlarmNode can be refactored to avoid urllib usage.
-
- 21 Oct, 2011 14 commits
-
-
Ivan Tyagov authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Julien Muchembled authored
Also move some common code from AlarmTool to a new TimerServiceMixin.
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Start preconversion in a separate serialize able activity.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Make testDms use by default RAM based cache storage as some tests require it. (testDmsWithFlare just changes this storage to a persisten one).
-
Łukasz Nowak authored
Really never raise (trust no one). Always return excepted values in order to not trick caller.
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
Non transmitted values shall result in ++ Empty (evaluated to None) values shall result in ++
-
Kazuhiko Shiozaki authored
-