Fri, 25 Jan 2013 14:33:40 +0100 |
Aurelien Campeas |
[merge] backport stable fixes
|
changeset |
files
|
Fri, 25 Jan 2013 13:28:23 +0100 |
Aurelien Campeas |
[cwctl] fix cubicweb-ctl shell command (closes #2583919)
|
changeset |
files
|
Thu, 24 Jan 2013 16:13:40 +0100 |
David Douard |
[ldap test] move the slapd database directory to a tempdir (closes #2583993)
stable
|
changeset |
files
|
Thu, 24 Jan 2013 16:10:31 +0100 |
David Douard |
[ldap auth] make sure imported passwords from LDAP are encrypted (closes #2583994)
stable
|
changeset |
files
|
Tue, 18 Dec 2012 12:25:08 +0100 |
Sylvain Thénault |
[ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399
stable
|
changeset |
files
|
Wed, 09 Jan 2013 14:27:51 +0100 |
Aurelien Campeas |
[doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863)
stable
|
changeset |
files
|
Wed, 23 Jan 2013 17:58:49 +0100 |
Aurelien Campeas |
prepare 3.16
|
changeset |
files
|
Wed, 23 Jan 2013 18:20:05 +0100 |
Aurelien Campeas |
[doc/3.16] complete description of what changed
|
changeset |
files
|
Fri, 04 Jan 2013 15:39:52 +0100 |
Sylvain Thénault |
[rql sources] uses an URL as remote host address for pyro/zmq rql sources,
|
changeset |
files
|
Fri, 04 Jan 2013 15:18:44 +0100 |
Sylvain Thénault |
[repo sources] move handling of source's url into abstract source as this becomes shared by most sources
|
changeset |
files
|
Thu, 10 Jan 2013 22:52:47 +0100 |
Sylvain Thénault |
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
|
changeset |
files
|
Thu, 10 Jan 2013 22:51:10 +0100 |
Sylvain Thénault |
[repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
|
changeset |
files
|
Thu, 10 Jan 2013 22:50:34 +0100 |
Sylvain Thénault |
cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
|
changeset |
files
|
Tue, 22 Jan 2013 18:16:20 +0100 |
Aurelien Campeas |
prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
|
changeset |
files
|
Mon, 21 Jan 2013 18:01:25 +0100 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
changeset |
files
|
Thu, 10 Jan 2013 23:05:45 +0100 |
Sylvain Thénault |
[ldap test] ensure slapdd launch went fine and move ldapfeed setUp to parent class, as all ldap sources deal with url
|
changeset |
files
|
Thu, 10 Jan 2013 18:11:33 +0100 |
Aurelien Campeas |
[web/uihelper,uicfg] transform uihelper functions into uicfg objects methods (closes #2543949)
|
changeset |
files
|
Mon, 21 Jan 2013 16:34:09 +0100 |
Florent Cayré |
make ui configurations selectable (closes #2406609)
|
changeset |
files
|
Thu, 10 Jan 2013 18:34:10 +0100 |
Aurelien Campeas |
[uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
|
changeset |
files
|
Thu, 10 Jan 2013 13:03:38 +0100 |
Aurelien Campeas |
[appobject] introduce RegistrableObject base class (prepares #2406609)
|
changeset |
files
|
Mon, 21 Jan 2013 13:55:25 +0100 |
Aurelien Campeas |
[cwvreg] introduce lgc version 0.59 and remove unneeded method redefinition (prepares #2406609)
|
changeset |
files
|
Fri, 23 Nov 2012 18:27:35 +0100 |
Pierre-Yves David |
[BFSS] mark fs_imported value as uncachable
|
changeset |
files
|
Fri, 18 Jan 2013 18:48:15 +0100 |
Pierre-Yves David |
[entity] add a "repo_side" parameter to `_cw_dont_cache_attribute`
|
changeset |
files
|
Fri, 18 Jan 2013 18:31:51 +0100 |
Aurelien Campeas |
[merge] backport stable fixes
|
changeset |
files
|
Fri, 18 Jan 2013 18:31:25 +0100 |
Aurelien Campeas |
[entities] fix test failures introduced by fixes in workflow related message strings (completes 9bb93efa1952)
stable
|
changeset |
files
|
Fri, 18 Jan 2013 16:40:11 +0100 |
Vladimir Popescu |
[doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
|
changeset |
files
|
Fri, 18 Jan 2013 17:37:35 +0100 |
Aurelien Campeas |
[entity,views/json] backout 353bbd17a8b6 (reopens #2559931)
stable
|
changeset |
files
|
Tue, 15 Jan 2013 20:17:09 +0100 |
Julien Cristau |
[schemas] fix typo
stable
|
changeset |
files
|
Thu, 17 Jan 2013 18:30:08 +0100 |
Pierre-Yves David |
merge with stable
|
changeset |
files
|
Thu, 10 Jan 2013 18:31:43 +0100 |
Aurelien Campeas |
[appobject] cleanup module (prepares #2406609)
|
changeset |
files
|
Thu, 17 Jan 2013 14:29:12 +0100 |
Aurelien Campeas |
[uicfg] remove pre 3.6 bw compat structure (prepares #2406609)
|
changeset |
files
|
Thu, 17 Jan 2013 17:12:06 +0100 |
Sylvain Thénault |
[testlib] test_view now parse json data, closes #2557467
stable
|
changeset |
files
|
Thu, 17 Jan 2013 14:39:51 +0100 |
Sylvain Thénault |
Improve entity json export (closes #2559931)
stable
|
changeset |
files
|
Thu, 17 Jan 2013 14:40:57 +0100 |
Sylvain Thénault |
[web/application/test] drop useless code
stable
|
changeset |
files
|
Thu, 17 Jan 2013 15:11:37 +0100 |
Pierre-Yves David |
[test] precheck initial condition
stable
|
changeset |
files
|
Wed, 16 Jan 2013 17:42:16 +0100 |
Julien Cristau |
[packaging] Fix search in squeeze cubicweb-documentation package (closes #2558496)
stable
|
changeset |
files
|
Wed, 16 Jan 2013 17:41:45 +0100 |
Julien Cristau |
[packaging] don't compress txt files (closes #2558496)
stable
|
changeset |
files
|
Wed, 09 Jan 2013 21:48:59 +0100 |
Sylvain Thénault |
[wf/test] fix tests broken by changes from another patch which have slipped there
|
changeset |
files
|
Wed, 09 Jan 2013 16:06:20 +0100 |
Aurelien Campeas |
[merge] backport stable
|
changeset |
files
|
Wed, 09 Jan 2013 15:46:05 +0100 |
Aurelien Campeas |
[web/test] fix stale reference to the changelog view (closes #2423532)
|
changeset |
files
|
Wed, 09 Jan 2013 18:03:17 +0100 |
David Douard |
Added tag cubicweb-debian-version-3.15.8-1 for changeset 4ef457479337
stable
|
changeset |
files
|
Wed, 09 Jan 2013 18:03:17 +0100 |
David Douard |
Added tag cubicweb-version-3.15.8 for changeset 459d0c48dfaf
stable cubicweb-debian-version-3.15.8-1
|
changeset |
files
|
Wed, 09 Jan 2013 16:04:26 +0100 |
Aurelien Campeas |
[test] fix possible views test (closes #2544358)
stable cubicweb-version-3.15.8
|
changeset |
files
|
Wed, 09 Jan 2013 15:40:41 +0100 |
Aurelien Campeas |
prepare 3.15.8
stable
|
changeset |
files
|
Wed, 09 Jan 2013 14:29:29 +0100 |
Aurelien Campeas |
[ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776)
stable
|
changeset |
files
|
Tue, 08 Jan 2013 15:53:22 +0100 |
Aurelien Campeas |
[ldaputils,ldapparser] correctly compute "deleted" users (closes #2542083)
stable
|
changeset |
files
|
Thu, 03 Jan 2013 23:27:56 +0100 |
Sylvain Thénault |
[dataimport] new ignore_errors argument to ucsvreader, default to False. Closes #2547200
|
changeset |
files
|
Tue, 18 Dec 2012 11:40:51 +0100 |
David Douard |
[ldapsource] keep python 2.5 compatibility (closes #2541602)
stable
|
changeset |
files
|
Tue, 18 Dec 2012 10:42:11 +0100 |
Aurelien Campeas |
[ldapuser2ldapfeed] .values -> .iteritems (closes #2542872)
stable
|
changeset |
files
|
Mon, 17 Dec 2012 14:40:03 +0100 |
Aurelien Campeas |
[ldap tests] cleanup in preparation of #2542083
stable
|
changeset |
files
|
Mon, 17 Dec 2012 14:26:41 +0100 |
Aurelien Campeas |
[ldapparser] demote warning level (actually important user info can leak there) (prepares #2542083)
stable
|
changeset |
files
|
Thu, 03 Jan 2013 23:10:50 +0100 |
Arthur Lutz |
Remove changelog view (closes #2423532)
|
changeset |
files
|
Wed, 02 Jan 2013 18:17:02 +0100 |
Vincent Michel |
[dataimport] Allow to replace escape char in the create_copyfrom_buffer
|
changeset |
files
|
Sun, 30 Dec 2012 22:31:10 +0100 |
Nicolas Chauvat |
[doc] fix function name FTIRANK
stable
|
changeset |
files
|
Thu, 20 Dec 2012 12:15:57 +0100 |
Adrien Di Mascio |
[json] enable jsonexport selection on empty rsets (closes #2544358)
stable
|
changeset |
files
|
Thu, 20 Dec 2012 12:14:14 +0100 |
Adrien Di Mascio |
[test] fix req default value handling in CubicWebTC.view (closes #2544376)
stable
|
changeset |
files
|
Wed, 19 Sep 2012 17:16:04 +0200 |
Aurelien Campeas |
[ajax] fix attribute lookup (closes #2491038)
|
changeset |
files
|
Tue, 11 Dec 2012 18:20:00 +0100 |
Aurelien Campeas |
[server] add debugging for Hooks & Operations (closes #2470048)
|
changeset |
files
|
Fri, 14 Dec 2012 14:08:14 +0100 |
Vincent Michel |
[dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
|
changeset |
files
|
Mon, 26 Nov 2012 12:52:33 +0100 |
Pierre-Yves David |
[test] swap order in assert of `test_users_and_groups_non_readable_by_guests`
|
changeset |
files
|
Mon, 26 Nov 2012 19:47:12 +0100 |
Pierre-Yves David |
[test] fix server/querier/build_descr1 test.
|
changeset |
files
|
Tue, 27 Nov 2012 12:36:33 +0100 |
Pierre-Yves David |
[server] make `test_bfss_fs_importing_transparency` less verbose on failure
|
changeset |
files
|
Fri, 23 Nov 2012 17:12:58 +0100 |
Pierre-Yves David |
[entity] drop redundant cache update
|
changeset |
files
|
Mon, 03 Dec 2012 13:22:10 +0100 |
Nicolas Chauvat |
[cw-ctl] silence msgcat and msgfmt (closes #2527594)
|
changeset |
files
|
Wed, 12 Dec 2012 22:13:38 +0100 |
David Douard |
Added tag cubicweb-debian-version-3.15.7-1 for changeset c5400558f370
stable
|
changeset |
files
|
Wed, 12 Dec 2012 22:13:37 +0100 |
David Douard |
Added tag cubicweb-version-3.15.7 for changeset d8916cee7b70
stable cubicweb-debian-version-3.15.7-1
|
changeset |
files
|
Wed, 12 Dec 2012 22:11:52 +0100 |
David Douard |
prepare 3.15.7
stable cubicweb-version-3.15.7
|
changeset |
files
|
Tue, 04 Dec 2012 13:41:20 +0100 |
Sylvain Thénault |
[migration] fix crash when adding a new meta relation type. Closes #2532483
stable
|
changeset |
files
|
Mon, 10 Dec 2012 11:50:42 +0100 |
David Douard |
[ldapfeed] fix connection leak (closes #2532528)
stable
|
changeset |
files
|
Tue, 04 Dec 2012 16:16:08 +0100 |
David Douard |
[zmq] add an introductive docstring on ZMQComm
stable
|
changeset |
files
|
Tue, 11 Dec 2012 16:14:57 +0100 |
Sylvain Thénault |
[server config] on quick start, system source is still activated. Closes #2535714
stable
|
changeset |
files
|
Tue, 11 Dec 2012 17:07:57 +0100 |
Pierre-Yves David |
[web] use `inline` `Content-Disposition` by default (closes #2535734)
stable
|
changeset |
files
|
Tue, 11 Dec 2012 16:57:18 +0100 |
Pierre-Yves David |
[web] allow configuration of the Content-disposition value
stable
|
changeset |
files
|
Tue, 11 Dec 2012 17:17:40 +0100 |
Pierre-Yves David |
[downloadable] fix filename HTTP header for simple name with space (closes #2535715)
stable
|
changeset |
files
|
Mon, 03 Dec 2012 00:03:03 +0100 |
Nicolas Chauvat |
merge fixes from stable
|
changeset |
files
|
Fri, 30 Nov 2012 21:19:36 +0100 |
David Douard |
Added tag cubicweb-debian-version-3.15.6-1 for changeset b05e156b8fe7
stable
|
changeset |
files
|
Fri, 30 Nov 2012 21:19:35 +0100 |
David Douard |
Added tag cubicweb-version-3.15.6 for changeset 0163bd9f4880
stable cubicweb-debian-version-3.15.6-1
|
changeset |
files
|
Fri, 30 Nov 2012 21:18:05 +0100 |
David Douard |
prepare 3.15.6
stable cubicweb-version-3.15.6
|
changeset |
files
|
Tue, 27 Nov 2012 14:48:03 +0100 |
David Douard |
[web] add a digital signature to error form (closes #2522526)
stable
|
changeset |
files
|
Wed, 28 Nov 2012 11:44:15 +0100 |
Nicolas Chauvat |
[web/views] bugfix: the mime type is text/plain, not text/txt (closes #2526345)
stable
|
changeset |
files
|
Tue, 27 Nov 2012 17:16:23 +0100 |
Arthur Lutz |
[doc] fix of personnal etc directory in book
stable
|
changeset |
files
|
Tue, 27 Nov 2012 12:24:56 +0100 |
David Douard |
[web] add a Forbidden exception
stable
|
changeset |
files
|
Tue, 27 Nov 2012 11:38:03 +0100 |
Katia Saurfelt |
[web] add a ``anonymize-jsonp-queries`` option in file configuration (closes #2465388)
stable
|
changeset |
files
|
Tue, 27 Nov 2012 11:27:49 +0100 |
Pierre-Yves David |
[downloadable] fix filename in HTTP header (closes #2522325, #2522324)
stable
|
changeset |
files
|
Tue, 27 Nov 2012 11:18:42 +0100 |
Sylvain Thénault |
docstring typo
stable
|
changeset |
files
|
Thu, 22 Nov 2012 16:13:43 +0100 |
Sylvain Thénault |
[facet] make BitFieldFacet allow special 0 value. Closes #2522697
stable
|
changeset |
files
|
Fri, 16 Nov 2012 12:28:30 +0100 |
Nicolas Chauvat |
[doc] ubuntu LTS is now Precise Pangolin
stable
|
changeset |
files
|
Fri, 16 Nov 2012 11:53:17 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 16 Nov 2012 11:52:06 +0100 |
Arthur Lutz |
[server] implement base_url with secure=True (closes #2508638)
|
changeset |
files
|
Fri, 16 Nov 2012 11:41:38 +0100 |
Sylvain Thénault |
[validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
|
changeset |
files
|
Fri, 09 Nov 2012 15:27:40 +0100 |
Pierre-Yves David |
[wsgi] saner use of `self.config` instead of `config`
|
changeset |
files
|
Fri, 09 Nov 2012 17:14:18 +0100 |
Pierre-Yves David |
[server] fix repository initialisation
|
changeset |
files
|
Wed, 24 Oct 2012 09:56:52 +0200 |
Sylvain Thénault |
[web test] make unittest_viewselectors work if rdflib isn't available
stable
|
changeset |
files
|
Tue, 23 Oct 2012 12:12:43 +0200 |
Sylvain Thénault |
[js/ajax] documentation of 'reload' is missing an argument
stable
|
changeset |
files
|
Tue, 23 Oct 2012 12:12:22 +0200 |
Sylvain Thénault |
[ldapfeed] move docstring to the class instead of the module
stable
|
changeset |
files
|
Wed, 14 Nov 2012 11:12:13 +0100 |
Sylvain Thénault |
[hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748
stable
|
changeset |
files
|
Thu, 08 Nov 2012 11:43:11 +0100 |
Sylvain Thénault |
[startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096
stable
|
changeset |
files
|
Thu, 08 Nov 2012 11:40:24 +0100 |
Sylvain Thénault |
[ldaputils] should use entity.eid instead of entity on raising ValidationError. closes #2517095
stable
|
changeset |
files
|
Wed, 14 Nov 2012 11:06:24 +0100 |
Aurelien Campeas |
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
|
changeset |
files
|
Wed, 24 Oct 2012 14:38:05 +0200 |
Aurelien Campeas |
Added tag cubicweb-debian-version-3.15.5-1 for changeset 19e115ae5442
stable
|
changeset |
files
|
Wed, 24 Oct 2012 14:38:04 +0200 |
Aurelien Campeas |
Added tag cubicweb-version-3.15.5 for changeset b0e086f451b7
stable cubicweb-debian-version-3.15.5-1
|
changeset |
files
|
Wed, 24 Oct 2012 12:08:21 +0200 |
Aurelien Campeas |
prepare 3.15.5
stable cubicweb-version-3.15.5
|
changeset |
files
|
Tue, 11 Sep 2012 12:42:26 +0200 |
Sylvain Thénault |
[entity attr cache] mark attribute as uncacheable in the underlying function else we may miss some changes.
|
changeset |
files
|
Fri, 05 Oct 2012 16:54:22 +0200 |
Sylvain Thénault |
[repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
|
changeset |
files
|
Thu, 11 Oct 2012 18:42:13 +0200 |
Sylvain Thénault |
[req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
|
changeset |
files
|
Thu, 20 Sep 2012 16:33:51 +0200 |
Sylvain Thénault |
[check integrity] use session consistently
|
changeset |
files
|
Thu, 20 Sep 2012 16:18:13 +0200 |
Sylvain Thénault |
[test] use session commit/rollback to be consistent with the test
|
changeset |
files
|
Tue, 23 Oct 2012 15:00:53 +0200 |
Aurelien Campeas |
[merge] reintegrate that black sheep
|
changeset |
files
|
Wed, 17 Oct 2012 15:47:12 +0200 |
Aurelien Campeas |
[ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515)
stable
|
changeset |
files
|
Wed, 22 Feb 2012 11:57:42 +0100 |
Anthony Truchet |
backporting
|
changeset |
files
|
Fri, 12 Oct 2012 16:05:16 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 02 Oct 2012 16:44:55 +0200 |
Florent Cayré |
fix no more running zmq repository test (closes #2500153)
stable
|
changeset |
files
|
Fri, 28 Sep 2012 17:49:54 +0200 |
Sylvain Thénault |
[dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697
stable
|
changeset |
files
|
Fri, 12 Oct 2012 15:38:58 +0200 |
Sylvain Thénault |
dummy merge
|
changeset |
files
|
Fri, 12 Oct 2012 12:47:45 +0200 |
Sylvain Thénault |
[ajax] reload function should set 'processing' cursor. Closes #2503899
|
changeset |
files
|
Mon, 01 Oct 2012 12:49:34 +0200 |
Aurelien Campeas |
[misc/scripts] a slightly experimental script to help repair LDAPUser cwusers suffering from split-brainite (closes #2497108)
stable
|
changeset |
files
|
Mon, 24 Sep 2012 16:45:26 +0200 |
Aurelien Campeas |
[views/boxes] re-establish the proper selector (closes #2496294)
stable
|
changeset |
files
|
Mon, 01 Oct 2012 12:40:35 +0200 |
Aurelien Campeas |
[ldapparser] raise specific error if the configuration is wrong (closes #2498164)
stable
|
changeset |
files
|
Mon, 08 Oct 2012 17:50:12 +0200 |
Arthur Lutz |
[skeleton] add pypi classifiers in __pkginfo__ and setup.py (closes #2502156)
stable
|
changeset |
files
|
Tue, 18 Sep 2012 17:04:44 +0200 |
Sylvain Thénault |
[c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H
stable
|
changeset |
files
|
Fri, 21 Sep 2012 15:03:59 +0200 |
Adrien Di Mascio |
mock ``CWUser.prefered_language()`` on InternalManager objects.
|
changeset |
files
|
Fri, 14 Sep 2012 14:15:39 +0200 |
Sylvain Thénault |
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
|
changeset |
files
|
Thu, 20 Sep 2012 14:50:06 +0200 |
Sylvain Thénault |
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
|
changeset |
files
|
Mon, 10 Sep 2012 16:25:48 +0200 |
Sylvain Thénault |
[web app] move set of status_out into validation_error_handler to ease readability
|
changeset |
files
|
Mon, 10 Sep 2012 16:24:32 +0200 |
Sylvain Thénault |
[workflow test] don't use session.user, subject to internal changes
|
changeset |
files
|
Mon, 10 Sep 2012 16:07:13 +0200 |
Sylvain Thénault |
[db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists
|
changeset |
files
|
Mon, 17 Sep 2012 17:52:17 +0200 |
Sylvain Thénault |
[source synchronization hooks] Fix/enhance system source hooks
|
changeset |
files
|
Mon, 17 Sep 2012 17:48:55 +0200 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
changeset |
files
|
Tue, 11 Sep 2012 22:32:01 +0200 |
Sylvain Thénault |
[repo cleanup] drop code moved to querier by 7e264ce34cd4
|
changeset |
files
|
Tue, 11 Sep 2012 22:32:01 +0200 |
Sylvain Thénault |
[repo cleanup] drop code moved to querier by 7e264ce34cd4
|
changeset |
files
|
Tue, 18 Sep 2012 11:37:24 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.15.4-1 for changeset 70cb36c826df
stable
|
changeset |
files
|
Tue, 18 Sep 2012 11:37:23 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.15.4 for changeset 63260486de89
stable cubicweb-debian-version-3.15.4-1
|
changeset |
files
|
Mon, 17 Sep 2012 17:48:02 +0200 |
Nicolas Chauvat |
[facets] add link 'focus on selection' (closes #525277)
|
changeset |
files
|
Mon, 10 Sep 2012 15:08:55 +0200 |
Julien Cristau |
[server/utils] catch ValueError from password verification
stable cubicweb-version-3.15.4
|
changeset |
files
|
Mon, 10 Sep 2012 13:59:25 +0200 |
Sylvain Thénault |
[test] reindent and use request() rather than bare session
|
changeset |
files
|
Thu, 06 Sep 2012 15:03:52 +0200 |
Aurelien Campeas |
[repo] fix debug code in DBG_REPO mode (closes #2469942)
stable
|
changeset |
files
|
Thu, 13 Sep 2012 17:26:15 +0200 |
Sylvain Thénault |
[datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156
stable
|
changeset |
files
|
Mon, 10 Sep 2012 15:17:10 +0200 |
Julien Cristau |
[sources/native] automatically update passwords using deprecated hashes on login
stable
|
changeset |
files
|
Fri, 14 Sep 2012 17:42:24 +0200 |
Sylvain Thénault |
[repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing
stable
|
changeset |
files
|
Tue, 11 Sep 2012 21:51:54 +0200 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
changeset |
files
|
Mon, 10 Sep 2012 16:50:28 +0200 |
Sylvain Thénault |
minor cleanups/typos
|
changeset |
files
|
Mon, 10 Sep 2012 17:36:22 +0200 |
Sylvain Thénault |
[session / querier] reorganize code to building result set descriptions
|
changeset |
files
|
Tue, 11 Sep 2012 12:44:33 +0200 |
Sylvain Thénault |
[web] search state doesn't need cnx, remove useless test
|
changeset |
files
|
Mon, 10 Sep 2012 17:31:07 +0200 |
Sylvain Thénault |
[schema] rename schema permissions function: session may also be a request, use _cw
|
changeset |
files
|
Mon, 10 Sep 2012 14:02:06 +0200 |
Sylvain Thénault |
[repo initialisation] during repo creation, load all hooks and entities code
|
changeset |
files
|
Mon, 10 Sep 2012 13:53:59 +0200 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
changeset |
files
|
Mon, 10 Sep 2012 14:00:09 +0200 |
Sylvain Thénault |
[config] turn internal configuration methods building appobjects search path into normal method rather than class method
|
changeset |
files
|
Mon, 03 Sep 2012 12:26:20 +0200 |
David Douard |
fix missing import
stable
|
changeset |
files
|
Fri, 07 Sep 2012 14:01:59 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 07 Sep 2012 13:48:55 +0200 |
Aurelien Campeas |
[hooks/syncshema] fix logging level and nicer message (wrong changeset published previously)
stable
|
changeset |
files
|
Fri, 31 Aug 2012 13:19:39 +0200 |
Aurelien Campeas |
[hooks/syncschema] do not crash on DROP of an already dropped index/... (closes #2465393)
stable
|
changeset |
files
|
Thu, 23 Aug 2012 11:43:43 +0200 |
Aurelien Campeas |
[cwctl] show a better diagnostic message on version violation (closes #2464800)
stable
|
changeset |
files
|
Thu, 30 Aug 2012 17:07:59 +0200 |
Sylvain Thénault |
[tabs] fix pb with non-lazy tabs: style isn't properly set due to missing jquery.ui activation. Closes #2465657
stable
|
changeset |
files
|
Tue, 04 Sep 2012 06:52:41 +0200 |
Sylvain Thénault |
[migration] fix backward compat for rename_relation
stable
|
changeset |
files
|
Tue, 04 Sep 2012 06:09:17 +0200 |
Sylvain Thénault |
[datafeed] make cnxset handling of datafeed source more robust
stable
|
changeset |
files
|
Thu, 30 Aug 2012 17:38:43 +0200 |
Sylvain Thénault |
don't use rset.rowcount in predicates, this makes them usable with other types such as lists
stable
|
changeset |
files
|
Thu, 30 Aug 2012 17:11:05 +0200 |
Sylvain Thénault |
[c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659
stable
|
changeset |
files
|
Thu, 23 Aug 2012 11:19:44 +0200 |
Sylvain Thénault |
[ui tabs] avoid duplicate rset argument if already specified in tab kwargs. Closes #2464786
stable
|
changeset |
files
|
Fri, 03 Aug 2012 13:29:37 +0200 |
Sylvain Thénault |
[entity edition] don't remove values from attribute cache on the repository side
|
changeset |
files
|
Fri, 31 Aug 2012 18:11:24 +0200 |
Aurelien Campeas |
fix ldapuser test
stable
|
changeset |
files
|
Fri, 31 Aug 2012 16:50:28 +0200 |
Julien Cristau |
Prepare 3.15.4
stable
|
changeset |
files
|
Fri, 31 Aug 2012 13:55:59 +0200 |
Julien Cristau |
migration: replace empty passwords with random ones on upgrade
stable
|
changeset |
files
|
Fri, 31 Aug 2012 12:52:45 +0200 |
Julien Cristau |
ldapuser2ldapfeed: create CWUsers with random passwords, not empty ones
stable
|
changeset |
files
|
Fri, 31 Aug 2012 16:58:08 +0200 |
Aurelien Campeas |
[source/native] only system source users should be authenticated by the native source (closes #2465883)
stable
|
changeset |
files
|
Wed, 22 Aug 2012 17:20:06 +0200 |
Sylvain Thénault |
[web test] fix test broken by 199fefe396ab
stable
|
changeset |
files
|
Wed, 22 Aug 2012 14:19:30 +0200 |
Adrien Di Mascio |
[fti] add some documentation
stable
|
changeset |
files
|
Wed, 22 Aug 2012 14:17:22 +0200 |
Sylvain Thénault |
[form] add assertion to ensure field has a name when `role_name` is called
stable
|
changeset |
files
|
Tue, 21 Aug 2012 15:23:29 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.15.3-1 for changeset 7ad423a5b6a8
stable
|
changeset |
files
|
Tue, 21 Aug 2012 15:23:28 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.15.3 for changeset 0e012eb80990
stable cubicweb-debian-version-3.15.3-1
|
changeset |
files
|
Tue, 21 Aug 2012 14:20:08 +0200 |
Pierre-Yves David |
[pkg] prepare 3.15.3 release
stable cubicweb-version-3.15.3
|
changeset |
files
|
Thu, 02 Aug 2012 19:00:22 +0200 |
Sylvain Thénault |
[entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests)
|
changeset |
files
|
Wed, 01 Aug 2012 09:42:36 +0200 |
Sylvain Thénault |
[tabbed view] make tabs optionaly lazy: lazy=False on the tabbed view trigger synchronous tabs. Closes #2443038
stable
|
changeset |
files
|
Thu, 02 Aug 2012 18:52:27 +0200 |
Sylvain Thénault |
[web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040
stable
|
changeset |
files
|
Thu, 02 Aug 2012 10:09:11 +0200 |
Sylvain Thénault |
[test rql completion] dont limit number of completion, else we've impredicable results. Also should tell rql.parse to not print error on stdout
|
changeset |
files
|
Wed, 01 Aug 2012 10:47:27 +0200 |
Aurelien Campeas |
[entity] fix deprecation warnings (closes #2423719)
|
changeset |
files
|
Thu, 02 Aug 2012 12:48:31 +0200 |
David Douard |
merge oldstable in stable
stable
|
changeset |
files
|
Wed, 01 Aug 2012 10:30:48 +0200 |
David Douard |
Added tag cubicweb-debian-version-3.14.9-1 for changeset 68c762adf2d5
oldstable
|
changeset |
files
|
Wed, 01 Aug 2012 10:30:47 +0200 |
David Douard |
Added tag cubicweb-version-3.14.9 for changeset 9337812cef6b
oldstable cubicweb-debian-version-3.14.9-1
|
changeset |
files
|
Tue, 24 Jul 2012 18:30:36 +0200 |
Adrien Di Mascio |
[ui] provide an autocomplete RQL bar (closes #2439846)
|
changeset |
files
|
Wed, 01 Aug 2012 09:20:47 +0200 |
Adrien Di Mascio |
[ajax] improve backward compatibility for redefined ajax functions (closes #2447189)
stable
|
changeset |
files
|
Tue, 31 Jul 2012 16:16:50 +0200 |
Pierre-Yves David |
prepare version 3.14.9
oldstable cubicweb-version-3.14.9
|
changeset |
files
|
Tue, 31 Jul 2012 17:32:54 +0200 |
Pierre-Yves David |
[composite] apply composite on new enty too (closes #2450679)
oldstable
|
changeset |
files
|
Tue, 31 Jul 2012 17:25:28 +0200 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event (closes #2450680)
oldstable
|
changeset |
files
|
Tue, 31 Jul 2012 11:04:45 +0200 |
Pierre-Yves David |
[composite] apply composite on new enty too
stable
|
changeset |
files
|
Tue, 31 Jul 2012 10:57:03 +0200 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event
stable
|
changeset |
files
|
Tue, 31 Jul 2012 11:19:11 +0200 |
Sylvain Thénault |
[web navigation] previous / next icons are missing mandatory alt attribute
stable
|
changeset |
files
|
Tue, 31 Jul 2012 10:12:06 +0200 |
Adrien Di Mascio |
[testlib] consider rset for template / view selection (closes #2447183)
stable
|
changeset |
files
|
Tue, 24 Jul 2012 17:51:00 +0200 |
Adrien Di Mascio |
[documentation] fix some ReST compilation problems
|
changeset |
files
|
Tue, 24 Jul 2012 15:06:55 +0200 |
Sylvain Thénault |
[test] remove no more necessary attribute cache manipulation to repair test
|
changeset |
files
|
Tue, 24 Jul 2012 11:19:16 +0200 |
Sylvain Thénault |
[entity] more tweaks for entity attribute cache handling on cw_set/cw_create to fix test regression
|
changeset |
files
|
Tue, 24 Jul 2012 10:16:25 +0200 |
Sylvain Thénault |
[entity/hooks] fix regression introduced by 4ba11607d84a
|
changeset |
files
|
Tue, 17 Jul 2012 12:24:11 +0200 |
Sylvain Thénault |
[doc] use :meth: and remove doc to deprecated methods
|
changeset |
files
|