Wed, 18 Feb 2009 01:25:51 +0100 sylvain thenault merge tls-sprint
Wed, 18 Feb 2009 00:46:10 +0100 ludal remove dead code
Wed, 18 Feb 2009 01:24:12 +0100 sylvain thenault oops tls-sprint
Wed, 18 Feb 2009 01:24:03 +0100 sylvain thenault test upgrade tls-sprint
Wed, 18 Feb 2009 01:23:14 +0100 sylvain thenault update imports tls-sprint
Wed, 18 Feb 2009 01:21:25 +0100 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
Wed, 18 Feb 2009 00:55:42 +0100 sylvain thenault fix selectors compat tls-sprint
Wed, 18 Feb 2009 00:55:13 +0100 sylvain thenault updat etest tls-sprint
Wed, 18 Feb 2009 00:48:24 +0100 sylvain thenault assert oid tls-sprint
Wed, 18 Feb 2009 00:45:29 +0100 sylvain thenault better name for NormalizedTextView, drop ContentAddedMixIn tls-sprint
Wed, 18 Feb 2009 00:45:01 +0100 sylvain thenault fix traced_selection tls-sprint
Wed, 18 Feb 2009 00:30:55 +0100 sylvain thenault need safety belt for class registered twice (during test for instance) tls-sprint
Wed, 18 Feb 2009 00:22:47 +0100 Adrien Di Mascio __select__ is not a classmethod anymore, it's a pure function (or a Selector instance), tls-sprint
Wed, 18 Feb 2009 00:12:36 +0100 sylvain thenault get kwargs as well tls-sprint
Wed, 18 Feb 2009 00:12:18 +0100 sylvain thenault ooooops tls-sprint
Wed, 18 Feb 2009 00:12:34 +0100 Adrien Di Mascio __selectors__ must return a tuple tls-sprint
Wed, 18 Feb 2009 00:03:27 +0100 Adrien Di Mascio some more s/__selectors__/__select__ but still more to come tls-sprint
Tue, 17 Feb 2009 23:54:30 +0100 sylvain thenault __select__ migration tls-sprint
Tue, 17 Feb 2009 23:54:15 +0100 sylvain thenault unnecessary registerrer tls-sprint
Tue, 17 Feb 2009 23:47:23 +0100 Adrien Di Mascio first pass to use __select__ instead of __selectors__ tls-sprint
Tue, 17 Feb 2009 23:46:48 +0100 Adrien Di Mascio fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass) tls-sprint
Tue, 17 Feb 2009 23:45:51 +0100 Adrien Di Mascio improve __selectors__() so that it always return a tuple tls-sprint
Tue, 17 Feb 2009 23:44:58 +0100 Adrien Di Mascio safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__ tls-sprint
Tue, 17 Feb 2009 23:43:08 +0100 sylvain thenault should no more be used, drop documentation tls-sprint
Tue, 17 Feb 2009 23:42:56 +0100 sylvain thenault __select__ migration tls-sprint
Tue, 17 Feb 2009 23:40:30 +0100 sylvain thenault update some imports tls-sprint
Tue, 17 Feb 2009 23:34:17 +0100 sylvain thenault oops tls-sprint
Tue, 17 Feb 2009 23:34:01 +0100 sylvain thenault backport tests tls-sprint
Tue, 17 Feb 2009 23:21:23 +0100 sylvain thenault default to yes_registerer tls-sprint
Tue, 17 Feb 2009 23:16:13 +0100 sylvain thenault doc update, move yes_registerer here tls-sprint
Tue, 17 Feb 2009 23:09:31 +0100 sylvain thenault kill id_registerer tls-sprint
Tue, 17 Feb 2009 22:37:11 +0100 ludal simple optimization and readability fix
Tue, 17 Feb 2009 23:08:21 +0100 sylvain thenault do it the other way tls-sprint
Tue, 17 Feb 2009 23:00:28 +0100 sylvain thenault merge tls-sprint
Tue, 17 Feb 2009 22:49:54 +0100 Adrien Di Mascio update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity" tls-sprint
Tue, 17 Feb 2009 22:43:59 +0100 Adrien Di Mascio remove autoselectors metaclass, __select__ is built during registration tls-sprint
Tue, 17 Feb 2009 22:25:16 +0100 Adrien Di Mascio Selector objects need to provide a `func_name` attribute for minimum (backward) tls-sprint
Tue, 17 Feb 2009 22:24:03 +0100 Adrien Di Mascio overridden `registered()` methods must call the base implementation tls-sprint
Tue, 17 Feb 2009 22:59:14 +0100 sylvain thenault avoid dependency to common tls-sprint
Tue, 17 Feb 2009 22:45:55 +0100 sylvain thenault move utils from cw.common to cw tls-sprint
Tue, 17 Feb 2009 22:37:59 +0100 sylvain thenault __selectors__ -> __select__ tls-sprint
Tue, 17 Feb 2009 22:37:28 +0100 sylvain thenault no more used for a while now tls-sprint
Tue, 17 Feb 2009 22:37:03 +0100 sylvain thenault turn simpletal optional tls-sprint
Tue, 17 Feb 2009 22:34:18 +0100 sylvain thenault new ext package for modules depending on an option third party package tls-sprint
Tue, 17 Feb 2009 22:05:39 +0100 sylvain thenault bw compat modules tls-sprint
Tue, 17 Feb 2009 22:00:53 +0100 sylvain thenault move view and appobject from cw.common to cw tls-sprint
Tue, 17 Feb 2009 21:58:44 +0100 sylvain thenault bw compat modules tls-sprint
Tue, 17 Feb 2009 21:57:05 +0100 sylvain thenault move view and appobject from cw.common to cw tls-sprint
Tue, 17 Feb 2009 21:50:41 +0100 sylvain thenault __selectors__ compat tls-sprint
Tue, 17 Feb 2009 21:50:24 +0100 sylvain thenault introduce MultiSelector base class tls-sprint
Tue, 17 Feb 2009 21:46:46 +0100 Adrien Di Mascio provide objectify_selector decorator for very simple selectors tls-sprint
Tue, 17 Feb 2009 21:42:33 +0100 sylvain thenault merge tls-sprint
Tue, 17 Feb 2009 21:42:23 +0100 sylvain thenault try a register_all method tls-sprint
Tue, 17 Feb 2009 21:42:06 +0100 sylvain thenault kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector tls-sprint
Tue, 17 Feb 2009 21:40:10 +0100 sylvain thenault reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class tls-sprint
Tue, 17 Feb 2009 21:29:58 +0100 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
Tue, 17 Feb 2009 20:56:45 +0100 Adrien Di Mascio move EProperty management views into eproperties.py tls-sprint
Tue, 17 Feb 2009 20:47:22 +0100 sylvain thenault should add relation_possible selector only if require_permission is in the schema tls-sprint
Tue, 17 Feb 2009 20:46:43 +0100 sylvain thenault missing super call tls-sprint
Tue, 17 Feb 2009 20:39:09 +0100 Adrien Di Mascio remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead tls-sprint
Tue, 17 Feb 2009 20:34:20 +0100 Adrien Di Mascio removing explicit access to im_func, this is not necessary anymore tls-sprint
Tue, 17 Feb 2009 20:32:01 +0100 Adrien Di Mascio allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass) tls-sprint
Tue, 17 Feb 2009 18:17:51 +0100 sylvain thenault registerer cleanup tls-sprint
Tue, 17 Feb 2009 18:17:40 +0100 sylvain thenault fix imports tls-sprint
Tue, 17 Feb 2009 18:17:32 +0100 sylvain thenault fix initializers tls-sprint
Tue, 17 Feb 2009 17:46:17 +0100 sylvain thenault oops tls-sprint
Tue, 17 Feb 2009 17:46:13 +0100 sylvain thenault use class_renamed, not class_moved tls-sprint
Tue, 17 Feb 2009 17:45:57 +0100 sylvain thenault update import tls-sprint
Tue, 17 Feb 2009 17:31:16 +0100 sylvain thenault merge tls-sprint
Tue, 17 Feb 2009 17:30:47 +0100 logilab merge branches in tls-sprint (bis) tls-sprint
Tue, 17 Feb 2009 17:28:25 +0100 Adrien Di Mascio merge heads in tls-sprint branch tls-sprint
Tue, 17 Feb 2009 16:33:52 +0100 Adrien Di Mascio provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
Tue, 17 Feb 2009 16:25:20 +0100 Laure Bourgois merge tls-sprint
Tue, 17 Feb 2009 16:20:53 +0100 Laure Bourgois small fix
Tue, 17 Feb 2009 17:31:01 +0100 sylvain thenault factorized impl tls-sprint
Tue, 17 Feb 2009 17:26:28 +0100 sylvain thenault simplify registerers tls-sprint
Tue, 17 Feb 2009 17:25:59 +0100 sylvain thenault still more explicit registration tls-sprint
Tue, 17 Feb 2009 17:13:55 +0100 sylvain thenault drop more registerers tls-sprint
Tue, 17 Feb 2009 16:57:19 +0100 sylvain thenault start with explicit registration tls-sprint
Tue, 17 Feb 2009 16:57:02 +0100 sylvain thenault rename registration callback, clear argument to register tls-sprint
Tue, 17 Feb 2009 16:45:22 +0100 sylvain thenault update import tls-sprint
Tue, 17 Feb 2009 16:43:33 +0100 sylvain thenault interface handling should be done here tls-sprint
Tue, 17 Feb 2009 16:42:58 +0100 sylvain thenault reorganize a bit, some cleanup and fixes tls-sprint
Tue, 17 Feb 2009 16:41:46 +0100 sylvain thenault drop unused support of .required, no more necessary .accepts check, and extresources_registerer tls-sprint
Tue, 17 Feb 2009 16:40:26 +0100 sylvain thenault kill ExtResourcesBoxTemplate tls-sprint
Tue, 17 Feb 2009 14:48:10 +0100 sylvain thenault move _MARKER from appobject to web.request tls-sprint
Tue, 17 Feb 2009 14:45:54 +0100 sylvain thenault properly kill/depreciate component base class, only keep Component tls-sprint
Tue, 17 Feb 2009 14:28:14 +0100 Adrien Di Mascio work in progress, draft for manual registration tls-sprint
Tue, 17 Feb 2009 14:00:17 +0100 sylvain thenault VComponent needs visible property tls-sprint
Tue, 17 Feb 2009 13:54:23 +0100 sylvain thenault only kill Singleton[V]Component, keep [V]Component classes tls-sprint
Tue, 17 Feb 2009 13:48:58 +0100 Adrien Di Mascio work in progress - fix deprecation of EntityAction - fix various selectors bugs tls-sprint
Tue, 17 Feb 2009 13:44:31 +0100 sylvain thenault oops tls-sprint
Tue, 17 Feb 2009 13:38:30 +0100 sylvain thenault kill [Singleton]VComponent tls-sprint
Tue, 17 Feb 2009 13:26:24 +0100 sylvain thenault has_relation selector compat, fix some deprecation msg tls-sprint
Tue, 17 Feb 2009 12:52:50 +0100 sylvain thenault use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument tls-sprint
Tue, 17 Feb 2009 12:47:07 +0100 Adrien Di Mascio various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod tls-sprint
Tue, 17 Feb 2009 12:34:13 +0100 sylvain thenault kill AddEntityAction tls-sprint
Tue, 17 Feb 2009 12:33:57 +0100 sylvain thenault proper documentation, some bug fixes, upgrade some selectors tls-sprint
Tue, 17 Feb 2009 09:59:15 +0100 sylvain thenault more doc, upgrade but_etype and appobject_selectable selectors tls-sprint
Tue, 17 Feb 2009 09:58:47 +0100 sylvain thenault drop LinToEntityAction2, only used by the comment cube tls-sprint
Mon, 16 Feb 2009 21:06:06 +0100 sylvain thenault some selectors update + drop EntityRelationView (only used by jpl) tls-sprint
Mon, 16 Feb 2009 20:55:00 +0100 sylvain thenault merge tls-sprint
Mon, 16 Feb 2009 20:52:27 +0100 sylvain thenault merge
Mon, 16 Feb 2009 20:51:41 +0100 sylvain thenault merge tls-sprint
Mon, 16 Feb 2009 20:42:30 +0100 Adrien Di Mascio [jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts tls-sprint
Mon, 16 Feb 2009 20:40:12 +0100 Adrien Di Mascio [javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad tls-sprint
Mon, 16 Feb 2009 20:34:52 +0100 Adrien Di Mascio split main template into main template + page-content template tls-sprint
Mon, 16 Feb 2009 20:51:24 +0100 sylvain thenault drop EntityAction usage in cw, upgrade rql_condition and friends tls-sprint
Mon, 16 Feb 2009 19:54:56 +0100 Arthur Lutz i18n translations for register
Mon, 16 Feb 2009 19:54:42 +0100 Arthur Lutz add register link
Mon, 16 Feb 2009 19:54:33 +0100 Arthur Lutz change label for new registered users
Mon, 16 Feb 2009 19:53:35 +0100 Arthur Lutz handle register with email adress
Mon, 16 Feb 2009 20:06:18 +0100 sylvain thenault require_group/match_user_group -> match_user_groups tls-sprint
Mon, 16 Feb 2009 20:05:55 +0100 sylvain thenault move cubicweb.common.selectors to cubicweb.selectors tls-sprint
Mon, 16 Feb 2009 19:50:10 +0100 sylvain thenault more selectors update tls-sprint
Mon, 16 Feb 2009 19:20:30 +0100 sylvain thenault kill EmptyRsetVeiw tls-sprint
Mon, 16 Feb 2009 18:26:13 +0100 sylvain thenault major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
Mon, 16 Feb 2009 16:24:24 +0100 Adrien Di Mascio simple test implementation for binary operators on selectors tls-sprint
Mon, 16 Feb 2009 14:18:13 +0100 Adrien Di Mascio provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces) tls-sprint
Mon, 16 Feb 2009 14:08:16 +0100 Adrien Di Mascio extract workflow related schema definitions in its own file tls-sprint
Mon, 16 Feb 2009 13:03:12 +0100 Adrien Di Mascio use RichString wherever possible in the stdlib tls-sprint
Mon, 16 Feb 2009 15:21:46 +0100 Laure Bourgois adding ISIOC interface
Mon, 16 Feb 2009 13:59:06 +0100 Aurelien Campeas [doc] fix path in makefile
Mon, 16 Feb 2009 12:33:14 +0100 Adrien Di Mascio provide a new RichString attribute type tls-sprint
Mon, 16 Feb 2009 11:28:43 +0100 sylvain thenault chainfirst / chainall can be given a name argument to use as inner function's name
Fri, 13 Feb 2009 16:34:05 +0100 Stephanie Marcu complete doc about rtags
Fri, 13 Feb 2009 16:28:57 +0100 sylvain thenault merge
Fri, 13 Feb 2009 16:16:15 +0100 Stephanie Marcu complete doc about rtags
Fri, 13 Feb 2009 15:49:33 +0100 Laure Bourgois adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
Fri, 13 Feb 2009 15:12:36 +0100 sylvain thenault test fix
Fri, 13 Feb 2009 14:38:14 +0100 sylvain thenault update copyright
Fri, 13 Feb 2009 14:25:34 +0100 sylvain thenault don't display too much rset rows
Fri, 13 Feb 2009 14:25:10 +0100 sylvain thenault don't use chainall when it's not necessary
Fri, 13 Feb 2009 09:30:18 +0100 sylvain thenault merge
Fri, 13 Feb 2009 09:30:04 +0100 sylvain thenault more cleanup
Fri, 13 Feb 2009 09:29:20 +0100 sylvain thenault cleanup
Thu, 12 Feb 2009 16:47:31 +0100 Laure Bourgois removing project_linked_data view
Fri, 13 Feb 2009 09:28:30 +0100 sylvain thenault take care, cnx may be None in which case we can't get/set session data
Fri, 13 Feb 2009 09:28:04 +0100 sylvain thenault must not be a class attribute\!
Thu, 12 Feb 2009 12:59:12 +0100 sylvain thenault rset may be empty
Wed, 11 Feb 2009 19:34:16 +0100 Aurelien Campeas [preferences] de-uglify a bit, remove useless parameter
Wed, 11 Feb 2009 19:11:55 +0100 Aurelien Campeas [tabs] reuse the new set_cookie controller method
Wed, 11 Feb 2009 18:47:12 +0100 Aurelien Campeas merge
Wed, 11 Feb 2009 18:46:14 +0100 Aurelien Campeas [preferences] preferences sections will now remember their collapsed/open status
Wed, 11 Feb 2009 18:43:32 +0100 Aurelien Campeas [controllers] a set_cookie method
Wed, 11 Feb 2009 15:59:40 +0100 Aurelien Campeas [views] cleanup, be less heavy with self.w ...
Wed, 11 Feb 2009 18:22:22 +0100 sylvain thenault ask if anonymous should be allowed, configure accordingly
Wed, 11 Feb 2009 17:55:44 +0100 sylvain thenault hop
Wed, 11 Feb 2009 17:54:55 +0100 Sylvain fix select principal so results are predictable during tests
Wed, 11 Feb 2009 17:44:08 +0100 Arthur Lutz merge
Wed, 11 Feb 2009 17:43:18 +0100 Arthur Lutz use UStringIO
Wed, 11 Feb 2009 17:00:39 +0100 Arthur Lutz merge
Wed, 11 Feb 2009 14:46:46 +0100 Arthur Lutz merge
Wed, 11 Feb 2009 14:46:26 +0100 Arthur Lutz return success or not on creation of user
Tue, 10 Feb 2009 18:12:43 +0100 Arthur Lutz page_size can be given in url attributes
Tue, 10 Feb 2009 18:12:10 +0100 Arthur Lutz have navigation on top and bottom of search results
Tue, 10 Feb 2009 17:27:25 +0100 Arthur Lutz get custom page_size as argument
Tue, 10 Feb 2009 17:27:05 +0100 Arthur Lutz test if anonymous
Tue, 10 Feb 2009 17:26:42 +0100 Arthur Lutz add page_size argument
Tue, 10 Feb 2009 17:26:26 +0100 Arthur Lutz permit override of display index on simple navigation
Wed, 11 Feb 2009 17:43:33 +0100 Laure Bourgois adding views to test
Wed, 11 Feb 2009 17:42:30 +0100 Laure Bourgois small fix
Wed, 11 Feb 2009 17:41:46 +0100 Laure Bourgois refactoring owl view (now corresponding to tbox) and owlabox view
Wed, 11 Feb 2009 15:49:17 +0100 sylvain thenault i18n update
Wed, 11 Feb 2009 15:41:30 +0100 sylvain thenault fix rtags to have correct msgids for bookmarked_by relation
Wed, 11 Feb 2009 15:20:49 +0100 sylvain thenault don't use navigation in deleteconf form
Wed, 11 Feb 2009 15:20:32 +0100 sylvain thenault update_search_state in the publisher since it should be done whatever the controller
Wed, 11 Feb 2009 14:57:24 +0100 sylvain thenault update copyright
Wed, 11 Feb 2009 14:43:55 +0100 Aurelien Campeas [forms] simplify this test
Wed, 11 Feb 2009 14:37:06 +0100 Aurelien Campeas [forms] fix #4240 (edition form should not show relations section if no relation is editable)
Wed, 11 Feb 2009 14:21:55 +0100 Emile Anclin merge
Wed, 11 Feb 2009 14:21:17 +0100 Emile Anclin propostion for integrating the simple setup
Wed, 11 Feb 2009 14:20:07 +0100 Emile Anclin add files for a simple setup
Wed, 11 Feb 2009 14:00:31 +0100 Emile Anclin fix some typos
Wed, 11 Feb 2009 13:52:01 +0100 sylvain thenault try to get raw text values in rset csv view
Wed, 11 Feb 2009 13:51:06 +0100 sylvain thenault test and fix potential error with None optional relation
Wed, 11 Feb 2009 12:17:44 +0100 sylvain thenault test update
Wed, 11 Feb 2009 10:43:02 +0100 sylvain thenault fix test (this view is not used actually...)
Wed, 11 Feb 2009 10:41:16 +0100 sylvain thenault no more htmlcheck argument
Tue, 10 Feb 2009 17:45:16 +0100 Laure Bourgois email is no crypted anymore in foaf view
Tue, 10 Feb 2009 14:39:59 +0100 Aurelien Campeas Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
Tue, 10 Feb 2009 14:39:58 +0100 Aurelien Campeas Added tag cubicweb-version-3_0_9 for changeset 7ad527099393 cubicweb-debian-version-3_0_9-1
Tue, 10 Feb 2009 14:39:54 +0100 Aurelien Campeas published cubicweb-version-3_0_9
Tue, 10 Feb 2009 10:25:47 +0100 Emile Anclin some doc typos
Mon, 09 Feb 2009 17:59:17 +0100 Aurelien Campeas [testlib] fix pb. related to class scoped variables
Mon, 09 Feb 2009 14:09:55 +0100 sylvain thenault old .validators attribute is now .vid_validators
Mon, 09 Feb 2009 11:55:32 +0100 Laure Bourgois add a linked data view for project. this linked data view will be extended to pertinent entities in the future. We remark that we use doap format if it exists (doap:created, doap:description ...), we use our own vocabulary (available in tbox view) if doap does not supports it.
Fri, 06 Feb 2009 20:24:08 +0100 Aurelien Campeas [selectors] fix inline doc
Fri, 06 Feb 2009 20:23:26 +0100 Aurelien Campeas [tabs] prepare for reloadability
Fri, 06 Feb 2009 12:03:58 +0100 Laure Bourgois error correction
Fri, 06 Feb 2009 11:05:41 +0100 Laure Bourgois small fix
Thu, 05 Feb 2009 18:09:11 +0100 Laure Bourgois oups
Thu, 05 Feb 2009 18:02:36 +0100 Laure Bourgois new foaf version
Wed, 04 Feb 2009 11:43:26 +0100 Aurelien Campeas [actions] import * : just say no
Tue, 03 Feb 2009 16:26:42 +0100 Adrien Di Mascio [gmap] zoom level is now a url parameter
Mon, 02 Feb 2009 16:14:43 +0100 Laure Bourgois pertinent title layout for OWL view
Mon, 02 Feb 2009 13:43:28 +0100 Laure Bourgois comments fix
Mon, 02 Feb 2009 13:32:56 +0100 Laure Bourgois refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
Mon, 02 Feb 2009 12:10:34 +0100 Aurelien Campeas [testlib] quickfix (needs review) : missing validators attribute
Mon, 02 Feb 2009 11:01:46 +0100 Aurelien Campeas missing quotes #102063
Fri, 30 Jan 2009 18:15:03 +0100 Aurelien Campeas [tabs] dead code
Fri, 30 Jan 2009 17:25:32 +0100 sylvain thenault merge
Fri, 30 Jan 2009 17:15:07 +0100 Aurelien Campeas [tabs] fix the no-eid case, remove unused code
Fri, 30 Jan 2009 17:01:15 +0100 Adrien Di Mascio fix js syntax in tabs.forceview()
Fri, 30 Jan 2009 16:57:20 +0100 Adrien Di Mascio simplification of lazy tabs mechanism
Fri, 30 Jan 2009 16:56:21 +0100 Adrien Di Mascio use lgc.decorators.monkeypatch in tabs.py
Fri, 30 Jan 2009 16:53:18 +0100 Adrien Di Mascio fix default value of pyro ns host
Fri, 30 Jan 2009 16:52:00 +0100 Adrien Di Mascio [javascript] extract ajax postprocessing in a separate function
Fri, 30 Jan 2009 15:55:03 +0100 Julien Jehannet (merge)
Fri, 30 Jan 2009 15:17:22 +0100 Julien Jehannet add required attribute modname in __pkginfo__.py skeleton
Fri, 30 Jan 2009 15:36:26 +0100 Laure Bourgois small corrections
Fri, 30 Jan 2009 17:25:11 +0100 sylvain thenault xhtml fixes
Fri, 30 Jan 2009 17:24:53 +0100 sylvain thenault set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
Fri, 30 Jan 2009 15:32:02 +0100 sylvain thenault refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
Fri, 30 Jan 2009 15:30:55 +0100 sylvain thenault implements cell_call
Fri, 30 Jan 2009 15:30:30 +0100 sylvain thenault specify content type for text views
Fri, 30 Jan 2009 15:30:15 +0100 sylvain thenault use self.rset / self.row
Fri, 30 Jan 2009 15:29:30 +0100 sylvain thenault fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
Fri, 30 Jan 2009 15:26:51 +0100 sylvain thenault EntityVComponent should now implements cell_call
Fri, 30 Jan 2009 15:26:25 +0100 sylvain thenault give row when selecting/dispatching content navigation component
Fri, 30 Jan 2009 15:25:26 +0100 sylvain thenault typo
Fri, 30 Jan 2009 15:25:03 +0100 sylvain thenault typo
Fri, 30 Jan 2009 14:39:56 +0100 sylvain thenault function to make generation of a simple sgml tag
Fri, 30 Jan 2009 14:38:16 +0100 sylvain thenault hcal is a microformat and can be inserted in html
Fri, 30 Jan 2009 12:30:04 +0100 sylvain thenault foaf euser view
Fri, 30 Jan 2009 12:29:37 +0100 sylvain thenault cubicweb__loadurl -> cubicweb:lazyloadurl
Fri, 30 Jan 2009 11:55:05 +0100 sylvain thenault fix table filter form: get_widget shouldn't be called once rqlst has been recovered
Thu, 29 Jan 2009 17:02:15 +0100 sylvain thenault remove debug print
Thu, 29 Jan 2009 16:26:33 +0100 sylvain thenault pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)
Thu, 29 Jan 2009 15:26:09 +0100 sylvain thenault method has been renamed
Thu, 29 Jan 2009 15:16:51 +0100 sylvain thenault oops
Thu, 29 Jan 2009 12:10:41 +0100 sylvain thenault owl cleanup
Thu, 29 Jan 2009 10:34:29 +0100 sylvain thenault search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
Thu, 29 Jan 2009 10:09:42 +0100 sylvain thenault sax only validator for owl views for now
Wed, 28 Jan 2009 17:41:14 +0100 sylvain thenault while EntityView has been used here?? (changeset 501 by laure)
Wed, 28 Jan 2009 17:32:44 +0100 Laure Bourgois cleaning code
Wed, 28 Jan 2009 17:31:07 +0100 Aurelien Campeas merge
Wed, 28 Jan 2009 17:30:26 +0100 Aurelien Campeas [tabs] improve pylint note :)
Wed, 28 Jan 2009 17:30:04 +0100 Laure Bourgois OWLABOXView correction
Wed, 28 Jan 2009 17:28:08 +0100 Laure Bourgois OWLABOXView correction
Wed, 28 Jan 2009 17:25:22 +0100 Laure Bourgois merge
Wed, 28 Jan 2009 17:22:45 +0100 Laure Bourgois cleaning OWLView
Wed, 28 Jan 2009 17:00:03 +0100 Aurelien Campeas missing import
Wed, 28 Jan 2009 16:58:05 +0100 Aurelien Campeas [tabs] cookie name par cube instance will reduce cookie collisions
Wed, 28 Jan 2009 16:53:09 +0100 Laure Bourgois OWLView correction (namespace)
Wed, 28 Jan 2009 16:52:12 +0100 Laure Bourgois owl module has two views : OWLView (TBOX) and OWLABOXView (more or less ABOX. indeed, it layout ABOX information only for an specific entity and not all entities)
Wed, 28 Jan 2009 16:49:57 +0100 Laure Bourgois removing OWLView from this file (in order to put OWLView into owl module)
Wed, 28 Jan 2009 16:29:01 +0100 sylvain thenault merge
Wed, 28 Jan 2009 15:52:45 +0100 Aurelien Campeas merge
Wed, 28 Jan 2009 15:50:14 +0100 Aurelien Campeas [tabs]
Wed, 28 Jan 2009 16:28:44 +0100 sylvain thenault refactor table views to share more code and to avoid empty filter table in some case
Wed, 28 Jan 2009 15:28:32 +0100 sylvain thenault set default to empty string, not None
Wed, 28 Jan 2009 14:48:23 +0100 Stephanie Marcu [#80966] Opera supports xhtml and handles namespaces properly but it breaks jQuery.attr(), so xhtml_browser return False if the webbrowser is opera
Wed, 28 Jan 2009 13:07:14 +0100 Aurelien Campeas python 2.4 compat
Wed, 28 Jan 2009 10:30:06 +0100 Adrien Di Mascio backport stable branch changesets
Wed, 28 Jan 2009 10:29:39 +0100 Adrien Di Mascio [javascript] minor lints 3.0
Tue, 27 Jan 2009 21:30:32 +0100 Aurelien Campeas clenaup
Tue, 27 Jan 2009 21:16:23 +0100 Aurelien Campeas [tabs] prune tab set _before_ computing & setting 'active' tab
Tue, 27 Jan 2009 20:51:55 +0100 Aurelien Campeas [tabs]
Tue, 27 Jan 2009 19:13:54 +0100 Aurelien Campeas fix a pb. with something -- but WHAT was that ? :-/
Tue, 27 Jan 2009 19:12:37 +0100 Aurelien Campeas [tabs] avoid nasty surprises when tab name change & the cookie remembers the past
Tue, 27 Jan 2009 18:49:56 +0100 Aurelien Campeas merge
Tue, 27 Jan 2009 18:46:49 +0100 Aurelien Campeas [tabs] provide a working tabs implementation, that lazy-loads tab content & should remember the current position
Tue, 27 Jan 2009 17:54:30 +0100 Sylvain Added tag cubicweb-debian-version-3_0_4-1 for changeset fc222bc99929 3.0
Tue, 27 Jan 2009 17:54:30 +0100 Sylvain Added tag cubicweb-version-3_0_4 for changeset 2e400b8dfc25 3.0 cubicweb-debian-version-3_0_4-1
Tue, 27 Jan 2009 16:05:27 +0100 sylvain thenault 3.0.4 3.0 cubicweb-version-3_0_4
Tue, 27 Jan 2009 16:03:29 +0100 Adrien Di Mascio backport stable branch changesets
Tue, 27 Jan 2009 16:02:58 +0100 Adrien Di Mascio insert missing is_instance_of relations during db-init 3.0
Tue, 27 Jan 2009 14:03:17 +0100 sylvain thenault update some copyrights
Tue, 27 Jan 2009 13:58:17 +0100 sylvain thenault merge
Tue, 27 Jan 2009 13:52:50 +0100 sylvain thenault allow divid as method argument (backport from default) 3.0
Tue, 27 Jan 2009 13:52:07 +0100 sylvain thenault yield self if no ft container found 3.0
Tue, 27 Jan 2009 13:51:49 +0100 sylvain thenault should clear local perm cache if first attempt failed 3.0
Tue, 27 Jan 2009 13:05:38 +0100 sylvain thenault don't check owl
Tue, 27 Jan 2009 13:05:23 +0100 sylvain thenault fix test
Mon, 26 Jan 2009 19:38:37 +0100 sylvain thenault xhtml compliance
Mon, 26 Jan 2009 19:34:36 +0100 sylvain thenault remove debug print
Mon, 26 Jan 2009 11:06:45 +0100 sylvain thenault oops
Mon, 26 Jan 2009 11:06:17 +0100 sylvain thenault allow divid as argument
Mon, 26 Jan 2009 11:05:49 +0100 sylvain thenault unnecessary
Mon, 26 Jan 2009 08:14:18 +0100 Adrien Di Mascio [facets] AttributeFacet can now declare which kind of comparator they want to use, default is '=' (+ tidy trailing white spaces)
Mon, 26 Jan 2009 07:55:35 +0100 Adrien Di Mascio updated list of cubes in the doc
Fri, 23 Jan 2009 19:21:29 +0100 Julien Jehannet (merge)
Fri, 23 Jan 2009 19:18:28 +0100 Julien Jehannet [treeview] replace span elements by div for xhtml conformance
Fri, 16 Jan 2009 20:06:52 +0100 Julien Jehannet add Homepage field in debian/control
Fri, 16 Jan 2009 20:03:58 +0100 Julien Jehannet use 99 as default sequence number in runlevel
Fri, 23 Jan 2009 16:21:43 +0100 Laure Bourgois merge
Fri, 23 Jan 2009 16:19:36 +0100 Laure Bourgois owl schema error correction
Fri, 23 Jan 2009 15:51:48 +0100 Adrien Di Mascio backport stable branch changesets
Fri, 23 Jan 2009 15:51:24 +0100 Adrien Di Mascio fix syntax in skeleton's __pkginfo__.py 3.0
Thu, 22 Jan 2009 16:03:45 +0100 Laure Bourgois merge
Thu, 22 Jan 2009 15:53:39 +0100 Laure Bourgois this test validate that the generated owl (from a cubicweb instance) respect owl xml schema (and rdf xml schema).
Wed, 21 Jan 2009 19:28:03 +0100 Adrien Di Mascio backport stable branch changesets
Wed, 21 Jan 2009 19:26:35 +0100 Adrien Di Mascio fix EditRelationBoxTemplate: the box might be passed an additional 'view' paraemter 3.0
Wed, 21 Jan 2009 14:40:52 +0100 Laure Bourgois ontology comment
Wed, 21 Jan 2009 14:35:15 +0100 Laure Bourgois OwlView generated a owl layout from schema application. It can be registered with an owl extension.
Wed, 21 Jan 2009 08:37:32 +0100 Adrien Di Mascio update dependencies in js unit tests
Tue, 20 Jan 2009 19:52:52 +0100 Aurelien Campeas a note for later
Tue, 20 Jan 2009 17:08:33 +0100 Aurelien Campeas typo
Tue, 20 Jan 2009 16:31:15 +0100 sylvain thenault pylint fixes
Tue, 20 Jan 2009 16:29:06 +0100 sylvain thenault pylint fixes
Mon, 19 Jan 2009 19:57:41 +0100 sylvain thenault use empty string instead of None as possible context value to avoid getting an <optgroup> tag in associated widget
Mon, 19 Jan 2009 19:46:33 +0100 sylvain thenault selector update
Mon, 19 Jan 2009 19:24:00 +0100 sylvain thenault test fixes
Mon, 19 Jan 2009 19:23:47 +0100 sylvain thenault cleanup
Mon, 19 Jan 2009 18:50:18 +0100 sylvain thenault fix need intersect detection
Mon, 19 Jan 2009 17:28:42 +0100 sylvain thenault error resilient state method
Mon, 19 Jan 2009 08:57:34 +0100 sylvain thenault fix unittest_repository
Fri, 16 Jan 2009 18:31:40 +0100 sylvain thenault test fixes
Fri, 16 Jan 2009 18:31:13 +0100 sylvain thenault need_intersect test and fixes
Thu, 15 Jan 2009 17:37:43 +0100 sylvain thenault merge stable branch
Thu, 15 Jan 2009 17:35:01 +0100 sylvain thenault apycot fix 3.0
Thu, 15 Jan 2009 15:59:35 +0100 sylvain thenault merge 3.0
Thu, 15 Jan 2009 15:58:13 +0100 Adrien Di Mascio [javascript][facets] facetargs wasn't evaluated in all cases 3.0
Thu, 15 Jan 2009 15:59:08 +0100 sylvain thenault cross relations handling fix 3.0
Thu, 15 Jan 2009 14:39:19 +0100 sylvain thenault missing html_escape 3.0
Thu, 15 Jan 2009 13:27:33 +0100 sylvain thenault massive selector update 3.0
Thu, 15 Jan 2009 13:27:17 +0100 sylvain thenault any_rset is a better name than rset 3.0
Thu, 15 Jan 2009 13:26:46 +0100 sylvain thenault some changes to make update to new selector names easier 3.0
Thu, 15 Jan 2009 13:25:46 +0100 sylvain thenault consider vocabulary of Int fields 3.0
Thu, 15 Jan 2009 13:25:34 +0100 sylvain thenault move selection of entity types to test in a method to ease overriding 3.0
Thu, 15 Jan 2009 11:25:29 +0100 sylvain thenault oops, var shouldn't be poped there 3.0
Thu, 15 Jan 2009 10:50:45 +0100 Adrien Di Mascio sort email addresses and remove doubled ones before sending the email
Thu, 15 Jan 2009 10:49:47 +0100 Adrien Di Mascio creating 3.0 maintenance branch 3.0
Thu, 15 Jan 2009 08:47:18 +0100 Adrien Di Mascio add missing data file + jslint
Wed, 14 Jan 2009 19:39:48 +0100 sylvain thenault merge
Wed, 14 Jan 2009 19:18:29 +0100 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset a736bae56d4a
Wed, 14 Jan 2009 19:18:26 +0100 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset 0cb027c056f9 cubicweb-debian-version-3_0_3-1
Wed, 14 Jan 2009 19:18:20 +0100 Aurelien Campeas my mistake cubicweb-version-3_0_3
Wed, 14 Jan 2009 19:16:37 +0100 Aurelien Campeas bump
Wed, 14 Jan 2009 19:39:32 +0100 sylvain thenault oops, get back cross_relation from mapping to rql source
Wed, 14 Jan 2009 19:04:42 +0100 sylvain thenault merge
Wed, 14 Jan 2009 18:47:12 +0100 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset 463ba5606b15
Wed, 14 Jan 2009 18:47:11 +0100 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset a7366dd3c33c
Wed, 14 Jan 2009 17:55:50 +0100 Adrien Di Mascio fix bug in entity.related_rql(): fetch_attr list / fetchorder weren't computed correctly
Wed, 14 Jan 2009 17:16:33 +0100 Sylvain merge
Wed, 14 Jan 2009 17:16:15 +0100 Sylvain Added tag cubicweb-debian-version-3_0_2-1 for changeset 18d3e56c1de4
Wed, 14 Jan 2009 17:16:14 +0100 Sylvain Added tag cubicweb-version-3_0_2 for changeset 221886d8e3c8 cubicweb-debian-version-3_0_2-1
Wed, 14 Jan 2009 19:04:20 +0100 sylvain thenault add a max-width
Wed, 14 Jan 2009 14:30:45 +0100 sylvain thenault reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases
Wed, 14 Jan 2009 14:29:56 +0100 sylvain thenault selector update
Wed, 14 Jan 2009 13:26:04 +0100 sylvain thenault merge cubicweb-version-3_0_2
Wed, 14 Jan 2009 12:36:35 +0100 Adrien Di Mascio [documentation] add some more rql documentation
Wed, 14 Jan 2009 11:42:52 +0100 Adrien Di Mascio [documentation] update cube names and add links to their page on the forge
Wed, 14 Jan 2009 11:23:14 +0100 Adrien Di Mascio update documentation of cube structure
Wed, 14 Jan 2009 13:25:38 +0100 sylvain thenault 3.0.2
Wed, 14 Jan 2009 11:49:29 +0100 sylvain thenault cleanup, backport manage perm action from jpl
Wed, 14 Jan 2009 11:49:04 +0100 sylvain thenault 'as' becomes a keyword when with statement activated
Wed, 14 Jan 2009 11:48:24 +0100 sylvain thenault don't use global _
Tue, 13 Jan 2009 17:58:58 +0100 sylvain thenault merge
Mon, 12 Jan 2009 18:15:14 +0100 Aurelien Campeas don't introduce a spurious 'x' key in the entity-as dict
Tue, 13 Jan 2009 17:58:42 +0100 sylvain thenault refactor
Tue, 13 Jan 2009 17:57:49 +0100 sylvain thenault catch Exception in case there is some unexepected selector bug
Tue, 13 Jan 2009 17:57:19 +0100 sylvain thenault fix w/ local roles
Tue, 13 Jan 2009 17:56:02 +0100 sylvain thenault cross_relations support
Tue, 13 Jan 2009 17:55:29 +0100 sylvain thenault OR EXISTS fix, typos
Tue, 13 Jan 2009 17:51:54 +0100 sylvain thenault skip neged relation here as well
Tue, 13 Jan 2009 17:51:31 +0100 sylvain thenault avoid potentialy mis-interpreted attribute error
Mon, 12 Jan 2009 15:12:51 +0100 sylvain thenault this should have been in 3.0.1
Mon, 12 Jan 2009 11:00:17 +0100 sylvain thenault selector update
Mon, 12 Jan 2009 10:57:51 +0100 sylvain thenault password can now be given as optional argument
Mon, 12 Jan 2009 10:57:26 +0100 sylvain thenault don't try to remove relation if source has no entities
Fri, 09 Jan 2009 19:38:47 +0100 Aurelien Campeas typo
Fri, 09 Jan 2009 17:00:21 +0100 sylvain thenault merge
Fri, 09 Jan 2009 16:56:51 +0100 Aurelien Campeas [FAQ] debugging selectors : a new faq entry
Fri, 09 Jan 2009 17:00:01 +0100 sylvain thenault fix entities cleanup: source entities may be used in some relations
Fri, 09 Jan 2009 16:59:59 +0100 sylvain thenault oops
Fri, 09 Jan 2009 15:29:51 +0100 sylvain thenault db-check fixes
Fri, 09 Jan 2009 11:01:34 +0100 Adrien Di Mascio [javascript] add safety belt in cubicwebSortValueExtraction for cases where cubicweb:sortvalue is not available
Fri, 09 Jan 2009 09:18:16 +0100 Adrien Di Mascio revert local debug checkin
Thu, 08 Jan 2009 19:04:57 +0100 Sylvain Thenault fix dependencies
Thu, 08 Jan 2009 18:28:31 +0100 Sylvain Thenault 3.0.1
Thu, 08 Jan 2009 18:27:08 +0100 Sylvain Thenault i18n update
Thu, 08 Jan 2009 18:26:39 +0100 Sylvain Thenault turn exlog into a cw-ctl command
Thu, 08 Jan 2009 16:56:23 +0100 Sylvain Thenault fix i18n catalog generation
Thu, 08 Jan 2009 16:53:41 +0100 Sylvain Thenault check apphome is not None
Thu, 08 Jan 2009 14:36:07 +0100 Sylvain Thenault get extra space available in primary view when no right boxes
Thu, 08 Jan 2009 12:55:41 +0100 Sylvain Thenault fix rset xml view
Thu, 08 Jan 2009 12:39:46 +0100 Sylvain Thenault new rsetxml view, reusing most code from csvexport view
Thu, 08 Jan 2009 12:12:40 +0100 Sylvain Thenault facet widgets css cleanup
Thu, 08 Jan 2009 10:50:30 +0100 Sylvain Thenault cleanup
Thu, 08 Jan 2009 10:50:27 +0100 Sylvain Thenault unncessary call
Thu, 08 Jan 2009 10:44:29 +0100 Sylvain Thenault make author information configurable
Thu, 08 Jan 2009 09:59:12 +0100 Sylvain Thenault missing test resources
Thu, 08 Jan 2009 09:55:56 +0100 Sylvain Thenault merge
Thu, 08 Jan 2009 09:48:44 +0100 Adrien Di Mascio use mtconverter's html_unescape rather than saxutils' escape to deal with any html entity
Thu, 08 Jan 2009 09:55:38 +0100 Sylvain Thenault update some selectors
Thu, 08 Jan 2009 09:55:27 +0100 Sylvain Thenault backport unittest_ldapuser
Wed, 07 Jan 2009 11:36:16 -0800 Sandrine Ribeau merge
Wed, 07 Jan 2009 11:35:31 -0800 Sandrine Ribeau [doc] Added a cook book as advised and moved ldap import scripts in the cook book. Started a howto about configuring LDAP but it will have to be reviewed by experts.
Wed, 07 Jan 2009 18:32:45 +0100 Sylvain Thenault merge
Wed, 07 Jan 2009 18:31:24 +0100 Aurelien Campeas [doc] typo
Wed, 07 Jan 2009 18:27:52 +0100 Aurelien Campeas oops, these were committed unintentionnally
Wed, 07 Jan 2009 18:20:35 +0100 Aurelien Campeas missing tab.png for tabs decoration
Wed, 07 Jan 2009 17:17:16 +0100 Aurelien Campeas remove spurious print
Wed, 07 Jan 2009 16:57:01 +0100 Aurelien Campeas typo
Wed, 07 Jan 2009 16:50:24 +0100 Aurelien Campeas update selector section
Wed, 07 Jan 2009 18:30:00 +0100 Sylvain Thenault cleanup/fix cut variants
Wed, 07 Jan 2009 16:11:45 +0100 Laure Bourgois cleaning code
Wed, 07 Jan 2009 16:12:45 +0100 Sylvain Thenault deprecated code
Wed, 07 Jan 2009 15:37:04 +0100 Sylvain Thenault merge
Wed, 07 Jan 2009 15:36:59 +0100 Sylvain Thenault add try except to avoid error w/ unsupported stuff, log it and return incomplete filter form
Wed, 07 Jan 2009 14:42:43 +0100 Aurelien Campeas more translation and complements
Wed, 07 Jan 2009 12:25:18 +0100 Aurelien Campeas tweak the faq a bit
Wed, 07 Jan 2009 10:47:00 +0100 Laure Bourgois adding test for special html caractere
Wed, 07 Jan 2009 15:00:30 +0100 Sylvain Thenault backport unittest_multisources from cubicweb-multisources
Wed, 07 Jan 2009 14:57:03 +0100 Sylvain Thenault fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
Wed, 07 Jan 2009 14:55:16 +0100 Sylvain Thenault consider intersect *and* distinct
Wed, 07 Jan 2009 09:47:56 +0100 Sylvain Thenault in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
Tue, 06 Jan 2009 12:53:47 -0800 Sandrine Ribeau merge
Tue, 06 Jan 2009 12:52:52 -0800 Sandrine Ribeau [doc] FAQ improvements based on posts in forums.
Tue, 06 Jan 2009 09:10:35 -0800 Sandrine Ribeau merge
Mon, 05 Jan 2009 10:40:22 -0800 Sandrine Ribeau [doc] Integration of card http://intranet.logilab.fr/intra/card/eid/3355 to the book.
Tue, 06 Jan 2009 18:22:39 +0100 Sylvain Thenault merge
Tue, 06 Jan 2009 17:04:07 +0100 Adrien Di Mascio simplify selectors debugging
Tue, 06 Jan 2009 18:21:03 +0100 Sylvain Thenault backport msplanner test from cubicweb-multisources
Mon, 05 Jan 2009 22:30:25 +0100 Nicolas Chauvat exlog script to examine rql logs
Mon, 05 Jan 2009 19:50:55 +0100 Sylvain Thenault selectors update
Mon, 05 Jan 2009 17:05:38 +0100 Sylvain Thenault don't show folder section on index page when there is now folder yet
Mon, 05 Jan 2009 16:56:48 +0100 Sylvain Thenault don't show add new action for composed objects
Mon, 05 Jan 2009 16:43:54 +0100 Sylvain Thenault merge
Mon, 05 Jan 2009 15:23:03 +0100 Adrien Di Mascio add contextprop_selector to the DownloadBox so that it behaves like all other boxes
Mon, 05 Jan 2009 15:08:44 +0100 Adrien Di Mascio [skeleton] simplify MANFIEST.in to reflect the default skeleton layout
Mon, 05 Jan 2009 15:44:33 +0100 Sylvain Thenault fix author tag
Mon, 05 Jan 2009 14:38:45 +0100 Sylvain Thenault cleanup
Mon, 05 Jan 2009 14:09:38 +0100 Sylvain Thenault make req argument optional
Mon, 05 Jan 2009 14:09:18 +0100 Sylvain Thenault fix security bug w/ query using 'NOT X eid 123'
Mon, 05 Jan 2009 14:08:40 +0100 Sylvain Thenault py2.4 bug
Sat, 03 Jan 2009 23:10:12 +0100 Nicolas Chauvat fix skeleton __pkginfo__ template
Fri, 02 Jan 2009 14:48:43 -0800 Sandrine Ribeau [doc] Add a little to views chapter.
Wed, 31 Dec 2008 16:34:54 +0100 Adrien Di Mascio we've been using jquery for a while now
Tue, 30 Dec 2008 12:00:45 -0800 Sandrine Ribeau [doc] Add sub-section about selectors and a little about registerer in views chapter.
Tue, 30 Dec 2008 14:48:30 +0100 Nicolas Chauvat Added tag cubicweb-version_3_0_0 for changeset a93da6d88d4e
Tue, 30 Dec 2008 14:27:30 +0100 Nicolas Chauvat [doc] announce 3.0 release cubicweb-version_3_0_0
Tue, 30 Dec 2008 12:59:25 +0100 Nicolas Chauvat merge
Tue, 30 Dec 2008 12:32:50 +0100 Nicolas Chauvat merge
Mon, 29 Dec 2008 23:59:55 +0100 Nicolas Chauvat [doc] no underline for links
Tue, 30 Dec 2008 12:58:19 +0100 Nicolas Chauvat [doc] add links to google-appengine forum
Tue, 30 Dec 2008 11:47:25 +0100 Nicolas Chauvat [doc] minor text improvements
Mon, 29 Dec 2008 17:47:00 -0800 Sandrine Ribeau [doc] Improvement to the Views chapter. Moved content about the main template in the Templates chapter.
Mon, 29 Dec 2008 15:37:12 -0800 Sandrine Ribeau merge
Mon, 29 Dec 2008 15:35:26 -0800 Sandrine Ribeau [doc] Removes references to LAX.
Mon, 29 Dec 2008 15:31:32 -0800 Sandrine Ribeau [doc] Removes chapter in french from english book which is duplicated content already translated.
Mon, 29 Dec 2008 23:55:53 +0100 Nicolas Chauvat [doc] links are back to orangered
Mon, 29 Dec 2008 14:43:38 -0800 Sandrine Ribeau [doc] Change styling of <a> and removes section "This Page" from left column template.
Mon, 29 Dec 2008 23:11:01 +0100 Nicolas Chauvat [doc] small text improvement
Mon, 29 Dec 2008 13:50:42 -0800 Sandrine Ribeau [doc]
Mon, 29 Dec 2008 11:16:49 -0800 Sandrine Ribeau [doc] Switch graphic to english.
Fri, 26 Dec 2008 17:43:11 -0800 Sandrine Ribeau [doc] Adds scripts to auto-generate modules list to index and add to the documentation.
Fri, 26 Dec 2008 12:20:10 -0800 Sandrine Ribeau [doc] Fix docstring indentation.
Fri, 26 Dec 2008 12:00:47 -0800 Sandrine Ribeau [doc] Better title? Brief introduction of the chapter.
Fri, 26 Dec 2008 11:37:56 -0800 Sandrine Ribeau [doc] Moves cube description from tutoriel to foundations.
Wed, 24 Dec 2008 12:36:57 -0800 Sandrine Ribeau [doc] Fix indentation issues.
Wed, 24 Dec 2008 12:18:06 -0800 Sandrine Ribeau [doc] Sphinx CSS small improvment.
Wed, 24 Dec 2008 12:17:41 -0800 Sandrine Ribeau [doc] Move out from tutoriel RSS and CSS to make it independant chapters. Adds a conclusion to the tutorial.
Tue, 23 Dec 2008 13:50:56 -0800 Sandrine Ribeau [doc] Renaming of part II sub-sections accordingly.
Tue, 23 Dec 2008 13:38:02 -0800 Sandrine Ribeau [doc] Renaming for advanced thematic.
Tue, 23 Dec 2008 13:35:35 -0800 Sandrine Ribeau [doc] Renaming for tests thematic.
Tue, 23 Dec 2008 13:34:30 -0800 Sandrine Ribeau [doc] Renaming for repository customization thematic.
Tue, 23 Dec 2008 13:28:48 -0800 Sandrine Ribeau [doc] Renaming for web interface thematic.
Tue, 23 Dec 2008 13:20:14 -0800 Sandrine Ribeau [doc] Renaming for data model thematic fix bad naming convention.
Tue, 23 Dec 2008 13:15:23 -0800 Sandrine Ribeau [doc] Renaming for data model thematic.
Tue, 23 Dec 2008 13:04:24 -0800 Sandrine Ribeau [doc] Add thematics within Part II - Development.
Tue, 23 Dec 2008 13:04:06 -0800 Sandrine Ribeau [doc] Add thematics within Part II - Development.
Tue, 23 Dec 2008 11:56:45 -0800 Sandrine Ribeau [doc] Removal of duplicated chapter.
Tue, 23 Dec 2008 11:00:54 -0800 Sandrine Ribeau [doc] Add internal links.
Tue, 23 Dec 2008 10:45:38 -0800 Sandrine Ribeau merge
Tue, 23 Dec 2008 10:43:51 -0800 Sandrine Ribeau [doc] Improved tutoriel. Moved appropriate content to cubicweb foundations chapter. Adds section to fill about cubicweb-ctl shell.
Tue, 23 Dec 2008 18:44:08 +0100 Adrien Di Mascio [i18n] missing translation
Tue, 23 Dec 2008 18:42:01 +0100 Adrien Di Mascio i18n roundup
Tue, 23 Dec 2008 15:42:01 +0100 Sylvain Thenault fix lxml is available, we can have a nicer version of soup2xhtml even if its lxml < 2.0
Tue, 23 Dec 2008 14:42:52 +0100 Sylvain Thenault merge
Tue, 23 Dec 2008 14:42:41 +0100 Sylvain Thenault packaging fixes
Tue, 23 Dec 2008 13:30:32 +0100 Nicolas Chauvat [doc] fix rql intro
Mon, 22 Dec 2008 14:13:39 -0800 Sandrine Ribeau [doc] Change logo has been moved to FAQ.
Mon, 22 Dec 2008 13:54:57 -0800 Sandrine Ribeau [doc] Does not keep mercurial forest as the only reference for path description.
Mon, 22 Dec 2008 13:23:27 -0800 Sandrine Ribeau [doc] Add link to cubicweb's forge for cubes available.
Mon, 22 Dec 2008 12:02:40 -0800 Sandrine Ribeau merge
Mon, 22 Dec 2008 12:00:00 -0800 Sandrine Ribeau [doc] Add cubicweb-dev package to install.
Mon, 22 Dec 2008 19:54:30 +0100 Nicolas Chauvat [doc] trying to improve the tutorial
(0) -480 +480 +1000 +3000 +10000 tip