Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-112
+112
+1000
+3000
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.
[repo] fix deprecation messages for stats and gc_stats
2014-04-09, by Julien Cristau
[cwconfig] use "foo not in bar" instead of "not foo in bar"
2014-04-10, by Julien Cristau
[debian] Add Breaks on a few cubes that need changes for 3.19
2014-04-10, by Julien Cristau
[hooks] run cascading delete hook later
2014-04-10, by Julien Cristau
[devtools] set PGPORT/PGHOST when calling pg_ctl start
2014-04-10, by Julien Cristau
[server/test] update to deal with lgdb sqlserver fix
stable
2014-04-23, by Julien Cristau
[test] Fix regressions from 96549de9dd70 "[test] use assertIn where appropriate"
2014-04-10, by Julien Cristau
[repo] Fix register_user
2014-04-09, by Julien Cristau
[test] use assertNotIn where appropriate
2014-04-08, by Julien Cristau
[test] use assertIn where appropriate
2014-04-08, by Julien Cristau
[doc] Add removal of old multi-sources to 3.19 release notes
2014-04-09, by Julien Cristau
[pkg] Bump to 3.19.0
2014-04-09, by Julien Cristau
[web/debug] remove code broken by session refactoring
2014-04-09, by Julien Cristau
[web/debug] Fix check for open sessions
2014-04-09, by Julien Cristau
[cwconfig] Remove useless 'ui-cube' configuration option (closes #3728904)
2014-03-20, by Rémi Cardona
[test] Use RepoAccess.shell() in unittest_predicates
2014-04-07, by Julien Cristau
[devtools] add 'shell' method to RepoAccess, deprecate CubicWebTC's
2014-04-07, by Julien Cristau
[repo] make extid2eid work with either a session or a connection
2014-04-07, by Julien Cristau
[repository] extid2eid's 'commit' argument no more necessary
2014-04-04, by Sylvain Thénault
[repository] complete argument is no more needed since we have no more 'true' multisource.
2014-04-04, by Sylvain Thénault
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
2014-04-04, by Sylvain Thénault
[repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly
2014-04-04, by Julien Cristau
[web/data] Remove broken jquery-json plugin (closes #3590335)
2014-03-28, by Rémi Cardona
Add missing relation types items in schema global variables
2014-01-27, by Denis Laxalde
[web] return 403 for Unauthorized, not 401
2014-03-13, by Julien Cristau
[test] update unittest_repoapi to 3.19 api (sic)
2014-04-03, by Sylvain Thénault
[test] update unittest_utils to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_rset to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_rqlrewrite to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_req to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_predicates to 3.19 api
2014-04-03, by Sylvain Thénault
[web/test] port unittest_reledit to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] port unittest_magicsearch to RepoAccess API
2014-04-04, by Julien Cristau
[web/test] use real_error_handling context manager instead of open-coding it
2014-04-03, by Julien Cristau
[web/test] port unittest_idownloadable to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] remove useless calls to self.request() from CORS tests
2014-04-03, by Julien Cristau
[web/test] port unittest_formfields to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] port unittest_form to RepoAccess API
2014-04-02, by Julien Cristau
[web/test] port unittest_facet to RepoAccess API
2014-04-02, by Julien Cristau
[web/test] move unittest_controller to RepoAccess test API
2014-04-02, by Julien Cristau
[web/test] port unittest_breadcrumbs to 3.19 test api
2014-04-02, by Julien Cristau
[web/test] avoid deprecation warnings from find_entities()
2014-04-02, by Julien Cristau
[web/test] port unittest_application to new 3.19 API
2014-04-02, by Julien Cristau
[test] silence warnings for unittest_schema by upgrading to new 3.19 API
2014-04-04, by Sylvain Thénault
[test] silence warnings for unittest_cwctl by upgrading to new 3.19 API
2014-04-04, by Sylvain Thénault
[test] replace some assert{True,False} with more specific method
2014-04-04, by Sylvain Thénault
[test] silence warnings for unittest_entity by upgrading to new 3.19 API
2014-04-01, by Sylvain Thénault
Fix constraint sync during migration
2014-04-07, by Julien Cristau
merge 3.18.4 into default
2014-04-07, by Julien Cristau
Added tag cubicweb-version-3.18.4, cubicweb-debian-version-3.18.4-1, cubicweb-centos-version-3.18.4-1 for changeset 0176da9bc752
stable
2014-04-07, by Julien Cristau
[test/data] Add missing 'add' permission on attribute
stable
cubicweb-centos-version-3.18.4-1
cubicweb-debian-version-3.18.4-1
cubicweb-version-3.18.4
2014-04-04, by Sylvain Thénault
[hooks/notification] Fix indentation
2014-04-07, by Julien Cristau
[devtools] deprecate CWTC.user()
2014-04-03, by Sylvain Thénault
minor cleanups
2014-04-03, by Sylvain Thénault
some copyright updates
2014-04-03, by Sylvain Thénault
[devtools] properly close open access on tearDown
2014-04-03, by Sylvain Thénault
[devtools] make comment (a bit) more readable
2014-04-03, by Sylvain Thénault
[devtools] avoid an internal deprecation warning
2014-04-02, by Julien Cristau
[server/session] undeprecate session.anonymous_session
2014-04-02, by Julien Cristau
[web/sessions] use session.sessionid instead of deprecated session.id
2014-04-02, by Julien Cristau
[repo] don't set cnxset when getting the session to close it
2014-04-03, by Sylvain Thénault
[repo] handle connection explicitly when calling session open/close hooks
2014-04-02, by Julien Cristau
[hooks/syncschema] work with connections not sessions
2014-04-01, by Julien Cristau
[server/sources] {before,after}_entity_insertion wants a cnx not a session
2014-04-01, by Julien Cristau
[hooks/syncsources] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/notification] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/metadata] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/bookmark] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/workflow] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/email] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/integrity] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/security] let's use a connection, not a session
2014-04-01, by Julien Cristau
[server/sources/native] deal with connections, not sessions
2014-04-01, by Julien Cristau
[server] eschema_eid needs a connection, not a session
2014-04-01, by Julien Cristau
[repository] operations get a connection instead of a session
2014-04-01, by Julien Cristau
[server/hook] operations get a connection instead of a session
2014-04-01, by Julien Cristau
[repository] Use an internal connection in register_user
2014-04-01, by Julien Cristau
avoid to internally raise 3.19 warnings
2014-04-01, by Sylvain Thénault
[sources] ensure we have a cnxset in undoable_transactions
2014-04-07, by Julien Cristau
[server] move security/integrity hook management away from InternalSession.__init__
2014-04-04, by Julien Cristau
[migration] make 'session' object be a server-side Connection, not ClientConnection
2014-04-03, by Julien Cristau
[sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
2014-03-20, by Sylvain Thénault
[web] fix language negotiation
2014-04-04, by Julien Cristau
[merge] bring the 3.17.14 fixes to 3.18
stable
2014-04-01, by Aurelien Campeas
[test/utils] repair concat-resources test
stable
2014-04-01, by Aurelien Campeas
[pkg] bump cubicweb.spec
stable
2014-03-31, by Aurelien Campeas
[dataimport] Correctly call rschema(rtype) in SqlGenObjectStore, closes #3694139
stable
2014-03-31, by Vincent Michel
[pkg] prepare 3.18.4
stable
2014-03-28, by Aurelien Campeas
[web] Disable 'concat-resources' by default (closes #3670503)
stable
2014-03-20, by Rémi Cardona
[testlib] Drop override of assertItemsEqual method
stable
2014-03-12, by Denis Laxalde
[rewrite] Fix crash when the main variable doesn't appear in the snippet's vargraph
stable
2014-03-13, by Sylvain Thénault
[ext/rest] Catch SystemExit raised by docutils
stable
2014-03-13, by Denis Laxalde
[entity] User-defined relation to skip for copy has precedence
stable
2014-03-14, by Jérôme Roy
Make EditController edit_entity method always return an eid
stable
2014-02-26, by Denis Laxalde
[migration] Improve update of in-memory schema during 3.18 CWAttribute.defaultval change
stable
2014-03-26, by Julien Cristau
[migration] always rebuild infered relation
stable
2014-03-27, by Sylvain Thénault
Backout "[web/navigation] use add_onload instead of inline javascript href"
stable
2014-03-24, by Julien Cristau
[test] those are rql tests, not cubicweb (and they break with rql 0.31.5). Remove them.
stable
2014-03-14, by Sylvain Thénault
[source/native] allow many eid creation per .create_eid call (closes #3526594)
2014-03-24, by Aurelien Campeas
[pkg] bump the dependency on logilab.database
2014-02-06, by Aurelien Campeas
[source/native] refactor eid generation code
2014-03-10, by Aurelien Campeas
Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
2014-03-24, by Julien Cristau
[server] Fix AttributeError in extid2eid
2014-03-24, by Laura Médioni
[book] Update documentation for new repoapi
2014-03-11, by Julien Cristau
[utils] the json module is always available
2014-03-14, by Julien Cristau
[fti] properly close the ProgressBar
2014-03-17, by Julien Cristau
[serverctl] use repoapi for db-check, add-source, rebuild-fti commands
2014-03-17, by Julien Cristau
[devtools] make get_repo_and_cnx return a repoapi ClientConnection
2014-03-05, by Julien Cristau
[repoapi] Avoid deprecation warnings from session.id
2014-03-05, by Julien Cristau
[server] some s/session/cnx/
2014-02-18, by Julien Cristau
Move setting session.mtime from dbapi to web session manager
2014-03-05, by Julien Cristau
[web] whitespace cleanup in http_headers.py
2014-03-13, by David Douard
less
more
|
(0)
-3000
-1000
-112
+112
+1000
+3000
tip