2009-03-10 sylvain thenault more datetime fixes and cleanup tls-sprint
2009-03-10 sylvain thenault by default, don't set id attribute for hidden inputs tls-sprint
2009-03-10 sylvain thenault restore limit on form_field_vocabulary, actually used tls-sprint
2009-03-10 Adrien Di Mascio update license, specify which the version of LGPL under which the code is provided
2009-03-10 Aurelien Campeas merge
2009-03-09 Aurelien Campeas Added tag cubicweb-debian-version-3_1_1-1 for changeset dfaedb0bba88
2009-03-09 Aurelien Campeas Added tag cubicweb-version-3_1_1 for changeset ce8094084165 cubicweb-debian-version-3_1_1-1
2009-03-10 sylvain thenault avoid deprecation warning tls-sprint
2009-03-10 sylvain thenault some datetime fixes tls-sprint
2009-03-10 sylvain thenault remove unused working_hours function, new todate function since we can't compare date and datetime objects tls-sprint
2009-03-10 Adrien Di Mascio fix sys.path adjustment
2009-03-10 Adrien Di Mascio copyright / license update
2009-03-09 Aurelien Campeas fix maintainer (acording to lgp) cubicweb-version-3_1_1
2009-03-09 Aurelien Campeas uploaders update, cleanup
2009-03-09 Aurelien Campeas remove trailing space
2009-03-09 Aurelien Campeas merge
2009-03-09 Aurelien Campeas bump
2009-03-10 sylvain thenault use datetime instead of mx.DateTime tls-sprint
2009-03-09 sylvain thenault search for cubes in a list of directories
2009-03-09 sylvain thenault fix name error tls-sprint
2009-03-04 sylvain thenault add a use_fckeditor method on http request tls-sprint
2009-03-04 sylvain thenault fix expected types tls-sprint
2009-03-04 sylvain thenault fix w/ rset with more than one column tls-sprint
2009-03-04 sylvain thenault should check fckeditor is installed before using the property tls-sprint
2009-03-04 sylvain thenault typos, backport comment tls-sprint
2009-03-04 sylvain thenault bw compat for vocabulary using new form tls-sprint
2009-03-04 sylvain thenault typo, don't give treeid as argument to treeitemview (XXX auc?) tls-sprint
2009-03-04 sylvain thenault backport default branch tls-sprint
2009-03-04 sylvain thenault should not close main connexion tls-sprint
2009-03-04 Laure Bourgois fix automatic test: ensure we actually have
2009-03-04 sylvain thenault merge
2009-03-03 Aurelien Campeas [i18n] duplicate entry in es.po : makes i18ncompile fail
2009-03-03 Aurelien Campeas [treeview] uuid is not available in the stdlib before python 2.5
2009-03-03 Aurelien Campeas [tabs] from rev 917 - got lost in a merge
2009-03-03 Aurelien Campeas merge treeview-tabs into default (for 3.1.1)
2009-03-03 Aurelien Campeas [treeview] if the client is not interested in maintaining the tree state across page reloads, we must provide a treeid treeview-tabs
2009-03-03 Aurelien Campeas [tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176 treeview-tabs
2009-03-03 sylvain thenault sourcecode directive
2009-03-03 sylvain thenault fix duplicated msgid
2009-03-02 Laure Bourgois removing useless method (bis)
2009-03-02 Laure Bourgois removing useless method for interfaces ISiocItem and ISiocContainer.
2009-03-02 Stephanie Marcu call postAjaxLoad in addInlineCreationForm javascript function in order to call buildWysiwygEditors when a section of the page is reloaded
2009-03-02 Laure Bourgois correction (removing comments)
2009-02-27 Laure Bourgois ISiocItem is an interface that is implemented by 'post' entities (in sioc specification) i.e blogentry, mail ...
2009-02-27 Laure Bourgois primaryRight class is a div that contains right boxes (if there is)
2009-02-27 Laure Bourgois remplacing tables by div for right (and left) box layout
2009-03-02 sylvain thenault missing paren tls-sprint
2009-03-02 sylvain thenault oops, missed one conflict tls-sprint
2009-03-02 sylvain thenault backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
2009-03-02 sylvain thenault import updates tls-sprint
2009-03-02 sylvain thenault allow to pass attrs as argument explicitly tls-sprint
2009-03-02 sylvain thenault rename EntityRelatedTab into EntityRelationView, some fixes tls-sprint
2009-02-27 sylvain thenault fix some imports, update treeview for 3.2 tls-sprint
2009-02-27 sylvain thenault more tags, map klass -> class avoiding needs to use **dict tls-sprint
2009-02-27 Stephanie Marcu add an XX message to remember to correct the bug: if a rtag is redefined in a subclass, the rtag of the base class overwrite the rtag of the subclass
2009-02-26 sylvain thenault use non-breakable space in time display
2009-02-26 sylvain thenault fix freezeFormButtons function
2009-02-26 sylvain thenault should use .cnx, not ._cnx
2009-02-26 sylvain thenault fix ldapsource w/ restriction on unsupported relation (return no results in that case)
2009-02-26 sylvain thenault update copyright
2009-02-26 sylvain thenault assert session has a pool set on error
2009-02-26 sylvain thenault set_state command in shell
2009-02-26 sylvain thenault fix .cnxid of RepositoryBasedTC to be actual cnx id...
2009-02-26 sylvain thenault add test for some WorkfloableMixIn methods
2009-02-26 sylvain thenault missing form.css in change state and delete confirmation forms
2009-02-26 sylvain thenault fix dependencies
2009-02-26 sylvain thenault fix #171339
2009-02-25 Sylvain Added tag cubicweb-debian-version-3_1_0-1 for changeset dd3efdf58d28
2009-02-25 Sylvain Added tag cubicweb-version-3_1_0 for changeset a711c7c185d1 cubicweb-debian-version-3_1_0-1
2009-02-25 sylvain thenault gargl, this shouldn't be there in case we're running py 2.4 cubicweb-version-3_1_0
2009-02-25 sylvain thenault 3.1
2009-02-25 sylvain thenault accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
2009-02-25 sylvain thenault typo
2009-02-25 sylvain thenault oops, I though those methods had been tested, seems not...
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
(0) -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip