2010-06-24 |
Alexandre Fayolle |
Had thought this could be done in cube, but it really needs to be done earlier in the migration process
stable
|
changeset |
files
|
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
|
2010-06-17 |
Sylvain Thénault |
[rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603.
stable
|
changeset |
files
|
2010-06-17 |
Aurelien Campeas |
[doc/book/faq] question on security
stable
|
changeset |
files
|
2010-06-17 |
Pierre-Yves David |
[qunit] check that the browser has not died by himself before we asked him to stop.
|
changeset |
files
|
2010-06-17 |
Pierre-Yves David |
[qunit] improve output of suprocess error
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[test] workaround connection leak making tests fail under windows environment (though we've still probably some open connection leak to resolve...)
stable
|
changeset |
files
|
2010-06-17 |
Aurelien Campeas |
[web request] in python 2.5 hashlib has no .hash attribute
stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[web actions] fix recent refactoring, leading to missing redirect parameters in action's url
stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[packaging] more cleanups, handle javascript test files
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-17 |
Katia Saurfelt |
[facet] use vreg.parse so the rql syntax tree is properly annotated as well
stable
|
changeset |
files
|
2010-06-17 |
Katia Saurfelt |
[text search] fix fulltext_container indexation
stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[md5script] cleanup
stable
|
changeset |
files
|
2010-06-17 |
auc |
[py2.6] use hashlib to silence python 2.6 deprecation warnings
stable
|
changeset |
files
|
2010-06-17 |
Aurelien Campeas |
[autoform] do not show remove link for inline form if card == 1
stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[js tests] fix javascripts tests definition, test_datetime.js now included in test_utils.js, which test other stuff as well
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-17 |
Sylvain Thénault |
[vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
[test] unittest_multisources: external source shouldn't use the same database as the main repo...
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
[test] miss main
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
imported patch asynchronous multipart parsing.diff
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web)
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
[entity] when .related() is called on a not-yet-saved entity, return an empty rset/list instead of raising an assertion error
stable
|
changeset |
files
|
2010-06-16 |
Stephanie Marcu |
[filefield] normalized file names to deal with windows files
stable
|
changeset |
files
|
2010-06-16 |
Stephanie Marcu |
[c-c exlog] fix code and documentation
stable
|
changeset |
files
|
2010-06-16 |
Sylvain Thénault |
[test] support for test on postgres database using the same mecanism as sqlite: one template database generated when necessary + actual test database created from the template
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
[test] properly close connections during test
stable
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
[repo] on repository initialization, properly shutdown intermediary repository
stable
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
[repo] on repository shutdown, we've to close the new eid creation connection
stable
|
changeset |
files
|
2010-06-15 |
Sylvain Thénault |
[auto-reload] we should never call load_module with use_sys=False, that may lead to inconsistency with module interdependancy (eg module get imported by another one, then is reimported by the vreg to load its appobjects. Cleanup of sys.modules done before reloading should be enough.
stable
|
changeset |
files
|
2010-06-14 |
Aurelien Campeas |
[rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand
stable
|
changeset |
files
|
2010-06-14 |
Sylvain Thénault |
[security] SchemaRelation.has_perm grows to new arguments allowing to specify subject/object entity type when actual eid are not known, but their types are
stable
|
changeset |
files
|
2010-06-14 |
Sylvain Thénault |
[linkto action] refactor to ease overriding to control redirection
stable
|
changeset |
files
|
2010-06-14 |
Sylvain Thénault |
[hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value
stable
|
changeset |
files
|
2010-06-14 |
Pierre-Yves David |
Use the qunit automatic launcher for existing testcase.
|
changeset |
files
|
2010-06-01 |
Pierre-Yves David |
Add a QUnitTestCase class to run qunit test case.
|
changeset |
files
|
2010-06-11 |
Aurelien Campeas |
[twctl] add missing poststop method #1058268
stable
|
changeset |
files
|
2010-06-11 |
Aurelien Campeas |
[rset] make rsets picklable (again ?) #1056422
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[jstests] nicer test page title
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[jstest] get back more tests writen during the sprint by vgodard
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.4-1 for changeset b7883287f40c
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.4 for changeset d00d1fab42af
stable cubicweb-debian-version-3.8.4-1
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
cleanup
stable cubicweb-version-3.8.4
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[selectors] relation_possible selector accept None as action, in which case no perms checking is done
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
3.8.4
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[source] remove debug
stable
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[entity] add .clear() for bw compat
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
|
changeset |
files
|
2010-06-11 |
Sylvain Thénault |
[adapters] enhanced warning
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[3.9] update warning message
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[iprogress] move adapter to entities.adapters
|
changeset |
files
|
2010-06-10 |
Alexandre Fayolle |
fix wrong calculation of clean_session_interval
stable
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[ITree] more fixes, fix fixes
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[idownloadable] depends on a new mtconverter release
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[3.9] fix tests
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[web] move itree adapter to entities, it may be used outside the web interface
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[idownloadable] refactor IDownloadable primary view to make overriding easier
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
|
changeset |
files
|
2010-06-10 |
Aurelien Campeas |
[repo] fix typo
stable
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[req] fix format_time w/ 0:0 which is evaluated to False
stable
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception
stable
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
fix merge, forgot to save a buffer :(
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-10 |
Sylvain Thénault |
[rql2sql] fix special 'X relation NULL' case (used by security insertion), broken by recent removal of IS operator in RQL
stable
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
[javascript] add a name property to namespaces, mainly for convenience in helpers such as movedToNamespace
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[rql] IS operator killed in rql 0.26.2, use equal instead
stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[security] consider any rql expression refering to X while X is being created as satisfied
stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[rql] more update to 0.26.2 api
stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[querier] fix rset description bug with some union queries
stable
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
[devtools] fix get_available_port implementation: it should only return the port number if unable to connect
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
[javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
[javascript] move Deferred implementation to cubicweb.ajax.js
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[form] fix untested (unread?) has_been_modified implementation...
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[autoform] fix vreg module name
stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
stable
|
changeset |
files
|
2010-06-09 |
Sylvain Thénault |
[repo server] fix startup bug, lgc.daemon.daemonize return 1 for the parent process, not -1
stable
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
backport stable branch
|
changeset |
files
|
2010-06-09 |
Adrien Di Mascio |
[source] don't create the eid_creation connection at source initiliaztion time
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[schema view] only catch key errors
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[schema view] improve it slightly by attributing the same color to rdef of the same relation type
|
changeset |
files
|
2010-06-07 |
Pierre-Yves David |
[rset] Add a line break the first result in repr of multiple rows rset
|
changeset |
files
|
2010-06-07 |
Sandrine Ribeau |
[schema diagram] ticket #191599, make schema image look better
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[workflow image] remove debug code
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[request] fix typo
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[security] view was giving web access to every fs file accessible by the web server process. Fix this security hole by storing file in session data, not direct form parameters
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[hooks] fix typo in workflow hooks category
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[security hooks] fix bad merge
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.3-1 for changeset 1ccaa9247860
stable
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.3 for changeset 7e6c6a2a272d
stable cubicweb-debian-version-3.8.3-1
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
[edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
|
changeset |
files
|
2010-05-31 |
Julien Jehannet |
[web test] add basic windmill tests and documentation
|
changeset |
files
|
2010-06-01 |
Julien Jehannet |
[web test] Add windmill functional testing capability.
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
3.8.3
stable cubicweb-version-3.8.3
|
changeset |
files
|
2010-06-07 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
2010-06-04 |
Sylvain Thénault |
[editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit
stable
|
changeset |
files
|
2010-06-04 |
Sylvain Thénault |
on entity creation, accept attributes without any update access
stable
|
changeset |
files
|
2010-06-04 |
Sylvain Thénault |
[table] propagate paginate
stable
|
changeset |
files
|
2010-06-04 |
Sylvain Thénault |
no more need for specific handling of table view's displayaction
stable
|
changeset |
files
|
2010-06-04 |
Nicolas Chauvat |
[rset] do not break when rset.related_entity(x,y) is not an entity
stable
|
changeset |
files
|
2010-06-04 |
Sylvain Thénault |
[migration] fix schema synchronization bug
stable
|
changeset |
files
|
2010-06-03 |
Adrien Di Mascio |
[javascript] refactor execution flow of handleFormValidationResponse so that location hash is set to #header whatever the error is
stable
|
changeset |
files
|
2010-06-03 |
Nicolas Chauvat |
[package] now depends on yams 0.30 because of xy API changes
|
changeset |
files
|
2010-06-03 |
Nicolas Chauvat |
[xy] switch order of arguments for register_prefix()
|
changeset |
files
|
2010-06-03 |
Sylvain Thénault |
HAVING sql clause don't know about comma...
stable
|
changeset |
files
|
2010-06-03 |
Aurelien Campeas |
[web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids
stable
|
changeset |
files
|
2010-06-03 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-06-03 |
Alexandre Fayolle |
[win32] defer import of logilab.common.daemon
stable
|
changeset |
files
|
2010-06-03 |
Adrien Di Mascio |
[ajax] refactor/cleanup low-level ajax functions
|
changeset |
files
|
2010-06-03 |
Sylvain Thénault |
[querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed).
stable
|
changeset |
files
|
2010-06-03 |
Sylvain Thénault |
[form] avoid spurious warning subsequent for form's action refactoring w/ autoforms
stable
|
changeset |
files
|
2010-06-03 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-01 |
Pierre-Yves David |
[web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
|
changeset |
files
|
2010-05-31 |
Julien Jehannet |
[web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
|
changeset |
files
|
2010-06-01 |
Pierre-Yves David |
[etwist] twisted won't install signal handler outside the main thread.
stable
|
changeset |
files
|
2010-06-01 |
Pierre-Yves David |
[vreg] ensure you can register an object from module not known yet.
stable
|
changeset |
files
|
2010-06-01 |
Julien Jehannet |
[web] cleanup use of config in web application initialisation
stable
|
changeset |
files
|
2010-06-03 |
Alexandre Fayolle |
fix unit tests by not using the new create_eid implementation with sqlite
stable
|
changeset |
files
|
2010-06-03 |
Alexandre Fayolle |
cleanup the no_sqlite_wrap attribute after this test is executed
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
merge back on-site fixes
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
various brown paper bag fixes
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
fix create_eid for sqlite (and bring back tests)
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
backport improved on-site change
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
TimedCache now only accepts values expressed in seconds
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
backported to stable some changes made on site for a customer
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
logging settings
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
[win32] fix deadlock occuring on the sequence tables with SQLServer
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
log the user name on session opening for easier debugging
stable
|
changeset |
files
|
2010-06-02 |
Alexandre Fayolle |
more robust handling of looping task configuration in ldap source
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[rql2sql] fix scope computation of variable from temporary table
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
stop being dumb please
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[test] generated html differs w/ pygments version
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[storage] source's callback has a new prototype, update usage
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
grmbl
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
grmbl
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[test] update test to follow recent navigation/facets fixes
stable
|
changeset |
files
|
2010-06-02 |
Sylvain Thénault |
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
|
changeset |
files
|
2010-06-01 |
Nicolas Chauvat |
[sparql] improve error reporting and fix one bug
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[test] add missing __main__ as expected by apycot pyunit checker
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[tableview] don't fail with AttributeError when paginated as main content view
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[facet] we must add type restriction for attribute facets as well
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[tableview] support for json-paginated table if paginable
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[navigation] view may implements page_navigation_url to handle them self url generated for pagination
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[navigation] when there are to much results, use a <select> based page navigation
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[primary] add missing version number to deprecation warnings
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
[sparql] fix type inference (test_dctitle_both_project_cwuser) and support for <http://www.w3.org/1999/02/22-rdf-syntax-ns#type tag (test_base_rdftype)
stable
|
changeset |
files
|
2010-06-01 |
Stephanie Marcu |
[form] remove double property call
stable
|
changeset |
files
|
2010-06-01 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
2010-05-30 |
Nicolas Chauvat |
[sparql] add failing test for two entities with dc:title
stable
|
changeset |
files
|
2010-05-29 |
Nicolas Chauvat |
[sparql] adding test for "rdf:type -> is"
stable
|
changeset |
files
|
2010-05-29 |
Alexandre Fayolle |
proof read documentation
stable
|
changeset |
files
|