- 12 Apr, 2010 7 commits
-
-
Kazuhiko Shiozaki authored
* test if we can sort projects by start_date. * test if we can search projects by start_date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2010 32 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* all listbox of erp5_trade are now proxy of a field inside Base_viewTradeFieldLibrary (instead of directly using Base_viewFieldLibrary). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Add new field "my_view_mode_module_listbox' in order to replace "my_list_mode_listbox" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use a listfield, because when we do not redirect in Base_callDialogMethod field_your_payment is still in REQUEST.other. Maybe this should be fixed in Base_callDialogMethod actually ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Stop using "object_add" action category + hidden content type, use standard way (mainly because we cannot copy & paste, create new, or clone lines), the previous behaviour of staying in the delivery view is kept if we use this new action, with adding only one line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* commit transactions after each calls of CachingMethod in order to push data into memcached backend (For DistributedRamCache plugins) * Add a test for DistributedRamCache with flare as backend, to test long keys (more than 1024 Bytes) and large values (More than 25MB) * Check that memcached.Client instances are not mixed in connection pool (see r34441). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
If the configuration of memcached.Client instances are different to each other inside the same thread, the first created one is allways returned. So this patch store the instances inside a intermediate dictionary with keys build with discriminatory criterions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Move obsolete proxy field library from erp5_trade bt to erp5_trade_proxy_field_legacy git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Work by François-Xavier Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Work by François-Xavier Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Work by François-Xavier Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34435 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add key authentication plugin (preliminary work of FX) and extend tests to basic cover it. This is a work in progress and needs improvements (see XXX) and better test coverage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
Script variable can be None. So it was not raising well. Now is possible to see which Portal Type does not have cell range script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Most random failures in unit tests are due to wrong dependencies between activities. With this option, it is often possible to make a unit test reproducible to make debugging easier. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Integrate it in the web layout example. Work by François-Xavier Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Under firefox, rewrite indented title categories using style definition. This way we can select items by pressing the first letter of their name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
They have to be integrated by a widget inside the layout form. Work by François-Xavier Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
raised by an external validator on FormBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
Now is possible to define different release values for both packages (erp5 and tiolive-application). Usage: make rpm-application PACKAGE_SOFTWARE_RELEASE=002 PACKAGE_APPLICATION_RELEASE=006. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34423 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Allow Assignor to update validated Projects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
typo) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-