Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-384
+384
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[doc] fix, the cube name was used, it was the instance named that was needed
3.26
2019-02-26, by Laurent Peuch
[doc] it's a tutorial, not a blog post anymore
3.26
2019-02-26, by Laurent Peuch
[doc] make example more redable
3.26
2019-02-26, by Laurent Peuch
[doc] uses :file:`name` everywhere + indicate file when it's not present
3.26
2019-02-26, by Laurent Peuch
[doc] english typos
3.26
2019-02-26, by Laurent Peuch
[doc] pep8/retab in code examples
3.26
2019-02-26, by Laurent Peuch
[doc] correct import for i18n
3.26
2019-02-27, by Laurent Peuch
[doc] pep8 and retab in tutorial code example
3.26
2019-02-21, by Laurent Peuch
[doc] correct pip command to have needed dependancies to use the start command
3.26
2019-02-21, by Laurent Peuch
[doc] explain the difference between a relation and an attribute
3.26
2019-02-21, by Laurent Peuch
[doc] plural
3.26
2019-02-21, by Laurent Peuch
[doc] misc, put every reference to something in the code between backquotes
3.26
2019-02-21, by Laurent Peuch
[doc] bold to make reading more obvious
3.26
2019-02-21, by Laurent Peuch
[doc] style, switch to bullet points list to make things easier to read
3.26
2019-02-21, by Laurent Peuch
[doc] explains what the <X.Y.Z> means
3.26
2019-02-21, by Laurent Peuch
[doc] command output style has changed
3.26
2019-02-21, by Laurent Peuch
[doc] always put file name for code example and uses :file:`path` syntax everywhere
3.26
2019-02-21, by Laurent Peuch
[doc] explicitely give the local server url to make this step more obvious
3.26
2019-02-21, by Laurent Peuch
[doc] start the server in debug mode, it's easier during learning
3.26
2019-02-21, by Laurent Peuch
[doc] recommend sqlite during tutorial because it's simplier to use
3.26
2019-02-21, by Laurent Peuch
[doc] add a link to every cube documentation page
3.26
2019-02-21, by Laurent Peuch
[doc] make this step more obvious
3.26
2019-02-21, by Laurent Peuch
[doc] move to latest CW version for cube creation
3.26
2019-02-21, by Laurent Peuch
[doc] missng import for i18n in example
3.26
2019-02-21, by Laurent Peuch
[doc] unused import in example
3.26
2019-02-21, by Laurent Peuch
[doc] output has changed
3.26
2019-02-21, by Laurent Peuch
[doc] blanks spaces to allow example to breath and be more lisible
3.26
2019-02-21, by Laurent Peuch
[doc] default tests template has changed
3.26
2019-02-21, by Laurent Peuch
[doc] default generated filename as changed
3.26
2019-02-21, by Laurent Peuch
[doc] rst syntax bug, blank line needed before item list
3.26
2019-02-21, by Laurent Peuch
[doc] add link to cubes contribution document
3.26
2019-02-22, by Laurent Peuch
[doc] link to current documentation, not old cubicweb.org doc
3.26
2019-02-22, by Laurent Peuch
[doc] translate french to english
3.26
2019-02-12, by Laurent Peuch
[doc] typo, 'CW' doesn't exist in the example
3.26
2019-02-12, by Laurent Peuch
[doc] always indicate the file in which the code should be put
3.26
2019-02-12, by Laurent Peuch
[doc] respect pep8 in code examples
3.26
2019-02-12, by Laurent Peuch
[doc] serie a small improvments
3.26
2019-02-12, by Laurent Peuch
[doc] typo, the field is "name" not "title"
3.26
2019-02-12, by Laurent Peuch
[doc] fix, command "create" is missing base cube
3.26
2019-02-12, by Laurent Peuch
[doc] improve blog tutorial first steps and explain common errors
3.26
2019-02-12, by Laurent Peuch
[doc] new behavior in virtualenv since 3.26
3.26
2019-02-12, by Laurent Peuch
[skeleton] use python3 flake8
3.26
2019-01-29, by Philippe Pepiot
[skeleton] drop whitelist_externals for flake8
3.26
2019-01-29, by Philippe Pepiot
Fix flake8 issues since release 3.6.0
3.26
2018-10-29, by Philippe Pepiot
Fix typo in RDFS URI
3.26
2018-10-09, by Laurent Wouters
[server] Fixed issue with the adapters cache of a cloned EditedEntity
3.26
2018-04-24, by Laurent Wouters
[py37] `async` is now a reserved keyword
3.26
2018-08-16, by Samuel Trégouët
[skeleton] Use "py3" as tox environment instead of "py34"
3.26
2018-07-11, by Denis Laxalde
[views/startup] drop a duplicate rql query in manage view
3.26
2018-06-28, by Philippe Pepiot
Depend on cubicweb-file >= 2.0.0
3.26
2018-06-15, by Philippe Pepiot
[test] Update webconfig's tests accounting for cubicweb-file being now a package
3.26
2018-06-11, by Denis Laxalde
[widgets.js] fix obvious bug detected by sonar
3.26
2018-06-06, by Nicolas Chauvat
[views/uicfg] obvious bug detected by sonar
3.26
2018-06-06, by Nicolas Chauvat
[style] Make toolsutils.py flake8-clean
3.26
2018-06-06, by Denis Laxalde
[test/rset] typo
3.26
2018-04-24, by David Douard
[test/rset] flake8
3.26
2018-04-24, by David Douard
[py3] import configparser from six.moves instead of using a try/except
3.26
2019-03-05, by Denis Laxalde
[doc] didn't had any questions
2019-02-26, by Laurent Peuch
[doc] missing import, cw now require this explicitely
2019-02-26, by Laurent Peuch
[doc] add actual link to previous post
2019-02-26, by Laurent Peuch
[doc] missing import in code example
2019-02-26, by Laurent Peuch
[doc] add a note because uiprops.py is not generated anymore by default
2019-02-26, by Laurent Peuch
[doc] recommend pip instead of apt for installing things
2019-02-26, by Laurent Peuch
[doc] fix, link to internal doc since it's not the blog post anymore
2019-02-26, by Laurent Peuch
[doc] also show command with sqlite since it's recommended
2019-02-26, by Laurent Peuch
[doc] fix, the cube name was used, it was the instance named that was needed
2019-02-26, by Laurent Peuch
[doc] it's a tutorial, not a blog post anymore
2019-02-26, by Laurent Peuch
[doc] make example more redable
2019-02-26, by Laurent Peuch
[doc] uses :file:`name` everywhere + indicate file when it's not present
2019-02-26, by Laurent Peuch
[doc] english typos
2019-02-26, by Laurent Peuch
[doc] pep8/retab in code examples
2019-02-26, by Laurent Peuch
[doc] correct import for i18n
2019-02-27, by Laurent Peuch
[doc] pep8 and retab in tutorial code example
2019-02-21, by Laurent Peuch
[doc] correct pip command to have needed dependancies to use the start command
2019-02-21, by Laurent Peuch
[doc] explain the difference between a relation and an attribute
2019-02-21, by Laurent Peuch
[doc] plural
2019-02-21, by Laurent Peuch
[doc] misc, put every reference to something in the code between backquotes
2019-02-21, by Laurent Peuch
[doc] bold to make reading more obvious
2019-02-21, by Laurent Peuch
[doc] style, switch to bullet points list to make things easier to read
2019-02-21, by Laurent Peuch
[doc] explains what the <X.Y.Z> means
2019-02-21, by Laurent Peuch
[doc] command output style has changed
2019-02-21, by Laurent Peuch
[doc] always put file name for code example and uses :file:`path` syntax everywhere
2019-02-21, by Laurent Peuch
[doc] explicitely give the local server url to make this step more obvious
2019-02-21, by Laurent Peuch
[doc] start the server in debug mode, it's easier during learning
2019-02-21, by Laurent Peuch
[doc] recommend sqlite during tutorial because it's simplier to use
2019-02-21, by Laurent Peuch
[doc] add a link to every cube documentation page
2019-02-21, by Laurent Peuch
[doc] make this step more obvious
2019-02-21, by Laurent Peuch
[doc] move to latest CW version for cube creation
2019-02-21, by Laurent Peuch
[doc] missng import for i18n in example
2019-02-21, by Laurent Peuch
[doc] unused import in example
2019-02-21, by Laurent Peuch
[doc] output has changed
2019-02-21, by Laurent Peuch
[doc] blanks spaces to allow example to breath and be more lisible
2019-02-21, by Laurent Peuch
[doc] default tests template has changed
2019-02-21, by Laurent Peuch
[doc] default generated filename as changed
2019-02-21, by Laurent Peuch
[doc] rst syntax bug, blank line needed before item list
2019-02-21, by Laurent Peuch
[doc] add link to cubes contribution document
2019-02-22, by Laurent Peuch
Merge 3.26
2019-02-27, by Philippe Pepiot
[doc] link to current documentation, not old cubicweb.org doc
2019-02-22, by Laurent Peuch
Explicitly require repoze.lru for Pyramid tests
3.26
2019-02-13, by Denis Laxalde
[cubicweb-ctl] make uid option obvious
3.26
2019-02-13, by Laurent Peuch
[README] point to xmpp room for contributors
3.26
2019-02-13, by Laurent Peuch
[doc] link to README regarding how to contribute to the code base
3.26
2019-02-12, by Laurent Peuch
[README] improve contribution section with links and command examples
3.26
2019-02-12, by Laurent Peuch
[README] point to logilab's jenkins in tests section
3.26
2019-02-13, by Laurent Peuch
[pyramid] improve pyramid warning with link to doc on how to write pyramid.ini file
3.26
2019-02-12, by Laurent Peuch
[doc] translate french to english
2019-02-12, by Laurent Peuch
[doc] typo, 'CW' doesn't exist in the example
2019-02-12, by Laurent Peuch
[doc] always indicate the file in which the code should be put
2019-02-12, by Laurent Peuch
[doc] respect pep8 in code examples
2019-02-12, by Laurent Peuch
[doc] serie a small improvments
2019-02-12, by Laurent Peuch
[doc] typo, the field is "name" not "title"
2019-02-12, by Laurent Peuch
[doc] fix, command "create" is missing base cube
2019-02-12, by Laurent Peuch
[doc] improve blog tutorial first steps and explain common errors
2019-02-12, by Laurent Peuch
[doc] how to install pyramid or twisted application server
3.26
2019-02-12, by Laurent Peuch
[doc] new behavior in virtualenv since 3.26
2019-02-12, by Laurent Peuch
[skeleton] use python3 flake8
2019-01-29, by Philippe Pepiot
[skeleton] drop whitelist_externals for flake8
2019-01-29, by Philippe Pepiot
Add changelog note for running tests with pytest-xdist
2018-10-29, by Philippe Pepiot
Make test database template creation concurrent
2018-10-26, by Philippe Pepiot
Make test database cache lookup concurrent
2018-10-26, by Philippe Pepiot
Fix flake8 issues since release 3.6.0
2018-10-29, by Philippe Pepiot
Stabilize flake8 tests on 3.26 branch
3.26
2018-10-29, by Philippe Pepiot
Fix typo in RDFS URI
2018-10-09, by Laurent Wouters
[doc] Do not rely on lgc's sphinx_ext
3.26
2018-10-02, by Denis Laxalde
Added tag 3.26.7 for changeset ee4ad63c91e5
3.26
2018-09-06, by Denis Laxalde
[pkg] Version 3.26.7
3.26
3.26.7
2018-09-06, by Denis Laxalde
Fix possible double import of cubes
3.26
2018-08-24, by Philippe Pepiot
[autoform] Make RelationField.fromcardinality a class method factory
3.26
2018-08-22, by Denis Laxalde
[autoform] Use fieldclass from kwargs in guess_field for non-final relations
3.26
2018-08-22, by Denis Laxalde
[py37] `async` is now a reserved keyword
2018-08-16, by Samuel Trégouët
Merge 3.26
2018-07-18, by Philippe Pepiot
Added tag 3.26.6, debian/3.26.6-1 for changeset 8362503a9248
3.26
2018-07-18, by Philippe Pepiot
[pkg] version 3.26.6
3.26
3.26.6
debian/3.26.6-1
2018-07-18, by Philippe Pepiot
[py3] Replace unicode keyword which is unknown in python3
3.26
2018-07-18, by Olivier Giorgis
[skeleton] Use "py3" as tox environment instead of "py34"
2018-07-11, by Denis Laxalde
Added tag 3.26.5 for changeset 76d7b0aa94d2
3.26
2018-06-28, by Denis Laxalde
[pkg] Version 3.26.5
3.26
3.26.5
2018-06-28, by Denis Laxalde
Merge with 3.26
2018-06-28, by Philippe Pepiot
[py3] Use "utf-8" as input encoding for docutils in rest extension
3.26
2018-06-28, by Denis Laxalde
[py3] Avoid setting attribute on Element instance in wdoc view
3.26
2018-06-28, by Denis Laxalde
[test] Add a trivial test for "wdoc" view
3.26
2018-06-28, by Denis Laxalde
[py3] Open rst file in text mode in wdoc view
3.26
2018-06-28, by Denis Laxalde
[ext/rest] Drop "handle_io_errors" argument to docutils' FileInput
3.26
2018-06-28, by Denis Laxalde
[wdoc] Remove fallback about xml.etree module
3.26
2018-06-28, by Denis Laxalde
[wdoc] Avoid usage of deprecated xlm elementree getchildren() method
3.26
2018-06-28, by Denis Laxalde
[style] Make cubicweb/web/views/wdoc.py flake8-clean
3.26
2018-06-28, by Denis Laxalde
[py3] Use six.text_type instead of unicode in wdoc views
3.26
2018-06-28, by Denis Laxalde
[views/startup] drop a duplicate rql query in manage view
2018-06-28, by Philippe Pepiot
Merge with 3.26
2018-06-19, by Denis Laxalde
Added tag 3.26.4, debian/3.26.4-1 for changeset e1c1af68db86
3.26
2018-06-18, by Denis Laxalde
[pkg] Version 3.26.4
3.26
3.26.4
debian/3.26.4-1
2018-06-18, by Denis Laxalde
[py3] ensure AjaxController return bytes
3.26
2018-06-15, by Philippe Pepiot
[py3] Let InstanceCommand.run_arg() always return an int
3.26
2018-06-13, by Denis Laxalde
[test] Use cubicweb-file < 2.0.0
3.26
2018-06-18, by Denis Laxalde
[py3] Decode subprocess stdout in toolsutils.show_diffs()
3.26
2018-06-06, by Denis Laxalde
[python3] make sure staticcontroller returns a bytes instance
3.26
2018-05-03, by Adrien Di Mascio
[python3] use inspect.getfullargspec instead of inspect.getargspec
3.26
2018-05-03, by Adrien Di Mascio
[py3] ensure AjaxController return bytes
2018-06-15, by Philippe Pepiot
[py3] Let InstanceCommand.run_arg() always return an int
2018-06-13, by Denis Laxalde
Depend on cubicweb-file >= 2.0.0
2018-06-15, by Philippe Pepiot
[test] Update webconfig's tests accounting for cubicweb-file being now a package
2018-06-11, by Denis Laxalde
[widgets.js] fix obvious bug detected by sonar
2018-06-06, by Nicolas Chauvat
[views/uicfg] obvious bug detected by sonar
2018-06-06, by Nicolas Chauvat
[style] Make toolsutils.py flake8-clean
2018-06-06, by Denis Laxalde
[py3] Decode subprocess stdout in toolsutils.show_diffs()
2018-06-06, by Denis Laxalde
[python3] make sure staticcontroller returns a bytes instance
2018-05-03, by Adrien Di Mascio
[python3] use inspect.getfullargspec instead of inspect.getargspec
2018-05-03, by Adrien Di Mascio
[utils] Fixes compatiblity of QueryCache with expected dict interface
2018-04-25, by Laurent Wouters
[test/statsd] add tests for cubicweb.statsd_logger
2018-04-24, by David Douard
[utils] Implements __iter__ on QueryCache
2018-04-24, by Laurent Wouters
[utils] Added new get method to QueryCache
2018-04-24, by Laurent Wouters
[test/rset] typo
2018-04-24, by David Douard
[utils] Fixed issue in clearing QueryCache
2018-04-24, by Laurent Wouters
[statsd] add a statsd_timethis context manager
2017-11-13, by David Douard
[test/rset] add tests for ResultSet.first() and .last() methods
2018-04-24, by David Douard
[test/rset] flake8
2018-04-24, by David Douard
[rset] update copyright
2018-04-24, by David Douard
[rset] add convenient first() and last() methods on ResultSet
2017-09-21, by David Douard
[server] Fixed issue with the adapters cache of a cloned EditedEntity
2018-04-24, by Laurent Wouters
[rql2sql] fix handling of the ORDERBY clause when the aggregation function is "embedded"
3.26
2017-10-12, by David Douard
Merge 3.26
2018-04-23, by Denis Laxalde
[pkg] Set version to 3.27.0.dev0
2018-04-23, by Denis Laxalde
Added tag 3.26.3, debian/3.26.3-1 for changeset f7067be5f69c
3.26
2018-04-23, by Denis Laxalde
[pkg] Version 3.26.3
3.26
3.26.3
debian/3.26.3-1
2018-04-23, by Denis Laxalde
[utils/statsd_logger] flake8
3.26
2017-10-16, by David Douard
[source/native] do NOT do anything with fti if do_fti is False
3.26
2017-12-13, by David Douard
[test/web] flake8 unittest_propertysheet.py
3.26
2018-04-19, by David Douard
[web] fix css file generation permission bug (closes #17143773)
3.26
2018-04-19, by David Douard
[test/web] add a test for css generation file permission problem (related to #17143773)
3.26
2018-04-19, by David Douard
[doc] include the 3.26 changelog in changes's index
3.26
2018-04-19, by David Douard
[server] set PGPASSWORD when running pg commands for backup and restore
3.26
2018-03-22, by Philippe Pepiot
Added tag 3.26.2, centos/3.26.2-1, debian/3.26.2-1 for changeset 9bee3134d304
3.26
2018-03-22, by Denis Laxalde
[pkg] Version 3.26.2
3.26
3.26.2
centos/3.26.2-1
debian/3.26.2-1
2018-03-22, by Denis Laxalde
Flake8 cubicweb/web/webctl.py
3.26
2018-03-22, by Denis Laxalde
[web] Add missing import of _DATA_DIR in webctl
3.26
2018-03-22, by Denis Laxalde
[server] unicode → text_type in utils
3.26
2018-02-15, by Denis Laxalde
[views] unicode → six.text_type in views/authentication.py
3.26
2018-02-15, by Denis Laxalde
[pyramid] Recreate CWSession entity when eid no longer exists
3.26
2018-03-05, by Denis Laxalde
Added tag 3.26.1, debian/3.26.1-1, centos/3.26.1-1 for changeset 027676243aaa
3.26
2018-02-22, by Denis Laxalde
[pkg] Drop non-existant files from MANIFEST.in
3.26
3.26.1
centos/3.26.1-1
debian/3.26.1-1
2018-02-22, by Denis Laxalde
[pkg] Version 3.26.1
3.26
2018-02-21, by Denis Laxalde
[test] Drop an unused function in cwconfig tests
3.26
2018-02-15, by Denis Laxalde
[cwconfig] Always use "sys.prefix" to determine installation prefix
3.26
2018-02-15, by Denis Laxalde
[cwconfig] Look for migration scripts directory relatively to code
3.26
2018-02-15, by Denis Laxalde
[pkg] Get rid of "pydir" in __pkginfo__.py
3.26
2018-02-15, by Denis Laxalde
[pkg] Get rid of "shared" data
3.26
2018-02-15, by Denis Laxalde
[cwconfig] Drop shared_dir method
3.26
2018-02-15, by Denis Laxalde
[config] Avoid relying on shared_dir method when possible
3.26
2018-02-15, by Denis Laxalde
[test] Add a test for WebConfiguration.locate_all_files()
3.26
2018-02-15, by Denis Laxalde
[cwconfig] Get rid of _forced_mode global
3.26
2018-02-15, by Denis Laxalde
[cwconfig] Get rid of CWDEV
3.26
2018-02-15, by Denis Laxalde
[doc] Set release date of 3.26
3.26
2018-02-15, by Denis Laxalde
[web] Fix UnboundLocalError about "exc" in ajax controller
3.26
2018-02-06, by Denis Laxalde
Link to "3.26" docs in README
3.26
2018-02-07, by Denis Laxalde
Added tag 3.26.0, debian/3.26.0-1, centos/3.26.0-1 for changeset 199851fcddd4
3.26
2018-02-01, by Denis Laxalde
[pkg] Version 3.26.0
3.26
3.26.0
centos/3.26.0-1
debian/3.26.0-1
2018-02-01, by Denis Laxalde
[pkg] Version 3.26.0rc0
3.26
2018-01-25, by Denis Laxalde
[schema] Define a decorator to handle methods override
2018-01-12, by Denis Laxalde
[pkg] Use setuptools.find_packages()
2018-01-24, by Denis Laxalde
[pkg] Drop SandboxViolation verification cracking
2018-01-24, by Denis Laxalde
[pkg] Drop custom "install_data" command
2018-01-24, by Denis Laxalde
[pkg] Replace custom "scripts" handling by a setuptools entry points
2018-01-24, by Denis Laxalde
Set a default value for arguments of cubicweb.cwctl:run()
2018-01-24, by Denis Laxalde
[pkg] Drop custom install_lib command and use include_package_data instead
2018-01-24, by Denis Laxalde
[py3] Replace a unicode() occurrence in workflow views
2018-01-24, by Denis Laxalde
[py3] Drop a couple of unicode() in devtools.testlib
2018-01-24, by Denis Laxalde
[py3] Alias long to int in pgstore tests
2018-01-24, by Denis Laxalde
Merge with 3.25
2018-01-12, by Denis Laxalde
Added tag 3.25.4, centos/3.25.4-1, debian/3.25.4-1 for changeset b8567725c473
3.25
2018-01-12, by Denis Laxalde
[pkg] Version 3.25.4
3.25
3.25.4
centos/3.25.4-1
debian/3.25.4-1
2018-01-12, by Denis Laxalde
[pyramid] Let logging be configured through .ini file
2017-12-12, by Denis Laxalde
Disable pytest's logs reporting
2017-12-01, by Denis Laxalde
[pyramid] Do not issue security warnings in test mode
2017-12-01, by Denis Laxalde
[ssplanner] Prevent execution of write queries involving computed relations
2017-11-30, by Denis Laxalde
[querier] Expand 'rdef' argument in InsertPlan.add_relation_def()
2017-11-30, by Denis Laxalde
[server] Use dict.setdefault() instead of if/else in repo.glob_add_relations()
2017-11-30, by Denis Laxalde
[cleanup] Fix some flake8 errors
2017-11-03, by Sylvain Thénault
[test] Stop using lgc.testlib in unittest_migractions
2017-11-03, by Sylvain Thénault
[test] Drop no more used "maxeid" based deletion in BaseQuerierTC and derived tests
2017-11-03, by Sylvain Thénault
[rql2sql/test] Remove dead setUpModule tearDownModule
2017-09-15, by Sylvain Thénault
[rql2sql/test] Move base class from repotest to unittest_rql2sql
2017-09-15, by Sylvain Thénault
[rql2sql/test] Set maxDiff to None to see full diffs
2017-09-15, by Sylvain Thénault
[rql2sql] Use string_type instead of unicode for py3k support
2017-09-15, by Sylvain Thénault
[gcdebug] Only ignore weakref.WeakKeyDictionary class on Python 2
2017-11-29, by Denis Laxalde
[wsgi] Convert "code" passed to WSGIResponse as integer
2017-11-29, by Denis Laxalde
[test] Add a "version" to cubicweb_mycube/__pkginfo__.py
2017-11-29, by Denis Laxalde
[tox] Use py3 environment instead of py34
2017-11-28, by Denis Laxalde
[querier] Allow usage of computed relation into WHERE clause of write queries
3.25
2017-11-03, by Sylvain Thénault
[cleanup] Fix some flake8 errors
2017-11-03, by Sylvain Thénault
[tox] Bump flake8 version to 3.5
2017-10-30, by Denis Laxalde
[pyramid] Get rid of a couple of bare "except"
2017-10-30, by Denis Laxalde
[pyramid] Get rid of a bare "except" in UpdateLoginTimeAuthenticationPolicy
2017-10-30, by Denis Laxalde
[web] Avoid bare "except" in ConcatFilesHandler.concat_cached_filepath()
2017-10-30, by Denis Laxalde
[test] Use ignore_errors=True in shutil.rmtree instead of try/except/pass
2017-10-30, by Denis Laxalde
[server] Get rid of a bare except in sqlutils
2017-10-30, by Denis Laxalde
[server] Do not use logilab.common.date.strptime in sqlutils
2017-10-30, by Denis Laxalde
[dataimport/test] Ignore flake8 error E741 in test_pgstore.py
2017-10-30, by Denis Laxalde
[test] Avoid ambiguous variable name "l" in unittest_req.py
2017-10-30, by Denis Laxalde
[tox] Bound flake8 version to >=3.4, <3.5
3.25
2017-10-30, by Denis Laxalde
[pyramid] set waitress url_scheme to https when base-url scheme is https
3.25
2017-10-24, by Philippe Pepiot
Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268
3.25
2017-10-17, by Philippe Pepiot
[pkg] version 3.25.3
3.25
3.25.3
centos/3.25.3-1
debian/3.25.3-1
2017-10-17, by Philippe Pepiot
[uicfg] Fix autoform_section rtags wrt derivation
3.25
2017-10-06, by Sylvain Thénault
[rtags] Enhance repr of rtags
3.25
2017-10-06, by Sylvain Thénault
[web/test] Use bare unittest main instead of lgc.main
3.25
2017-10-06, by Sylvain Thénault
[cleanup] Fix some flake8 errors
3.25
2017-10-06, by Sylvain Thénault
[doc] Update the advanced tutorial
2017-09-15, by Olivier Giorgis
[views] Respond with 400 Bad Request in case of validation error in ajax request
2017-09-12, by Denis Laxalde
[web] fix session /cnx mix in anonymized_request
3.25
2017-10-06, by Adrien Di Mascio
[test] Pin some test dependencies
2017-10-06, by Sylvain Thénault
[test] Pin some test dependencies
3.25
2017-10-06, by Sylvain Thénault
[web/form] Relax condition for non-translating field names
3.25
2017-10-05, by Sylvain Thénault
Merge with 3.25 branch
2017-09-12, by Sylvain Thénault
[entities] Restore dc_ methods instead of __getattr__ proxy
3.25
2017-09-26, by Denis Laxalde
[pkg] add missing unittest2 dependency to spec file
3.25
2017-09-13, by Samuel Trégouët
Added tag 3.25.2, debian/3.25.2-1, centos/3.25.2-1 for changeset 5010381099f1
3.25
2017-09-12, by Sylvain Thénault
[pkg] Prepare version 3.25.2
3.25
3.25.2
centos/3.25.2-1
debian/3.25.2-1
2017-09-11, by Sylvain Thénault
[cubicweb/pyramid] take into account two ignored CORS configuration items from all-in-one.conf
3.25
2017-06-22, by Arthur Lutz
[cwctl] upgrade: do delete the static data dir if verbosity is 0 (closes #17069749)
3.25
2017-04-04, by David Douard
[doc] Fix option_*() migration commands in doc
3.25
2017-07-28, by Jérôme Roy
[massive store] ensure the cwmassive_initialized table is deleted if needed
3.25
2017-05-03, by David Douard
[server] fix deserialize_schema to handle properly pg schema (closes 17076486)
3.25
2017-05-03, by David Douard
[server/utils] update passlib API to 1.7 (closes #17054805)
3.25
2017-05-10, by David Douard
Merge with 3.25 branch
2017-07-10, by Denis Laxalde
Added tag 3.25.1, debian/3.25.1-1, centos/3.25.1-1 for changeset 5fe62978801a
3.25
2017-07-10, by Denis Laxalde
[pkg] Version 3.25.1
3.25
3.25.1
centos/3.25.1-1
debian/3.25.1-1
2017-07-10, by Denis Laxalde
[facets] Fix disappearance of navtop component on facet filtering
2017-04-21, by Sylvain Thénault
[web] Set response status to 400 when appropriate in ajax controller
2017-06-19, by Denis Laxalde
[web] Only log exceptions in debug mode in Ajax controllers
2017-06-19, by Denis Laxalde
[pyramid] Only expose 'cubicweb.bwcompat' setting for "all-in-one" configuration type
3.25
2017-06-06, by Denis Laxalde
[migration] Only drop moved table entities if it does not exists
3.25
2017-04-27, by Yann Voté
[web/views] delete: show composite entities in predictible order
3.25
2017-05-05, by Philippe Pepiot
[req] fix find() generating non-rewritable rql on non final relations
2017-04-28, by Philippe Pepiot
[req] raise KeyError instead of AssertionError in req.find()
2017-04-26, by Philippe Pepiot
[req] use format() instead of % substitution
2017-04-25, by Philippe Pepiot
[test] make assertions on exception message
2017-04-25, by Philippe Pepiot
[req] clearer exception message
2017-04-25, by Philippe Pepiot
[cleanup] Drop useless fake function
2017-04-21, by Sylvain Thénault
[cleanup] Use plain unittest main in unittest_rqlrewrite
2017-04-21, by Sylvain Thénault
[cleanup] Fix flake8 error unittest_rqlrewrite
2017-04-25, by Sylvain Thénault
[rqlrewrite] Enhance detection of need for Exists node
2017-04-20, by Sylvain Thénault
[rqlrewrite] Fix rewrite on ambiguities introduced by NOT relation or "is IN" type restriction
2017-04-21, by Sylvain Thénault
[dataimport] Add explanation about why external entities can't be inserted
2017-04-19, by Sylvain Thénault
[querier] Fix typo in Unauthorized message exception
2017-04-20, by Philippe Pepiot
[massive store] Ensure temporary metadata table get dropped
2017-04-19, by Sylvain Thénault
[test] Stop using lgc.testlib.unittest_main in dataimport's test_sqlgenstore.py
2017-04-19, by Sylvain Thénault
[test/cleanup] Cleanup flake8 errors in dataimport's test_sqlgenstore
2017-04-19, by Sylvain Thénault
[pkg] Fix path error in flake8-ok-files
2017-04-19, by Sylvain Thénault
[cleanup] Fix undetected pep8 error
2017-04-19, by Sylvain Thénault
[doc] Set release date of 3.25 in changelog
3.25
2017-04-19, by Denis Laxalde
[cwconfig] load appobjects subpackages recursively
3.25
2017-04-14, by Philippe Pepiot
[pkg] Set version to 3.26.0.dev0
2017-04-14, by Denis Laxalde
Merge with 3.25 branch
2017-04-14, by Denis Laxalde
Added tag 3.25.0, debian/3.25.0-1, centos/3.25.0-1 for changeset dacc5b168e29
3.25
2017-04-14, by Denis Laxalde
[pkg] Version 3.25.0
3.25
3.25.0
centos/3.25.0-1
debian/3.25.0-1
2017-04-14, by Denis Laxalde
[entities] Fix backward compat of IDublinCore adapter wrt dc_long_title
3.25
2017-04-13, by Sylvain Thénault
[web] Do not try to rmtree symlinks in rmtreecontent()
3.25
2017-04-13, by Denis Laxalde
[pkg] Version 3.25.0rc3
3.25
2017-04-13, by Denis Laxalde
[test] Stop using lgc.testlib
3.25
2017-04-12, by Sylvain Thénault
Fix some flake8 errors
3.25
2017-04-12, by Sylvain Thénault
[sources] Turn classmethod into standard method
3.25
2017-04-12, by Sylvain Thénault
[test] Add some tests for hooks.syncsources
3.25
2017-04-12, by Sylvain Thénault
[sources] Check source's url attribute value on creation/modification
3.25
2017-04-12, by Sylvain Thénault
[sources] Check sources configuration is fine on creation/modification
3.25
2017-04-12, by Sylvain Thénault
[test] Fix option name in ldap wrong group test
3.25
2017-04-12, by Sylvain Thénault
[sources] Enhance prototype of check_conf_dict
3.25
2017-04-12, by Sylvain Thénault
[sources] Stop translating validation error
3.25
2017-04-12, by Sylvain Thénault
[sources] Simplify source's init method
3.25
2017-04-12, by Sylvain Thénault
[server] Deprecate Repository.sources_by_eid
3.25
2017-04-12, by Denis Laxalde
[server] Add source_by_eid and source_by_uri methods to repository
3.25
2017-04-05, by Denis Laxalde
[hooks] Remove list() around repo.sources_by_uri
3.25
2017-04-04, by Denis Laxalde
[server] Inline _entity_update method into init method of AbstractSource
3.25
2017-04-05, by Denis Laxalde
[server] Drop update_config method of source
3.25
2017-04-05, by Denis Laxalde
[server] Make "sources_by_uri" and "sources_by_eid" properties of repository
3.25
2017-04-04, by Denis Laxalde
Add a "Contributing" section to README with patch submission guidelines
3.25
2017-02-21, by Denis Laxalde
[cwctl] do only clean static data dir content (closes #17069762)
3.25
2017-04-04, by David Douard
[cwctl] add a no-config-update option to the upgrade command (closes #17069607)
3.25
2017-04-03, by David Douard
[cwconfig] Add "pyramid" config type to MCOMPAT dict
3.25
2017-04-07, by Denis Laxalde
[pyramid] Avoid shutting down the repository at exit if it's already shutting down
3.25
2017-04-07, by Denis Laxalde
[server/test] Extract a "ldapsource" function in unittest_ldapsource.py
3.25
2017-04-05, by Denis Laxalde
[server] Move "system" source initialization into its own method
3.25
2017-04-04, by Denis Laxalde
[entities] Make CWSource's dictconfig method clearer
3.25
2017-04-05, by Denis Laxalde
[entities] Move CWSource update_config method as a function in 3.15 migration script
3.25
2017-04-05, by Denis Laxalde
[server/test] Turn "pull" method of LDAPFeedTestBase into a staticmethod
3.25
2017-04-05, by Denis Laxalde
[py3] Use six.text_type instead of unicode in _CWSourceCfgMixIn.update_config()
3.25
2017-04-04, by Denis Laxalde
[server] Drop condition on "3.10" migration in repo.init_sources_from_database()
3.25
2017-04-04, by Denis Laxalde
[pkg] Version 3.25.0rc2
3.25
2017-03-30, by Denis Laxalde
[doc] More release note about session data handling
3.25
2017-03-30, by Sylvain Thénault
[session] Drop long deprecated [get/set]_shared_data methods
3.25
2017-03-30, by Sylvain Thénault
[session] Drop the user session synchronization machinery
3.25
2017-03-30, by Sylvain Thénault
[session] Avoid deprecation warning on access to Connection.data
3.25
2017-03-30, by Sylvain Thénault
[doc] Add release note about change in uicfg
3.25
2017-03-30, by Sylvain Thénault
merge 3.25 heads
3.25
2017-03-30, by Sylvain Thénault
[hg] Add generated slapd.conf to hgignore
3.25
2017-03-29, by Sylvain Thénault
Fix flake8 errors in unittest_cwctl
3.25
2017-03-29, by Sylvain Thénault
[cwctl] Drop 'cubicweb_' prefix when displaying cubes with 'cubicweb-ctl list'
3.25
2017-03-29, by Sylvain Thénault
Fix flake8 errors in unittest_cwconfig
3.25
2017-03-28, by Sylvain Thénault
[config] Test loading of ccplugin modules
3.25
2017-03-29, by Sylvain Thénault
[test] Extract out method-which-is-not-a-method mocking iter_entry_points
3.25
2017-03-29, by Sylvain Thénault
[cwconfig] Add a docstring on available_cubes method
3.25
2017-03-29, by Sylvain Thénault
Backed out changeset fe995d56c949
3.25
2017-03-28, by Sylvain Thénault
[hooks] Drop "logstats" hook
3.25
2017-03-29, by Denis Laxalde
[hooks] Do not register "logstats" if repository has no scheduler
3.25
2017-03-29, by Denis Laxalde
[server] Introduce an `has_scheduler` method on Repository
3.25
2017-03-29, by Denis Laxalde
[server] Warn instead of failing when a looping task is registered and repo has no scheduler
3.25
2017-03-29, by Denis Laxalde
[server] Exit quickly when a looping task is registered in maintenance mode
3.25
2017-03-29, by Denis Laxalde
[config] Drop unused init_available_cubes method
3.25
2017-03-24, by Sylvain Thénault
[doc] Move content of former README.pyramid into relevant modules
3.25
2017-03-28, by Sylvain Thénault
Drop README.pyramid.rst file
3.25
2017-03-24, by Denis Laxalde
Make entypo link a true URL in README
3.25
2017-03-24, by Denis Laxalde
Refer to cubicweb.readthedocs.io in README
3.25
2017-03-24, by Denis Laxalde
[server] don't catch exception from postcommit_event() if we are in test mode
3.25
2017-03-27, by Philippe Pepiot
[pkg] Version 3.25.0rc1
3.25
2017-03-24, by Denis Laxalde
[tox] Simplify command line to build the doc
3.25
2017-03-22, by Denis Laxalde
[pyramid] Drop warning about pyramid_debugtoolbar not found in debug mode
3.25
2017-03-24, by Denis Laxalde
[pkg] Add development.ini.tmpl to "cubicweb.pyramid" package data
3.25
2017-03-24, by Denis Laxalde
[skeleton] Don't use system site packages in tox environment
3.25
2017-03-23, by Denis Laxalde
[doc] Update "settings" pyramid documentation
3.25
2017-03-22, by Denis Laxalde
[doc] Update the "quickstart" page of pyramid documentation
3.25
2017-03-22, by Denis Laxalde
[doc] Rewrite "pyramid" index page in the book
3.25
2017-03-22, by Denis Laxalde
[doc] Drop documentation for cubicweb.pyramid.tools module
3.25
2017-03-22, by Denis Laxalde
[doc] Drop reference to "make_cubicweb_application" in pyramid doc
3.25
2017-03-22, by Denis Laxalde
[doc] Remove trailing whitespaces in doc/book/pyramid/index.rst
3.25
2017-03-22, by Denis Laxalde
[tox] Install "pyramid" dependencies in "doc" environment
3.25
2017-03-22, by Denis Laxalde
less
more
|
(0)
-10000
-3000
-1000
-384
+384
tip