- 03 Nov, 2009 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
_getSingleCategoryAcquiredMembershipList. This fixes two issues: 1. checked_permission was not propagated to recursive calls, so there were cases that checked_permission was ignored. 2. this method might try to get membership by acquisitions falsely, because _getSingleCategoryMembershipList filtered the result by checked_permission, so when the user was prevented from accessing a category directly specified by the context, the result was empty. So the solution is to filter the result only right before returning from this method, and stop having other methods to filter the result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* rename fast input dialog forms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove prototype forms and actions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert r30216 because security should not be considered for Inventory API by default. we will introduce check_permission=False argument in all Inventory APIs later. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use proxied value for lines - do not show ID - proxy int_index listbox edit field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
http://www.erp5.org/codesearch/Fabien Morin authored
used only in erp5_apparel. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30239 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
The read-only cache in resolveCategory was not always effective, because the name "key" was used for other things but a cache key, so rename it to cache_key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2009 26 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
On Zope 2.12, the new Localizer MessageCatalog.translate() doesn't accept 'domain' as keyword parameter as it IS the domain (approved by jm) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*Script modified so that it's no longer required to fill title in fast input listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change some translations - capitalize some msgid (changing also in public that use it if required) - translate "Brand" as "Marque" which is a better and more generic translation (it's used only in erp5_apparel) - change "Colours" translation to "Couleurs" : Coordonnées have no meaning - remove some bad and unused translation (like "Industrial description" : "Industrial Description" should be used instead) - try to be more consistent (like in "Net Width" and "Net Width (cm)") git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
http://www.erp5.org/codesearch/) and they have bad msgid (english words first letter should be capitalised), and they are duplications of the capitalised version. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This will only workf wirh erp5_core r30221 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* role information for Person, Assignment, and Bug were missing. the test looked working fine because self.login('dummy') meant loging in with manager account before. * now a sender of a bug notification should be its owner. * no need to add Manager role for 'dummy' user. * use 'dummy' user in test_03_setCheckBugNotification too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a new workflow : apparel_component_workflow and associate it to Component and Fabric portal_types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- solve method works on simulation_movements, and after refactoring of calling class this class definition was plain wrong git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-