- 13 Dec, 2010 28 commits
-
-
Romain Courteaud authored
- allow to install software - hide unused functionnalities git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Refactor Feed reader use mentioned above feature. Use JSON dump whenever possible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
how messy the proxification of this business template was. Improved proxification of many forms. Some dialog are still remaining because there is many copy/paste of tales expression, so it becomes impossible to share field. Improvement of dialogs will be required git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41394 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* environment parameter may not accect hooks in comming hexagonit.recipe.cmmi release (not sure). * creating var directory should be a part of instance creation recipe. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41391 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- changed href to open the section "All Documents" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41387 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Remove all categories because for now all ung sections are domains only git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Add Tool portal types for Tools added through ERP5Site.manage_addERP5Site git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
in fact, accessing erp5.portal_types will try loading the contents of portal_solvers as well... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Migrate Tools to portal type classes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Raising KeyError means more cache misses, and it's acceptable: on the other hand crashing an instance just because you install a BT that has a memcache cache configured that can't access the memcache daemon was just wrong. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Migrate Tools to portal type classes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Migrate Tools. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2010 3 commits
-
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2010 4 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* stop too-much hardcoding of python version. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2010 5 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
similar Property Sheet for both git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- do not pass output here, otherwise this report does not work when issued in a date that is before the date of the last movement of an item - pass variation_text to benefit from SQL filtering git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-