Fri, 27 Feb 2009 09:59:53 +0100 |
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
|
changeset |
files
|
Thu, 26 Feb 2009 14:01:00 +0100 |
sylvain thenault |
use non-breakable space in time display
|
changeset |
files
|
Thu, 26 Feb 2009 13:45:14 +0100 |
sylvain thenault |
fix freezeFormButtons function
|
changeset |
files
|
Thu, 26 Feb 2009 13:31:29 +0100 |
sylvain thenault |
should use .cnx, not ._cnx
|
changeset |
files
|
Thu, 26 Feb 2009 13:31:13 +0100 |
sylvain thenault |
fix ldapsource w/ restriction on unsupported relation (return no results in that case)
|
changeset |
files
|
Thu, 26 Feb 2009 13:12:39 +0100 |
sylvain thenault |
update copyright
|
changeset |
files
|
Thu, 26 Feb 2009 13:12:21 +0100 |
sylvain thenault |
assert session has a pool set on error
|
changeset |
files
|
Thu, 26 Feb 2009 13:12:04 +0100 |
sylvain thenault |
set_state command in shell
|
changeset |
files
|
Thu, 26 Feb 2009 13:10:33 +0100 |
sylvain thenault |
fix .cnxid of RepositoryBasedTC to be actual cnx id...
|
changeset |
files
|
Thu, 26 Feb 2009 12:44:15 +0100 |
sylvain thenault |
add test for some WorkfloableMixIn methods
|
changeset |
files
|
Thu, 26 Feb 2009 12:33:45 +0100 |
sylvain thenault |
missing form.css in change state and delete confirmation forms
|
changeset |
files
|
Thu, 26 Feb 2009 12:30:42 +0100 |
sylvain thenault |
fix dependencies
|
changeset |
files
|
Thu, 26 Feb 2009 12:30:16 +0100 |
sylvain thenault |
fix #171339
|
changeset |
files
|
Wed, 25 Feb 2009 19:00:30 +0100 |
Sylvain |
Added tag cubicweb-debian-version-3_1_0-1 for changeset dd3efdf58d28
|
changeset |
files
|
Wed, 25 Feb 2009 19:00:29 +0100 |
Sylvain |
Added tag cubicweb-version-3_1_0 for changeset a711c7c185d1
cubicweb-debian-version-3_1_0-1
|
changeset |
files
|
Wed, 25 Feb 2009 18:54:51 +0100 |
sylvain thenault |
gargl, this shouldn't be there in case we're running py 2.4
cubicweb-version-3_1_0
|
changeset |
files
|
Wed, 25 Feb 2009 18:42:05 +0100 |
sylvain thenault |
3.1
|
changeset |
files
|
Wed, 25 Feb 2009 18:41:24 +0100 |
sylvain thenault |
accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
|
changeset |
files
|
Wed, 25 Feb 2009 18:40:42 +0100 |
sylvain thenault |
typo
|
changeset |
files
|
Wed, 25 Feb 2009 18:40:36 +0100 |
sylvain thenault |
oops, I though those methods had been tested, seems not...
|
changeset |
files
|
Wed, 25 Feb 2009 18:40:06 +0100 |
sylvain thenault |
don't need to cache all those properties, only progress_info should be cached
|
changeset |
files
|
Wed, 25 Feb 2009 18:39:21 +0100 |
sylvain thenault |
fix name error, filter out non empty rset
|
changeset |
files
|
Wed, 25 Feb 2009 15:55:39 +0100 |
sylvain thenault |
don't show download box nor download link for images, by default hide name attribute even if not specified in the interface
|
changeset |
files
|
Wed, 25 Feb 2009 15:54:55 +0100 |
sylvain thenault |
title may be None
|
changeset |
files
|
Wed, 25 Feb 2009 15:54:44 +0100 |
sylvain thenault |
round corders on ajax loads
|
changeset |
files
|
Wed, 25 Feb 2009 11:03:22 +0100 |
sylvain thenault |
i18n update
|
changeset |
files
|
Wed, 25 Feb 2009 11:02:59 +0100 |
sylvain thenault |
xhtml fixes: table has no align attribute, avoid inserting empty table
|
changeset |
files
|
Wed, 25 Feb 2009 11:02:14 +0100 |
sylvain thenault |
teardown_module now gets test results as arguement
|
changeset |
files
|
Wed, 25 Feb 2009 11:01:50 +0100 |
sylvain thenault |
properly init yams loader
|
changeset |
files
|
Wed, 25 Feb 2009 11:01:27 +0100 |
sylvain thenault |
require unicode
|
changeset |
files
|
Wed, 25 Feb 2009 09:30:30 +0100 |
Stephanie Marcu |
fix in facets (avoid to have an horizontal space between facets when facets are unfold)
|
changeset |
files
|
Tue, 24 Feb 2009 20:59:46 +0100 |
sylvain thenault |
merge
|
changeset |
files
|
Tue, 24 Feb 2009 17:20:04 +0100 |
Aurelien Campeas |
[registration] comment out until there is more meat
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 17:13:46 +0100 |
Aurelien Campeas |
[selectors] _needs real fix_ whack 'till it works for me
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 17:12:24 +0100 |
Aurelien Campeas |
missing import
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 16:24:22 +0100 |
Aurelien Campeas |
[forms] a note (understanding the cause would be nice)
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 16:12:19 +0100 |
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
|
changeset |
files
|
Tue, 24 Feb 2009 16:24:01 +0100 |
Julien Jehannet |
[debian] move python-simplejson dependency to cubicweb-common
|
changeset |
files
|
Tue, 24 Feb 2009 12:00:01 +0100 |
Aurelien Campeas |
merge
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 11:59:53 +0100 |
Aurelien Campeas |
fix imports : common.utils -> utils
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 11:35:08 +0100 |
Aurelien Campeas |
merge
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 20:59:28 +0100 |
sylvain thenault |
check ldap source has email configured before synchronization
|
changeset |
files
|
Tue, 24 Feb 2009 20:59:07 +0100 |
sylvain thenault |
avoid patching if already done
|
changeset |
files
|
Tue, 24 Feb 2009 11:56:45 +0100 |
sylvain thenault |
missing bw compat module
tls-sprint
|
changeset |
files
|
Tue, 24 Feb 2009 11:55:51 +0100 |
sylvain thenault |
needed by yams head
|
changeset |
files
|
Tue, 24 Feb 2009 11:34:50 +0100 |
sylvain thenault |
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
|
changeset |
files
|
Tue, 24 Feb 2009 10:47:16 +0100 |
sylvain thenault |
late evaluation of cubicweb:facetargs is necessary since its value may change
|
changeset |
files
|
Tue, 24 Feb 2009 10:34:19 +0100 |
ludal |
Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
|
changeset |
files
|