2010-10-22 |
Aurelien Campeas |
[test/renderer] fix html form/field generation & adapt a bit one test
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[3.10] drop deprecation warning
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[test] fix test to follow recent changes
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[testlib] self.appid not yet defined
stable
|
changeset |
files
|
2010-10-22 |
Stephanie Marcu |
[book] FAQ: reorganize content, improve NoSelectableObject section, add database
|
changeset |
files
|
2010-10-22 |
Stephanie Marcu |
[book] complete datamodel definition section with default permissions
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[testlib] /me stupid
stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[testlib] missing import
stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
merge
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[test] start to make tests independant from cwd (more to do for tests which don't inherit from CubicWebTC
stable
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[3.10] renderer.render prototype bw compat
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[deprecation] add version info
|
changeset |
files
|
2010-10-22 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[dbapi] enhanced web compatible request when using dbapi
|
changeset |
files
|
2010-10-21 |
Aurelien Campeas |
some docstrings
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[migration] fix 3.10 migration: since cw_source is marked as meta relation, it has not been automatically added to all existant entity type
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[cwsource] fix dumb name error
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[inline forms] check for permission to add relation/target type before to add the 'add new' link (else we get a NoSelectableObject exception)
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[3.10] remove a deprecation warning
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[3.10] include field's info in deprecation warning
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[boxes] take care to duplicated 'title' argument if already specified in cw_extra_kwargs
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
3.9.9
stable cubicweb-version-3.9.9
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
[dependancy] do not use testlib from outside test: recent lgc versions recommends unittest2 while lgc.testlib needs it, and we don't want it to be necessary to run cw
stable
|
changeset |
files
|
2010-10-21 |
Sylvain Thénault |
#1346310: Add `Secure` attribute to cookie when navigating on https
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[boxes] add bw compat on BoxWidget, we mix string and box items until htmlwidgets are gone
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.10.3-1 for changeset 303b150ebb7a
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
Added tag cubicweb-version-3.10.3 for changeset 8eb58d00a0ce
cubicweb-debian-version-3.10.3-1
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
3.10.3
cubicweb-version-3.10.3
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[view] log error on view_func call
|
changeset |
files
|
2010-10-20 |
Alexandre Fayolle |
make stdout and stderr non buffered for cwctl commands (#1330647)
stable
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[distribution] 3.10 depends on lgc 0.52
|
changeset |
files
|
2010-10-20 |
Aurelien Campeas |
[js/ajax] fix deferred race condition (errback case)
stable
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[css] don't transform text in form title
|
changeset |
files
|
2010-10-20 |
Sylvain Thénault |
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
|
changeset |
files
|
2010-10-20 |
Aurelien Campeas |
[js/ajax] use proper operator
stable
|
changeset |
files
|
2010-10-20 |
Adrien Di Mascio |
[javascript] fix loadRemote implementation for synchronous requests
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[js preferences] fix various pb with js for preferences form: buggy clearPreviousError, bad prototype of callbacks given to validate form, dunno how error display was expecting to work...
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
add note
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[js/ajax] fix deferred race condition
stable
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
breadcrumbs/edid_box are now contextual component (closes #1334196)
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
js cleanup
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[css] cleanup and fix by removing display: block on <a> in boxes
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[new components] render_title must write title, not return it
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[3.10 migration] must skip None values
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[jquery] className doesn't exist anymore in 1.4
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[js] remove deprecation warnings by using $.noop instead of noop
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[ui controller] closes #1333236: configuring boxes crashes with traceback
|
changeset |
files
|
2010-10-19 |
Sylvain Thénault |
[selectors] close #1333238: appobject_selectable with multiple regids fails
stable
|
changeset |
files
|
2010-10-18 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.10.2-1 for changeset 4a87c8af6f3f
|
changeset |
files
|
2010-10-18 |
Sylvain Thénault |
Added tag cubicweb-version-3.10.2 for changeset 3fc6b4aaaff3
cubicweb-debian-version-3.10.2-1
|
changeset |
files
|
2010-10-18 |
Sylvain Thénault |
3.10.2
cubicweb-version-3.10.2
|
changeset |
files
|