Sat, 29 May 2010 10:18:02 +0200 Alexandre Fayolle merge back to stable some changes made on site for a customer. stable
Sat, 29 May 2010 10:06:07 +0000 Alexandre Fayolle [win32 SQLServer] connection lost detection stable
Sat, 29 May 2010 10:03:50 +0000 Alexandre Fayolle ldap: reset cache when a user is deleted stable
Sat, 29 May 2010 09:58:23 +0000 Alexandre Fayolle ldap source logging stable
Sat, 29 May 2010 09:57:02 +0000 Alexandre Fayolle forbid looping tasks with an interval of 0 stable
Sat, 29 May 2010 09:54:07 +0000 Alexandre Fayolle /siteinfo page: display information about the names of the running threads stable
Sat, 29 May 2010 09:52:31 +0000 Alexandre Fayolle [win32 service] activate logging to the configured file as soon as possible stable
Fri, 28 May 2010 08:05:17 +0200 Pierre-Yves David [bfss] Rename filenames according to their metadata on entity update. stable
Wed, 26 May 2010 18:32:27 +0200 Sylvain Thénault [form] missing return... stable
Wed, 26 May 2010 18:17:29 +0200 Sylvain Thénault [adapters] fix NameError introduced by adapters refactoring
Wed, 26 May 2010 17:19:44 +0200 Sylvain Thénault [security] fix security insertion on DISTINCT queries stable
Wed, 26 May 2010 15:49:48 +0200 Sylvain Thénault [adapters] fix bad copy and past....
Wed, 26 May 2010 15:46:27 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 15:45:22 +0200 Sylvain Thénault [rql2sql] properly compute scope for variable from temporary tables stable
Wed, 26 May 2010 14:59:05 +0200 Sylvain Thénault [form] fix bw compat issue introduced by 5588:377c9adfe81e stable
Wed, 26 May 2010 14:37:32 +0200 Sylvain Thénault [web] update to 3.9 Entity api
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 12:31:45 +0200 Sylvain Thénault [migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length) stable
Wed, 26 May 2010 12:31:43 +0200 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
Wed, 26 May 2010 12:31:40 +0200 Sylvain Thénault [web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464) stable
Wed, 26 May 2010 12:31:39 +0200 Sylvain Thénault [c-c] use logilab.database, not lgc.db stable
Wed, 26 May 2010 12:31:37 +0200 Sylvain Thénault [sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604) stable
Wed, 26 May 2010 12:31:34 +0200 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
Wed, 26 May 2010 11:01:50 +0200 Sylvain Thénault [reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value stable
Wed, 26 May 2010 10:28:48 +0200 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
Tue, 25 May 2010 12:21:17 +0200 Sylvain Thénault [repo] ensure thread is alive before calling .join. Closes #963580 stable
Tue, 25 May 2010 12:20:26 +0200 Sylvain Thénault [migration] add migration file commands to follow option group changes stable
Tue, 25 May 2010 11:56:16 +0200 Sylvain Thénault fix 978144: exception with view send-email if empty subject stable
Tue, 25 May 2010 11:51:48 +0200 Sylvain Thénault [test] fix test broken by introduction of adapters
Tue, 25 May 2010 10:55:57 +0200 Sylvain Thénault [schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size stable
Tue, 25 May 2010 09:50:20 +0200 Sylvain Thénault [deprecation] fix 3.9 deprecation warning
Tue, 25 May 2010 09:50:12 +0200 Sylvain Thénault no more Image type w/ cw 3.9
Fri, 21 May 2010 18:40:26 +0200 Sylvain Thénault [fti] fix name conflict introduced by the new IFTIAdapter
Fri, 21 May 2010 18:39:40 +0200 Sylvain Thénault [entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
Fri, 21 May 2010 15:06:29 +0200 Sylvain Thénault [vreg] should raise exception on select ambiguity when running in test mode
Fri, 21 May 2010 15:05:44 +0200 Sylvain Thénault [adapters compat] make implements_adapter_compat selector compatible with attributes
Fri, 21 May 2010 15:04:56 +0200 Sylvain Thénault [test] no more Image type w/ cw 3.9
Fri, 21 May 2010 15:04:29 +0200 Sylvain Thénault [adapters] refactoring fixes
Fri, 21 May 2010 15:02:56 +0200 Sylvain Thénault [selectors] ensure selector return an int
Fri, 21 May 2010 15:02:42 +0200 Sylvain Thénault [selectors] adaptable selector should not accept None in rset
Fri, 21 May 2010 15:02:14 +0200 Sylvain Thénault [selectors] lltrace appobject_selectable selector
Fri, 21 May 2010 15:01:46 +0200 Sylvain Thénault [selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
Fri, 21 May 2010 15:00:01 +0200 Sylvain Thénault [selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
Fri, 21 May 2010 13:35:08 +0200 Sylvain Thénault with cw 3.9, no more Image type
Fri, 21 May 2010 13:34:52 +0200 Sylvain Thénault [vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
Fri, 21 May 2010 13:34:03 +0200 Sylvain Thénault [selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
Fri, 21 May 2010 08:45:25 +0200 Sylvain Thénault [primary view] fix name error on dispctrl w/ pre 3.5 box definition stable
Fri, 21 May 2010 07:56:39 +0200 Sylvain Thénault [entity] fix access to attribute which has been renamed two revisions ago
Thu, 20 May 2010 20:50:03 +0200 Sylvain Thénault [schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Thu, 20 May 2010 20:47:13 +0200 Sylvain Thénault backport stable
Thu, 20 May 2010 20:45:28 +0200 Sylvain Thénault [config] move web specific config to the web section of the configuration file stable
Thu, 20 May 2010 20:45:21 +0200 Sylvain Thénault * * * stable
Thu, 20 May 2010 10:55:33 +0200 Sylvain Thénault typo stable
Thu, 20 May 2010 10:41:36 +0200 Sylvain Thénault [migration] fix storage_change migraction to avoid exhausting the server's memory stable
Thu, 20 May 2010 10:40:57 +0200 Sylvain Thénault [repo] set log methods on the actually desired class stable
Thu, 20 May 2010 10:40:33 +0200 Sylvain Thénault [bfss] ensure base name doesn't contain path separator stable
Thu, 20 May 2010 10:40:55 +0200 Nicolas Chauvat merge stable
Thu, 20 May 2010 10:40:29 +0200 Nicolas Chauvat [web] remove dead code stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip