- 28 Aug, 2008 21 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
testCancelWorkflowTransitionDialog: testHistory: in reports listbox IDs are prefixed, update test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Make sure that if the Object Parent does not have one permission (View and Access contents information), is not possible use this permission as checked_permission. If some object has no Permission to Access contents information all subobjects cannot be accessed, even if you View permission. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Tab's renderers should return charset as they are (usually!) asynchronously loaded in order to explicitly define charser for browser. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add an new parameter to keep automatically generated grouping reference, and set it to false for compatibility with previous behaviour git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Extract translation message from tal:dfeine expression. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use Base_translateString instead of using Localizer method directly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- compare against empty list, memcache limitation, ref: http://mail.nexedi.com/pipermail/erp5-dev/2008-August/002032.html git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use N_ for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
ObjectMessage.getProperty() supports the default value like Base.getProperty(). fix the format of __repr__(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use N_ for translation string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use N_ function for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
add tests for the getLastLengthGeneratedId method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2008 19 commits
-
-
Aurel authored
- when creating an active process from the alarm, reindex it with the last tag from the alarm so that the notify activity will wait for it to be reindexed. This will make notify retrieve the real last active process. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Improve pot file export. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
correct template because of the changes in erp5_web_editable_content.css (add of getLayoutProperty). Thanks for Jerome's help git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Improve pot file export. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23197 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* correct a css problem git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
http://svn.erp5.org/?view=rev&revision=14361 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Remove unused/duplicate 'id' attribute. If such an attribute is required, then we must must either use 'class' or change naming policy of groups. * Remove invalid 'name' attribute. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
insert erp5_web_editable_content.css in erp5_egov_content.css because now it's not yet possible to include it in. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
when jumping to the module, use the "default_${base_category}_uid" key, which works for resource, destination, etc. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-