- 13 Aug, 2009 9 commits
-
-
Kazuhiko Shiozaki authored
no need to call hasConversion() before getConversion() because it does mostly the same thing and waste of time. use try ... except KeyError instead. _makeDisplayPhoto returns converted data to make it possible to use it immediately. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
no need to call hasConversion() before getConversion() because it does mostly the same thing and waste of time. use try ... except KeyError instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as this relation is category use canonised property name - causality_list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add causality_list to be explicit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
return None instead of calling str() if _baseGet*()'s value is None in getBaseData() and getData(). thanks to Romain for reporting the bug. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2009 19 commits
-
-
Jérome Perrin authored
* add an onbeforeunload event to warn the user when he is about to leave the page without saving. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
result git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
constraint for that date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix permissions on actions for price conversion. The action to convert must be protected by "Modify portal content" and the action to view converted price by "View" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use iframe_content in OOoDocument_viewAsWeb for Drawing and Presentation to have better paginations. * use OOoDocument_viewAsWeb instead of Drawing_viewAsWeb in all preview for Drawing and Presentation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2009 12 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- aggregate return values into list and return them only once - fixes bug disallowing using Taget Solver and Delivery Solver in one call (4421) - fix naming (do not use abbreviation) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
available on the ListboxRenderer object, and as it could prevent caching on lazyMethod. Always display content in Report mode. Always display content in Domain Mode, when a domain is selected. If the parameter ignore_hide_rows is found in the REQUEST, always display content. Always diplay content when the workflow state parameter is found in the selection, in order to allow lines to be displayed by the worklists. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Do not pass REQUEST as isHideRowsOnNoSearchCriterion's parameter, as it is already available on the ListboxRenderer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use _list for categories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use a native title for each language same as navigation_box_render. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-