- 25 Nov, 2008 16 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* This report does not exist any more git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* add more columns in bug_module view to be able to sort by project, ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This script can have a proxy role. If you can pass the transition, you should not be unauthorized later git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
sorted in python. restore "Date comptable" as translation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Nov, 2008 6 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a workflow on attachments. Now, if an agent delete an attachment, the attachment just pass the transition delete_action and he's not deleted as it was before. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2008 18 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This patch allow to render OOoChart inside deferred_style (asynchronous) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This patch allow user to pass some parameter inside XML structure, given by marshaller xml.marshal.generic dic = {'a':1, 'b':4} <?xml version="1.0"?> <marshal> <dictionary id="i2"> <string>a</string> <int>1</int> <string>b</string> <int>4</int> </dictionary> </marshal> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
$INSTANCE_HOME/Document if they are not already present git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use restrictedTraverse which will perform security checks rather than getattr which will raise Unauthorized if logged in user can't access portal_gadgets. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-