Fri, 08 Oct 2010 13:12:14 +0200 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 08 Oct 2010 11:54:17 +0200 |
Aurelien Campeas |
[views/authentication] fix http auth regression (no message)
|
changeset |
files
|
Fri, 08 Oct 2010 11:11:31 +0200 |
Sylvain Thénault |
[test] fixes
|
changeset |
files
|
Fri, 08 Oct 2010 11:11:09 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Fri, 08 Oct 2010 11:11:08 +0200 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
Fri, 08 Oct 2010 09:43:24 +0200 |
Sylvain Thénault |
[test] skip test when dbhelper has no underlying dbapi module available
stable
|
changeset |
files
|
Fri, 08 Oct 2010 07:55:11 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 08 Oct 2010 07:48:37 +0200 |
Sylvain Thénault |
[test] cleanup / unittest2 api update
stable
|
changeset |
files
|
Fri, 08 Oct 2010 07:44:22 +0200 |
Sylvain Thénault |
[test] don't add unnecessary dependency to blog
stable
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 07 Oct 2010 19:04:07 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 07 Oct 2010 18:51:13 +0200 |
Sylvain Thénault |
[primary view] default to outofcontext view for entities displayed in boxes
stable
|
changeset |
files
|
Thu, 07 Oct 2010 17:25:24 +0200 |
Adrien Di Mascio |
xml-escape <script> tags generated by HTMLHead
stable
|
changeset |
files
|
Wed, 06 Oct 2010 15:32:59 +0200 |
Alexandre Fayolle |
fix some issues in DotGraphView, and enhance reusability
stable
|
changeset |
files
|
Wed, 06 Oct 2010 14:57:14 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 06 Oct 2010 14:56:43 +0200 |
Pierre-Yves David |
[testlib] Fix mail monkeypatch in testlib
stable
|
changeset |
files
|
Wed, 06 Oct 2010 14:56:20 +0200 |
Sylvain Thénault |
[selector] fix iterable detection
|
changeset |
files
|
Wed, 06 Oct 2010 14:04:26 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 06 Oct 2010 11:57:21 +0200 |
Aurelien Campeas |
restore vital block of code (gone in 6384:89d5b339ebdd)
|
changeset |
files
|
Wed, 06 Oct 2010 10:47:29 +0200 |
Sylvain Thénault |
[debian] constrain pyro version in debian packaging
stable
|
changeset |
files
|
Wed, 06 Oct 2010 10:46:20 +0200 |
Sylvain Thénault |
[test] send mail synchronously during tests
stable
|
changeset |
files
|
Tue, 05 Oct 2010 10:17:24 +0200 |
Stephanie Marcu |
[book] improve documentation lisibility for cwconfig chapter and fix some references
|
changeset |
files
|
Tue, 05 Oct 2010 10:15:09 +0200 |
Sylvain Thénault |
[login ui] cleanup and somewhat bw compat
|
changeset |
files
|
Tue, 05 Oct 2010 10:14:37 +0200 |
Sylvain Thénault |
[selectors] move selectors according to their type, add missing ones to documentation
|
changeset |
files
|
Tue, 05 Oct 2010 08:33:10 +0200 |
Adrien Di Mascio |
[forms] remove dead code and simplify inlineviews creation
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 04 Oct 2010 19:05:51 +0200 |
Sylvain Thénault |
[forms] catching KeyError closes #961831: migration failure when defining form fields
stable
|
changeset |
files
|
Mon, 04 Oct 2010 18:59:32 +0200 |
Aurelien Campeas |
[authentication] force retriever implementor to think about it
|
changeset |
files
|
Mon, 04 Oct 2010 18:56:10 +0200 |
Aurelien Campeas |
[repo] add a find_users method for under-privileged accounts
|
changeset |
files
|
Mon, 04 Oct 2010 18:56:05 +0200 |
Aurelien Campeas |
refactor login box & form to enable easy pluggability
|
changeset |
files
|
Mon, 04 Oct 2010 18:55:57 +0200 |
Sylvain Thénault |
[js] add cubes namespace
|
changeset |
files
|
Mon, 04 Oct 2010 16:58:34 +0200 |
Alexandre Fayolle |
new script cwuser_ldap2system
|
changeset |
files
|
Mon, 04 Oct 2010 15:55:55 +0200 |
Sylvain Thénault |
[vreg] fix bad copy and paste introduced in 6347:ef47a2100c66
stable
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 01 Oct 2010 17:04:09 +0200 |
Pierre-Yves David |
Add a fsimport context manage to localy enable fsimporting.
stable
|
changeset |
files
|
Fri, 01 Oct 2010 17:03:50 +0200 |
Pierre-Yves David |
[test] improve tag for server/test/unittest_storage.py
stable
|
changeset |
files
|
Fri, 01 Oct 2010 17:03:01 +0200 |
Pierre-Yves David |
[repo threads] Add several safety when looking for a callable name.
stable
|
changeset |
files
|
Fri, 01 Oct 2010 16:53:35 +0200 |
Sylvain Thénault |
[facets] support for `no_relation` on RelationFacet
|
changeset |
files
|
Fri, 01 Oct 2010 16:07:03 +0200 |
Alexandre Fayolle |
[R] use dbhelper.binary_value to process passwords and other Bytes fields
|
changeset |
files
|
Fri, 01 Oct 2010 15:45:38 +0200 |
Sylvain Thénault |
[3.10 migration] fix migration of cwproperties related to components/boxes
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 01 Oct 2010 11:24:21 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 01 Oct 2010 09:26:17 +0200 |
Alexandre Fayolle |
merged timeline changes into default
|
changeset |
files
|
Fri, 01 Oct 2010 09:25:39 +0200 |
Alexandre Fayolle |
timeline view minor enhancements
stable
|
changeset |
files
|