- 31 Dec, 2007 8 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added support for solve method in Alarm_view form. Implemented flexible report rendering as well as solve method invocation through a dialog. Implemented a global report of all alarm results at the level of the Alarm tool. Tried to put as much as possible descriptions but not yet everywhere. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Finalisation of the Alarm API and development. Alarm can now do everything there were meant to be. Sense problems through activities, report problems in a nice way, and solve problems. They can be used as a simple cron but not only. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
I see no reason to store a sense_value as a generic property of Result in CMFActivity. sense_value is really specific to Alarm. And implementation should rather use a cache on the sense() method of Alarm rather th add to the code of CMFActivity some parts which are unrelated to CMFActivity. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Use buildEmailMessage from NotificationTool (buildEmailMessage was moved from Url.py to NotificationTool.py) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Support more cases for notification, including default notification when no recipient is provided. Added a function here to build Mail messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2007 3 commits
-
-
Vincent Pelletier authored
Iterate over object ids instead of over object values. Instead of using find, then spliting string, first split and compare with list items. Check that *all* subparts of cell id are ints, not just the first one. Remove unneeded value assignment. Fix comment. Clarify "try" structure: append is what must happen if no error is raised. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2007 19 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove test_renameObjectsPreservesUid: it is not a required feature. What is costly in renaming an object is updating all relations pointing at (or traversing) renamed object. Updating the uid in category table is "just" a consequence from this, and will be done anyway - even if uid is the same. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Revert previous patch: no error must be emmited if codification path is found but is an empty string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
vault_path can be an empty string, which would causes category path to have a trailing slash, which is invalid with current category traversal. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
It also fixes ZSQLCatalog from emmiting false "duplicate uid" warnings in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18544 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
"movement" dictionnary always contains just one key, base_id, so remove this useless level of nesting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
fix coding style. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Check that renaming an object with a subobject updates subobject path. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Dec, 2007 8 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18532 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Refresh worklist SQL cache as it's now safe to call this method even if required scripts are not available (it's a noop then). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
"owner" column must not be None anymore if owner do not have view permission, but '' (empty string). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Dec, 2007 1 commit
-
-
Vincent Pelletier authored
Cause partial execution failure to abort transaction. When some messages succeeded and some failed, make successful messages available for immediate processing, and make failed messages go through usual conditions (involves postponing them). This fixes a stupid mistake in makeMessageListAvailable invoquation on delay_uid_list instead of [uid] in finalizeMessageExecution.. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18526 20353a03-c40f-0410-a6d1-a30d3c3de9de
-