2017-03-10 Sylvain Thénault [repo] Kill repo._sessions
2017-03-10 Sylvain Thénault [repo] Stop closing session
2017-03-10 Sylvain Thénault [views] Stop giving stats / debug information relying on _sessions
2017-03-10 Sylvain Thénault [session] Stop relying on _sessions to synchronize living session
2017-03-10 Sylvain Thénault [test] Drop useless access to repo._sessions
2017-03-10 Sylvain Thénault [repo] Fix flake8 errors in server/__init__.py
2017-03-10 Sylvain Thénault [repo] Drop no more used ShuttingDown exception
2017-03-10 Sylvain Thénault [repo] Drop _get_session method
2017-03-09 Denis Laxalde [test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py
2017-03-09 Denis Laxalde [web] Extract a base class out WebConfiguration
2017-03-09 Denis Laxalde [tox] Drop reference to removed init_instance.py file in flake8-ok-files.txt
2017-03-10 Denis Laxalde [web] Put 'use-uicache' option in level 2
2017-02-21 Denis Laxalde [server] Add a "scheduler" command to run repository scheduler
2017-03-06 Denis Laxalde [cwconfig] Do not instantiate a repo with a scheduler in repository method
2017-03-06 Denis Laxalde [server] Make cubicweb/server/utils.py flake8-clean
2017-03-06 Denis Laxalde [server] Drop utils's LoopTask and TasksManager classes not used anymore
2017-03-06 Denis Laxalde [server] replace repository's tasks manager by a scheduler
2017-03-06 Denis Laxalde [server] introduce a scheduler class to run repository "looping tasks"
2017-02-16 Samuel Trégouët web: add options to ignore css compilation and uicache
2017-02-16 Samuel Trégouët [skeleton] call includeme from new cube
2017-03-06 Denis Laxalde [etwist] Do not call repository's start_looping_tasks anymore and warn about this
2017-03-09 Denis Laxalde [test] Flake8-clean and use stdlib unittest in cubicweb/server/test/unittest_utils.py
2017-03-07 Sylvain Thénault [web] Don't raise ProcessFormError if there is no value specified
2017-03-07 Sylvain Thénault [test] Cleanup imports in unittest_form
2017-03-07 Florent Cayré Fix log level parameter not taken into account in cwsource log table 3.23
2017-03-06 Denis Laxalde [pyramid] Drop call to repository's start_looping_tasks method and warn about this
2017-03-06 Denis Laxalde [test] Make unittest_serverctl.py flake8-clean
2017-03-06 Denis Laxalde [wsgi] Drop calls to repo.start_looping_tasks
2017-03-06 Denis Laxalde [pyramid] Drop useless "init_instance" module
2017-03-06 Denis Laxalde [server] Drop inexistent "bootstrap" argument in Repository initialization
2017-02-08 David Douard [server] fix a typo in a docstring
2017-02-24 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list" 3.24
2017-02-23 Sylvain Thénault [web/views] Fix a docstring
2017-02-23 Denis Laxalde [server] Use looping_task method in Repository._prepare_startup()
2017-02-27 Denis Laxalde [skeleton] Drop logging configuration from development.ini
2017-02-27 Denis Laxalde [pyramid] Drop retrieval of auth/session secret in all-in-one.conf
2017-02-27 Denis Laxalde [cwctl] Recommend 'pyramid' before 'wsgi' when twisted is not available
2017-02-27 Denis Laxalde [cwctl] Drop message about 'the pyramid cube' in "start" command
2017-02-27 Denis Laxalde [cwconfig] Fix two NameError in load_available_configs()
2017-02-27 Denis Laxalde [etwist] Drop try/except around definitions of 'all-in-one' configuration and command handlers
2017-02-28 Denis Laxalde [server] Call 'server_startup' hooks at the end of repository "bootstrap"
2017-02-28 Denis Laxalde [pyramid] Drop module-level cache and cleanup looping tasks in tools
2017-02-28 Denis Laxalde [hooks] Return early in server_startup hooks if the repository has not tasks manager
2017-02-28 Denis Laxalde [server] Only register "clean_sessions" looping tasks if repository has a tasks manager
2017-02-24 Denis Laxalde [utils] Do not pass a tasks manager to Repository in admincnx()
2017-02-23 Denis Laxalde [server] Separate repository bootstrap from initialization
2017-02-23 Denis Laxalde [server] Also remove tmpdir in case of error during restore database command
2017-02-23 Denis Laxalde [server] Rename Repository's init_cnxset_pool method bootstrap
2017-02-23 Denis Laxalde [server] Replace server config's init_cnxset_pool attribute by a "bootstrap" parameter in Repository
2017-02-23 Denis Laxalde [server] Drop close/open steps in NativeSQLSource.restore()
2017-02-07 Sylvain Thénault [skel] Fix rpm's .spec file skeleton
2017-02-23 Denis Laxalde [server] Move "starting repository..." message where this actually happens
2017-02-23 Denis Laxalde [server] Initialize Repository without a tasks manager in ServerMigrationHelper.restore_database()
2017-02-23 Denis Laxalde [server] Fix a typo in log message in Repository.init_cnxset_pool()
2017-02-24 Denis Laxalde [cwconfig] Issue a warning if a configuration module cannot be loaded
2017-02-24 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list"
2017-02-23 Denis Laxalde [skeleton] Set cubicweb.bwcompat to False in development.ini
2017-02-21 Denis Laxalde [pyramid] Use existing repo in PyramidCWTest
2017-02-21 Denis Laxalde [pyramid] Make it possible to setup CubicWeb instance from an existing repo in includeme()
2017-02-21 Denis Laxalde [pyramid] Move loading of pyramid_debugtoolbar later in includeme()
2017-02-21 Denis Laxalde [skeleton,pyramid] Move pyramid app definition in cubicweb.pyramid module
2017-02-10 Denis Laxalde [pyramid] Add a copyright and docstring to all modules
2017-02-08 Denis Laxalde [cwconfig] Strip "cubicweb_" prefix from cube name in available_cubes()
2017-02-21 Philippe Pepiot [web] fix os.rename usage on windows when destination exists
2017-01-25 Philippe Pepiot [web/views] show composite entities in delete view
2015-05-11 Christophe de Vienne [workflow] Utilities for declarative definition of workflows
2017-02-20 Denis Laxalde [server] Remove pseudo-handling of exceptions in Repository._delete_cascade_multi()
2017-02-21 Philippe Pepiot [web] fix os.rename usage on windows when destination exists 3.23
2017-02-09 Denis Laxalde [skeleton] Add "cubicweb.session.secret" to development.ini
2017-02-10 Denis Laxalde [pyramid] Include 'cubicweb.pyramid.predicates' where it is used
2017-02-10 Denis Laxalde [pyramid] Rename make_cubicweb_application function as config_from_cwconfig
2017-02-08 Denis Laxalde [server] Reprase messages of db-check to avoid using "system" and "sources"
2017-02-20 Denis Laxalde [predicates] Fix reference to has_related_entities in partial_has_related_entities docstring
2017-02-07 Philippe Pepiot Fix possible double import of cubes modules
2017-02-08 Philippe Pepiot Make load_module() return existing module if present in sys.modules
2017-02-06 Denis Laxalde [server] Ignore computed relations in "relations" integrity checker
2017-02-06 Denis Laxalde [server] Use global registry variable of integrity checker functions
2017-02-07 Philippe Pepiot [doc] Add 3.25 release notes
2017-01-27 Philippe Pepiot [repository] possibility to disable connections pooling
2017-02-02 Florent Cayré [js] Fix loading image URL 3.24
2017-02-06 Denis Laxalde [migration] Move pyramid-related migration after "entities" table modifications 3.24
2017-02-03 Sylvain Thénault Merge 3.24.5 into default branch
2017-01-10 Denis Laxalde [entities] Introduce an IDublinCore adapter
2017-01-27 Denis Laxalde [skeleton] Add an entry point and configuration for running a Pyramid application
2017-01-27 Denis Laxalde [cwconfig] Issue a warning when a "core" ctl plugin failed to load
2017-01-27 Denis Laxalde [dataimport] Fix "existing_relations" parameter name in ExtEntitiesImporter
2015-01-15 Olivier CAYROL (Logilab) [ical] Create ICal events or todos depending on component type returned by adapter
2017-01-31 Sylvain Thénault Added tag 3.24.5, debian/3.24.5-1, centos/3.24.5-1 for changeset 70d28e632206 3.24
2017-01-31 Sylvain Thénault Prepare 3.24.5 3.24 3.24.5 centos/3.24.5-1 debian/3.24.5-1
2017-01-30 Sylvain Thénault [devtools] Skip computed relations when attempting to auto-populate test database 3.24
2017-01-30 Sylvain Thénault [migration] Stop asking confirm to commit 3.24
2017-01-30 Sylvain Thénault [migration] Fix crash on 3.24 migration 3.24
2017-01-30 Sylvain Thénault [devtools] Skip computed relations when attempting to auto-populate test database
2017-01-30 Denis Laxalde [test] Use our BaseTestCase in unittest_rtags.py
2017-01-30 Denis Laxalde [server] Add a blank line before _CnxSetPool to fix PEP8 error
2017-01-30 Denis Laxalde [pkg] Use logilab-common's master repository in dev requirements
2017-01-20 Philippe Pepiot [rtags] pass module name to RegistrableInstance
2017-01-27 Philippe Pepiot [repository] move cnxset pool handling to a helper class
2017-01-27 Sylvain Thénault [pkg] Fix some error on building documentation
2017-01-27 Sylvain Thénault Merge 3.24.4 into default branch
2017-01-27 Sylvain Thénault Added tag 3.24.4, debian/3.24.4-1, centos/3.24.4-1 for changeset 35fd54c0065d 3.24
2017-01-27 Sylvain Thénault Prepare 3.24.4 3.24 3.24.4 centos/3.24.4-1 debian/3.24.4-1
2017-01-20 Florent Cayré [source,native] Generalize the IntegrityError constraint parsing regex 3.24
2017-01-18 Samuel Trégouët [pyramid] use pyramid.request `path_info` property instead of `path` 3.24
2017-01-13 Samuel Trégouët [pyramid] fix login route with language-mode = url-prefix 3.24
2016-11-18 Denis Laxalde [devtools] Make timeout error in qunit tests configurable and use SkipTest in test_jscript.py 3.24
2017-01-26 Denis Laxalde [web] Handle unspecified value in TZDatetimeField 3.24
2017-01-26 Denis Laxalde [web] Handle unspecified 'date' or 'time' in JQueryDateTimePicker.process_field_data() 3.24
2017-01-23 Philippe Pepiot [cwconfig] create a virtual "cubes" package
2017-01-20 Sylvain Thénault Change hooks control (deny_all_hooks_but / allow_all_hooks_but) to be more predictable
2017-01-24 Philippe Pepiot [cwconfig] make appobjects_cubes_modnames() public
2017-01-20 Sylvain Thénault Fix str(Unauthorized) 3.24
2017-01-20 Philippe Pepiot [test] avoid using a deprecated feature of yams
2015-05-12 Alain Leufroy [test] add some tests to web.views.baseviews
2017-01-23 Denis Laxalde [tox] Drop "touch {envdir}/share/cubicweb/cubes/__init__.py" command on py34 env
2017-01-23 Sylvain Thénault Drop support for https-url in all-in-one.conf
2017-01-20 Philippe Pepiot [test] use TemporaryDirectory context manager
2017-01-20 Denis Laxalde [tox] Drop "exclude" option from flake8 config and adjust flake8-ok-files.txt accordingly
2017-01-20 Sylvain Thénault [autoform] Go through guess_field even when field class is specified using uicfg
2017-01-20 Florent Cayré [uilib] Fix incorrect serialization of python dicts into javascript objects 3.24
2017-01-12 Philippe Pepiot [repository] Fix connection-pool-size not set to 1 with quick_start enabled 3.24
2017-01-19 Sylvain Thénault [migration] Enhance assertion message to get a chance to fix the problem 3.24
2017-01-19 Sylvain Thénault [migration] Skip virtual rtypes when adding relation definition through add_cube 3.24
2017-01-19 Sylvain Thénault [migration] Avoid unnecessary intermediary commit when migrating a schema 3.24
2017-01-18 Sylvain Thénault [migration] Fix addition of entity type including boundary constraints on its own attributes 3.24
2017-01-19 Sylvain Thénault [schema sync] Refactor AfterAddCWRTypeHook and AfterAddCWComputedRTypeHook so the latter inherit from the former 3.24
2017-01-18 Sylvain Thénault Drop embed-allowed option, gone away for a long time 3.24
2017-01-04 Sylvain Thénault Never record undo information for session or data import 3.24
(0) -10000 -3000 -1000 -128 +128 tip