Fri, 15 Oct 2010 12:09:11 +0200 Sylvain Thénault 3.10.1
Fri, 15 Oct 2010 12:07:32 +0200 Sylvain Thénault backport stable
Fri, 15 Oct 2010 11:48:43 +0200 Pierre-Yves David [pkg] fix install_data import not present in setuptools stable
Fri, 15 Oct 2010 11:48:16 +0200 Sylvain Thénault backport stable
Fri, 15 Oct 2010 11:41:10 +0200 Pierre-Yves David [packaging] add a __init__.py to cubes directory when installing data stable
Fri, 15 Oct 2010 11:40:36 +0200 Pierre-Yves David [distribution] Handle missing instance directory when listing and running instance command. stable
Fri, 15 Oct 2010 11:39:54 +0200 Pierre-Yves David [setuptools] Automaticly move data content of a cubicweb's egg in the proper location. stable
Fri, 15 Oct 2010 11:39:10 +0200 Pierre-Yves David [packaging] Egg are not valid cubicweb prefix. stable
Wed, 13 Oct 2010 18:58:56 +0200 Pierre-Yves David [config] Put "Instance" and "Instance data" directory within cubiweb install prefix. stable
Thu, 14 Oct 2010 00:10:43 +0200 Sylvain Thénault [debian] goa package gone for now stable
Fri, 15 Oct 2010 11:33:06 +0200 Sylvain Thénault [component] remove row argument which is actually discarded by registry's cache (untill we feel we need a per context cache...)
Fri, 15 Oct 2010 11:25:59 +0200 Sylvain Thénault [deprecation] enhanced messages
Fri, 15 Oct 2010 11:25:51 +0200 Sylvain Thénault [bw compat] fix compat for entity.attr assigment
Thu, 14 Oct 2010 17:32:36 +0200 Nicolas Chauvat fix typo
Thu, 14 Oct 2010 16:57:56 +0200 Sylvain Thénault [iprogress] None resilience stable
Wed, 13 Oct 2010 18:54:59 +0200 Pierre-Yves David #1251878: Cubicweb no longer crash for missing instance and data dir at create. stable
Thu, 14 Oct 2010 14:10:45 +0200 Sylvain Thénault [config] make config.cubes() available on NoAppCubicWebConfiguration
Thu, 14 Oct 2010 14:10:02 +0200 Sylvain Thénault [rql2sql] properly compute has_text relation table scope
Thu, 14 Oct 2010 10:15:56 +0200 Sylvain Thénault fix some pylint detected errors
Thu, 14 Oct 2010 10:15:38 +0200 Sylvain Thénault pylint option update
Thu, 14 Oct 2010 10:08:00 +0200 Sylvain Thénault [components] add missing imports for code copied/pasted. Forgot to run pylint afterward...
Thu, 14 Oct 2010 09:49:59 +0200 Sylvain Thénault [component] avoid conflict on global/local identifier
Thu, 14 Oct 2010 09:01:58 +0200 Sylvain Thénault [migration] missing future import
Thu, 14 Oct 2010 00:10:43 +0200 Sylvain Thénault [debian] goa package gone for now
Thu, 14 Oct 2010 00:10:07 +0200 Sylvain Thénault [doc] kill deprecated french documentation
Thu, 14 Oct 2010 00:01:04 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.10.0-1 for changeset 9ef1347f8d99
Thu, 14 Oct 2010 00:01:03 +0200 Sylvain Thénault Added tag cubicweb-version-3.10.0 for changeset 0793fe84651b cubicweb-debian-version-3.10.0-1
Wed, 13 Oct 2010 22:18:59 +0200 Sylvain Thénault 3.10 cubicweb-version-3.10.0
Wed, 13 Oct 2010 19:46:35 +0200 Sylvain Thénault backport stable
Wed, 13 Oct 2010 16:47:22 +0200 Sylvain Thénault [schema categorization] new NO_I18NCONTEXT set usable to somewhat control c-c i18n
Wed, 13 Oct 2010 16:46:54 +0200 Sylvain Thénault i18n catalog cleanup
Wed, 13 Oct 2010 16:18:20 +0200 Sylvain Thénault [primary] RsetBox view should give dispctrl & all to its subview. Also, don't use csv when in boxes.
Wed, 13 Oct 2010 16:17:37 +0200 Sylvain Thénault [server] fix dumb name error
Wed, 13 Oct 2010 16:17:20 +0200 Sylvain Thénault [see also component] drop it, we can acheive the same result with uicfg rules
Wed, 13 Oct 2010 16:16:48 +0200 Sylvain Thénault [primary] fix autolimited view which was not limited at all
Wed, 13 Oct 2010 16:00:06 +0200 Sylvain Thénault [see also component] avoid seeing see_also entities in side boxes as well
Wed, 13 Oct 2010 15:59:35 +0200 Sylvain Thénault [components] remove old deprecation warning
Wed, 13 Oct 2010 15:59:05 +0200 Sylvain Thénault [wf history] avoid title duplication
Wed, 13 Oct 2010 13:03:48 +0200 Sylvain Thénault i18n tweaks
Wed, 13 Oct 2010 11:00:22 +0200 Alexandre Fayolle [book] small note about test/data/schema.py stable
Wed, 13 Oct 2010 08:37:21 +0200 Sylvain Thénault backport stable
Wed, 13 Oct 2010 08:37:09 +0200 Sylvain Thénault [test] reset uncommitable flag on ValidationError raised during automatic db population stable
Wed, 13 Oct 2010 08:36:38 +0200 Sylvain Thénault [ctx component] has no wview method
Wed, 13 Oct 2010 07:45:18 +0200 Sylvain Thénault [entity, repo] move prefill_entity_cache function back to repository due to usage of del_existing_rel_if_needed function which is also defined there
Tue, 12 Oct 2010 23:36:54 +0200 Sylvain Thénault cleanup and 3.10 updates
Tue, 12 Oct 2010 23:36:35 +0200 Sylvain Thénault [architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
Tue, 12 Oct 2010 23:34:55 +0200 Sylvain Thénault [repo, entity] move entity cache initialization to a function, and call it before source.add_entity so it may be used in error handler or such
Tue, 12 Oct 2010 22:20:15 +0200 Sylvain Thénault i18n update
Tue, 12 Oct 2010 22:15:47 +0200 Sylvain Thénault [ui component] restore see_also component
Tue, 12 Oct 2010 22:12:50 +0200 Sylvain Thénault [ui component] RelatedObjectsCtxComponent to superseede RelatedObjectsVComponent (still there for bw compat)
Tue, 12 Oct 2010 22:11:06 +0200 Sylvain Thénault [c-c i18ncubicweb] fix 'non-contextual' relations
Tue, 12 Oct 2010 19:15:31 +0200 Sylvain Thénault [i18n] uniformize footer capitalization
Tue, 12 Oct 2010 19:10:48 +0200 Sylvain Thénault cleanup
Tue, 12 Oct 2010 19:10:43 +0200 Sylvain Thénault [selector] more efficient rql_condition by simply retreiving COUNT()
Tue, 12 Oct 2010 19:10:08 +0200 Sylvain Thénault [workflow] fix bw compat code
Tue, 12 Oct 2010 19:09:52 +0200 Sylvain Thénault [baseviews] new cw.archive.[by_author|by_date] views, extracted from blog
Tue, 12 Oct 2010 14:13:07 +0200 Sylvain Thénault [test/possible views] skip deprecated views
Tue, 12 Oct 2010 14:10:58 +0200 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
Tue, 12 Oct 2010 12:12:05 +0200 Sylvain Thénault [ui] nicer ajax edit relation table (tags box for instance)
Mon, 11 Oct 2010 19:45:15 +0200 Sylvain Thénault fix pre 3.10 bw compat
Mon, 11 Oct 2010 19:13:01 +0200 Katia Saurfelt small typo on mustMach, handle initialvalue, handle empty userInput
Mon, 11 Oct 2010 19:13:00 +0200 Adrien Di Mascio [formwidgets] rewrite autocomplete cw widgets to get rid of div-style declaration API
Mon, 11 Oct 2010 19:12:59 +0200 Adrien Di Mascio [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Mon, 11 Oct 2010 17:46:22 +0200 Julien Jehannet [tests] update windmill use cases from link corrections
Mon, 11 Oct 2010 18:01:25 +0200 Sylvain Thénault [contextual components] missing layout for components in the toolbar
Mon, 11 Oct 2010 18:00:51 +0200 Sylvain Thénault [selectors] make configuration_values selector works for startup/maintainance hook
Mon, 11 Oct 2010 18:00:21 +0200 Sylvain Thénault [c-c i18ncube] proper command class name
Mon, 11 Oct 2010 17:59:58 +0200 Sylvain Thénault [i18n cube] skip bw compat registries boxes and contentnavigation
Mon, 11 Oct 2010 14:45:25 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 13:40:18 +0200 Sylvain Thénault TestServerConfig needs default_base_url stable
Mon, 11 Oct 2010 12:27:29 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 12:27:17 +0200 Sylvain Thénault [test] we must consider default_base_url() stable
Mon, 11 Oct 2010 12:26:50 +0200 Sylvain Thénault [js test] cleanup, move anonymous_logged handling to the test class (easier to control there stable
Mon, 11 Oct 2010 12:03:12 +0200 Sylvain Thénault CtxComponent don't have wview
Mon, 11 Oct 2010 11:05:19 +0200 Sylvain Thénault [test] missing main stable
Mon, 11 Oct 2010 11:02:27 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 10:47:22 +0200 Sylvain Thénault [test] fix ldap test when executed from certain hosts stable
Mon, 11 Oct 2010 10:14:22 +0200 Sylvain Thénault [test] missing main stable
Mon, 11 Oct 2010 10:14:11 +0200 Sylvain Thénault restore line dropped in 6424:f443a2b8a5c7 which is necessary to have proper base-url on test server config (used for ms tests at least) stable
Mon, 11 Oct 2010 09:17:54 +0200 Sylvain Thénault typo
Mon, 11 Oct 2010 09:01:14 +0200 Sylvain Thénault [breadcrumb] infinite loop safety belt, bw compatible by hi-jacking 'recurs' argument
Sat, 09 Oct 2010 00:38:07 +0200 Aurelien Campeas [login] fix some previously introduced login box css breakage
Sat, 09 Oct 2010 00:38:02 +0200 Sylvain Thénault [components] refactor main template header: make it much more flexible by using CtxComponent
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Sat, 09 Oct 2010 00:05:50 +0200 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
Sat, 09 Oct 2010 00:05:49 +0200 Sylvain Thénault backport stable
Fri, 08 Oct 2010 15:28:51 +0200 Julien Jehannet [devtools] refactor http server initialization in a much saner way stable
Fri, 08 Oct 2010 17:07:46 +0200 Sylvain Thénault [pre 3.10 compat] if CtxComponent as a call() method, emit a deprecation warning but use it. Also ensure default value on class for visible and order, and define wview for bw compat as well
Fri, 08 Oct 2010 16:11:37 +0200 Sylvain Thénault [reledit] do not reload on the parent node
Fri, 08 Oct 2010 16:11:23 +0200 Aurelien Campeas [js/edition] kill deprecated (& dead) reledit code
Fri, 08 Oct 2010 13:19:07 +0200 Aurelien Campeas [views/wdoc] do not crash on malconstructed stuff stable
Fri, 08 Oct 2010 13:12:14 +0200 Sylvain Thénault typo stable
Fri, 08 Oct 2010 11:54:17 +0200 Aurelien Campeas [views/authentication] fix http auth regression (no message)
Fri, 08 Oct 2010 11:11:31 +0200 Sylvain Thénault [test] fixes
Fri, 08 Oct 2010 11:11:09 +0200 Sylvain Thénault fix bad merge
Fri, 08 Oct 2010 11:11:08 +0200 Sylvain Thénault cleanups
Fri, 08 Oct 2010 09:43:24 +0200 Sylvain Thénault [test] skip test when dbhelper has no underlying dbapi module available stable
Fri, 08 Oct 2010 07:55:11 +0200 Sylvain Thénault backport stable
Fri, 08 Oct 2010 07:48:37 +0200 Sylvain Thénault [test] cleanup / unittest2 api update stable
Fri, 08 Oct 2010 07:44:22 +0200 Sylvain Thénault [test] don't add unnecessary dependency to blog stable
Fri, 08 Oct 2010 07:43:38 +0200 Sylvain Thénault [test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable) stable
Thu, 07 Oct 2010 19:04:07 +0200 Sylvain Thénault backport stable
Thu, 07 Oct 2010 19:02:00 +0200 Sylvain Thénault [testlib] fix mail monkey patching, former patch was applied on stable instead of default stable
Thu, 07 Oct 2010 18:51:13 +0200 Sylvain Thénault [primary view] default to outofcontext view for entities displayed in boxes stable
Thu, 07 Oct 2010 17:25:24 +0200 Adrien Di Mascio xml-escape <script> tags generated by HTMLHead stable
Wed, 06 Oct 2010 15:32:59 +0200 Alexandre Fayolle fix some issues in DotGraphView, and enhance reusability stable
Wed, 06 Oct 2010 14:57:14 +0200 Sylvain Thénault backport stable
Wed, 06 Oct 2010 14:56:43 +0200 Pierre-Yves David [testlib] Fix mail monkeypatch in testlib stable
Wed, 06 Oct 2010 14:56:20 +0200 Sylvain Thénault [selector] fix iterable detection
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Wed, 06 Oct 2010 11:57:21 +0200 Aurelien Campeas restore vital block of code (gone in 6384:89d5b339ebdd)
Wed, 06 Oct 2010 10:47:29 +0200 Sylvain Thénault [debian] constrain pyro version in debian packaging stable
Wed, 06 Oct 2010 10:46:20 +0200 Sylvain Thénault [test] send mail synchronously during tests stable
Tue, 05 Oct 2010 10:17:24 +0200 Stephanie Marcu [book] improve documentation lisibility for cwconfig chapter and fix some references
Tue, 05 Oct 2010 10:15:09 +0200 Sylvain Thénault [login ui] cleanup and somewhat bw compat
Tue, 05 Oct 2010 10:14:37 +0200 Sylvain Thénault [selectors] move selectors according to their type, add missing ones to documentation
Tue, 05 Oct 2010 08:33:10 +0200 Adrien Di Mascio [forms] remove dead code and simplify inlineviews creation
Mon, 04 Oct 2010 19:09:09 +0200 Sylvain Thénault include fcayre's patch #1060507 to get extra rql query parameters from form content in rgx_action stable
Mon, 04 Oct 2010 19:05:51 +0200 Sylvain Thénault [forms] catching KeyError closes #961831: migration failure when defining form fields stable
Mon, 04 Oct 2010 18:59:32 +0200 Aurelien Campeas [authentication] force retriever implementor to think about it
Mon, 04 Oct 2010 18:56:10 +0200 Aurelien Campeas [repo] add a find_users method for under-privileged accounts
Mon, 04 Oct 2010 18:56:05 +0200 Aurelien Campeas refactor login box & form to enable easy pluggability
Mon, 04 Oct 2010 18:55:57 +0200 Sylvain Thénault [js] add cubes namespace
Mon, 04 Oct 2010 16:58:34 +0200 Alexandre Fayolle new script cwuser_ldap2system
Mon, 04 Oct 2010 15:55:55 +0200 Sylvain Thénault [vreg] fix bad copy and paste introduced in 6347:ef47a2100c66 stable
Fri, 01 Oct 2010 18:49:47 +0200 Sylvain Thénault [repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting stable
Fri, 01 Oct 2010 17:27:54 +0200 Sylvain Thénault #1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py
Fri, 01 Oct 2010 17:04:09 +0200 Pierre-Yves David Add a fsimport context manage to localy enable fsimporting. stable
Fri, 01 Oct 2010 17:03:50 +0200 Pierre-Yves David [test] improve tag for server/test/unittest_storage.py stable
Fri, 01 Oct 2010 17:03:01 +0200 Pierre-Yves David [repo threads] Add several safety when looking for a callable name. stable
Fri, 01 Oct 2010 16:53:35 +0200 Sylvain Thénault [facets] support for `no_relation` on RelationFacet
Fri, 01 Oct 2010 16:07:03 +0200 Alexandre Fayolle [R] use dbhelper.binary_value to process passwords and other Bytes fields
Fri, 01 Oct 2010 15:45:38 +0200 Sylvain Thénault [3.10 migration] fix migration of cwproperties related to components/boxes
Fri, 01 Oct 2010 15:45:00 +0200 Sylvain Thénault [schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
Fri, 01 Oct 2010 11:24:21 +0200 Sylvain Thénault backport stable
Fri, 01 Oct 2010 11:09:25 +0200 Sylvain Thénault [schema] introduce new WORKFLOW_RTYPES set and use it to build SYSTEM_RTYPES/DONT_CHECK_RTYPES_ON_ADD/DONT_CHECK_RTYPES_ON_DEL sets stable
Fri, 01 Oct 2010 11:08:31 +0200 Sylvain Thénault [rset] support for delitem on repeat list (may be necessary in pyro source) stable
Fri, 01 Oct 2010 09:26:17 +0200 Alexandre Fayolle merged timeline changes into default
Fri, 01 Oct 2010 09:25:39 +0200 Alexandre Fayolle timeline view minor enhancements stable
Thu, 30 Sep 2010 15:35:01 +0200 Sylvain Thénault fix bad merge
Thu, 30 Sep 2010 15:00:40 +0200 Sylvain Thénault backport stable
Thu, 30 Sep 2010 15:00:30 +0200 Sylvain Thénault [test] more update to unittest2 api stable
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...)
Wed, 29 Sep 2010 16:46:47 +0200 Sylvain Thénault fix merge, some buffers weren't saved...
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
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
Wed, 29 Sep 2010 12:54:35 +0200 Sylvain Thénault cleanup and micro-optimization stable
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
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
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
Wed, 29 Sep 2010 12:17:26 +0200 Sylvain Thénault [selector] cleanup stable
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
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
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
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
Wed, 29 Sep 2010 09:00:54 +0200 Sylvain Thénault [i18n] no more necessary, those msgids are no more generated stable
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
Tue, 28 Sep 2010 16:52:45 +0200 Alexandre Fayolle don't add another encoding if already present in content-type stable
Tue, 28 Sep 2010 16:50:34 +0200 Alexandre Fayolle [book] note about different encryption on Unix and Windows stable
Tue, 28 Sep 2010 14:52:45 +0200 Alexandre Fayolle make reset-admin-pwd work with sqlserver as db backend stable
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
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
Fri, 24 Sep 2010 13:41:13 +0200 Julien Jehannet [selectors] multi_lines_rset selector supports now optional operator for richer comparaisons stable
Fri, 24 Sep 2010 15:00:08 +0200 Julien Jehannet exception: specify expected parameter in NoSelectableException stable
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
Mon, 27 Sep 2010 17:13:41 +0200 Sylvain Thénault [doc] add note about propagation on deletion of a watched relation stable
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
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
Fri, 24 Sep 2010 18:37:00 +0200 Stephanie Marcu [book] Talk about RichString in 'Yams schema' section stable
Fri, 24 Sep 2010 18:08:40 +0200 Julien Jehannet [tests] import TestSuite from lgc.testlib for further compatibility stable
Fri, 24 Sep 2010 18:20:59 +0200 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
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
Fri, 24 Sep 2010 18:20:45 +0200 Sylvain Thénault add test case demonstrating #1251910 stable
Fri, 24 Sep 2010 18:20:16 +0200 Sylvain Thénault stop relying on person cube, it isn't needed stable
Fri, 24 Sep 2010 12:54:20 +0200 Sylvain Thénault [facet] use contextified label when possible stable
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
Fri, 24 Sep 2010 11:05:10 +0200 Alexandre Fayolle add some styling required by ReST figures stable
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Thu, 23 Sep 2010 23:24:42 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.9.8-1 for changeset e4dba8ae9637 stable
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
Thu, 23 Sep 2010 22:38:04 +0200 Sylvain Thénault 3.9.8 stable cubicweb-version-3.9.8
Thu, 23 Sep 2010 22:37:46 +0200 Sylvain Thénault [reledit] drop compute_best_vid method now useless stable
Thu, 23 Sep 2010 18:38:36 +0200 Sylvain Thénault i18n update stable
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
Thu, 23 Sep 2010 18:35:49 +0200 Sylvain Thénault [skel] update pylint instruction in default setup.py stable
Thu, 23 Sep 2010 16:02:53 +0200 Nicolas Chauvat [views] fix foaf view for CWUser stable
Fri, 16 Jul 2010 16:08:04 +0200 Julien Jehannet [book] minor update about windmill + reformat stable
Fri, 30 Jul 2010 16:01:28 +0200 Julien Jehannet [c-c shell/upgrade] raise ExecutionError when traceback is not relevant stable
Thu, 23 Sep 2010 15:30:54 +0200 Julien Jehannet [windmill] initialize windmill registry if not already existing (possible error case in dev) stable
Thu, 23 Sep 2010 12:16:36 +0200 Julien Jehannet [req] build_url: detect None values in arguments and raise ValueError stable
Thu, 23 Sep 2010 13:10:29 +0200 Aurelien Campeas [doc/book] make it colorful stable
Thu, 23 Sep 2010 13:04:01 +0200 Aurelien Campeas [doc/book] complete section on authentication plugins stable
Thu, 23 Sep 2010 10:49:05 +0200 Sylvain Thénault [publisher] add session id when logging published path stable
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
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
Thu, 23 Sep 2010 10:46:59 +0200 Sylvain Thénault [test] fix broken tests and minor cleanups stable
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
Wed, 22 Sep 2010 20:12:38 +0200 Aurelien Campeas [doc/book] begin an howto write auth plugins chapter stable
Wed, 22 Sep 2010 19:44:37 +0200 Aurelien Campeas [dbapi] fix typo stable
Wed, 22 Sep 2010 19:43:44 +0200 Aurelien Campeas [doc/book] tell a more complete story on sessions and the authentication process stable
Wed, 22 Sep 2010 19:43:02 +0200 Aurelien Campeas [doc/book] more notes on setup stable
Wed, 22 Sep 2010 18:23:42 +0200 Sylvain Thénault cleanup stable
Wed, 22 Sep 2010 18:23:35 +0200 Sylvain Thénault [dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling) stable
Wed, 22 Sep 2010 18:18:29 +0200 Sylvain Thénault [entity] fix typo in absolute_url method, breaking some code w/ control of absolute url of external entities stable
Wed, 22 Sep 2010 18:17:40 +0200 Sylvain Thénault [test] fix test broken by introduction of CWUniqueTogetherConstraint stable
Wed, 22 Sep 2010 13:21:34 +0200 Nicolas Chauvat [doc] fixing install doc (reapply cset that was erroneously overriden) stable
Wed, 22 Sep 2010 17:01:51 +0200 Aurelien Campeas [doc,bin] add script to fetch & update most cw dependencies + some cubes stable
Wed, 22 Sep 2010 14:03:24 +0200 Sylvain Thénault [book] backport documentation about primary/base views sent on the list stable
Wed, 22 Sep 2010 13:33:17 +0200 Stephanie Marcu [book - #1251259] reorganize plan for basetemplate, talk about class attributes stable
Wed, 22 Sep 2010 13:15:14 +0200 Stephanie Marcu imported patch doc_test_commit.diff stable
Wed, 22 Sep 2010 13:21:34 +0200 Nicolas Chauvat [doc] fixing install doc stable
Wed, 22 Sep 2010 12:29:20 +0200 Sylvain Thénault [sqlite] quick hacks to fix #1251873 and #1251874 stable
Wed, 22 Sep 2010 12:14:54 +0200 Aurelien Campeas [doc/book] fix session types stable
Wed, 22 Sep 2010 10:35:34 +0200 Sylvain Thénault [rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction stable
Wed, 22 Sep 2010 10:34:20 +0200 Sylvain Thénault [skel] MANIFEST.in cleanup stable
Wed, 22 Sep 2010 10:10:19 +0200 Alexandre Fayolle updated yams and logilab.database dependency, start preparing 3.9.8 stable
Wed, 22 Sep 2010 10:00:36 +0200 Alexandre Fayolle use new logilab.database interface for multicol indexes stable
Tue, 21 Sep 2010 16:35:37 +0200 Adrien Di Mascio [dbapi] Connection.check() must return the latest activity timestamp (dropped accidentally during latest merge)
Tue, 21 Sep 2010 16:33:20 +0200 Adrien Di Mascio [migractions] add a dropped_constraints() migration command
Mon, 20 Sep 2010 15:58:45 +0200 Sylvain Thénault [primary view] we should not limit related rset, else if something else than autolimited view is used, some content will be missed without a 'view all' link stable
Mon, 20 Sep 2010 15:50:12 +0200 Alexandre Fayolle handle displayctrl['limit'] == None correctly stable
Fri, 17 Sep 2010 19:30:22 +0200 Aurelien Campeas [views/reledit] bw compat code is unneeded there stable
Fri, 17 Sep 2010 17:55:55 +0200 Sylvain Thénault [primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago) stable
Fri, 17 Sep 2010 17:46:47 +0200 Sylvain Thénault [js] update js for reledit to 3.9 ajax api stable
Fri, 17 Sep 2010 17:25:58 +0200 Sylvain Thénault cleanup stable
Fri, 17 Sep 2010 17:25:51 +0200 Sylvain Thénault [boolean field] we've to override format_single_value as well in case where None are allowed stable
Fri, 17 Sep 2010 17:25:17 +0200 Sylvain Thénault [repo/sql] don't do anything when value is None. This will avoid None to be turned into False in the case of a boolean for instance. stable
Fri, 17 Sep 2010 16:54:57 +0200 Sylvain Thénault [reledit] more api cleanup stable
Fri, 17 Sep 2010 16:54:56 +0200 Sylvain Thénault [reledit] new rtag entry to control apparition of relation label in default value stable
Fri, 17 Sep 2010 16:53:12 +0200 Sylvain Thénault [test] fix setting of base-url during test: override default_base_url, else we set it too late (after uiprops generation) stable
Fri, 17 Sep 2010 12:34:03 +0200 Sylvain Thénault [navigation] move hack from page_link to page_url so '#1251858: Can't see all the elements when a limited list is shown' if fixed as well stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Thu, 16 Sep 2010 18:43:46 +0200 Sylvain Thénault merge stable heads stable
Thu, 16 Sep 2010 18:43:40 +0200 Sylvain Thénault merge stable heads stable
Thu, 16 Sep 2010 18:43:17 +0200 Sylvain Thénault cleanup stable
Thu, 16 Sep 2010 18:43:03 +0200 Sylvain Thénault [ReST] settings update: add traceback=True to avoid sys.exit, and set stylesheet to None since we don't care about it and that may makes docutils stupidly fail according to the cwd at import time... stable
Thu, 16 Sep 2010 18:41:45 +0200 Sylvain Thénault [url publishing] fix regression introduced by refactoring in 3.9.7, leading to table view being choosen when one would expect the primary view. Fix similar pb with /<etype> url and list view (this one has been there for a while) stable
Thu, 16 Sep 2010 18:39:35 +0200 Sylvain Thénault [publisher] avoid extra Name error on unexpected error stable
Thu, 16 Sep 2010 18:39:16 +0200 Sylvain Thénault [publisher] with python>=2.5, we should catch BaseException here stable
Thu, 16 Sep 2010 18:36:42 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.9.7-1 for changeset 1c01f9dffd64 stable
(0) -3000 -1000 -240 +240 +1000 +3000 tip