- 28 Aug, 2008 32 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23239 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use Base_translateString or translateString instead of N_ for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use translateString or Base_translateString instead of N_ for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Translate all possible report,add, exchange action's titles at the script level once as this script results is cached in respect to user's preferred language. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use translateString or Base_translateString instead of N_ for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Handle case when css_object is not a DTMLDocument git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Please use this function instead of using N_. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 8 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
-