- 20 Dec, 2007 4 commits
-
-
Aurel authored
return an empty string git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2007 35 commits
-
-
Jérome Perrin authored
Note that we use: request.get('your_portal_skin', request.get('field_your_portal_skin', ...) * your_portal_skin is for the * field_your_portal_skin is for Base_callDialogMethod, which iterates on form.get_fields, which will not return the field unless it's enabled. Maybe Base_callDialogMethod should use form.get_fields(include_disabled=1) ? git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
No need to have duplicated report actions on account module and accounting transction module. Only keep reports from accounting transaction module. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Unconditionnaly use Base_getODSStyleSheet as a stylesheet. It's really too much pain to maintain duplicated versions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Initialize the "Show Legend" window in closed state, because I always have to move it or close it to use the scrollbar git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
The "portal_skin" field should not show the style when style is forced by passing portal_skin in the request git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
If style is forced in the request, Preference_getReportFormatItemList should honor this forced style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- calculate context.REQUEST only one and use `request` as variable name everywhere - there were old code assuming that if the action is an "object_report" category, we should always redirect to take the forced skin into account, instead check if we have a forced skin, and use changeSkin to keep going with the same request without the need to redirect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Make a macro for field value rendering code, for now only used in listbox macro, but could also be used for standard fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
always return false. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18423 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- uppercase type definition - explicit [NOT] NULL column type definition - shorten INT types when possible - remove index names - remove extra space - removed unused indexes on date and processing_date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
like '+0100' etc. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Replace field name list with field->metadata dictionary. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Update styles in Base_getODSStyleSheet. We now have two main groups of styles, styles for custom reports and styles for ods_style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Removed unused scripts in document_interaction_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Put ListBox_asHTML as a Page Template. It has been present as a Filesystem Page Template for a long time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Drop email table only if it exists. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Dec, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-