Thu, 17 Jun 2010 16:56:38 +0200 Pierre-Yves David [qunit] improve output of suprocess error
Thu, 17 Jun 2010 16:24:01 +0200 Sylvain Thénault [test] workaround connection leak making tests fail under windows environment (though we've still probably some open connection leak to resolve...) stable
Thu, 17 Jun 2010 16:17:09 +0200 Aurelien Campeas [web request] in python 2.5 hashlib has no .hash attribute stable
Thu, 17 Jun 2010 16:16:08 +0200 Sylvain Thénault [web actions] fix recent refactoring, leading to missing redirect parameters in action's url stable
Thu, 17 Jun 2010 15:30:28 +0200 Sylvain Thénault [packaging] more cleanups, handle javascript test files
Thu, 17 Jun 2010 15:15:52 +0200 Sylvain Thénault backport stable
Thu, 17 Jun 2010 15:09:12 +0200 Katia Saurfelt [facet] use vreg.parse so the rql syntax tree is properly annotated as well stable
Thu, 17 Jun 2010 15:08:25 +0200 Katia Saurfelt [text search] fix fulltext_container indexation stable
Thu, 17 Jun 2010 15:04:35 +0200 Sylvain Thénault [md5script] cleanup stable
Thu, 17 Jun 2010 15:02:24 +0200 auc [py2.6] use hashlib to silence python 2.6 deprecation warnings stable
Thu, 17 Jun 2010 15:02:22 +0200 Aurelien Campeas [autoform] do not show remove link for inline form if card == 1 stable
Thu, 17 Jun 2010 14:43:16 +0200 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
Thu, 17 Jun 2010 14:42:41 +0200 Sylvain Thénault [packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files stable
Thu, 17 Jun 2010 12:13:38 +0200 Sylvain Thénault [js tests] fix javascripts tests definition, test_datetime.js now included in test_utils.js, which test other stuff as well
Thu, 17 Jun 2010 09:10:52 +0200 Sylvain Thénault [entity] can't do anymore dict(entity) since entity doesn't inherit from dict
Thu, 17 Jun 2010 09:10:34 +0200 Sylvain Thénault backport stable
Thu, 17 Jun 2010 09:10:14 +0200 Sylvain Thénault [vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently stable
Wed, 16 Jun 2010 14:51:17 +0200 Sylvain Thénault backport stable
Wed, 16 Jun 2010 14:47:39 +0200 Sylvain Thénault [test] unittest_multisources: external source shouldn't use the same database as the main repo... stable
Wed, 16 Jun 2010 13:54:10 +0200 Sylvain Thénault [test] miss main stable
Wed, 16 Jun 2010 12:24:12 +0200 Sylvain Thénault imported patch asynchronous multipart parsing.diff stable
Wed, 16 Jun 2010 12:24:11 +0200 Sylvain Thénault imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web) stable
Wed, 16 Jun 2010 09:53:17 +0200 Sylvain Thénault [entity] when .related() is called on a not-yet-saved entity, return an empty rset/list instead of raising an assertion error stable
Wed, 16 Jun 2010 09:33:04 +0200 Stephanie Marcu [filefield] normalized file names to deal with windows files stable
Wed, 16 Jun 2010 09:30:30 +0200 Stephanie Marcu [c-c exlog] fix code and documentation stable
Wed, 16 Jun 2010 09:21:49 +0200 Sylvain Thénault [test] support for test on postgres database using the same mecanism as sqlite: one template database generated when necessary + actual test database created from the template
Tue, 15 Jun 2010 18:19:44 +0200 Sylvain Thénault fix bad merge
Tue, 15 Jun 2010 18:16:19 +0200 Sylvain Thénault backport stable
Tue, 15 Jun 2010 18:00:30 +0200 Sylvain Thénault [test] properly close connections during test stable
Tue, 15 Jun 2010 18:00:29 +0200 Sylvain Thénault [repo] on repository initialization, properly shutdown intermediary repository stable
Tue, 15 Jun 2010 18:00:28 +0200 Sylvain Thénault [repo] on repository shutdown, we've to close the new eid creation connection stable
Tue, 15 Jun 2010 18:00:26 +0200 Sylvain Thénault [auto-reload] we should never call load_module with use_sys=False, that may lead to inconsistency with module interdependancy (eg module get imported by another one, then is reimported by the vreg to load its appobjects. Cleanup of sys.modules done before reloading should be enough. stable
Mon, 14 Jun 2010 17:56:10 +0200 Aurelien Campeas [rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand stable
Mon, 14 Jun 2010 18:59:05 +0200 Sylvain Thénault [security] SchemaRelation.has_perm grows to new arguments allowing to specify subject/object entity type when actual eid are not known, but their types are stable
Mon, 14 Jun 2010 18:58:06 +0200 Sylvain Thénault [linkto action] refactor to ease overriding to control redirection stable
Mon, 14 Jun 2010 18:58:03 +0200 Sylvain Thénault [hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value stable
Mon, 14 Jun 2010 12:13:46 +0200 Pierre-Yves David Use the qunit automatic launcher for existing testcase.
Tue, 01 Jun 2010 18:18:26 +0200 Pierre-Yves David Add a QUnitTestCase class to run qunit test case.
Fri, 11 Jun 2010 18:48:17 +0200 Aurelien Campeas [twctl] add missing poststop method #1058268 stable
Fri, 11 Jun 2010 18:47:53 +0200 Aurelien Campeas [rset] make rsets picklable (again ?) #1056422 stable
Fri, 11 Jun 2010 16:11:23 +0200 Sylvain Thénault [jstests] nicer test page title
Fri, 11 Jun 2010 16:07:58 +0200 Sylvain Thénault [jstest] get back more tests writen during the sprint by vgodard
Fri, 11 Jun 2010 15:54:29 +0200 Sylvain Thénault cleanup stable
Fri, 11 Jun 2010 14:59:08 +0200 Sylvain Thénault backport stable
Fri, 11 Jun 2010 14:57:51 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.8.4-1 for changeset b7883287f40c stable
Fri, 11 Jun 2010 14:57:50 +0200 Sylvain Thénault Added tag cubicweb-version-3.8.4 for changeset d00d1fab42af stable cubicweb-debian-version-3.8.4-1
Fri, 11 Jun 2010 13:00:19 +0200 Sylvain Thénault cleanup stable cubicweb-version-3.8.4
Fri, 11 Jun 2010 13:00:02 +0200 Sylvain Thénault [selectors] relation_possible selector accept None as action, in which case no perms checking is done stable
Fri, 11 Jun 2010 11:37:17 +0200 Sylvain Thénault 3.8.4 stable
Fri, 11 Jun 2010 11:36:01 +0200 Sylvain Thénault [xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value stable
Fri, 11 Jun 2010 09:20:38 +0200 Sylvain Thénault [source] remove debug stable
Fri, 11 Jun 2010 08:39:21 +0200 Sylvain Thénault [entity] add .clear() for bw compat
Fri, 11 Jun 2010 07:58:53 +0200 Sylvain Thénault [3.9] api update (mostly js) + add support for FCKEditor in formContents js function
Fri, 11 Jun 2010 07:58:52 +0200 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
Fri, 11 Jun 2010 07:58:49 +0200 Sylvain Thénault [adapters] enhanced warning
Thu, 10 Jun 2010 18:44:03 +0200 Sylvain Thénault [test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
Thu, 10 Jun 2010 18:32:09 +0200 Sylvain Thénault [3.9] update warning message
Thu, 10 Jun 2010 18:28:12 +0200 Sylvain Thénault [iprogress] move adapter to entities.adapters
Thu, 10 Jun 2010 17:25:38 +0200 Alexandre Fayolle fix wrong calculation of clean_session_interval stable
Thu, 10 Jun 2010 16:57:02 +0200 Sylvain Thénault [ITree] more fixes, fix fixes
Thu, 10 Jun 2010 16:57:00 +0200 Sylvain Thénault [idownloadable] depends on a new mtconverter release
Thu, 10 Jun 2010 16:28:06 +0200 Sylvain Thénault [ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
Thu, 10 Jun 2010 16:28:04 +0200 Sylvain Thénault [3.9] fix tests
Thu, 10 Jun 2010 16:25:15 +0200 Sylvain Thénault [web] move itree adapter to entities, it may be used outside the web interface
Thu, 10 Jun 2010 16:23:07 +0200 Sylvain Thénault [view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
Thu, 10 Jun 2010 14:16:49 +0200 Sylvain Thénault [idownloadable] refactor IDownloadable primary view to make overriding easier
Thu, 10 Jun 2010 14:16:48 +0200 Sylvain Thénault [web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
Thu, 10 Jun 2010 14:16:47 +0200 Sylvain Thénault [form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
Thu, 10 Jun 2010 15:11:30 +0200 Aurelien Campeas [repo] fix typo stable
Thu, 10 Jun 2010 13:56:52 +0200 Sylvain Thénault [req] fix format_time w/ 0:0 which is evaluated to False stable
Thu, 10 Jun 2010 12:53:21 +0200 Sylvain Thénault [view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception stable
Thu, 10 Jun 2010 10:18:34 +0200 Sylvain Thénault fix merge, forgot to save a buffer :(
Thu, 10 Jun 2010 10:16:59 +0200 Sylvain Thénault backport stable
Thu, 10 Jun 2010 10:15:26 +0200 Sylvain Thénault [rql2sql] fix special 'X relation NULL' case (used by security insertion), broken by recent removal of IS operator in RQL stable
Wed, 09 Jun 2010 16:16:54 +0200 Adrien Di Mascio [javascript] add a name property to namespaces, mainly for convenience in helpers such as movedToNamespace
Wed, 09 Jun 2010 14:51:00 +0200 Sylvain Thénault [rql] IS operator killed in rql 0.26.2, use equal instead stable
Wed, 09 Jun 2010 14:44:45 +0200 Sylvain Thénault [security] consider any rql expression refering to X while X is being created as satisfied stable
Wed, 09 Jun 2010 14:31:12 +0200 Sylvain Thénault [rql] more update to 0.26.2 api stable
Wed, 09 Jun 2010 14:21:08 +0200 Sylvain Thénault [querier] fix rset description bug with some union queries stable
Wed, 09 Jun 2010 13:42:17 +0200 Adrien Di Mascio [devtools] fix get_available_port implementation: it should only return the port number if unable to connect
Wed, 09 Jun 2010 12:43:21 +0200 Adrien Di Mascio [javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
Wed, 09 Jun 2010 12:39:55 +0200 Adrien Di Mascio [javascript] move Deferred implementation to cubicweb.ajax.js
Wed, 09 Jun 2010 12:32:54 +0200 Sylvain Thénault [form] fix untested (unread?) has_been_modified implementation...
Wed, 09 Jun 2010 10:06:46 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 10:06:04 +0200 Sylvain Thénault [autoform] fix vreg module name stable
Wed, 09 Jun 2010 09:58:23 +0200 Sylvain Thénault [pylint] fix detected name errors
Wed, 09 Jun 2010 09:54:35 +0200 Sylvain Thénault [pylint] fix detected name errors stable
Wed, 09 Jun 2010 09:42:24 +0200 Sylvain Thénault [repo server] fix startup bug, lgc.daemon.daemonize return 1 for the parent process, not -1 stable
Wed, 09 Jun 2010 09:42:52 +0200 Adrien Di Mascio backport stable branch
Wed, 09 Jun 2010 09:41:36 +0200 Adrien Di Mascio [source] don't create the eid_creation connection at source initiliaztion time stable
Mon, 07 Jun 2010 19:17:41 +0200 Sylvain Thénault [schema view] only catch key errors
Mon, 07 Jun 2010 19:17:16 +0200 Sylvain Thénault [schema view] improve it slightly by attributing the same color to rdef of the same relation type
Mon, 07 Jun 2010 19:01:21 +0200 Pierre-Yves David [rset] Add a line break the first result in repr of multiple rows rset
Mon, 07 Jun 2010 18:50:24 +0200 Sandrine Ribeau [schema diagram] ticket #191599, make schema image look better
Mon, 07 Jun 2010 18:16:16 +0200 Sylvain Thénault backport stable
Mon, 07 Jun 2010 18:15:39 +0200 Sylvain Thénault [workflow image] remove debug code stable
Mon, 07 Jun 2010 18:13:41 +0200 Sylvain Thénault [request] fix typo stable
Mon, 07 Jun 2010 18:13:39 +0200 Sylvain Thénault [security] view was giving web access to every fs file accessible by the web server process. Fix this security hole by storing file in session data, not direct form parameters stable
Mon, 07 Jun 2010 17:45:41 +0200 Sylvain Thénault [hooks] fix typo in workflow hooks category stable
Mon, 07 Jun 2010 13:31:46 +0200 Sylvain Thénault [security hooks] fix bad merge
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Mon, 07 Jun 2010 13:08:54 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.8.3-1 for changeset 1ccaa9247860 stable
Mon, 07 Jun 2010 13:08:53 +0200 Sylvain Thénault Added tag cubicweb-version-3.8.3 for changeset 7e6c6a2a272d stable cubicweb-debian-version-3.8.3-1
Mon, 07 Jun 2010 12:39:15 +0200 Sylvain Thénault [edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
Mon, 31 May 2010 19:33:43 +0200 Julien Jehannet [web test] add basic windmill tests and documentation
Tue, 01 Jun 2010 17:09:22 +0200 Julien Jehannet [web test] Add windmill functional testing capability.
Mon, 07 Jun 2010 09:50:25 +0200 Sylvain Thénault 3.8.3 stable cubicweb-version-3.8.3
Mon, 07 Jun 2010 09:23:11 +0200 Sylvain Thénault i18nupdate stable
Fri, 04 Jun 2010 15:45:54 +0200 Sylvain Thénault [editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit stable
Fri, 04 Jun 2010 13:09:12 +0200 Sylvain Thénault on entity creation, accept attributes without any update access stable
Fri, 04 Jun 2010 13:08:28 +0200 Sylvain Thénault [table] propagate paginate stable
Fri, 04 Jun 2010 13:07:57 +0200 Sylvain Thénault no more need for specific handling of table view's displayaction stable
Fri, 04 Jun 2010 13:07:07 +0200 Nicolas Chauvat [rset] do not break when rset.related_entity(x,y) is not an entity stable
Fri, 04 Jun 2010 11:09:55 +0200 Sylvain Thénault [migration] fix schema synchronization bug stable
Thu, 03 Jun 2010 18:45:02 +0200 Adrien Di Mascio [javascript] refactor execution flow of handleFormValidationResponse so that location hash is set to #header whatever the error is stable
Thu, 03 Jun 2010 17:14:32 +0200 Nicolas Chauvat [package] now depends on yams 0.30 because of xy API changes
Thu, 03 Jun 2010 16:52:01 +0200 Nicolas Chauvat [xy] switch order of arguments for register_prefix()
Thu, 03 Jun 2010 16:47:57 +0200 Sylvain Thénault HAVING sql clause don't know about comma... stable
Thu, 03 Jun 2010 16:37:01 +0200 Aurelien Campeas [web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids stable
Thu, 03 Jun 2010 15:13:41 +0200 Alexandre Fayolle merge stable
Thu, 03 Jun 2010 15:10:48 +0000 Alexandre Fayolle [win32] defer import of logilab.common.daemon stable
Thu, 03 Jun 2010 14:51:42 +0200 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
Thu, 03 Jun 2010 13:20:07 +0200 Sylvain Thénault [querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed). stable
Thu, 03 Jun 2010 10:20:00 +0200 Sylvain Thénault [form] avoid spurious warning subsequent for form's action refactoring w/ autoforms stable
Thu, 03 Jun 2010 10:17:44 +0200 Sylvain Thénault backport stable
Tue, 01 Jun 2010 17:06:41 +0200 Pierre-Yves David [web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
Mon, 31 May 2010 18:59:07 +0200 Julien Jehannet [web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
Tue, 01 Jun 2010 17:44:55 +0200 Pierre-Yves David [etwist] twisted won't install signal handler outside the main thread. stable
Tue, 01 Jun 2010 17:29:49 +0200 Pierre-Yves David [vreg] ensure you can register an object from module not known yet. stable
Tue, 01 Jun 2010 17:03:28 +0200 Julien Jehannet [web] cleanup use of config in web application initialisation stable
Thu, 03 Jun 2010 09:41:41 +0200 Alexandre Fayolle fix unit tests by not using the new create_eid implementation with sqlite stable
Thu, 03 Jun 2010 09:24:41 +0200 Alexandre Fayolle cleanup the no_sqlite_wrap attribute after this test is executed stable
Wed, 02 Jun 2010 23:06:38 +0200 Alexandre Fayolle merge back on-site fixes stable
Wed, 02 Jun 2010 23:03:35 +0000 Alexandre Fayolle various brown paper bag fixes stable
Wed, 02 Jun 2010 18:12:47 +0200 Alexandre Fayolle merge stable
Wed, 02 Jun 2010 18:12:27 +0200 Alexandre Fayolle fix create_eid for sqlite (and bring back tests) stable
Wed, 02 Jun 2010 17:26:26 +0200 Alexandre Fayolle backport improved on-site change stable
Wed, 02 Jun 2010 17:23:42 +0000 Alexandre Fayolle TimedCache now only accepts values expressed in seconds stable
Wed, 02 Jun 2010 16:30:36 +0200 Alexandre Fayolle backported to stable some changes made on site for a customer stable
Wed, 02 Jun 2010 16:25:12 +0000 Alexandre Fayolle logging settings stable
Wed, 02 Jun 2010 16:12:18 +0000 Alexandre Fayolle [win32] fix deadlock occuring on the sequence tables with SQLServer stable
Wed, 02 Jun 2010 16:05:40 +0000 Alexandre Fayolle log the user name on session opening for easier debugging stable
Wed, 02 Jun 2010 15:55:58 +0000 Alexandre Fayolle more robust handling of looping task configuration in ldap source stable
Wed, 02 Jun 2010 16:15:05 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 16:13:28 +0200 Sylvain Thénault [rql2sql] fix scope computation of variable from temporary table stable
Wed, 02 Jun 2010 15:55:16 +0200 Sylvain Thénault stop being dumb please stable
Wed, 02 Jun 2010 15:29:18 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 15:28:19 +0200 Sylvain Thénault [tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified stable
Wed, 02 Jun 2010 15:27:34 +0200 Sylvain Thénault [test] generated html differs w/ pygments version stable
Wed, 02 Jun 2010 14:48:36 +0200 Sylvain Thénault [storage] source's callback has a new prototype, update usage stable
Wed, 02 Jun 2010 14:36:54 +0200 Sylvain Thénault grmbl stable
Wed, 02 Jun 2010 14:24:28 +0200 Sylvain Thénault grmbl
Wed, 02 Jun 2010 13:02:47 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 13:02:34 +0200 Sylvain Thénault cleanup stable
Wed, 02 Jun 2010 13:01:45 +0200 Sylvain Thénault [external storage] refactor to give session to storage's callback (needed by vcsfile storage) stable
Wed, 02 Jun 2010 13:00:27 +0200 Sylvain Thénault [navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore stable
Wed, 02 Jun 2010 12:59:37 +0200 Sylvain Thénault [test] update test to follow recent navigation/facets fixes stable
Wed, 02 Jun 2010 12:59:13 +0200 Sylvain Thénault [tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore stable
Tue, 01 Jun 2010 15:19:06 +0200 Nicolas Chauvat [sparql] improve error reporting and fix one bug stable
Tue, 01 Jun 2010 14:26:50 +0200 Sylvain Thénault [test] add missing __main__ as expected by apycot pyunit checker stable
Tue, 01 Jun 2010 13:19:43 +0200 Sylvain Thénault [tableview] don't fail with AttributeError when paginated as main content view stable
Tue, 01 Jun 2010 12:21:44 +0200 Sylvain Thénault [facet] we must add type restriction for attribute facets as well stable
Tue, 01 Jun 2010 12:21:03 +0200 Sylvain Thénault [tableview] support for json-paginated table if paginable stable
Tue, 01 Jun 2010 12:20:16 +0200 Sylvain Thénault [navigation] view may implements page_navigation_url to handle them self url generated for pagination stable
Tue, 01 Jun 2010 12:19:01 +0200 Sylvain Thénault [navigation] when there are to much results, use a <select> based page navigation stable
Tue, 01 Jun 2010 12:16:56 +0200 Sylvain Thénault [primary] add missing version number to deprecation warnings stable
Tue, 01 Jun 2010 08:54:40 +0200 Sylvain Thénault [sparql] fix type inference (test_dctitle_both_project_cwuser) and support for <http://www.w3.org/1999/02/22-rdf-syntax-ns#type tag (test_base_rdftype) stable
Tue, 01 Jun 2010 08:35:09 +0200 Stephanie Marcu [form] remove double property call stable
Tue, 01 Jun 2010 08:34:35 +0200 Sylvain Thénault cleanups
Sun, 30 May 2010 02:03:54 +0200 Nicolas Chauvat [sparql] add failing test for two entities with dc:title stable
Sun, 30 May 2010 01:54:12 +0200 Nicolas Chauvat [sparql] adding test for "rdf:type -> is" stable
Sat, 29 May 2010 10:33:57 +0200 Alexandre Fayolle proof read documentation stable
Sat, 29 May 2010 10:33:40 +0200 Alexandre Fayolle skip flymake junk when reloading stable
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
Thu, 20 May 2010 10:04:45 +0200 Adrien Di Mascio [forms] consider __action_xxx field if passed to JSonController.validate_form stable
Tue, 18 May 2010 18:18:08 +0200 Sylvain Thénault backport stable
Tue, 18 May 2010 18:15:42 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.8.2-1 for changeset 2b962bb9eee8 stable
Tue, 18 May 2010 18:15:42 +0200 Sylvain Thénault Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013 stable cubicweb-debian-version-3.8.2-1
Tue, 18 May 2010 16:49:41 +0200 Sylvain Thénault [test] absolute sqlite database names in source initialization, avoid pb when cwd is changed later stable
Tue, 18 May 2010 16:49:00 +0200 Sylvain Thénault clenup stable
Tue, 18 May 2010 15:06:09 +0200 Sylvain Thénault 3.8.2 stable cubicweb-version-3.8.2
Tue, 18 May 2010 14:56:41 +0200 Sylvain Thénault [wdoc] update users changelog stable
Tue, 18 May 2010 14:28:44 +0200 Sylvain Thénault [integrity] keep ordering for schema integrity checks stable
Tue, 18 May 2010 14:26:19 +0200 Sylvain Thénault [i18ncube] do not crash if cube has nothing to translate stable
Tue, 18 May 2010 14:25:37 +0200 Sylvain Thénault [skel] enable wdoc support in new cubes stable
Tue, 18 May 2010 14:24:04 +0200 Sylvain Thénault [preferences] support dot (.) in registry id of configurable appobjects stable
Tue, 18 May 2010 10:30:34 +0200 Sylvain Thénault [i18ncube] we must load site_cubicweb file before calling set_schema, else we may miss some options or other initialization stuff necessary to appobject loading stable
Tue, 18 May 2010 10:28:50 +0200 Sylvain Thénault [dtd] add unselimg attribute use by widget for HasRelationFacet stable
Mon, 17 May 2010 17:31:45 +0200 Sylvain Thénault remove 3.7 deprecation warning stable
Mon, 17 May 2010 17:31:29 +0200 Sylvain Thénault catch unauthorized when executing rql to check an rql expression. Fix #968824 stable
Mon, 17 May 2010 17:30:52 +0200 Sylvain Thénault [startup view] sort startup views by alphabetical order stable
Mon, 17 May 2010 17:30:28 +0200 Sylvain Thénault [table view] should use __regid__ instead of hard-coded 'table' view identifier stable
Mon, 17 May 2010 17:29:54 +0200 Sylvain Thénault cleanup stable
Mon, 17 May 2010 11:05:37 +0200 Sylvain Thénault backport stable
Mon, 17 May 2010 11:04:52 +0200 Sylvain Thénault [facet] control i18nization of values on AttributeFacet stable
Sun, 16 May 2010 19:00:07 +0200 Nicolas Chauvat [views] tab schema image renamed to schema diagram stable
Wed, 12 May 2010 17:07:07 +0200 Sylvain Thénault [uicfg] fix handling of 'order' in the primaryview_display_ctrl rtag: consider by default only schema order, not order of appearance of rules stable
Wed, 12 May 2010 15:25:17 +0200 Sylvain Thénault [db-check] RQLConstraint is not a 'unique' constraint stable
Wed, 12 May 2010 13:12:03 +0200 Sylvain Thénault [entity] avoid getting w in cw_extra_kwargs when calling .view stable
Wed, 12 May 2010 12:36:39 +0200 Sylvain Thénault [actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set stable
Wed, 12 May 2010 12:20:47 +0200 Sylvain Thénault [primary view] allow new 'subvid' parameter in primaryview_display_ctrl stable
Wed, 12 May 2010 12:19:41 +0200 Sylvain Thénault [primary view] give dispctrl to side box views as for relations section stable
Wed, 12 May 2010 12:18:48 +0200 Sylvain Thénault [web] unify list views call arguments: use subvid to specify the view to use for each item stable
Wed, 12 May 2010 12:17:46 +0200 Sylvain Thénault [web] refactor side box to use autolimited view stable
Wed, 12 May 2010 12:16:41 +0200 Sylvain Thénault [req] avoid getting w in cw_extra_kwargs when calling .view stable
Wed, 12 May 2010 09:29:53 +0200 Sylvain Thénault [config] rename remaining inputlevel to level in option definitions, as expected by lgc >= 0.50 stable
Tue, 11 May 2010 16:58:35 +0200 Sylvain Thénault [fti] simplify UpdateFTIHook code stable
Tue, 11 May 2010 16:48:26 +0200 Sylvain Thénault [twisted] we must set response code before starting to write the answer, else it's ignored stable
Tue, 11 May 2010 16:26:29 +0200 Sylvain Thénault cleanup stable
Tue, 11 May 2010 08:29:15 +0200 Sylvain Thénault [web data] remove files not used by the framework
Mon, 10 May 2010 18:06:51 +0200 Sylvain Thénault [css] keep old css according to a configuration variable (true by default)
Mon, 10 May 2010 17:49:42 +0200 Sylvain Thénault [3.8 execute] remove deprecation warnings stable
Mon, 10 May 2010 16:59:32 +0200 Sylvain Thénault backport stable
Mon, 10 May 2010 15:20:54 +0200 Aurelien Campeas [dbapi] missing import stable
Mon, 10 May 2010 15:16:37 +0200 Sylvain Thénault [ajax] missing html heads processing in reloadComponent (sic\!) stable
Mon, 10 May 2010 15:15:06 +0200 Sylvain Thénault [deprecation] missing version number to old warning message stable
Mon, 10 May 2010 15:14:47 +0200 Sylvain Thénault [table view] we should call the cell view using the table rset, not one rebuilded for a specific entity stable
Mon, 10 May 2010 15:14:13 +0200 Sylvain Thénault [table view] take care to None label stable
Fri, 07 May 2010 20:07:54 +0200 Sylvain Thénault [selectors] new logged_user_in_rset selector stable
Fri, 07 May 2010 16:50:09 +0200 Alexandre Fayolle merge stable
Fri, 07 May 2010 15:25:09 +0200 egazoni replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows stable
Fri, 07 May 2010 15:03:03 +0200 egazoni fixed bug of non-normalized path under Windows, that broke the reload mechanism stable
Fri, 07 May 2010 14:42:18 +0200 Sylvain Thénault [c-c list] configuration pb cubes directly hold version number now, avoid crash when reporting errors stable
Thu, 06 May 2010 16:23:39 +0000 Alexandre Fayolle Handle new way of reporting unmodified FileFields stable
Thu, 06 May 2010 14:48:44 +0200 Alexandre Fayolle merge stable
Thu, 06 May 2010 14:46:58 +0200 Alexandre Fayolle attempt to port windows service to 3.8.1 stable
Thu, 06 May 2010 14:26:47 +0200 Sylvain Thénault [web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs) stable
Thu, 06 May 2010 14:29:07 +0200 Katia Saurfelt [css] update print css
Thu, 06 May 2010 14:29:05 +0200 Katia Saurfelt [doc] cleanup
Thu, 06 May 2010 14:27:57 +0200 Alexandre Fayolle [python2.6] do not import simplejson directly stable
Thu, 06 May 2010 12:57:49 +0200 Sylvain Thénault [selectors] fix no_cnx selector's prototype stable
Thu, 06 May 2010 11:30:46 +0200 Sylvain Thénault [web config] set default uiprops on web config class to avoid error on commands such as i18n instance
Thu, 06 May 2010 08:25:02 +0200 Sylvain Thénault backport stable stable
Thu, 06 May 2010 08:24:46 +0200 Sylvain Thénault [migration] ask_confirm argument of show_diff doesn't contain an _ oldstable
Wed, 05 May 2010 18:55:19 +0200 Sylvain Thénault backport stable
Wed, 05 May 2010 18:54:19 +0200 Sylvain Thénault backport oldstable stable
Wed, 05 May 2010 18:54:04 +0200 Sylvain Thénault [upgrade] don't ask confirm to replace configuration file with -v0 oldstable
Wed, 05 May 2010 18:48:31 +0200 Sylvain Thénault merge good/bad versions of imported patches...
Wed, 05 May 2010 18:39:59 +0200 Katia Saurfelt [css] start using uiprops in cubicweb.css
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] progressively fixing rhythm
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] introducing scale and rhythm composition
Wed, 05 May 2010 18:19:56 +0200 Katia Saurfelt [css] start using uiprops in cubicweb.css
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] progressively fixing rhythm
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] introducing scale and rhythm composition
Wed, 05 May 2010 18:15:25 +0200 Aurelien Campeas [doc/book] a very simple example of entity form extension stable
Wed, 05 May 2010 16:52:27 +0200 Aurelien Campeas [doc/book] refresh a bit the edit controller section stable
Wed, 05 May 2010 15:29:39 +0200 Aurelien Campeas [doc/book] explain the form loop validation process stable
Wed, 05 May 2010 18:10:33 +0200 Sylvain Thénault backport stable
Wed, 05 May 2010 18:10:07 +0200 Sylvain Thénault backport oldstable stable
Wed, 05 May 2010 18:08:34 +0200 Sylvain Thénault [c-c dev] fix i18ncubicweb command
Wed, 05 May 2010 16:44:02 +0200 Sandrine Ribeau [book] add generated js documentation to cw book
Wed, 05 May 2010 16:24:27 +0200 Sylvain Thénault [packaging] we should add schemas to include_dirs so sql extensions files are properly installed oldstable
Wed, 05 May 2010 11:19:58 +0200 Sylvain Thénault [web test] missing test data file
Wed, 05 May 2010 10:28:55 +0200 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
Wed, 05 May 2010 10:22:11 +0200 Sylvain Thénault [uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Tue, 04 May 2010 19:23:38 +0200 Aurelien Campeas [doc/book] not anymore ... stable
Tue, 04 May 2010 19:16:59 +0200 Aurelien Campeas [doc/book] dissection of a form chapter stable
Tue, 04 May 2010 16:14:33 +0200 Aurelien Campeas [doc/book] move examples to a separate chapter, fix autoform module docstring stable
Tue, 04 May 2010 15:46:36 +0200 Aurelien Campeas [doc/book] copious choices example stable
Tue, 04 May 2010 15:31:08 +0200 Aurelien Campeas [css] fix schema css + d-t-w stable
Tue, 04 May 2010 15:30:20 +0200 Aurelien Campeas [web/schemaviewer] fix bad call stable
Tue, 04 May 2010 11:09:18 +0200 Aurelien Campeas [doc/book] regroup form/editcontroller stuff under an "edition control" chapter stable
Tue, 04 May 2010 11:04:54 +0200 Aurelien Campeas [doc/book] complete a bit the request api stable
Tue, 04 May 2010 14:41:07 +0200 Alexandre Fayolle fixed unittest_wfobjs stable
Tue, 04 May 2010 14:16:04 +0200 Alexandre Fayolle merged back oldstable into stable stable
Tue, 04 May 2010 12:05:00 +0200 Alexandre Fayolle fix bad reading of options in ldapuser.py oldstable
Mon, 03 May 2010 14:17:45 +0200 Sandrine Ribeau [json-controller] - refactoring of js_component and js_view, it now uses _call_view
Mon, 03 May 2010 14:10:23 +0200 Sylvain Thénault [widget] kill buggy / unused (only in cmhn) AddComboBox widget
Mon, 03 May 2010 14:09:37 +0200 Sylvain Thénault [doc] typos
Fri, 30 Apr 2010 19:58:17 +0200 Alexandre Fayolle ignore annoying warnings about pygments already being imported and stuff being added to python path stable
Fri, 30 Apr 2010 19:07:06 +0200 Aurelien Campeas [hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints) stable
Fri, 30 Apr 2010 18:24:29 +0200 Aurelien Campeas [hooks/...] fix previous commit stable
Fri, 30 Apr 2010 16:39:50 +0200 Aurelien Campeas [hooks/operations] use set_operations for three ops (huge gains for massive imports) stable
Fri, 30 Apr 2010 14:34:56 +0200 Sylvain Thénault [vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
Fri, 30 Apr 2010 12:46:51 +0200 Sylvain Thénault [vreg] we should now reset in init_registration since we don't do it in __init__
Fri, 30 Apr 2010 12:15:37 +0200 Sylvain Thénault [web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
Thu, 29 Apr 2010 14:21:57 +0200 Sylvain Thénault [webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
Thu, 29 Apr 2010 14:34:13 +0200 Alexandre Fayolle Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d oldstable
Thu, 29 Apr 2010 14:34:13 +0200 Alexandre Fayolle Added tag cubicweb-version-3.7.5 for changeset c476d106705e oldstable cubicweb-debian-version-3.7.5-1
Thu, 29 Apr 2010 13:54:00 +0200 Alexandre Fayolle prepare 3.7.5 release oldstable cubicweb-version-3.7.5
Thu, 29 Apr 2010 11:09:03 +0200 Nicolas Chauvat [css] avoid repeating reset css
Mon, 15 Feb 2010 22:15:02 +0100 Nicolas Chauvat [css] use meyer's public domain reset css
Wed, 28 Apr 2010 17:57:36 +0200 Julien Jehannet [c-c shell] make script arguments available as __args__ in the script namespace. Use scriptargs instead of args as process_script argument name.
Wed, 28 Apr 2010 18:13:38 +0200 Julien Jehannet [management] fix vocab: use cube instead of package
Thu, 29 Apr 2010 07:03:08 +0200 Nicolas Chauvat [sparql] bugfix stable
Thu, 29 Apr 2010 07:02:14 +0200 Nicolas Chauvat [xy] define standard prefixes stable
Thu, 29 Apr 2010 06:53:48 +0200 Nicolas Chauvat [doc] various small improvements stable
Wed, 28 Apr 2010 16:55:39 +0200 Stephanie Marcu fix i18ncube for pegase where we do strange things by redefining relations oldstable
Wed, 28 Apr 2010 16:13:56 +0200 Julien Jehannet [shell] #715938: support of script parameters (using standard '--' as arguments separator)
Wed, 28 Apr 2010 15:42:10 +0200 Sylvain Thénault [dbapi] more test and documentation of dbapi stable
Wed, 28 Apr 2010 14:05:50 +0200 Alexandre Fayolle move rarely used (imo) settings to inputlevel3 in cwctl create oldstable
Wed, 28 Apr 2010 12:25:11 +0200 Sylvain Thénault default is now forthcoming cw 3.9
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:21:48 +0200 Sylvain Thénault backport default into stable: stable is now actually cw 3.8 stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 11:54:13 +0200 Sylvain Thénault backport stable into oldstable: oldstable is now cw 3.7 oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 27 Apr 2010 18:31:42 +0200 Sylvain Thénault [ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable stable
Tue, 27 Apr 2010 18:27:43 +0200 Sylvain Thénault [repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source stable
Tue, 27 Apr 2010 14:25:38 +0200 Sylvain Thénault [doc] reorganize for chapter structure stable
Tue, 27 Apr 2010 14:19:20 +0200 Sylvain Thénault [web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui stable
Tue, 27 Apr 2010 11:25:40 +0200 Alexandre Fayolle merge stable
Tue, 27 Apr 2010 11:23:20 +0200 Alexandre Fayolle ask pyro group config questions for all-in-one config site when pyro is enabled stable
Tue, 27 Apr 2010 10:32:25 +0000 Alexandre Fayolle enforce use of environment variables when running as a service stable
Tue, 27 Apr 2010 07:49:47 +0000 Alexandre Fayolle added db-extra-arguments to configuration parameters for native source stable
Mon, 26 Apr 2010 18:45:03 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.8.1-1 for changeset eb972d125eef
Mon, 26 Apr 2010 18:45:03 +0200 Sylvain Thénault Added tag cubicweb-version-3.8.1 for changeset 1e074c6150fe cubicweb-debian-version-3.8.1-1
Mon, 26 Apr 2010 17:55:36 +0200 Alexandre Fayolle cubicweb-ctl create improvements stable
Mon, 26 Apr 2010 17:11:59 +0200 Sylvain Thénault 3.8.1 cubicweb-version-3.8.1
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Mon, 26 Apr 2010 15:28:43 +0200 Sylvain Thénault disable CERT check stable
Mon, 26 Apr 2010 11:33:44 +0200 Sylvain Thénault proper copyright file stable
Mon, 26 Apr 2010 13:10:12 +0200 Nicolas Chauvat [web/views] fix docstring stable
Mon, 26 Apr 2010 12:52:48 +0200 Alexandre Fayolle merge stable
Fri, 23 Apr 2010 13:36:43 +0200 Alexandre Fayolle cleanup debugging trace stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Mon, 26 Apr 2010 10:41:40 +0200 Sylvain Thénault [testlib] move _cnxs initialization before setup_database so one can login in it stable
Fri, 23 Apr 2010 20:06:04 +0200 Aurelien Campeas [doc/book] various content fixes stable
Fri, 23 Apr 2010 17:01:45 +0200 Pierre-Yves David [cw-shell] Write ignored scripts warning on stderr instead of stdout. stable
Fri, 23 Apr 2010 17:56:01 +0200 Sylvain Thénault [repo] cleanup
Fri, 23 Apr 2010 17:55:46 +0200 Sylvain Thénault [bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
Fri, 23 Apr 2010 17:54:34 +0200 Sylvain Thénault [bfss] use set_operation for AddFileOp/DeleteFileOp
Fri, 23 Apr 2010 17:32:47 +0200 Aurelien Campeas merge stable
Fri, 23 Apr 2010 17:31:46 +0200 Aurelien Campeas [doc/book] move devweb up from development, turn development into devrepo (much better structure) stable
Fri, 23 Apr 2010 17:07:55 +0200 Aurelien Campeas [doc/book] hide most XXXs stable
Fri, 23 Apr 2010 15:49:23 +0200 Sylvain Thénault [view] better control wether same etype view should display title or not stable
Fri, 23 Apr 2010 14:43:16 +0200 Sylvain Thénault [config] augment default value for short-line-size stable
Fri, 23 Apr 2010 13:36:43 +0200 Alexandre Fayolle cleanup debugging trace stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Fri, 23 Apr 2010 14:55:10 +0200 Aurelien Campeas [doc/book] rename images with non suffix dots to please latex stable
Fri, 23 Apr 2010 13:25:31 +0200 Sylvain Thénault [i18n] yams constraint messages updated
Fri, 23 Apr 2010 13:25:02 +0200 Sylvain Thénault [test] stop using ObjectRelation in schema
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Fri, 23 Apr 2010 12:40:48 +0200 Sylvain Thénault [widgets] move form controls at the end of the file stable
Fri, 23 Apr 2010 12:40:26 +0200 Sylvain Thénault [widgets] fix super calls, bug introduced in 5367:4176a50c81c9 stable
Fri, 23 Apr 2010 11:10:30 +0200 Sylvain Thénault [skeleton] short_desc is now description in pkginfo
Fri, 23 Apr 2010 11:10:09 +0200 Sylvain Thénault [config] include cube name in warning
Fri, 23 Apr 2010 09:17:08 +0200 Sylvain Thénault [c-c status] return status code 1 when some instances isn't running. Closes #510817
Fri, 23 Apr 2010 09:17:07 +0200 Sylvain Thénault [schema] update for yams 0.29: BoundConstraint renamed to BoundaryConstraint; new constraint messages; ObjectRelation deprecated
Fri, 23 Apr 2010 08:48:42 +0200 Sylvain Thénault [schema] cleanup
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Thu, 22 Apr 2010 19:37:56 +0000 Alexandre Fayolle [python2.6] don't add a name property on Thread stable
Thu, 22 Apr 2010 18:25:34 +0200 Sylvain Thénault [c-c exlog] #687204: cubicweb-ctl exlog: use a proper file and not stdin for input stable
Thu, 22 Apr 2010 17:20:08 +0200 Sylvain Thénault [doc] restore file accidentaly deleted
Thu, 22 Apr 2010 17:04:51 +0200 Julien Jehannet [selector] allow inplace operator in selector computation
Thu, 22 Apr 2010 15:50:45 +0200 Pierre-Yves David Add a basic script to compare the db_schema to the fs_schema.
Thu, 22 Apr 2010 16:55:17 +0200 Arthur Lutz le patch some_admin_doc_for_migration a été importé stable
Thu, 22 Apr 2010 12:18:21 +0200 Aurelien Campeas [lazy view] give it a proper hole node in the no spinbox case stable
Wed, 21 Apr 2010 17:25:26 +0200 Aurelien Campeas fix NameError stable
Wed, 21 Apr 2010 16:53:47 +0200 Sylvain Thénault [book] start documenting the HTML form system stable
Wed, 21 Apr 2010 16:53:25 +0200 Sylvain Thénault [form] small api cleanup and refactoring before documenting the form system stable
Wed, 21 Apr 2010 16:48:45 +0200 Sylvain Thénault [masmailing] cleanup: use authenticated_user selectors, define stuff on form instead of on selection when possible, other cleanups stable
Wed, 21 Apr 2010 14:08:18 +0200 Aurelien Campeas [service] do not bluntly override these things if they exist stable
Tue, 20 Apr 2010 18:34:37 +0200 Sylvain Thénault [dbapi] some compat with distant < 3.8 repo
Tue, 20 Apr 2010 18:34:07 +0200 Sylvain Thénault [3.8 api update] remaining cache keys
Tue, 20 Apr 2010 18:32:42 +0200 Aurelien Campeas [doc/book] make the .css converge back to proper cwo style, fix a bunch of typos stable
Tue, 20 Apr 2010 18:26:19 +0200 Sylvain Thénault merge
Tue, 20 Apr 2010 18:25:56 +0200 Sylvain Thénault [skel] fix setup.py
Tue, 20 Apr 2010 18:10:42 +0200 Sylvain Thénault [dbapi] take care vreg may not be set
Tue, 20 Apr 2010 18:09:56 +0200 Sylvain Thénault [forms] no crash if restore_previous_post has not be called, has in report bug form in management.py for instance
Tue, 20 Apr 2010 18:22:41 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.8.0-1 for changeset 24cc65ab2eca
Tue, 20 Apr 2010 18:22:40 +0200 Sylvain Thénault Added tag cubicweb-version-3.8.0 for changeset 3c703f3245dc cubicweb-debian-version-3.8.0-1
Tue, 20 Apr 2010 16:31:53 +0200 Sylvain Thénault 3.8 cubicweb-version-3.8.0
Tue, 20 Apr 2010 16:30:35 +0200 Sylvain Thénault [debian] don't use setuptools to build debian package
Tue, 20 Apr 2010 16:30:01 +0200 Sylvain Thénault [packaging] fix setup.py for use w/ lgp
Tue, 20 Apr 2010 15:55:50 +0200 Sylvain Thénault [debian] don't use setuptools to build debian package
Tue, 20 Apr 2010 15:35:13 +0200 Aurelien Campeas [doc/book] a proper note (style) stable
Tue, 20 Apr 2010 15:33:09 +0200 Nicolas Chauvat [doc] replace c-c with cubicweb-ctl stable
Tue, 20 Apr 2010 15:31:04 +0200 Aurelien Campeas [doc/book] fix wrong (https) url stable
Tue, 20 Apr 2010 15:16:19 +0200 Aurelien Campeas [doc/book] typos stable
Tue, 20 Apr 2010 14:36:18 +0200 Sylvain Thénault merge stable, fixing dependencies generation on c-c newcube on the way
Tue, 20 Apr 2010 14:27:49 +0200 Sylvain Thénault [skel] include __recommends_cubes__ as well for completness stable
Tue, 20 Apr 2010 14:18:35 +0200 Sylvain Thénault [dbapi] document connect() function stable
Tue, 20 Apr 2010 12:35:23 +0200 Aurelien Campeas [skeleton/dependencies] fix typo & new cube generation from template stable
Tue, 20 Apr 2010 10:57:08 +0200 Sylvain Thénault backport stable
Tue, 20 Apr 2010 10:56:57 +0200 Sylvain Thénault [debian] depends on twisted.web instead of twisted.web2
Tue, 20 Apr 2010 10:43:12 +0200 Sylvain Thénault [db-check] cleanup stable
Tue, 20 Apr 2010 10:42:58 +0200 Sylvain Thénault [db-check] don't check entities from external sources have owned_by stable
Tue, 20 Apr 2010 10:42:35 +0200 Sylvain Thénault [db-check] fix unexistent multisource entity detection stable
Tue, 20 Apr 2010 10:39:08 +0200 Sylvain Thénault [db-check] fix duplicated schema constraint detection stable
Tue, 20 Apr 2010 10:38:05 +0200 Sylvain Thénault [etwist] proper getChild implementation (eventually): fix fckeditor resources locating bugs by properly using file resources
Tue, 20 Apr 2010 10:00:55 +0200 Sylvain Thénault [js] remove unnecessary log
Tue, 20 Apr 2010 10:00:36 +0200 Sylvain Thénault [etwist] nicer, thouhg really not perferct) request max size exceeded support of json/frame posts
Tue, 20 Apr 2010 09:58:28 +0200 Sylvain Thénault [skel] packaging fix: should build package without setuptools, and fix default for dependency_links
Tue, 20 Apr 2010 09:57:47 +0200 Sylvain Thénault [controllers] cleanup unused js var
Tue, 20 Apr 2010 09:13:08 +0200 Sylvain Thénault [packaging] update lgc dependency
Tue, 20 Apr 2010 09:11:34 +0200 Sylvain Thénault [skel] cleanup default cube setup.py
Mon, 19 Apr 2010 15:31:24 +0200 Sylvain Thénault [web] no more needed with the bytes option type
Mon, 19 Apr 2010 15:30:48 +0200 Sylvain Thénault [packaging] setup.py cleanups
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
Mon, 19 Apr 2010 13:51:16 +0200 Sylvain Thénault [config] use bytes option type for max post length
Mon, 19 Apr 2010 13:38:46 +0200 Sylvain Thénault [config] properly use time type for options representing a time. stable
Mon, 19 Apr 2010 13:37:32 +0200 Sylvain Thénault [web] consistent cleanup session interval time stable
Mon, 19 Apr 2010 13:35:57 +0200 Sylvain Thénault [migration] makes Yes the default answer to replace configuration file stable
Mon, 19 Apr 2010 12:43:23 +0200 Sylvain Thénault [config] with lgc >= 0.50, option's dict inputlevel becomes level
Mon, 19 Apr 2010 12:42:54 +0200 Sylvain Thénault [config] graph ordering function moved to lgc 0.50
Mon, 19 Apr 2010 12:42:01 +0200 Sylvain Thénault [dbapi] fallback to Entity when etypes registry isn't initialized (weird we haven't catchi this pb before)
Fri, 16 Apr 2010 19:45:11 +0200 Adrien Di Mascio [json] provide a custom json encoder for entities that includes eid in the json object stable
Fri, 16 Apr 2010 19:24:53 +0200 Aurelien Campeas [doc/book] an introduction to yams, layout tweaks stable
Fri, 16 Apr 2010 19:24:24 +0200 Aurelien Campeas [doc/book] talk about the existing categories stable
Fri, 16 Apr 2010 17:52:31 +0200 Aurelien Campeas [doc/book] explain what happens/to do when issuing upgrade command stable
Fri, 16 Apr 2010 17:38:26 +0200 Aurelien Campeas [doc/book] note about reducing log level stable
Fri, 16 Apr 2010 17:37:57 +0200 Aurelien Campeas fix docstring stable
Fri, 16 Apr 2010 17:00:49 +0200 Aurelien Campeas [doc/book] refresh the autoform section with uicfg content (moved there) stable
Fri, 16 Apr 2010 16:43:41 +0200 Stephanie Marcu [doc/book] complete the urlrewrite sections with examples stable
Fri, 16 Apr 2010 16:40:25 +0200 Aurelien Campeas [doc/book] misc on views, docstrings stable
Fri, 16 Apr 2010 14:39:42 +0200 Aurelien Campeas [doc/book] talk a bit of the Result Set class stable
Fri, 16 Apr 2010 11:40:33 +0200 Stephanie Marcu [doc/book] add image for the breadcrumbs section stable
Fri, 16 Apr 2010 13:57:27 +0200 Aurelien Campeas [doc/book] fix docstrings, add notes stable
Fri, 16 Apr 2010 11:40:33 +0200 Stephanie Marcu [doc/book] complete the breadcrumbs section stable
Fri, 16 Apr 2010 13:22:35 +0200 Aurelien Campeas [doc/book] complete/fix the dbapi stuff, including cursor stable
Fri, 16 Apr 2010 12:32:52 +0200 Aurelien Campeas [doc/book] some fixes for vregistry, selectors & appobjects stable
Fri, 16 Apr 2010 11:13:46 +0200 Aurelien Campeas merge stable
Thu, 15 Apr 2010 19:38:24 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.7.4-1 for changeset fefeda65bb83 stable
Thu, 15 Apr 2010 19:38:24 +0200 Sylvain Thénault Added tag cubicweb-version-3.7.4 for changeset ec23f3ebcd34 stable cubicweb-debian-version-3.7.4-1
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 19:31:10 +0200 Aurelien Campeas [doc/book] stuff a bit the publishing process (including various docstrings) stable
Thu, 15 Apr 2010 19:28:28 +0200 Aurelien Campeas [doc/book] bitstream vera sans is a terrific font stable
(0) -3000 -1000 -480 +480 +1000 +3000 tip