- 02 Jun, 2008 6 commits
-
-
Jérome Perrin authored
also explain why we need cell in the model line for editable model line to work git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21263 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
BudgetLine_viewAvailableBudget, BudgetLine_viewConsumedBudget, BudgetLine_viewCurrentBudget : don't show resource and set title read only git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21261 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21259 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
context, this fix testAccessControl git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2008 4 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Invoke workflow method only when event worklfow is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Rewrite the code of forcing authorization, so that Unauthorized is raised, only if authorization is forced in a given context, and a document can be retrieved in an unrestricted way. Otherwise, a traversal fails for any attribute that does not exist with Unauthorized, and indexing may fail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21254 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 May, 2008 17 commits
-
-
Julien Muchembled authored
* resources are described using Measure objects * stock can be queried in any unit * movements perform unit conversion * See following wiki articles: * HowToUseMeasures * TechnicalNotesOnUnitConversion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Keep compatibility with previous implementation in order to accept non iterable parameter as login. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21239 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
before changing state * remove "context" in workflow scripts because normal user is not allowed to access to (thanks to Jerome) * change eGov universal workflow title (it was the old title) * add egov_anonymous_workflow which is used for subscription process git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
show "Calculation Order" and "Pay Sheet Order" on Pay Sheet Model Line (and use a field library for this) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
The value to catalog is the value entered by the user, not the net-converted one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
state variable name on career_workflow changed to validation_state. Update Person's Detail listbox to use "translated_validation_state_title" instead of the old "state_title" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2008 13 commits
-
-
Julien Muchembled authored
Will be required to test unit conversion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
registry tool replace content_type_registry to find appropriate portal type for ingestion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add a minimum support of html mail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* add manager permissions on validated state * add french translated messages git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add type based method for Event.send and use MailTemplate to build mail message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
This method is used when a document is exported to external resource as raw data(for example, attach to an email). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-