2010-06-23 |
Stéphanie Marcu |
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
|
changeset |
files
|
2010-06-23 |
Alexandre Fayolle |
Backed out changeset c29c90223125 which breaks the cw tests
stable
|
changeset |
files
|
2010-06-23 |
Stephanie Marcu |
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
|
changeset |
files
|
2010-06-23 |
Alexandre Fayolle |
reduce log verbosity in ldapuser source
stable
|
changeset |
files
|
2010-06-23 |
Alexandre Fayolle |
[session] refactor session handling so that when calling session.close(), pool of long running transaction of the same session is properly freed
stable
|
changeset |
files
|
2010-06-22 |
Sylvain Thénault |
[debug views] set http cache max age to 0 on debug views
stable
|
changeset |
files
|
2010-06-22 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[schema view] width isn't in authorized th attribute in xhtml DTD. katia, please do it another way.
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[schema view] fix typo
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
2010-06-21 |
katia |
[css] more css rework, need visual test in compat/new modes
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[config] fix dumb name error
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[repo] fix 'c-c start --loglevel LEVEL' for repository only configuration. Closes #1058269.
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[dbapi] Connection.load_appobjects should load site_cubicweb files as well, they may contains necessary RQL extension function definitions. Also kill some broken deprecated code in this method.
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.5-1 for changeset 5d05b08adeab
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.5 for changeset 2de32c0c293b
stable cubicweb-debian-version-3.8.5-1
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[repo] call entity.check() once before_update hooks has been called, to let them a chance to transform data
stable cubicweb-version-3.8.5
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
3.8.5
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[debian] #1027463: logrotate script should filter out warnings
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[schema migration] fix fix introduced in 5803:589e2e3fb997, test for backend alter column support should be done in the operation, else the associated index is not dropped while this is supported
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[schema migration] fix backend compatibility issue by using type_from_constraints / sql_change_col_type instead of bare ALTER COLUMN
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[schema migration] don't try to drop column if backend doesn't support column alteration (eg sqlite)
stable
|
changeset |
files
|
2010-06-21 |
Sylvain Thénault |
[session] when rollback_on_failure is false, we should not try to reconnect if the sql raised an error
stable
|
changeset |
files
|
2010-06-20 |
Alexandre Fayolle |
Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN)
stable
|
changeset |
files
|
2010-06-20 |
Alexandre Fayolle |
reduced logging verbosity in ldapuser source
stable
|
changeset |
files
|
2010-06-19 |
Alexandre Fayolle |
use sessionid in log message
stable
|
changeset |
files
|
2010-06-19 |
Alexandre Fayolle |
constraints can contain unicode values
stable
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[entity] fix .complete so we don't crash on missing mandatory relation. Also simplify code. Closes #1058267
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
closes #1059729: cw-ctl upgrade : i18n upgrade not performed if DB does not need upgrade
stable
|
changeset |
files
|
2010-06-18 |
Aurelien Campeas |
[devtools/qunit] prefix jquery_dir with 'file://'
|
changeset |
files
|
2010-06-18 |
Pierre-Yves David |
[devtools/qunit] Locate jquery through cubicwew config to handle installed setup
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[rql2sql] use new dbhelper.sql_concat_string function to deal with sql string concatenation. This together with lgdb 1.0.4 fixes #1055133: SQL Server support : string concatenation issue
stable
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository
stable
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[repo session] expected argument is the source, not the session
stable
|
changeset |
files
|
2010-06-18 |
Aurelien Campeas |
[devtools/qunit] in safe mode, ffox launches a stupid popup
|
changeset |
files
|
2010-06-18 |
Aurelien Campeas |
[ldapuser] quieter ldap result info, fix commented block style
stable
|
changeset |
files
|
2010-06-18 |
Pierre-Yves David |
[qunit] use safe mode for firefox
|
changeset |
files
|
2010-06-18 |
Pierre-Yves David |
[qunit] Move qunit.js and qunit.css in devtools/datadirectory
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[test] fix stupd name error
stable
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[test] fix test w/ closed connection pb
stable
|
changeset |
files
|
2010-06-18 |
Sylvain Thénault |
[ms] orderby/groupby/having attributes of Select node should be resetted to empty tuple, not None
stable
|
changeset |
files
|
2010-06-17 |
Aurelien Campeas |
[devtools/teslib] be more defensive on rollbacks
stable
|
changeset |
files
|