- 28 Jul, 2011 5 commits
-
-
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
-
- 22 Jul, 2011 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
They were removed by mistake in 887aa655
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Changes are done manually, as files were moved. Original log: 02666ca3 Enclose runTestSuite in its workspace. d029684f Use safeRpcCall always during calling master. 70d2e4bc Setup process group for test suite. e94ff72d Always kill supervisord. 677895a5 Remove not filled kill lists. b228b137 Make import list diff/patch friendly. 8ef8b9b6 Missing import. 37da9000 Always set partition's permission. 346ff3bb Cleanup test result when SubprocessError is raised. 5515a973 Reuse SubprocessError exception in more error cases. e72a7c86 Remove no-op. 048d47d3 Remove debugging log. dc8276c9 Increase verbosity. 2d47034b Get rid of empty lines between each commands. bdd79ceb Use timestamped logger in Updater & SlapOSControler. e0ec5401 Fix typo in log message. d46f496c Output formated timestamp in front of each message. 2dfa0a97 Don't write to some dynamically-named, pwd-relative file. de91c1ff Catch all RPC exceptions. d413f619 Move log files to testrunner's log_directory. 4d357a41 Provide and use run_directory instead of computing it. 0cd300b9 Define profile_path on individual repository list entry. 1f5e7a3f save memory by stopping supervisor Original commits are available in http://git.erp5.org/repos/slapos.git repository.
-