- 20 Sep, 2010 5 commits
-
-
Ivan Tyagov authored
Fix edit form bakground which used ERP5 background (blue). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use proper function name to make it possible to reuse in other "higher" layers which use gadget system. Use directly MochiKit name space. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Clean up usage of 'important' in CSS. THis makes it hard for further customizations of this base CSS. Clean up old code usage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2010 1 commit
-
-
Nicolas Dumazet authored
with portal types as classes, any newTempXXX call will require a portal_types/XXX Base Type to exist git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2010 20 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
"msgattrib translation.po --no-fuzzy --translated -s --no-wrap -o translation.po" prevent this) - reorder translations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
isinstance check was returning false git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Use BusinessPath_build as the common way of invoking builders. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Add an utility script BusinessPath_build which can be used to unify the way of invoking global builds. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Apply CSS convention. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
does not break when someone tries to import it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38435 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Add a flag to specify if a delivery builder may create any new deliveries or not. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Add a hack to work around a bug that CheckBoxField may not even try to get a property value, because it has a default value 0 in the field definition itself. The same hack was performed against Form.py but this has been disabled mistakenly for a while, because monkey-patched methods were overridden in ProxyField. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2010 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
TimerService is probably already activated on the host instance. With help of Julien. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Root ERP5 site lacks getRelativeUrl. Add it for consistency so we do not have to add ugly code exceptions in scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Do care for syntax not to start with logical operator which should be used only for concatenating two sub search strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
permissionRole (when security.declareProtected has been used). The later was not supported by 38378. It was the cause of cryptic "TypeError: iterable argument required" that occured in some tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
<existing_search_string> OPERATOR (portal_type:value1 OR portal_type:value2) rather than as before: <existing_search_string> portal_type:value1 OR portal_type:value2 which have a totally different meaning and generates a wrong query. Make sure that OPERATOR is configurable (default='AND') git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Explicitly reset form's selection when doing a fresh search to eliminate old selection values be used in query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-