- 22 Dec, 2010 25 commits
-
-
Gabriel Monnerat authored
* Implemented code to allow which the user edit the document using the reference of the document shared. If is a Anonymous User, one user is created to him. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Clean up the script to generate the UNG Domains and remove not used scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Remove inheritance (makes no sense in propertysheets) and consider removing this propertysheet itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Use Order ProperySheet instead of PackingList ProperySheet since PackingList ProperySheet is in reality not defined. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Create new pad in synchronous fashion, rather than a mix of an asynchronous request in browser and redirect afterwards. Clean up some comments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* ERP5Type.PropertySheet becomes a dynamic module that returns strings instead of classes for compatibility: - the document classes can now use strings in property_sheets attribute - if a document uses a string instead of a class reference to point to a property sheet, it means that the property sheet can either be an old (filesytem, local, in a product) property sheet, or a zodb propertysheet For now, the contents of ERP5Type.PropertySheet (strings) are overwritten if a local PropertySheet is loaded from the disk. But with time, as property sheets will migrate to ZODB, the module will empty itself and contain only strings. * Move all property sheets from all products to ERP5PropertySheetLegacy product. Only property sheets that were left 'as is' are CMF* property sheets. This commit is mostly a move to another Product, and should have small consequences on tests/existing instances. However, if you used to import PropertySheets in custom/project code in your custom Property Sheets, you will need to rename: from Products.*.PropertySheet.Foo import Foo to: from Products.ERP5PropertySheetLegacy.Foo import Foo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
sure that aq_dynamic will know where to find the property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
if it is present overthere (otherwise, it is likely a property sheet in ERP5PropertySheetLegacy and it will be loaded by aq_dynamic) * comment as to why Solver Tool is one of the exceptions * LOG when Property Sheet Tool is missing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
are not broken while migrating to ZODB property sheets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
propertysheets and constraints git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Dec, 2010 15 commits
-
-
Sebastien Robin authored
comment for now this code until proper solution is found git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
this allows to go further than the default limit to 1000, and this fix unit test failure git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This fixes testLegacySimulationOrderBuilder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
such as Variables, References, Charts, Fields. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Other checks regarding image size assert that Image is still well replaced. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Take into account this behaviour. Before refresh: <text:reference-mark-start text:name="week"/> <text:span>Monday</text:span> <text:reference-mark-end text:name="week"/ After refresh: <text:reference-mark-start text:name="week"/>Monday<text:reference-mark-end text:name="week"/> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
calling getProperty?key= in the URL does not work when psyco is installed, so use an intermediate python script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
François-Xavier Algrain authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-