Thu, 30 Sep 2010 15:00:30 +0200 |
Sylvain Thénault |
[test] more update to unittest2 api
stable
|
changeset |
files
|
Thu, 30 Sep 2010 14:58:57 +0200 |
Sylvain Thénault |
[repo] properly mark object as saved once added to its source (code much probably gone during a merge...)
|
changeset |
files
|
Wed, 29 Sep 2010 16:46:47 +0200 |
Sylvain Thénault |
fix merge, some buffers weren't saved...
|
changeset |
files
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 29 Sep 2010 14:22:12 +0200 |
Sylvain Thénault |
[test] must now commit file creation since the later ValidationError trigger a rollback
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:54:35 +0200 |
Sylvain Thénault |
cleanup and micro-optimization
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:53:30 +0200 |
Sylvain Thénault |
[web action] has_editable_relations should not filter out final relations, fix regression introduced in 6358:22c95c5ef12d
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:44:11 +0200 |
Sylvain Thénault |
[c-c] fix RuntimeError: 'maximum recursion depth exceeded while calling a Python object' we get when creating/upgrading/shelling an instance: hasattr() call __getattribute__, creating an infinite recursion error catched by the interpretor. Avoid this by testing the method is available on the class instead of the instance
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:18:06 +0200 |
Sylvain Thénault |
[transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:17:26 +0200 |
Sylvain Thénault |
[selector] cleanup
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:16:28 +0200 |
Sylvain Thénault |
[sync schema] take care rdef may not be final, in which case we want to use type of eid attribute
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:15:10 +0200 |
Sylvain Thénault |
[web action] has_permission_update checked implicitly by has_editable_relation, don't check it twice
stable
|
changeset |
files
|
Wed, 29 Sep 2010 12:13:44 +0200 |
Sylvain Thénault |
[muledit] form may contains subforms with nothing editable that will be s kipped, so ensure we choose one with something to display when rendering table headers
stable
|
changeset |
files
|
Wed, 29 Sep 2010 09:01:57 +0200 |
Sylvain Thénault |
[c-c i18n] namespace/line wrap cleanup + dynamically compute available language + make it works in installed mode
stable
|
changeset |
files
|
Wed, 29 Sep 2010 09:00:54 +0200 |
Sylvain Thénault |
[i18n] no more necessary, those msgids are no more generated
stable
|
changeset |
files
|
Tue, 28 Sep 2010 18:53:45 +0200 |
Sylvain Thénault |
[wf component] reversing selectors here may be a huge performance win on big rsets, since EntityVComponent selector starts with one_line_rset
stable
|
changeset |
files
|
Tue, 28 Sep 2010 16:52:45 +0200 |
Alexandre Fayolle |
don't add another encoding if already present in content-type
stable
|
changeset |
files
|
Tue, 28 Sep 2010 16:50:34 +0200 |
Alexandre Fayolle |
[book] note about different encryption on Unix and Windows
stable
|
changeset |
files
|
Tue, 28 Sep 2010 14:52:45 +0200 |
Alexandre Fayolle |
make reset-admin-pwd work with sqlserver as db backend
stable
|
changeset |
files
|
Tue, 28 Sep 2010 12:22:17 +0200 |
Alexandre Fayolle |
[book] updated FAQ 'How to reset the password for user joe' with SQL Server syntax
stable
|
changeset |
files
|
Tue, 28 Sep 2010 08:36:24 +0200 |
Sylvain Thénault |
fix test so that we don't actually depends on file and email cubes
stable
|
changeset |
files
|
Fri, 24 Sep 2010 13:41:13 +0200 |
Julien Jehannet |
[selectors] multi_lines_rset selector supports now optional operator for richer comparaisons
stable
|
changeset |
files
|
Fri, 24 Sep 2010 15:00:08 +0200 |
Julien Jehannet |
exception: specify expected parameter in NoSelectableException
stable
|
changeset |
files
|
Mon, 27 Sep 2010 17:14:23 +0200 |
Sylvain Thénault |
[testlib] don't wrap main test connection into TestCaseConnectionProxy, it should not be closed afterwards
stable
|
changeset |
files
|
Mon, 27 Sep 2010 17:13:41 +0200 |
Sylvain Thénault |
[doc] add note about propagation on deletion of a watched relation
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:38:24 +0200 |
Stephanie Marcu |
[book] add a link in hooks section to test, talk about create_entity in tests section
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:37:03 +0200 |
Stephanie Marcu |
[book] add editable-table in views/table section and add an example to illustrate this view
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:37:00 +0200 |
Stephanie Marcu |
[book] Talk about RichString in 'Yams schema' section
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:08:40 +0200 |
Julien Jehannet |
[tests] import TestSuite from lgc.testlib for further compatibility
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:20:59 +0200 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:20:57 +0200 |
Sylvain Thénault |
[foaf] we should encode email addr: even if we know it should be ascii, nothing prevent from putting something else in (tests at least do it)
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:20:45 +0200 |
Sylvain Thénault |
add test case demonstrating #1251910
stable
|
changeset |
files
|
Fri, 24 Sep 2010 18:20:16 +0200 |
Sylvain Thénault |
stop relying on person cube, it isn't needed
stable
|
changeset |
files
|
Fri, 24 Sep 2010 12:54:20 +0200 |
Sylvain Thénault |
[facet] use contextified label when possible
stable
|
changeset |
files
|
Fri, 24 Sep 2010 12:53:56 +0200 |
Sylvain Thénault |
[primary view] refactor label handling (hence render_[attribute|relation]) so we uniformly use _rel_label which provides properly contextified labels
stable
|
changeset |
files
|
Fri, 24 Sep 2010 11:05:10 +0200 |
Alexandre Fayolle |
add some styling required by ReST figures
stable
|
changeset |
files
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 23 Sep 2010 23:24:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.8-1 for changeset e4dba8ae9637
stable
|
changeset |
files
|
Thu, 23 Sep 2010 23:24:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.8 for changeset eed788018b59
stable cubicweb-debian-version-3.9.8-1
|
changeset |
files
|
Thu, 23 Sep 2010 22:38:04 +0200 |
Sylvain Thénault |
3.9.8
stable cubicweb-version-3.9.8
|
changeset |
files
|
Thu, 23 Sep 2010 22:37:46 +0200 |
Sylvain Thénault |
[reledit] drop compute_best_vid method now useless
stable
|
changeset |
files
|
Thu, 23 Sep 2010 18:38:36 +0200 |
Sylvain Thénault |
i18n update
stable
|
changeset |
files
|
Thu, 23 Sep 2010 18:36:46 +0200 |
Sylvain Thénault |
[easy_install] stop installing recommends, user should install them manually if desired (avoid errors on optional packages blocking install)
stable
|
changeset |
files
|
Thu, 23 Sep 2010 18:35:49 +0200 |
Sylvain Thénault |
[skel] update pylint instruction in default setup.py
stable
|
changeset |
files
|
Thu, 23 Sep 2010 16:02:53 +0200 |
Nicolas Chauvat |
[views] fix foaf view for CWUser
stable
|
changeset |
files
|
Fri, 16 Jul 2010 16:08:04 +0200 |
Julien Jehannet |
[book] minor update about windmill + reformat
stable
|
changeset |
files
|
Fri, 30 Jul 2010 16:01:28 +0200 |
Julien Jehannet |
[c-c shell/upgrade] raise ExecutionError when traceback is not relevant
stable
|
changeset |
files
|
Thu, 23 Sep 2010 15:30:54 +0200 |
Julien Jehannet |
[windmill] initialize windmill registry if not already existing (possible error case in dev)
stable
|
changeset |
files
|
Thu, 23 Sep 2010 12:16:36 +0200 |
Julien Jehannet |
[req] build_url: detect None values in arguments and raise ValueError
stable
|
changeset |
files
|
Thu, 23 Sep 2010 13:10:29 +0200 |
Aurelien Campeas |
[doc/book] make it colorful
stable
|
changeset |
files
|
Thu, 23 Sep 2010 13:04:01 +0200 |
Aurelien Campeas |
[doc/book] complete section on authentication plugins
stable
|
changeset |
files
|
Thu, 23 Sep 2010 10:49:05 +0200 |
Sylvain Thénault |
[publisher] add session id when logging published path
stable
|
changeset |
files
|
Thu, 23 Sep 2010 10:48:43 +0200 |
Sylvain Thénault |
[entity, url] we should not set base_url in kwargs when actually unset
stable
|
changeset |
files
|
Thu, 23 Sep 2010 10:47:54 +0200 |
Sylvain Thénault |
[test] we actually still need the set_option on base-url for multi-sources (eg repo) configuration
stable
|
changeset |
files
|
Thu, 23 Sep 2010 10:46:59 +0200 |
Sylvain Thénault |
[test] fix broken tests and minor cleanups
stable
|
changeset |
files
|
Thu, 23 Sep 2010 10:46:38 +0200 |
Sylvain Thénault |
[test] add some fake cubes necessary for test so we don't depend on the actual forge cube
stable
|
changeset |
files
|