2009-02-25 sylvain thenault don't need to cache all those properties, only progress_info should be cached
2009-02-25 sylvain thenault fix name error, filter out non empty rset
2009-02-25 sylvain thenault don't show download box nor download link for images, by default hide name attribute even if not specified in the interface
2009-02-25 sylvain thenault title may be None
2009-02-25 sylvain thenault round corders on ajax loads
2009-02-25 sylvain thenault i18n update
2009-02-25 sylvain thenault xhtml fixes: table has no align attribute, avoid inserting empty table
2009-02-25 sylvain thenault teardown_module now gets test results as arguement
2009-02-25 sylvain thenault properly init yams loader
2009-02-25 sylvain thenault require unicode
2009-02-25 Stephanie Marcu fix in facets (avoid to have an horizontal space between facets when facets are unfold)
2009-02-24 sylvain thenault merge
2009-02-24 Aurelien Campeas [registration] comment out until there is more meat tls-sprint
2009-02-24 Aurelien Campeas [selectors] _needs real fix_ whack 'till it works for me tls-sprint
2009-02-24 Aurelien Campeas missing import tls-sprint
2009-02-24 Aurelien Campeas [forms] a note (understanding the cause would be nice) tls-sprint
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
(0) -120 +120 +1000 +3000 +10000 tip