- 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 15 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: 02666ca Enclose runTestSuite in its workspace. d029684 Use safeRpcCall always during calling master. 70d2e4b Setup process group for test suite. e94ff72 Always kill supervisord. 677895a Remove not filled kill lists. b228b13 Make import list diff/patch friendly. 8ef8b9b Missing import. 37da900 Always set partition's permission. 346ff3b Cleanup test result when SubprocessError is raised. 5515a97 Reuse SubprocessError exception in more error cases. e72a7c8 Remove no-op. 048d47d Remove debugging log. dc8276c Increase verbosity. 2d47034 Get rid of empty lines between each commands. bdd79ce Use timestamped logger in Updater & SlapOSControler. e0ec540 Fix typo in log message. d46f496 Output formated timestamp in front of each message. 2dfa0a9 Don't write to some dynamically-named, pwd-relative file. de91c1f Catch all RPC exceptions. d413f61 Move log files to testrunner's log_directory. 4d357a4 Provide and use run_directory instead of computing it. 0cd300b Define profile_path on individual repository list entry. 1f5e7a3 save memory by stopping supervisor Original commits are available in http://git.erp5.org/repos/slapos.git repository.
-
Łukasz Nowak authored
testnode maps some sections to internal parameters, so in order to avoid post processing just keep keys as are.
-
Łukasz Nowak authored
For now the goal is to make testnode running, usage optimisation will be applied later.
-
Vincent Pelletier authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Use argparse and configparser in order to being able to pass parameters.
-
Łukasz Nowak authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Ivan Tyagov authored
security question (default is ask).
-
- 21 Jul, 2011 13 commits
-
-
Vincent Pelletier authored
From the "git-push-should-be-slower" department.
-
Vincent Pelletier authored
This way, it's possible to display nothing in a FormBox. Useful only when formbox_target_id is computed.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Ivan Tyagov authored
not.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This will allows to use it for several different external method calls
-