Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
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.
[pkg] PEP8 fixes in __pkginfo__.py
2016-06-06, by Denis Laxalde
[pkg] Drop "support" of unused subpackage_of option in setup.py
2016-06-06, by Denis Laxalde
Add missing import, eaten by previous merge
2016-06-16, by Sylvain Thénault
Only access once to _cw.message in the login form
2016-06-01, by Sylvain Thénault
backport 3.22 changes
2016-06-16, by Sylvain Thénault
backport changes from 3.21
2016-06-16, by Sylvain Thénault
[server,bfss] fix bfss migration test for python 3 (related #13519541)
2016-06-10, by Alexandre Richardson
[pkg] Use io.open with utf-8 encoding to read long description from README
2016-06-10, by Denis Laxalde
[dataimport] order of ExtEntities should be irrelevant (closes #13117472)
2016-05-04, by Nicolas Chauvat
Test and fix "pickleability" of Binary objects
2016-06-01, by Sylvain Thénault
[server,bfss] fix storage migration when Bytes attributes is None (closes #13519541)
2016-06-07, by Alexandre Richardson
Let hg Ignore py.test's .cache directory
2016-05-25, by Denis Laxalde
[entity] Add a cw_related_rqlst method returning the RQL select node of cw_related method
2016-04-15, by Denis Laxalde
[devtools] set .config in setUpClass instead of using a cache in a classproperty
2016-05-20, by Sylvain Thénault
[devtools] Simplify test configuration's init
2016-05-20, by Sylvain Thénault
[web] Have the LoginController return 403 on failed auth (closes #11569950)
2014-09-11, by Rémi Cardona
[devtools] Drop old init_test_database backward compat
2016-05-20, by Sylvain Thénault
[devtools] show DeprecationWarning during test execution
2016-05-20, by Sylvain Thénault
[devtools] deprecate usage of sources file for test
2016-05-20, by Sylvain Thénault
[devtools] Set dumb value for postgres's db-host to avoid unexpected connection to a local server
2016-05-20, by Sylvain Thénault
[ldapfeed] ldap3 do not raise an exception in case of failure of cnx.bind()
2016-05-25, by David Douard
[test] add a test to ensure we get an AuthenticationError with ldapfeed
2016-05-25, by David Douard
[entity] Exclude computed relations from Entity.copy_relations
2016-04-22, by Denis Laxalde
[pkg] Set version to 3.22.2.dev0
2016-05-19, by Denis Laxalde
[devtools] pep8 a bit package's __init__
2016-05-20, by Sylvain Thénault
[test/server] Only use configcls with statement timeout when needed
2016-05-19, by Denis Laxalde
[server/test] Add an assertion in test_statement_timeout
2016-05-19, by Denis Laxalde
[datafeed] minor cleanups to cwxml parser
2015-07-01, by Sylvain Thénault
[datafeed] don't allow arbitrary kwargs on DatafeedParser initializer
2015-09-23, by Sylvain Thénault
[datafeed] gives information about moved entities to the parser
2015-07-01, by Sylvain Thénault
[datafeed] simplify SQL query used to retrieve information about entities from an external source
2015-07-01, by Sylvain Thénault
[datafeed] rename parser.sourceuris to source_uris
2015-07-01, by Sylvain Thénault
[datafeed] move process_urls to the parser
2015-06-30, by Sylvain Thénault
[tox] Use py.test to run tests
2016-01-14, by Denis Laxalde
[test] Fix devtools unittest_i18n when ran without pytest
2016-05-19, by Sylvain Thénault
[server] explicitly set postgres LC_MESSAGES variable to C on connection
2016-02-05, by Julien Cristau
[web] cleanup xmlrss view
2015-03-19, by Julien Cristau
[migration] add rollback when replace_eid_sequence_with_eid_numrange fails
2016-02-17, by Julien Cristau
[migration] move CWComputedRType later
2016-02-17, by Julien Cristau
docstring fix
2016-05-19, by Sylvain Thénault
[cwctl] make cwctl not depends on cubicweb.wsgi (closes #12210063)
2016-04-12, by David Douard
[hooks/workflow] pass eids, not entities, from hooks to operations
2015-10-07, by Julien Cristau
[web/httpcache] fix Last-Modified generation
2016-03-09, by Julien Cristau
[forms] Fix edition of TZDatetime attributes
2016-05-04, by Florent Cayré
[doc] fix abstract and example of data import
2016-05-02, by Nicolas Chauvat
[doc] fix abstract of data import
2016-05-01, by Nicolas Chauvat
[repository] drop remanescence of old multi-sources code
2016-04-29, by Sylvain Thénault
Added tag 3.20.15, debian/3.20.15-1, centos/3.20.15-1 for changeset 636a83e65870
2016-05-09, by David Douard
[pkg] 3.20.15
3.20.15
centos/3.20.15-1
debian/3.20.15-1
2016-05-09, by David Douard
[views] do not eat the self._cw.message in LogFormView (closes #12421177)
2016-04-20, by David Douard
[server] make InternalManager.name() return an empty string (closes #12418708)
2016-04-19, by David Douard
[test/migractions] work around drop_cube not deleting final etypes
2016-03-21, by Julien Cristau
[hooks] deleting a final entity type shouldn't try dropping an sql table
2016-03-21, by Julien Cristau
[tox] Use a revision on proper branch for Yams
2016-04-05, by Denis Laxalde
[webconfig] disable generate-staticdir by default
2016-03-29, by Julien Cristau
[test] Skip test_deserialization_base (unittest_repository.SchemaDeserialTC)
2016-03-21, by Denis Laxalde
[devtools] drop unused DumbOrderedDict2 class
2016-03-29, by Julien Cristau
[devtools] fix sorting in ExecutionPlan._check_permissions on python3
2016-03-29, by Julien Cristau
[test] assertItemsEqual → assertCountEqual in unittest_repository.py
2016-03-21, by Denis Laxalde
merge 3.20.14 in 3.21 branch
2016-03-24, by Julien Cristau
Added tag 3.20.14, debian/3.20.14-1, centos/3.20.14-1 for changeset f66a4895759e
2016-03-21, by Julien Cristau
[pkg] 3.20.14
3.20.14
centos/3.20.14-1
debian/3.20.14-1
2016-03-21, by Julien Cristau
[tox] use master URL for yams repository
2016-03-21, by Julien Cristau
[pylint] Avoid invalid-name on schema relation class names
2016-01-19, by Laura Médioni
[pylint] more work on the pylint support
2016-01-20, by Sylvain Thénault
[pylint] remove abstract-method warning
2016-01-19, by Laura Médioni
[pylint] upgrade pylintext plugin
2016-01-19, by Laura Médioni
update and enhance pylintrc
2016-01-19, by Sylvain Thénault
[schema] use json to serialize constraints
2016-03-16, by Julien Cristau
[pkg] fix cubicweb.spec syntax
2016-03-16, by Julien Cristau
[pkg] Use Twisted < 16.0.0
2016-03-16, by Denis Laxalde
[pkg] fix cubicweb.spec syntax
2016-03-16, by Julien Cristau
[cwconfig] Use imp.load_source instead of exec() to load site_cubicweb.py from apphome
2016-03-16, by Julien Cristau
[cwconfig] Stop using lgc.modutils to load *config.py and *ctl.py files
2016-03-15, by Rémi Cardona
[cwconfig] Stop using lgc.modutils to load site_cubicweb.py files
2016-03-16, by Rémi Cardona
[test] Use a Popen in i18n tests
2016-03-16, by Denis Laxalde
[forms] Fix HTableFormRenderer _render_fields method behavior when display_label is False.
2014-05-06, by Vladimir Popescu
[connection] remove a dead counter
2015-03-17, by Aurelien Campeas
[session] drop .is_repo_in_memory
2014-07-16, by Aurelien Campeas
[session] drop session-as-a-context-manager
2016-03-16, by Aurelien Campeas
[devtools/repotest] use the RepoAccess object
2014-06-12, by Aurelien Campeas
[devtools] adapt stresstester to current APIs
2014-07-01, by Aurelien Campeas
[session] retire session.vreg
2016-03-16, by Aurelien Campeas
[session] fix super call in Connection.__init__
2014-07-16, by Aurelien Campeas
[session,repo] remove last trace of "cnxprops"
2014-07-16, by Aurelien Campeas
[pkg] Use Twisted < 16.0.0
2016-03-16, by Denis Laxalde
[web/views] stop using cwaction='cancel'
2016-03-15, by Julien Cristau
[test] fix test_printable_value_bytes with current pygments
2016-03-16, by Julien Cristau
[session, repository] deprecate repo.connect and move .close reponsibility to session object
2014-06-12, by Aurelien Campeas
[web/test] fix typo in doc string
2016-03-09, by Julien Cristau
[web/httpcache] send weak ETags
2016-03-09, by Julien Cristau
[server] print backend exception if we fail to execute an sql script
2016-03-04, by Julien Cristau
[cwctl] drop unnecessary admincnx call from 'shell'
2016-03-15, by Julien Cristau
[serverctl] allow schema-diff when db and fs are not in sync
2016-03-07, by Julien Cristau
[cwctl] remove networked remote shell
2014-07-09, by Aurelien Campeas
[web/calendar] fix regression in previous changeset
2016-03-15, by Julien Cristau
Enables css customization in CalendarView
2014-03-17, by Laura Médioni
refactor a bit breadcrumbs to ease overriding of the root's display
2015-09-17, by Alexandre Richardson
Add migration helper function to delete entity types faster
2015-01-14, by Julien Cristau
[testlib] Import nocoverage from logilab.common.testlib
2016-03-14, by Denis Laxalde
[web/test] replace unicode with six.text_type
2016-03-14, by Julien Cristau
[devtools/testlib] Issue a RuntimeError when a generative tests is detected
2016-02-18, by Denis Laxalde
[devtools] stop using lgc.testlib.TestCase
2016-02-18, by Julien Cristau
[test] Replace remaining generative tests by subtests
2016-03-03, by Denis Laxalde
[tox] Enable all applicable py34 environments
2016-03-14, by Denis Laxalde
[migration/3.10] fix AttributeError
2016-03-09, by Julien Cristau
[server/sources] Fix authenticate on pre-3.10 database
2016-03-07, by Julien Cristau
[test] Add a test ensuring new cube built from skeleton is flake8-compliant
2016-01-29, by Denis Laxalde
[skeleton] Ship a tox.ini file upon new cube
2016-01-25, by Denis Laxalde
[web] fix headers on 304 responses (closes #11466875)
2016-03-10, by Julien Cristau
[web/httpcache] GMTOFFSET no longer exists
2016-03-09, by Julien Cristau
[web] fix headers on 304 responses (closes #11466875)
2016-03-10, by Julien Cristau
[rset] fix infinite recursion introduced in c1eb5a676c80
2016-02-29, by Julien Cristau
pep8 unittest_application and unittest_formfields
2016-02-17, by Sylvain Thénault
[rset] Always complete attribute/relation caches in ResultSet.get_entity
2016-01-12, by Alexandre Richardson
[rset] refactoring of _build_entity method
2016-01-12, by Alexandre Richardson
[entity] comparing two entities returns NotImplemented
2016-02-25, by Julien Cristau
[test] replace one use of lgc.testlib.unittest_main with unittest.main
2016-02-18, by Julien Cristau
[test] stop using TestCase.set_description
2016-02-18, by Julien Cristau
[test] convert a lgc-style generative test into unittest2-style
2016-02-18, by Julien Cristau
[web/application] fix query log handling on python3
2016-02-08, by Julien Cristau
[devtools/test] duplicate CubicWebServerTC tests for CubicWebWsgiTC
2016-02-08, by Julien Cristau
[devtools/test] fix bytes vs text in test_base_url
2016-02-08, by Julien Cristau
[devtools] skip CubicWebServerTC on python3
2016-02-24, by Julien Cristau
[web/test] switch unittest_web from twisted to wsgi
2016-02-08, by Julien Cristau
[devtools] add CubicWebWsgiTC
2016-02-24, by Julien Cristau
[web/test] return the hash of uploaded files in FileUploadTC instead of their contents
2016-02-08, by Julien Cristau
[web/test] open() as a context manager
2016-02-08, by Julien Cristau
[web/test] json.loads expects text, not bytes
2016-02-08, by Julien Cristau
[wsgi] fix handling of multiple posted files
2016-02-08, by Julien Cristau
[web/test] Reword doc string for fileupload ajaxfunc
2016-02-05, by Julien Cristau
[skeleton] do not import the __pkginfo__.py module to make cubes installable via setuptools
2015-03-03, by David Douard
merge changes from 3.22.2
2016-02-23, by Julien Cristau
Added tag 3.22.2, debian/3.22.2-1, centos/3.22.2-1 for changeset 1b93ff37755b
2016-02-23, by Julien Cristau
[pkg] 3.22.2
3.22.2
centos/3.22.2-1
debian/3.22.2-1
2016-02-23, by Julien Cristau
[pkg] fix centos install
2016-02-19, by Samuel Trégouët
[datafeed] do NOT call commit in DataFeedXMLParser.process() (closes #10928592)
2016-02-19, by David Douard
[schema] restore constraint checking when running on old sqlite
2016-02-17, by Julien Cristau
[web/autoform] fix regression introduced by #5758ba784ebd
2016-02-17, by Sylvain Thénault
[tox] Generate test environments for Python 2.7 and 3.4
2015-12-22, by Denis Laxalde
[notification] avoid using InternalManager when we've got a CWUser
2016-01-26, by Sylvain Thénault
[dataimport] rename .time to .now attribute of meta generator
2016-01-27, by Sylvain Thénault
[pkg] Set version to 3.22.2.dev0
2016-02-18, by Denis Laxalde
[dataimport] cleanup a bit nohook store, mostly protecting some attributes
2016-01-29, by Sylvain Thénault
[dataimport] add a filter function to not fail if some extentity has several values for an attribute of final relation
2016-02-03, by Sylvain Thénault
[sources] synchronize source asynchronously when started from the UI
2016-02-03, by Sylvain Thénault
[test] fix unittest_devctl on python3.4
2016-02-19, by Julien Cristau
[test] Make sure that newcube command test produces expected files
2016-01-21, by Denis Laxalde
[server] remove some pre 3.10 compat
2016-01-29, by Sylvain Thénault
[pkg] use https URLs to pypi.{python.org,debian.net}
2016-02-17, by Julien Cristau
[pkg] use https URL for www.cubicweb.org
2016-02-17, by Julien Cristau
README: use https URLs for docs.cubicweb.org
2016-02-17, by Julien Cristau
pep8 bits
2016-02-11, by Sylvain Thénault
[i18n] enhance text formats french translation
2016-02-11, by Sylvain Thénault
Merge with 3.22 branch
2016-02-17, by Denis Laxalde
[dataimport] update example to use standard importer
2016-02-11, by Sylvain Thénault
merge changes from 3.21.6
2016-02-16, by Julien Cristau
flake8 serverctl
2016-02-02, by Sylvain Thénault
c-c source-sync now actually force synchronization
2016-02-16, by Sylvain Thénault
Added tag 3.21.6, debian/3.21.6-1, centos/3.21.6-1 for changeset b3cbbb7690b6
2016-02-16, by Julien Cristau
[pkg] 3.21.6
3.21.6
centos/3.21.6-1
debian/3.21.6-1
2016-02-16, by Julien Cristau
merge changes from 3.20.13
2016-02-16, by Julien Cristau
Added tag 3.20.13, debian/3.20.13-1, centos/3.20.13-1 for changeset 8c5dabbcd4d9
2016-02-16, by Julien Cristau
[pkg] 3.20.13
3.20.13
centos/3.20.13-1
debian/3.20.13-1
2016-02-16, by Julien Cristau
[pkg] Yams >= 0.42 breaks CubicWeb < 3.21
2016-01-04, by Denis Laxalde
merge changes from 3.19.14
2016-02-16, by Julien Cristau
Added tag 3.19.14, debian/3.19.14-1, centos/3.19.14-1 for changeset 72a0f70879ac
2016-02-16, by Julien Cristau
[pkg] 3.19.14
3.19.14
centos/3.19.14-1
debian/3.19.14-1
2016-02-16, by Julien Cristau
[sources/native] remove extra space before colon
2016-02-16, by Julien Cristau
[web/views] fix editcontroller regression
2016-02-16, by Julien Cristau
Added tag 3.22.1, debian/3.22.1-1, centos/3.22.1-1 for changeset d0d86803a804
2016-02-12, by Denis Laxalde
fix test broken by #012e6c7d02ef
3.22.1
centos/3.22.1-1
debian/3.22.1-1
2016-02-12, by Sylvain Thénault
[pkg] Attempt to fix rhel6 build
2016-02-12, by Julien Cristau
[dataimport/test] fix python2.6 syntax error
2016-02-12, by Julien Cristau
Remove unused import in entity.py
2016-02-12, by Denis Laxalde
[migration] don't ask confirm for those sql queries
2016-02-12, by Sylvain Thénault
quick fix which closes #0673348 - see comment for more info
2016-02-12, by Sylvain Thénault
[migration] test if entity type has been in the deleted in the transaction should protect both clauses
2016-02-12, by Sylvain Thénault
[pkg] 3.22.1
2016-02-12, by Julien Cristau
[cwctl] remove support for startorder file in /etc/cubicweb.d (closes #5618947)
2015-07-06, by David Douard
[exceptions] fix string conversion for Unauthorized exception
2016-02-10, by Arthur Lutz
Fix Binary on python < 2.7.4 (closes #10593811)
2016-02-08, by Julien Cristau
[migration] fix crash on 3.22 upgrade if entity type doesn't exist in fsschema (pending removal)
2016-02-11, by Sylvain Thénault
[autoform] when building inlined-form view for a relation, consider related entities intead of other views
2016-02-04, by Sylvain Thénault
Add a __main__ to cubicweb
2016-01-29, by Denis Laxalde
merge 3.19 heads
2016-02-03, by Julien Cristau
[cwvreg] Fix propertyvalues hot updates
2016-01-30, by Christophe de Vienne
[pkg] remove useless python >= 3.4 dependency
2016-02-05, by Julien Cristau
[dataimport/test] fix test failures since 35b29f1eb37a
2016-02-05, by Julien Cristau
[pkg] do not include toplevel directories in rpm (closes #10362119)
2016-02-05, by Samuel Trégouët
[devtools] fix config.repository signature
2016-02-05, by Julien Cristau
[predicates] fix paginated_rset when the class has no page_size_property
2016-02-03, by Sylvain Thénault
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
tip