2009-02-24 Aurelien Campeas [selectors] for bacwkard compatibility, we must search the mro, not just the current class, in order not to miss __selectors__ in classes that do not redefine it tls-sprint
2009-02-24 Julien Jehannet [debian] move python-simplejson dependency to cubicweb-common
2009-02-24 Aurelien Campeas merge tls-sprint
2009-02-24 Aurelien Campeas fix imports : common.utils -> utils tls-sprint
2009-02-24 Aurelien Campeas merge tls-sprint
2009-02-24 sylvain thenault check ldap source has email configured before synchronization
2009-02-24 sylvain thenault avoid patching if already done
2009-02-24 sylvain thenault missing bw compat module tls-sprint
2009-02-24 sylvain thenault needed by yams head
2009-02-24 sylvain thenault better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
2009-02-24 sylvain thenault late evaluation of cubicweb:facetargs is necessary since its value may change
2009-02-24 ludal Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
2009-02-23 Aurelien Campeas [treeview] don't readd stuff to the header, poslish css classes treeview-tabs
2009-02-23 Aurelien Campeas [treeview] rename, manage lastCollapsable treeview-tabs
2009-02-23 Aurelien Campeas [treeview] treeid is passed along: we can manage as many trees as we want treeview-tabs
2009-02-23 Aurelien Campeas [treeview] (in progress) treeid has to be produced from outside treeview-tabs
2009-02-23 Stephanie Marcu text_cut must return unicode not string
2009-02-23 Laure Bourgois removing foaf_usable
2009-02-23 Laure Bourgois if siderelation wrapp boxes into tables
2009-02-23 Aurelien Campeas merge
2009-02-23 Aurelien Campeas unwanted merge : Backed out changeset 4328bcbd748e
2009-02-23 Laure Bourgois oups
2009-02-23 Laure Bourgois merge
2009-02-23 Laure Bourgois merge
2009-02-23 Laure Bourgois right boxes do not expand to much on the left.
2009-02-20 Aurelien Campeas [treeview] (inprogress) minimally working state-remembering treeview treeview-tabs
2009-02-20 Aurelien Campeas [tabs] augment a bit the lazyview interface (very general now), tab groups are now marked per entity (thinking about the ?vid=primary case) treeview-tabs
2009-02-20 Aurelien Campeas [treeview] (in progress) use less magic, having something that now allows prepopulating a part of the tree treeview-tabs
2009-02-20 Laure Bourgois right boxes aligment to the right
2009-02-20 Julien Jehannet cubicweb-core wasn't a virtual package
2009-02-20 sylvain thenault merge tls-sprint
2009-02-20 sylvain thenault prepare for deprecation tls-sprint
2009-02-20 sylvain thenault oops tls-sprint
2009-02-20 Adrien Di Mascio fix DateTimePicker implementation, it should now work tls-sprint
2009-02-20 Adrien Di Mascio select needs to accept an id tls-sprint
2009-02-20 sylvain thenault confirmation in password widget tls-sprint
2009-02-20 sylvain thenault FileField backport tls-sprint
2009-02-20 sylvain thenault should use StringField actuallly tls-sprint
2009-02-20 Adrien Di Mascio add needs_css and needs_js on widgets tls-sprint
2009-02-20 Adrien Di Mascio fix label generation in forms tls-sprint
2009-02-20 Adrien Di Mascio The value as returned by FieldWidget._render_attrs() is now always a list tls-sprint
2009-02-20 Adrien Di Mascio vocabulary methods are now defined on forms, not on entities tls-sprint
2009-02-20 Adrien Di Mascio implement default vocabulary method on Field, provide a specific one on RelationField tls-sprint
2009-02-20 Adrien Di Mascio field debug helper tls-sprint
2009-02-20 Adrien Di Mascio rename propname into format_prop tls-sprint
2009-02-20 Adrien Di Mascio fix HiddenRelationField bug tls-sprint
2009-02-20 Adrien Di Mascio provide basic methods to build fields from schema constraints / cardinality tls-sprint
2009-02-20 Adrien Di Mascio put form buttons in a separate table tls-sprint
2009-02-20 Adrien Di Mascio select tag now accepts a multiple argument tls-sprint
2009-02-20 sylvain thenault test and fixes tls-sprint
2009-02-20 sylvain thenault oops tls-sprint
2009-02-20 sylvain thenault rich field / fckeditor handling tls-sprint
2009-02-20 sylvain thenault cleanup (until removal :) tls-sprint
2009-02-20 sylvain thenault make fckeditor actually optional, fix its config, avoid needs for a link to fckeditor.js tls-sprint
2009-02-20 sylvain thenault update imports tls-sprint
2009-02-20 sylvain thenault fix field value for hidden edit[s|à] fields tls-sprint
2009-02-20 sylvain thenault various fixes to have change state and deletion forms working tls-sprint
2009-02-20 sylvain thenault seems I don't need bw compat support tls-sprint
2009-02-20 sylvain thenault no need for both EntityRelatedTab / EntityRelatedView which are doing the same thing tls-sprint
2009-02-20 sylvain thenault cleanup tls-sprint
2009-02-20 sylvain thenault missing selectors, no more need for relation_possible when using has_related_entities (implied) tls-sprint
2009-02-20 sylvain thenault fix ui.main-template property handling tls-sprint
2009-02-20 sylvain thenault simply test if rset is None... tls-sprint
2009-02-20 sylvain thenault view is optional tls-sprint
2009-02-20 sylvain thenault fix custom selector tls-sprint
2009-02-20 sylvain thenault typo tls-sprint
2009-02-20 sylvain thenault should not use named args for req and rset when selecting tls-sprint
2009-02-20 sylvain thenault use relation_possible from within has_relation, fix another bug tls-sprint
2009-02-20 sylvain thenault assert select() tls-sprint
2009-02-19 Adrien Di Mascio EntityFieldsForm.form_render() doesn't need entity anymore tls-sprint
2009-02-19 sylvain thenault cleanup tls-sprint
2009-02-19 sylvain thenault avoid deprecation warning tls-sprint
2009-02-19 sylvain thenault oops tls-sprint
2009-02-19 sylvain thenault more bw compat tls-sprint
2009-02-19 sylvain thenault form to edit multiple entities, use it in DeleteConfForm tls-sprint
2009-02-19 Adrien Di Mascio update test, use a DateTimePicker widget tls-sprint
2009-02-19 Adrien Di Mascio fix implementation errors import DateTimePicker tls-sprint
2009-02-19 Adrien Di Mascio use EnvBasedTC since we need to access the schema tls-sprint
2009-02-19 Adrien Di Mascio DatePicker widget tls-sprint
2009-02-19 Adrien Di Mascio basic implementation of Date / Float fields tls-sprint
2009-02-19 Adrien Di Mascio restore previous hidden input behaviour (edits- / edito- fields) tls-sprint
2009-02-19 Adrien Di Mascio mini improvement to simple_sgml_tag: ignore attributes for which the value is None tls-sprint
2009-02-19 Adrien Di Mascio provide a mini HTML select tag constructor tls-sprint
2009-02-19 Julien Jehannet be sure to replace cubicweb-core
2009-02-19 Julien Jehannet (merge)
2009-02-19 Julien Jehannet reorganize debian packages (Closes: #1168)
2009-02-19 Julien Jehannet we want to keep control on jquery.js file version
2009-02-19 Julien Jehannet ask for translation from french
2009-02-19 Julien Jehannet FIXME where to put the file ?
2009-02-19 Julien Jehannet backup before breaking
2009-02-11 Julien Jehannet Use specific css files directly in views code
2009-02-11 Julien Jehannet simplify css style
2009-02-11 Julien Jehannet use rql button
2009-02-11 Julien Jehannet Split cubicweb.css into small parts
2009-02-19 sylvain thenault update some prototype, ChangeStateForm tls-sprint
2009-02-19 sylvain thenault set __errorurl, fix retreiving of field's value tls-sprint
2009-02-19 sylvain thenault prefixed form methods to avoid potential conflicts with field names, button related method, a bit more serious renderer tls-sprint
2009-02-19 sylvain thenault new label tag tls-sprint
2009-02-19 sylvain thenault simple tags tls-sprint
2009-02-19 sylvain thenault start django like forms tls-sprint
2009-02-19 sylvain thenault cleanup tls-sprint
2009-02-19 Katia Saurfelt merge
2009-02-19 Katia Saurfelt new jquery.corner.js version which doesn't make IE6 crash
2009-02-19 Aurelien Campeas oops
2009-02-19 sylvain thenault merge tls-sprint
2009-02-18 Adrien Di Mascio rename abstract_* selectors into partial_* + add docstrings tls-sprint
2009-02-19 sylvain thenault type -> etype tls-sprint
2009-02-18 sylvain thenault update imports tls-sprint
2009-02-18 sylvain thenault fix relation_possible, ensure we return int tls-sprint
2009-02-18 sylvain thenault deprecate pagination method tls-sprint
2009-02-18 sylvain thenault bw compat for selection for creation forms tls-sprint
2009-02-18 sylvain thenault rename error template to avoid conflicts with the error view tls-sprint
2009-02-18 Adrien Di Mascio add migration script to update ui.main-template property tls-sprint
2009-02-18 Adrien Di Mascio merge tls-sprint
2009-02-18 Adrien Di Mascio The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset tls-sprint
2009-02-18 Adrien Di Mascio two use cases for the 'not' selector tls-sprint
2009-02-18 Adrien Di Mascio provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not' tls-sprint
2009-02-18 Adrien Di Mascio fix LogFormTemplate selector tls-sprint
2009-02-18 sylvain thenault missing init tls-sprint
2009-02-18 sylvain thenault merge, split baseviews (new csvexport, xmlrss and editviews modules) tls-sprint
2009-02-18 Adrien Di Mascio main template refactoring tls-sprint
2009-02-18 sylvain thenault test_views fixes tls-sprint
2009-02-18 Adrien Di Mascio fix test on systems that don't have simpleTAL installed tls-sprint
2009-02-18 sylvain thenault merge tls-sprint
2009-02-18 sylvain thenault fix w/ template drop tls-sprint
2009-02-18 Adrien Di Mascio set PageContentTemplate stream for binary views tls-sprint
2009-02-18 Adrien Di Mascio improve selector of RelatedObjectsVComponent: make sure the relation exists before fetching related entities tls-sprint
2009-02-18 sylvain thenault kill Template class and 'templates' registry tls-sprint
2009-02-18 Laure Bourgois OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
2009-02-18 Laure Bourgois small fix
2009-02-18 sylvain thenault remove old calendar code tls-sprint
2009-02-18 sylvain thenault update goa file tls-sprint
2009-02-18 sylvain thenault cleanup, update import tls-sprint
2009-02-18 Adrien Di Mascio missing import tls-sprint
2009-02-18 sylvain thenault fix box selectors tls-sprint
2009-02-18 Adrien Di Mascio JsonController: only return an ajaxHtmlHead div if extra resources are needed tls-sprint
2009-02-18 Adrien Di Mascio fix unittest_widgets.py: remove stupid (copy/paste) now().strftime call tls-sprint
2009-02-18 Adrien Di Mascio fix unittest_widgets.py: the cubicweb-page-template format is only available when simpleTAL is found tls-sprint
2009-02-18 sylvain thenault set a default selector on base app objects class tls-sprint
2009-02-18 sylvain thenault assert __select__ is callable tls-sprint
2009-02-18 sylvain thenault update import tls-sprint
2009-02-18 sylvain thenault use extra_kwargs attribute namte tls-sprint
2009-02-18 sylvain thenault test update tls-sprint
2009-02-18 sylvain thenault update import tls-sprint
2009-02-18 sylvain thenault fix page_size handling, use abstract_has_related_entities tls-sprint
2009-02-18 Adrien Di Mascio fix State's RichString definition: 'default' was used instead of 'default_format' tls-sprint
2009-02-18 sylvain thenault remove buggy unittest_owl tls-sprint
2009-02-18 sylvain thenault require explicit registration control tls-sprint
2009-02-18 Adrien Di Mascio restore appropriate in State's incontext view, moved it into wfentities tls-sprint
2009-02-18 sylvain thenault merge tls-sprint
2009-02-18 sylvain thenault fix tests tls-sprint
2009-02-18 sylvain thenault fix selector tls-sprint
2009-02-18 sylvain thenault hide foaf_usable until cleaning tls-sprint
2009-02-18 Adrien Di Mascio fix specfied_etype_implements's __call__ prototype tls-sprint
2009-02-18 sylvain thenault oops tls-sprint
2009-02-18 sylvain thenault protect against None rset tls-sprint
2009-02-18 sylvain thenault update imports tls-sprint
2009-02-18 sylvain thenault fix used selectors tls-sprint
2009-02-18 sylvain thenault more iface based cleanup fixes tls-sprint
2009-02-18 sylvain thenault merge tls-sprint
2009-02-18 sylvain thenault fix test in-progress tls-sprint
2009-02-18 Adrien Di Mascio introduce abstract selectors to get rid of the my_selector() contagion tls-sprint
2009-02-18 sylvain thenault fix import, use non_final_entity instead of implements('Any') tls-sprint
2009-02-18 sylvain thenault fix selector search and refactor auto-instantiation tls-sprint
2009-02-18 sylvain thenault implements some str, fix implements selector, test and fixes tls-sprint
2009-02-18 sylvain thenault function moved to cwvreg tls-sprint
2009-02-18 sylvain thenault test and fix interface based objects cleaning tls-sprint
2009-02-18 sylvain thenault no more used tls-sprint
2009-02-18 sylvain thenault fix selectors argus tls-sprint
2009-02-18 sylvain thenault tell on which class the assertion's failed tls-sprint
2009-02-18 sylvain thenault add rtype compat tls-sprint
2009-02-18 sylvain thenault skip_relations is defined on FormMixIn tls-sprint
2009-02-18 Adrien Di Mascio fix selector of EntityRelatedTab, next step is to find a way to avoid this kind of selector tls-sprint
2009-02-18 Adrien Di Mascio each subclass of EntitySelector should call its __init__ method tls-sprint
2009-02-18 Adrien Di Mascio fix score computation in implements() tls-sprint
2009-02-18 Adrien Di Mascio fix compatibility class EntityAction: test for accepts() before has_condition() tls-sprint
2009-02-18 sylvain thenault cleanup tls-sprint
2009-02-18 sylvain thenault fix match_user_groups, appobject_selectable, searchstate_accept* compat selectors tls-sprint
2009-02-18 sylvain thenault kill Form, EntityForm and AnyRsetForm tls-sprint
2009-02-18 sylvain thenault some test fixes tls-sprint
2009-02-18 sylvain thenault use pytest now tls-sprint
2009-02-18 sylvain thenault update some imports tls-sprint
2009-02-18 sylvain thenault oops tls-sprint
2009-02-18 Adrien Di Mascio merge tls-sprint
2009-02-18 Adrien Di Mascio chainall / chainfirst ensures selectors are instantiated tls-sprint
2009-02-18 Adrien Di Mascio instantiate selectors wherever needed tls-sprint
2009-02-18 Adrien Di Mascio remove explicit access to .im_func when overriding `registered` tls-sprint
2009-02-18 sylvain thenault update import tls-sprint
2009-02-18 sylvain thenault fix test tls-sprint
2009-02-18 sylvain thenault kill vobject_helpver tls-sprint
2009-02-18 Adrien Di Mascio some minor __select__ composition fixes tls-sprint
2009-02-18 Adrien Di Mascio fix lltrace to consider __call__ and pure functions decoration tls-sprint
2009-02-18 sylvain thenault update import tls-sprint
2009-02-18 sylvain thenault update test for new test schema tls-sprint
2009-02-18 sylvain thenault no more extra schema necessary for tests here tls-sprint
2009-02-18 sylvain thenault unittest_entity ok tls-sprint
2009-02-18 sylvain thenault merge tls-sprint
2009-02-17 ludal remove dead code
2009-02-18 sylvain thenault oops tls-sprint
2009-02-18 sylvain thenault test upgrade tls-sprint
2009-02-18 sylvain thenault update imports tls-sprint
2009-02-18 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
2009-02-17 sylvain thenault fix selectors compat tls-sprint
2009-02-17 sylvain thenault updat etest tls-sprint
2009-02-17 sylvain thenault assert oid tls-sprint
2009-02-17 sylvain thenault better name for NormalizedTextView, drop ContentAddedMixIn tls-sprint
2009-02-17 sylvain thenault fix traced_selection tls-sprint
2009-02-17 sylvain thenault need safety belt for class registered twice (during test for instance) tls-sprint
2009-02-17 Adrien Di Mascio __select__ is not a classmethod anymore, it's a pure function (or a Selector instance), tls-sprint
2009-02-17 sylvain thenault get kwargs as well tls-sprint
2009-02-17 sylvain thenault ooooops tls-sprint
2009-02-17 Adrien Di Mascio __selectors__ must return a tuple tls-sprint
2009-02-17 Adrien Di Mascio some more s/__selectors__/__select__ but still more to come tls-sprint
2009-02-17 sylvain thenault __select__ migration tls-sprint
2009-02-17 sylvain thenault unnecessary registerrer tls-sprint
2009-02-17 Adrien Di Mascio first pass to use __select__ instead of __selectors__ tls-sprint
2009-02-17 Adrien Di Mascio fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass) tls-sprint
2009-02-17 Adrien Di Mascio improve __selectors__() so that it always return a tuple tls-sprint
2009-02-17 Adrien Di Mascio safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__ tls-sprint
2009-02-17 sylvain thenault should no more be used, drop documentation tls-sprint
2009-02-17 sylvain thenault __select__ migration tls-sprint
2009-02-17 sylvain thenault update some imports tls-sprint
2009-02-17 sylvain thenault oops tls-sprint
2009-02-17 sylvain thenault backport tests tls-sprint
2009-02-17 sylvain thenault default to yes_registerer tls-sprint
2009-02-17 sylvain thenault doc update, move yes_registerer here tls-sprint
2009-02-17 sylvain thenault kill id_registerer tls-sprint
2009-02-17 ludal simple optimization and readability fix
2009-02-17 sylvain thenault do it the other way tls-sprint
2009-02-17 sylvain thenault merge tls-sprint
2009-02-17 Adrien Di Mascio update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity" tls-sprint
2009-02-17 Adrien Di Mascio remove autoselectors metaclass, __select__ is built during registration tls-sprint
2009-02-17 Adrien Di Mascio Selector objects need to provide a `func_name` attribute for minimum (backward) tls-sprint
2009-02-17 Adrien Di Mascio overridden `registered()` methods must call the base implementation tls-sprint
2009-02-17 sylvain thenault avoid dependency to common tls-sprint
2009-02-17 sylvain thenault move utils from cw.common to cw tls-sprint
2009-02-17 sylvain thenault __selectors__ -> __select__ tls-sprint
2009-02-17 sylvain thenault no more used for a while now tls-sprint
2009-02-17 sylvain thenault turn simpletal optional tls-sprint
2009-02-17 sylvain thenault new ext package for modules depending on an option third party package tls-sprint
2009-02-17 sylvain thenault bw compat modules tls-sprint
2009-02-17 sylvain thenault move view and appobject from cw.common to cw tls-sprint
2009-02-17 sylvain thenault bw compat modules tls-sprint
2009-02-17 sylvain thenault move view and appobject from cw.common to cw tls-sprint
2009-02-17 sylvain thenault __selectors__ compat tls-sprint
2009-02-17 sylvain thenault introduce MultiSelector base class tls-sprint
2009-02-17 Adrien Di Mascio provide objectify_selector decorator for very simple selectors tls-sprint
2009-02-17 sylvain thenault merge tls-sprint
2009-02-17 sylvain thenault try a register_all method tls-sprint
2009-02-17 sylvain thenault kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector tls-sprint
2009-02-17 sylvain thenault reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class tls-sprint
2009-02-17 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
2009-02-17 Adrien Di Mascio move EProperty management views into eproperties.py tls-sprint
2009-02-17 sylvain thenault should add relation_possible selector only if require_permission is in the schema tls-sprint
2009-02-17 sylvain thenault missing super call tls-sprint
2009-02-17 Adrien Di Mascio remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead tls-sprint
2009-02-17 Adrien Di Mascio removing explicit access to im_func, this is not necessary anymore tls-sprint
2009-02-17 Adrien Di Mascio allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass) tls-sprint
2009-02-17 sylvain thenault registerer cleanup tls-sprint
2009-02-17 sylvain thenault fix imports tls-sprint
2009-02-17 sylvain thenault fix initializers tls-sprint
2009-02-17 sylvain thenault oops tls-sprint
2009-02-17 sylvain thenault use class_renamed, not class_moved tls-sprint
2009-02-17 sylvain thenault update import tls-sprint
2009-02-17 sylvain thenault merge tls-sprint
2009-02-17 logilab merge branches in tls-sprint (bis) tls-sprint
2009-02-17 Adrien Di Mascio merge heads in tls-sprint branch tls-sprint
2009-02-17 Adrien Di Mascio provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
2009-02-17 Laure Bourgois merge tls-sprint
2009-02-17 Laure Bourgois small fix
2009-02-17 sylvain thenault factorized impl tls-sprint
2009-02-17 sylvain thenault simplify registerers tls-sprint
2009-02-17 sylvain thenault still more explicit registration tls-sprint
2009-02-17 sylvain thenault drop more registerers tls-sprint
2009-02-17 sylvain thenault start with explicit registration tls-sprint
2009-02-17 sylvain thenault rename registration callback, clear argument to register tls-sprint
2009-02-17 sylvain thenault update import tls-sprint
2009-02-17 sylvain thenault interface handling should be done here tls-sprint
2009-02-17 sylvain thenault reorganize a bit, some cleanup and fixes tls-sprint
2009-02-17 sylvain thenault drop unused support of .required, no more necessary .accepts check, and extresources_registerer tls-sprint
2009-02-17 sylvain thenault kill ExtResourcesBoxTemplate tls-sprint
2009-02-17 sylvain thenault move _MARKER from appobject to web.request tls-sprint
2009-02-17 sylvain thenault properly kill/depreciate component base class, only keep Component tls-sprint
2009-02-17 Adrien Di Mascio work in progress, draft for manual registration tls-sprint
2009-02-17 sylvain thenault VComponent needs visible property tls-sprint
2009-02-17 sylvain thenault only kill Singleton[V]Component, keep [V]Component classes tls-sprint
2009-02-17 Adrien Di Mascio work in progress - fix deprecation of EntityAction - fix various selectors bugs tls-sprint
2009-02-17 sylvain thenault oops tls-sprint
2009-02-17 sylvain thenault kill [Singleton]VComponent tls-sprint
2009-02-17 sylvain thenault has_relation selector compat, fix some deprecation msg tls-sprint
2009-02-17 sylvain thenault use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument tls-sprint
2009-02-17 Adrien Di Mascio various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod tls-sprint
2009-02-17 sylvain thenault kill AddEntityAction tls-sprint
2009-02-17 sylvain thenault proper documentation, some bug fixes, upgrade some selectors tls-sprint
2009-02-17 sylvain thenault more doc, upgrade but_etype and appobject_selectable selectors tls-sprint
2009-02-17 sylvain thenault drop LinToEntityAction2, only used by the comment cube tls-sprint
2009-02-16 sylvain thenault some selectors update + drop EntityRelationView (only used by jpl) tls-sprint
2009-02-16 sylvain thenault merge tls-sprint
2009-02-16 sylvain thenault merge
2009-02-16 sylvain thenault merge tls-sprint
2009-02-16 Adrien Di Mascio [jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts tls-sprint
2009-02-16 Adrien Di Mascio [javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad tls-sprint
2009-02-16 Adrien Di Mascio split main template into main template + page-content template tls-sprint
2009-02-16 sylvain thenault drop EntityAction usage in cw, upgrade rql_condition and friends tls-sprint
2009-02-16 Arthur Lutz i18n translations for register
2009-02-16 Arthur Lutz add register link
2009-02-16 Arthur Lutz change label for new registered users
2009-02-16 Arthur Lutz handle register with email adress
2009-02-16 sylvain thenault require_group/match_user_group -> match_user_groups tls-sprint
2009-02-16 sylvain thenault move cubicweb.common.selectors to cubicweb.selectors tls-sprint
2009-02-16 sylvain thenault more selectors update tls-sprint
2009-02-16 sylvain thenault kill EmptyRsetVeiw tls-sprint
2009-02-16 sylvain thenault major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
2009-02-16 Adrien Di Mascio simple test implementation for binary operators on selectors tls-sprint
2009-02-16 Adrien Di Mascio provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces) tls-sprint
2009-02-16 Adrien Di Mascio extract workflow related schema definitions in its own file tls-sprint
2009-02-16 Adrien Di Mascio use RichString wherever possible in the stdlib tls-sprint
2009-02-16 Laure Bourgois adding ISIOC interface
2009-02-16 Aurelien Campeas [doc] fix path in makefile
2009-02-16 Adrien Di Mascio provide a new RichString attribute type tls-sprint
2009-02-16 sylvain thenault chainfirst / chainall can be given a name argument to use as inner function's name
2009-02-13 Stephanie Marcu complete doc about rtags
2009-02-13 sylvain thenault merge
2009-02-13 Stephanie Marcu complete doc about rtags
2009-02-13 Laure Bourgois adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
2009-02-13 sylvain thenault test fix
2009-02-13 sylvain thenault update copyright
2009-02-13 sylvain thenault don't display too much rset rows
2009-02-13 sylvain thenault don't use chainall when it's not necessary
2009-02-13 sylvain thenault merge
2009-02-13 sylvain thenault more cleanup
2009-02-13 sylvain thenault cleanup
2009-02-12 Laure Bourgois removing project_linked_data view
2009-02-13 sylvain thenault take care, cnx may be None in which case we can't get/set session data
2009-02-13 sylvain thenault must not be a class attribute\!
2009-02-12 sylvain thenault rset may be empty
2009-02-11 Aurelien Campeas [preferences] de-uglify a bit, remove useless parameter
2009-02-11 Aurelien Campeas [tabs] reuse the new set_cookie controller method
2009-02-11 Aurelien Campeas merge
2009-02-11 Aurelien Campeas [preferences] preferences sections will now remember their collapsed/open status
2009-02-11 Aurelien Campeas [controllers] a set_cookie method
2009-02-11 Aurelien Campeas [views] cleanup, be less heavy with self.w ...
2009-02-11 sylvain thenault ask if anonymous should be allowed, configure accordingly
2009-02-11 sylvain thenault hop
2009-02-11 Sylvain fix select principal so results are predictable during tests
2009-02-11 Arthur Lutz merge
2009-02-11 Arthur Lutz use UStringIO
2009-02-11 Arthur Lutz merge
2009-02-11 Arthur Lutz merge
2009-02-11 Arthur Lutz return success or not on creation of user
2009-02-10 Arthur Lutz page_size can be given in url attributes
2009-02-10 Arthur Lutz have navigation on top and bottom of search results
2009-02-10 Arthur Lutz get custom page_size as argument
2009-02-10 Arthur Lutz test if anonymous
2009-02-10 Arthur Lutz add page_size argument
2009-02-10 Arthur Lutz permit override of display index on simple navigation
2009-02-11 Laure Bourgois adding views to test
2009-02-11 Laure Bourgois small fix
2009-02-11 Laure Bourgois refactoring owl view (now corresponding to tbox) and owlabox view
2009-02-11 sylvain thenault i18n update
2009-02-11 sylvain thenault fix rtags to have correct msgids for bookmarked_by relation
2009-02-11 sylvain thenault don't use navigation in deleteconf form
2009-02-11 sylvain thenault update_search_state in the publisher since it should be done whatever the controller
2009-02-11 sylvain thenault update copyright
2009-02-11 Aurelien Campeas [forms] simplify this test
2009-02-11 Aurelien Campeas [forms] fix #4240 (edition form should not show relations section if no relation is editable)
2009-02-11 Emile Anclin merge
2009-02-11 Emile Anclin propostion for integrating the simple setup
2009-02-11 Emile Anclin add files for a simple setup
2009-02-11 Emile Anclin fix some typos
2009-02-11 sylvain thenault try to get raw text values in rset csv view
2009-02-11 sylvain thenault test and fix potential error with None optional relation
2009-02-11 sylvain thenault test update
2009-02-11 sylvain thenault fix test (this view is not used actually...)
2009-02-11 sylvain thenault no more htmlcheck argument
2009-02-10 Laure Bourgois email is no crypted anymore in foaf view
2009-02-10 Aurelien Campeas Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
2009-02-10 Aurelien Campeas Added tag cubicweb-version-3_0_9 for changeset 7ad527099393 cubicweb-debian-version-3_0_9-1
2009-02-10 Aurelien Campeas published cubicweb-version-3_0_9
2009-02-10 Emile Anclin some doc typos
2009-02-09 Aurelien Campeas [testlib] fix pb. related to class scoped variables
2009-02-09 sylvain thenault old .validators attribute is now .vid_validators
2009-02-09 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.
2009-02-06 Aurelien Campeas [selectors] fix inline doc
2009-02-06 Aurelien Campeas [tabs] prepare for reloadability
2009-02-06 Laure Bourgois error correction
2009-02-06 Laure Bourgois small fix
2009-02-05 Laure Bourgois oups
2009-02-05 Laure Bourgois new foaf version
2009-02-04 Aurelien Campeas [actions] import * : just say no
2009-02-03 Adrien Di Mascio [gmap] zoom level is now a url parameter
2009-02-02 Laure Bourgois pertinent title layout for OWL view
2009-02-02 Laure Bourgois comments fix
2009-02-02 Laure Bourgois refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
2009-02-02 Aurelien Campeas [testlib] quickfix (needs review) : missing validators attribute
2009-02-02 Aurelien Campeas missing quotes #102063
2009-01-30 Aurelien Campeas [tabs] dead code
2009-01-30 sylvain thenault merge
2009-01-30 Aurelien Campeas [tabs] fix the no-eid case, remove unused code
2009-01-30 Adrien Di Mascio fix js syntax in tabs.forceview()
2009-01-30 Adrien Di Mascio simplification of lazy tabs mechanism
2009-01-30 Adrien Di Mascio use lgc.decorators.monkeypatch in tabs.py
2009-01-30 Adrien Di Mascio fix default value of pyro ns host
2009-01-30 Adrien Di Mascio [javascript] extract ajax postprocessing in a separate function
2009-01-30 Julien Jehannet (merge)
2009-01-30 Julien Jehannet add required attribute modname in __pkginfo__.py skeleton
2009-01-30 Laure Bourgois small corrections
2009-01-30 sylvain thenault xhtml fixes
2009-01-30 sylvain thenault set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
2009-01-30 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
2009-01-30 sylvain thenault implements cell_call
2009-01-30 sylvain thenault specify content type for text views
2009-01-30 sylvain thenault use self.rset / self.row
2009-01-30 sylvain thenault fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
2009-01-30 sylvain thenault EntityVComponent should now implements cell_call
2009-01-30 sylvain thenault give row when selecting/dispatching content navigation component
2009-01-30 sylvain thenault typo
2009-01-30 sylvain thenault typo
2009-01-30 sylvain thenault function to make generation of a simple sgml tag
2009-01-30 sylvain thenault hcal is a microformat and can be inserted in html
2009-01-30 sylvain thenault foaf euser view
2009-01-30 sylvain thenault cubicweb__loadurl -> cubicweb:lazyloadurl
2009-01-30 sylvain thenault fix table filter form: get_widget shouldn't be called once rqlst has been recovered
2009-01-29 sylvain thenault remove debug print
2009-01-29 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)
2009-01-29 sylvain thenault method has been renamed
2009-01-29 sylvain thenault oops
2009-01-29 sylvain thenault owl cleanup
2009-01-29 sylvain thenault search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
2009-01-29 sylvain thenault sax only validator for owl views for now
2009-01-28 sylvain thenault while EntityView has been used here?? (changeset 501 by laure)
2009-01-28 Laure Bourgois cleaning code
2009-01-28 Aurelien Campeas merge
2009-01-28 Aurelien Campeas [tabs] improve pylint note :)
2009-01-28 Laure Bourgois OWLABOXView correction
2009-01-28 Laure Bourgois OWLABOXView correction
2009-01-28 Laure Bourgois merge
2009-01-28 Laure Bourgois cleaning OWLView
2009-01-28 Aurelien Campeas missing import
2009-01-28 Aurelien Campeas [tabs] cookie name par cube instance will reduce cookie collisions
2009-01-28 Laure Bourgois OWLView correction (namespace)
2009-01-28 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)
2009-01-28 Laure Bourgois removing OWLView from this file (in order to put OWLView into owl module)
2009-01-28 sylvain thenault merge
2009-01-28 Aurelien Campeas merge
2009-01-28 Aurelien Campeas [tabs]
2009-01-28 sylvain thenault refactor table views to share more code and to avoid empty filter table in some case
2009-01-28 sylvain thenault set default to empty string, not None
2009-01-28 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
2009-01-28 Aurelien Campeas python 2.4 compat
2009-01-28 Adrien Di Mascio backport stable branch changesets
2009-01-28 Adrien Di Mascio [javascript] minor lints 3.0
2009-01-27 Aurelien Campeas clenaup
2009-01-27 Aurelien Campeas [tabs] prune tab set _before_ computing & setting 'active' tab
2009-01-27 Aurelien Campeas [tabs]
2009-01-27 Aurelien Campeas fix a pb. with something -- but WHAT was that ? :-/
2009-01-27 Aurelien Campeas [tabs] avoid nasty surprises when tab name change & the cookie remembers the past
2009-01-27 Aurelien Campeas merge
2009-01-27 Aurelien Campeas [tabs] provide a working tabs implementation, that lazy-loads tab content & should remember the current position
2009-01-27 Sylvain Added tag cubicweb-debian-version-3_0_4-1 for changeset fc222bc99929 3.0
2009-01-27 Sylvain Added tag cubicweb-version-3_0_4 for changeset 2e400b8dfc25 3.0 cubicweb-debian-version-3_0_4-1
2009-01-27 sylvain thenault 3.0.4 3.0 cubicweb-version-3_0_4
2009-01-27 Adrien Di Mascio backport stable branch changesets
2009-01-27 Adrien Di Mascio insert missing is_instance_of relations during db-init 3.0
2009-01-27 sylvain thenault update some copyrights
2009-01-27 sylvain thenault merge
2009-01-27 sylvain thenault allow divid as method argument (backport from default) 3.0
2009-01-27 sylvain thenault yield self if no ft container found 3.0
2009-01-27 sylvain thenault should clear local perm cache if first attempt failed 3.0
2009-01-27 sylvain thenault don't check owl
2009-01-27 sylvain thenault fix test
2009-01-26 sylvain thenault xhtml compliance
2009-01-26 sylvain thenault remove debug print
2009-01-26 sylvain thenault oops
2009-01-26 sylvain thenault allow divid as argument
2009-01-26 sylvain thenault unnecessary
2009-01-26 Adrien Di Mascio [facets] AttributeFacet can now declare which kind of comparator they want to use, default is '=' (+ tidy trailing white spaces)
2009-01-26 Adrien Di Mascio updated list of cubes in the doc
2009-01-23 Julien Jehannet (merge)
2009-01-23 Julien Jehannet [treeview] replace span elements by div for xhtml conformance
2009-01-16 Julien Jehannet add Homepage field in debian/control
2009-01-16 Julien Jehannet use 99 as default sequence number in runlevel
2009-01-23 Laure Bourgois merge
2009-01-23 Laure Bourgois owl schema error correction
2009-01-23 Adrien Di Mascio backport stable branch changesets
2009-01-23 Adrien Di Mascio fix syntax in skeleton's __pkginfo__.py 3.0
2009-01-22 Laure Bourgois merge
2009-01-22 Laure Bourgois this test validate that the generated owl (from a cubicweb instance) respect owl xml schema (and rdf xml schema).
2009-01-21 Adrien Di Mascio backport stable branch changesets
2009-01-21 Adrien Di Mascio fix EditRelationBoxTemplate: the box might be passed an additional 'view' paraemter 3.0
2009-01-21 Laure Bourgois ontology comment
2009-01-21 Laure Bourgois OwlView generated a owl layout from schema application. It can be registered with an owl extension.
2009-01-21 Adrien Di Mascio update dependencies in js unit tests
2009-01-20 Aurelien Campeas a note for later
2009-01-20 Aurelien Campeas typo
2009-01-20 sylvain thenault pylint fixes
2009-01-20 sylvain thenault pylint fixes
2009-01-19 sylvain thenault use empty string instead of None as possible context value to avoid getting an <optgroup> tag in associated widget
2009-01-19 sylvain thenault selector update
2009-01-19 sylvain thenault test fixes
2009-01-19 sylvain thenault cleanup
2009-01-19 sylvain thenault fix need intersect detection
2009-01-19 sylvain thenault error resilient state method
2009-01-19 sylvain thenault fix unittest_repository
2009-01-16 sylvain thenault test fixes
2009-01-16 sylvain thenault need_intersect test and fixes
2009-01-15 sylvain thenault merge stable branch
2009-01-15 sylvain thenault apycot fix 3.0
2009-01-15 sylvain thenault merge 3.0
2009-01-15 Adrien Di Mascio [javascript][facets] facetargs wasn't evaluated in all cases 3.0
2009-01-15 sylvain thenault cross relations handling fix 3.0
2009-01-15 sylvain thenault missing html_escape 3.0
2009-01-15 sylvain thenault massive selector update 3.0
2009-01-15 sylvain thenault any_rset is a better name than rset 3.0
2009-01-15 sylvain thenault some changes to make update to new selector names easier 3.0
2009-01-15 sylvain thenault consider vocabulary of Int fields 3.0
2009-01-15 sylvain thenault move selection of entity types to test in a method to ease overriding 3.0
2009-01-15 sylvain thenault oops, var shouldn't be poped there 3.0
2009-01-15 Adrien Di Mascio sort email addresses and remove doubled ones before sending the email
2009-01-15 Adrien Di Mascio creating 3.0 maintenance branch 3.0
2009-01-15 Adrien Di Mascio add missing data file + jslint
2009-01-14 sylvain thenault merge
2009-01-14 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset a736bae56d4a
2009-01-14 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset 0cb027c056f9 cubicweb-debian-version-3_0_3-1
2009-01-14 Aurelien Campeas my mistake cubicweb-version-3_0_3
2009-01-14 Aurelien Campeas bump
2009-01-14 sylvain thenault oops, get back cross_relation from mapping to rql source
2009-01-14 sylvain thenault merge
2009-01-14 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset 463ba5606b15
2009-01-14 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset a7366dd3c33c
2009-01-14 Adrien Di Mascio fix bug in entity.related_rql(): fetch_attr list / fetchorder weren't computed correctly
2009-01-14 Sylvain merge
2009-01-14 Sylvain Added tag cubicweb-debian-version-3_0_2-1 for changeset 18d3e56c1de4
2009-01-14 Sylvain Added tag cubicweb-version-3_0_2 for changeset 221886d8e3c8 cubicweb-debian-version-3_0_2-1
2009-01-14 sylvain thenault add a max-width
2009-01-14 sylvain thenault reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases
2009-01-14 sylvain thenault selector update
2009-01-14 sylvain thenault merge cubicweb-version-3_0_2
2009-01-14 Adrien Di Mascio [documentation] add some more rql documentation
2009-01-14 Adrien Di Mascio [documentation] update cube names and add links to their page on the forge
2009-01-14 Adrien Di Mascio update documentation of cube structure
2009-01-14 sylvain thenault 3.0.2
2009-01-14 sylvain thenault cleanup, backport manage perm action from jpl
2009-01-14 sylvain thenault 'as' becomes a keyword when with statement activated
2009-01-14 sylvain thenault don't use global _
2009-01-13 sylvain thenault merge
2009-01-12 Aurelien Campeas don't introduce a spurious 'x' key in the entity-as dict
2009-01-13 sylvain thenault refactor
2009-01-13 sylvain thenault catch Exception in case there is some unexepected selector bug
2009-01-13 sylvain thenault fix w/ local roles
2009-01-13 sylvain thenault cross_relations support
2009-01-13 sylvain thenault OR EXISTS fix, typos
2009-01-13 sylvain thenault skip neged relation here as well
2009-01-13 sylvain thenault avoid potentialy mis-interpreted attribute error
2009-01-12 sylvain thenault this should have been in 3.0.1
2009-01-12 sylvain thenault selector update
2009-01-12 sylvain thenault password can now be given as optional argument
2009-01-12 sylvain thenault don't try to remove relation if source has no entities
2009-01-09 Aurelien Campeas typo
2009-01-09 sylvain thenault merge
2009-01-09 Aurelien Campeas [FAQ] debugging selectors : a new faq entry
2009-01-09 sylvain thenault fix entities cleanup: source entities may be used in some relations
2009-01-09 sylvain thenault oops
2009-01-09 sylvain thenault db-check fixes
2009-01-09 Adrien Di Mascio [javascript] add safety belt in cubicwebSortValueExtraction for cases where cubicweb:sortvalue is not available
2009-01-09 Adrien Di Mascio revert local debug checkin
2009-01-08 Sylvain Thenault fix dependencies
2009-01-08 Sylvain Thenault 3.0.1
2009-01-08 Sylvain Thenault i18n update
2009-01-08 Sylvain Thenault turn exlog into a cw-ctl command
2009-01-08 Sylvain Thenault fix i18n catalog generation
2009-01-08 Sylvain Thenault check apphome is not None
2009-01-08 Sylvain Thenault get extra space available in primary view when no right boxes
2009-01-08 Sylvain Thenault fix rset xml view
2009-01-08 Sylvain Thenault new rsetxml view, reusing most code from csvexport view
2009-01-08 Sylvain Thenault facet widgets css cleanup
2009-01-08 Sylvain Thenault cleanup
2009-01-08 Sylvain Thenault unncessary call
2009-01-08 Sylvain Thenault make author information configurable
2009-01-08 Sylvain Thenault missing test resources
2009-01-08 Sylvain Thenault merge
2009-01-08 Adrien Di Mascio use mtconverter's html_unescape rather than saxutils' escape to deal with any html entity
2009-01-08 Sylvain Thenault update some selectors
2009-01-08 Sylvain Thenault backport unittest_ldapuser
2009-01-07 Sandrine Ribeau merge
2009-01-07 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.
2009-01-07 Sylvain Thenault merge
2009-01-07 Aurelien Campeas [doc] typo
2009-01-07 Aurelien Campeas oops, these were committed unintentionnally
2009-01-07 Aurelien Campeas missing tab.png for tabs decoration
2009-01-07 Aurelien Campeas remove spurious print
2009-01-07 Aurelien Campeas typo
2009-01-07 Aurelien Campeas update selector section
2009-01-07 Sylvain Thenault cleanup/fix cut variants
2009-01-07 Laure Bourgois cleaning code
2009-01-07 Sylvain Thenault deprecated code
2009-01-07 Sylvain Thenault merge
2009-01-07 Sylvain Thenault add try except to avoid error w/ unsupported stuff, log it and return incomplete filter form
2009-01-07 Aurelien Campeas more translation and complements
2009-01-07 Aurelien Campeas tweak the faq a bit
2009-01-07 Laure Bourgois adding test for special html caractere
2009-01-07 Sylvain Thenault backport unittest_multisources from cubicweb-multisources
2009-01-07 Sylvain Thenault fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
2009-01-07 Sylvain Thenault consider intersect *and* distinct
2009-01-07 Sylvain Thenault in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
2009-01-06 Sandrine Ribeau merge
2009-01-06 Sandrine Ribeau [doc] FAQ improvements based on posts in forums.
2009-01-06 Sandrine Ribeau merge
2009-01-05 Sandrine Ribeau [doc] Integration of card http://intranet.logilab.fr/intra/card/eid/3355 to the book.
2009-01-06 Sylvain Thenault merge
2009-01-06 Adrien Di Mascio simplify selectors debugging
2009-01-06 Sylvain Thenault backport msplanner test from cubicweb-multisources
2009-01-05 Nicolas Chauvat exlog script to examine rql logs
2009-01-05 Sylvain Thenault selectors update
2009-01-05 Sylvain Thenault don't show folder section on index page when there is now folder yet
2009-01-05 Sylvain Thenault don't show add new action for composed objects
2009-01-05 Sylvain Thenault merge
2009-01-05 Adrien Di Mascio add contextprop_selector to the DownloadBox so that it behaves like all other boxes
2009-01-05 Adrien Di Mascio [skeleton] simplify MANFIEST.in to reflect the default skeleton layout
2009-01-05 Sylvain Thenault fix author tag
2009-01-05 Sylvain Thenault cleanup
2009-01-05 Sylvain Thenault make req argument optional
2009-01-05 Sylvain Thenault fix security bug w/ query using 'NOT X eid 123'
2009-01-05 Sylvain Thenault py2.4 bug
2009-01-03 Nicolas Chauvat fix skeleton __pkginfo__ template
2009-01-02 Sandrine Ribeau [doc] Add a little to views chapter.
2008-12-31 Adrien Di Mascio we've been using jquery for a while now
2008-12-30 Sandrine Ribeau [doc] Add sub-section about selectors and a little about registerer in views chapter.
2008-12-30 Nicolas Chauvat Added tag cubicweb-version_3_0_0 for changeset a93da6d88d4e
2008-12-30 Nicolas Chauvat [doc] announce 3.0 release cubicweb-version_3_0_0
2008-12-30 Nicolas Chauvat merge
2008-12-30 Nicolas Chauvat merge
2008-12-29 Nicolas Chauvat [doc] no underline for links
2008-12-30 Nicolas Chauvat [doc] add links to google-appengine forum
2008-12-30 Nicolas Chauvat [doc] minor text improvements
2008-12-30 Sandrine Ribeau [doc] Improvement to the Views chapter. Moved content about the main template in the Templates chapter.
2008-12-29 Sandrine Ribeau merge
2008-12-29 Sandrine Ribeau [doc] Removes references to LAX.
2008-12-29 Sandrine Ribeau [doc] Removes chapter in french from english book which is duplicated content already translated.
2008-12-29 Nicolas Chauvat [doc] links are back to orangered
2008-12-29 Sandrine Ribeau [doc] Change styling of <a> and removes section "This Page" from left column template.
2008-12-29 Nicolas Chauvat [doc] small text improvement
2008-12-29 Sandrine Ribeau [doc]
2008-12-29 Sandrine Ribeau [doc] Switch graphic to english.
2008-12-27 Sandrine Ribeau [doc] Adds scripts to auto-generate modules list to index and add to the documentation.
2008-12-26 Sandrine Ribeau [doc] Fix docstring indentation.
2008-12-26 Sandrine Ribeau [doc] Better title? Brief introduction of the chapter.
2008-12-26 Sandrine Ribeau [doc] Moves cube description from tutoriel to foundations.
2008-12-24 Sandrine Ribeau [doc] Fix indentation issues.
2008-12-24 Sandrine Ribeau [doc] Sphinx CSS small improvment.
2008-12-24 Sandrine Ribeau [doc] Move out from tutoriel RSS and CSS to make it independant chapters. Adds a conclusion to the tutorial.
2008-12-23 Sandrine Ribeau [doc] Renaming of part II sub-sections accordingly.
2008-12-23 Sandrine Ribeau [doc] Renaming for advanced thematic.
2008-12-23 Sandrine Ribeau [doc] Renaming for tests thematic.
2008-12-23 Sandrine Ribeau [doc] Renaming for repository customization thematic.
2008-12-23 Sandrine Ribeau [doc] Renaming for web interface thematic.
2008-12-23 Sandrine Ribeau [doc] Renaming for data model thematic fix bad naming convention.
2008-12-23 Sandrine Ribeau [doc] Renaming for data model thematic.
2008-12-23 Sandrine Ribeau [doc] Add thematics within Part II - Development.
2008-12-23 Sandrine Ribeau [doc] Add thematics within Part II - Development.
2008-12-23 Sandrine Ribeau [doc] Removal of duplicated chapter.
2008-12-23 Sandrine Ribeau [doc] Add internal links.
2008-12-23 Sandrine Ribeau merge
2008-12-23 Sandrine Ribeau [doc] Improved tutoriel. Moved appropriate content to cubicweb foundations chapter. Adds section to fill about cubicweb-ctl shell.
2008-12-23 Adrien Di Mascio [i18n] missing translation
2008-12-23 Adrien Di Mascio i18n roundup
2008-12-23 Sylvain Thenault fix lxml is available, we can have a nicer version of soup2xhtml even if its lxml < 2.0
2008-12-23 Sylvain Thenault merge
2008-12-23 Sylvain Thenault packaging fixes
2008-12-23 Nicolas Chauvat [doc] fix rql intro
2008-12-22 Sandrine Ribeau [doc] Change logo has been moved to FAQ.
2008-12-22 Sandrine Ribeau [doc] Does not keep mercurial forest as the only reference for path description.
2008-12-22 Sandrine Ribeau [doc] Add link to cubicweb's forge for cubes available.
2008-12-22 Sandrine Ribeau merge
2008-12-22 Sandrine Ribeau [doc] Add cubicweb-dev package to install.
2008-12-22 Nicolas Chauvat [doc] trying to improve the tutorial
2008-12-22 Nicolas Chauvat [doc] simpler install and mercurial instructions
2008-12-23 Sylvain Thenault oops
2008-12-22 Sylvain Thenault fix include_dirs
2008-12-22 Sylvain Thenault packaging fix: distribute skeleton
2008-12-22 Sylvain Thenault merge
2008-12-22 Sandrine Ribeau [doc] Left components in index page.
2008-12-22 Sandrine Ribeau [doc] Rename component with cube.
2008-12-22 Sylvain Thenault huuummm
2008-12-22 Sylvain Thenault 2.99.99
2008-12-22 Sylvain Thenault 2.99.99
2008-12-22 Sylvain Thenault restore multi-sources capabilities
2008-12-22 Sylvain Thenault merge
2008-12-22 Nicolas Chauvat [doc] add internal links from book abstract
2008-12-22 Sylvain Thenault more selector renaming
2008-12-22 Sylvain Thenault check we have a description *yams attribute*
2008-12-22 Sylvain Thenault search external_resources in application home
2008-12-22 Sylvain Thenault duh?
2008-12-22 Sylvain Thenault new RelatedEntityBoxTemplate base class
2008-12-22 Sylvain Thenault define an actual download box, keeping download_box function for bw compat
2008-12-19 Sylvain Thenault RAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2008-12-19 Sylvain Thenault don't fail if row is None (at least necessary when searching for possible views)
2008-12-19 Sylvain Thenault merge
2008-12-19 Sylvain merge
2008-12-19 Sylvain Added tag cubicweb-debian-version-2_99_6-1 for changeset c718f6495ace
2008-12-19 Sylvain Added tag cubicweb-version-2_99_6 for changeset 5b58fd1aba50 cubicweb-debian-version-2_99_6-1
2008-12-19 Sylvain Thenault 2.99.7
2008-12-19 Sylvain Thenault fix debian package
2008-12-19 Sylvain Thenault don't give a bool instead of a result set to select a view
2008-12-19 Sylvain Thenault missing file cubicweb-version-2_99_6
2008-12-19 Sylvain Thenault 2.99.6
2008-12-19 Sylvain Thenault begin selector renaming (work in progress)
2008-12-19 Sylvain Thenault begin renaming for selectors, keeping bw compat
2008-12-19 Sylvain Thenault rename to tabs.py
2008-12-19 Sylvain Thenault unnecessary
2008-12-19 Sylvain Thenault should skip shared directory
2008-12-19 Sylvain Thenault cleanup skel packaging
2008-12-19 Sylvain Thenault some mini function to ease role (subject/object) manipulation
2008-12-19 Sylvain Thenault new has_related_entities selector
2008-12-18 Sandrine Ribeau [doc] Replace all : s/by example/for example/
2008-12-18 Aurelien Campeas [lxml] lxml version < 2 does not provide an iter method on some elements
2008-12-18 Aurelien Campeas [javascript] remove redundant call (changing mouse shape)
2008-12-18 Aurelien Campeas [javascript] localise variable
2008-12-18 Aurelien Campeas [javascript] reloadBox: return deferred for further callback chaining
2008-12-18 Katia Saurfelt merge
2008-12-18 Katia Saurfelt small rearrangement for facets
2008-12-17 Sandrine Ribeau merge
2008-12-11 Sandrine Ribeau [doc] Add internal link. Suppress content display which creates duplicated toc.
2008-12-17 Aurelien Campeas note
2008-12-17 Sylvain Thenault Added tag cubicweb-debian-version-2_99_5-1 for changeset 91793edd3b2f
2008-12-17 Sylvain Thenault Added tag cubicweb-version-2_99_5 for changeset 68b7a9246885 cubicweb-debian-version-2_99_5-1
2008-12-17 Sylvain Thenault 2.99.5 cubicweb-version-2_99_5
2008-12-17 Laure Bourgois layout image
2008-12-17 Laure Bourgois cleaning code
2008-12-17 Laure Bourgois tabview is used to call each view for each tab
2008-12-17 Laure Bourgois adding files (formely appearing in jpl) specific to cubicweb
2008-12-12 Adrien Di Mascio Added tag cubicweb-debian-version-2_99_4-1 for changeset eaf1089ae49d
2008-12-12 Adrien Di Mascio Added tag cubicweb-version-2_99_4 for changeset 76c1707200cf cubicweb-debian-version-2_99_4-1
2008-12-12 Adrien Di Mascio version 2.99.4 cubicweb-version-2_99_4
2008-12-11 Sandrine Ribeau [doc] Now uses specs from rql/doc
2008-12-11 Sandrine Ribeau [doc] Translation to english.
2008-12-11 Sandrine Ribeau [doc] Translation to english.
2008-12-10 Adrien Di Mascio div.facetBody's height is changed dynamically
2008-12-10 Adrien Di Mascio make round corners optional on facet boxes
2008-12-10 Adrien Di Mascio include cubicbeb.facet.css when displaying filterbox
2008-12-10 Adrien Di Mascio FacetItem now takes req as first parameter of __init__, THIS IS BACKWARD INCOMPATIBLE
2008-12-10 Adrien Di Mascio update debian dependencies for next cubicweb package
2008-12-10 Adrien Di Mascio backport most of CMHN css for facets
2008-12-10 Sandrine Ribeau merge
2008-12-10 Sandrine Ribeau [doc] Inserted content from LAX book about templates.
2008-12-10 Sandrine Ribeau [doc] Translation to english.
2008-12-09 Sandrine Ribeau [doc] Translation to english.
2008-12-09 Adrien Di Mascio Added tag cubicweb-debian-version-2_99_3-1 for changeset aa7d98f8f07f
2008-12-09 Adrien Di Mascio Added tag cubicweb-version-2_99_3 for changeset 8280fa6906f3 cubicweb-debian-version-2_99_3-1
2008-12-09 Adrien Di Mascio 2.99.3 version cubicweb-version-2_99_3
2008-12-09 Sandrine Ribeau merge
2008-12-09 Sandrine Ribeau [doc] Fix bad reference.
2008-12-09 Sandrine Ribeau [doc] Translation to english.
2008-12-08 Sandrine Ribeau [doc] Completed translation to english of entities definition section.
2008-12-08 Sandrine Ribeau merge
2008-12-08 Sandrine Ribeau [doc] Started translation to english of entities definition section.
2008-12-08 Adrien Di Mascio quick hack to fix treeview double toggling bug
2008-12-08 Adrien Di Mascio ChangeStateForm: extract method redirectpath() for easier subclassing
2008-12-08 Adrien Di Mascio EditBox: extract workflow actions construction in a separate method
2008-12-08 Adrien Di Mascio fix interface_selector bug
2008-12-08 Adrien Di Mascio if EntityBoxTemplate now uses _rqlcondition_selector, it must also define a default condition attribute
2008-12-07 Adrien Di Mascio upload icon (actually just the download icon rotated)
2008-12-05 Sylvain Thenault merge
2008-12-05 Sylvain Thenault code moved to logilab.common.logging_ext
2008-12-05 Sylvain Thenault cleanup
2008-12-05 Sylvain Thenault only hide strict suboject in default view
2008-12-05 Sylvain Thenault check we don't get selection ambiguity: if yes, log error in production env, raise in other modes
2008-12-05 Sylvain Thenault don't ask confirm
(0) -768 +768 +1000 +3000 +10000 tip