- 11 Mar, 2010 40 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
if removed workflow is still used somewhere else, make the default choice 'unchecked' and displays 'Removed but used'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* remove all field not compatible with the guideline in Base_viewFieldLibrary * use eavily the proxy rename dialog in order to make proxy fields using the correct proxy in the field libray git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
# After the previous command finish (--start or --stop), call start.py flush, this prevents leave openoffice and xvfb running after stop. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fulltext operator (MatchComparisonOperator) is special because it generates ORDER BY expression, which is to be used only if caller tells catalog to sort on the fulltext column. This code tests just that. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
As the generated order-by expressions now (rightly) differ based on data, the exception generated when detecting the difference must be postponed to when expression is actualy used, as it might not be used. Also, test that postponing effectively works, and demonstrate another way to express the same condition, but which allows sorting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* partially apply guidelines for field library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
rename 'installed_bt' argument in preinstall() to 'installed_item' because it is not a business template object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
When full-text expression uses both boolean and natural mode, the expressions should be merged, otherwise there would be 2 different definitions for the same (fulltext) column alias in the SELECT or ORDER BY expressions. If any of the full-text expressions contain boolean operators, the whole expression will be executed in boolean mode. Reviewed by Vincent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
ProxyField git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
by exporting delegated_list property. * fix indentation issue which duplicates 'tales' node in formToXML brought by r27696 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This was always broken, and went unnoticed because of another breakage: these expressions were never rendered in final SQL. That will be fixed in a separate commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
in this case _checkConsistency should not examine those children objects. It might be better to filter portal types directly in contentValues. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* add more fields for dialog with last rules of the guideline git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Assume that the test starts in English. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
It is acceptable to have newest - only recipes and other helpers would be updated if not pinned by versions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Use _getOb instead of getattr twice. Thanks Julien for the tips git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
Modified action information so that download original file exchange action on OOo Document is not shown if the user is not authorized to get the file in original format git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
-One checks if the current user can convert the current document into the specified target format -The second one returns only the autorized formats git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
non-editable LinesField/TextArea, use a <div> instead of the bare value to be able to include CSS and Extra attributes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
listbox_xx field have inconsistent "editable" property: Check that the listbox takes over. (It was the case before r33620) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* authorise other standards safe tags git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-