- 22 Feb, 2010 18 commits
-
-
Yoshinori Okuji authored
* Stop form_render from relying on the type of editable_mode (i.e. int). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Set appropriate title to each workflow definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
- already existing test tests that when short title is not here, title is used - this commit makes sure that when both title and short title are here, short title is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add missing entries in bt/template_path_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 22 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This test does more than test_6[89]_ so it replaces them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Change subject from "Failed Processing Activity" to "Activity failed: <path>/<method>" * The subject starts with "Pending activity already failed <failures> times:" if CMFActivity is going to reexecute indefinitely. * Drop the first line of the body. It was repeating the the subject. * Add number of failures. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
getActivityRuntimeEnvironment is changed to return an ActivityRuntimeEnvironment instance instead of a dict (and this value is now stored in a transactional variable, for automatic cleanup). This object allow activities to change default behaviour of CMFActivity if an error happens. In the future, this object could also allow executed activity to inspect its related Message object. In case of infinite retry, notify the user when the default limit is reached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
retry | now ------+------ 0 | 15 1 | 30 2 | 1:15 3 | 2:30 4 | 4:15 5 | 6:30 6 | 9:15 7 | 12:30 8 | 16:15 9 | 20:30 ... | ... For ConflictError, delay is still constant to 30 seconds. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Now, all messages can be executed 6 times by default (or more in case of ConflictError), regardless their initial priority. For compatibility reasons, the 'priority' column is still increased. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Pass list of Message objects instead of a list of (uid, message, priority). Store the fetched line on the Message object to retrieve the priority. In the future, if we allow executed activity to access its related Message object, it could also get the SQL line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- reuse such generated python in deployment - assert if such generated python is able to import all needed libraries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
approved by thierry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
approved by thierry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- put memcached on end of assertion (it is known to fail for now) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
be created and keep readable error messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-