- 08 Apr, 2010 32 commits
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* asSafeHTML is removed * asHTML returns allways safe html * Style nodes are not stripped anymore (they are safe from security point of view). If they brake display of host page, this is another issue git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
This is related to issue, that comment can be a property of an object. So while invoking: object.edit(comment='something') property is stored on object but also is set in comment. Despite the fact that edit is workflow method, its usage is mostly like normal method. It is possible to store comment in edit workflow, by using doActionFor(object, 'edit_action', comment='comment to be stored in workflow history'). This can be done in same transaction and thanks to this it will be related with edit transition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* call convert and use conversion cache feature. * add index parameter in convert just for generate unique cache key per attachment * small cosmetics refactoring (sorry). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
account in bt installation -fixed bug #1702 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check that during invoking non edit_workflow transition comment is stored in workflow history, not in object git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* _safeHTML is removed * The stripping is done inside convert method * Conversion Cache is handled corectly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check that during using edit to store comment parameter edit workflow history is not garbaged with this parameter git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
after some discussion with Kazuhiko, it's better to force format to png. Original format might not be possible to display on the browser, like TIFF or old mac's PICT etc. but PNG should be supported in all modern browsers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
do not set default image_format on preview. This mean that an image will be previewed in the same format she has been uploaded. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* don't copy the signature of wl_lockmapping, just pass through arguments git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Reverted previous my change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Reverted previous change. Also the script must move to ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Reverted previous change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2010 8 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
if we want to make it possible to extend account_type/expense and account_type/income, we have to do it differently, because this report depends on the fact that node_category and node_category_strict_membership are used in the same time, which only takes nodes that are member of boths node_category and node_category_strict_membership. This repairs GL with GAP filtering git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* use locks from portal_classes itself, because locks from temp objects cannot be reused (only visible on zope 2.12) * reimport files after edition, in an after commit hook, if after commit hooks are available (ie. on zope 2.12 only) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Search with relative_urls like project_module/1/% instead of project_module/1% (which was also matching project_module/10 by mistake) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
file, to detect errors immediatly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-