- 29 Jul, 2011 1 commit
-
-
Ivan Tyagov authored
Return result of redirect call as it's used in testERP5Credential.
-
- 28 Jul, 2011 9 commits
-
-
Julien Muchembled authored
- Avoid overhead of getPropertyList & getXxx accessors - Acquisition is useless for 'specialise' category on Simulation Movements. Maybe the same optimization can be done for all categories ?
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
Lucas Carvalho authored
Just a small performance improvement, the behavior still the same. Because when the client send a big file, it should not take too long to check the sha512 sum.
-
Lucas Carvalho authored
Shacache instance is now able to provide big file without getting killed by the OS, due a memory leak. Desactivating the previous object is an approach to send the data without overloading the RAM Memory.
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
- 27 Jul, 2011 18 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
Ivan Tyagov authored
provided. Fallback means that no authentication policy will be applied if former is true.
-
Ivan Tyagov authored
password recovery process in case of expired passwords.
-
Ivan Tyagov authored
to respective iLoginAccountProvider implementation class.
-
Ivan Tyagov authored
password expire occurs.
-
Kazuhiko Shiozaki authored
delete a needless object instead of alling delete transition, because such transition does not exist in certain states.
-
Ivan Tyagov authored
password generation (either system sets it(default) or system generates a Credential Recovery process which allows user set it through one time active link)
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
or not and use it respectively in isauthenticationPolicyenabled API. Fix interaction workflow to catch all kind of possible setters.
-
Ivan Tyagov authored
Allow low level password validity checks (if isAuthenticationPolicyEnabled only). Adjust tests to handle better password history.
-
- 26 Jul, 2011 4 commits
-
-
Vincent Pelletier authored
-
Leonardo Rochael Almeida authored
This parameter comes from catalog_join branch,where it is used to pass a marker value (equivalent to an " AND " from SQL point of view).
-
Vincent Pelletier authored
catalog_join branch's code relies on this join condition ordering. This simplifies template a bit (we don't generate slot names dynamically) but makes variable meaning more obscure.
-
Leonardo Rochael Almeida authored
Sites migrated from Zope 2.8 don't have a configured component manager (a.k.a. SiteManager) and because of that, and its consequent lack of registration of the Localizer Message Catalogs as ITranslationDomain utilities, they don't perform translation correctly. Here we add a no-additional-cost migration by overriding the ObjectManager.getSiteManager() method, and automatically configuring the component manager, including translation domains.
-
- 25 Jul, 2011 8 commits
-
-
Vincent Pelletier authored
Also, in RelatedBaseCategory, move most computation cost from call-time to construction-time.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
_aq_dynamic will be called after getattr fails.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Subobject access policy (ie, what's intended here) has nothing to do with "declareProtected".
-
Vincent Pelletier authored
-
Ivan Tyagov authored
Adjust test accordingly.
-
Kazuhiko Shiozaki authored
-