Fri, 06 Aug 2010 17:38:45 +0200 |
Sylvain Thénault |
[migration] when some inlined relation definition is added to an entity type which has some specialized types, it should be propagated to those types else they may miss the necessary table column to store the relation
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:37:34 +0200 |
Sylvain Thénault |
[migration] dont crash if a group doesn't exists (it may not exists yet)
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:37:06 +0200 |
Sylvain Thénault |
[migration] fix rename_entity_type bug: not putting eids of relation deleted using sql query may cause later error on commit, complaining on missing relation on an entity which has been actually deleted
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:35:02 +0200 |
Sylvain Thénault |
[migration] fix crash when adding symmetric relation type
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:34:24 +0200 |
Sylvain Thénault |
[db-create] fix bug introduced by 6060:353bec342e2a (we ask for user while in non verbose mode)
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:33:07 +0200 |
Sylvain Thénault |
[session] should be _cw, not req
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:32:43 +0200 |
Sylvain Thénault |
[primary] use a new rtypevid flag in primary view display controller, allowing to tell the view for a non final relation should be called as an attribute view (eg, not on the target rset)
stable
|
changeset |
files
|
Wed, 04 Aug 2010 11:16:40 +0200 |
Sylvain Thénault |
[cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
|
changeset |
files
|
Wed, 04 Aug 2010 11:16:39 +0200 |
Sylvain Thénault |
[vreg] rename select* object id argument to avoid name clash with arbitrary kwargs, just in case...
|
changeset |
files
|
Wed, 04 Aug 2010 11:16:38 +0200 |
Sylvain Thénault |
[primary] refactor primary view handling of relation's label
|
changeset |
files
|
Wed, 04 Aug 2010 11:13:11 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 04 Aug 2010 11:23:19 +0200 |
Aurelien Campeas |
[doc/book] note about bootstrap_cubes file
stable
|
changeset |
files
|
Wed, 04 Aug 2010 10:55:32 +0200 |
Sylvain Thénault |
[request] missing paren
stable
|
changeset |
files
|
Wed, 04 Aug 2010 10:53:52 +0200 |
Sylvain Thénault |
[request] js is defined in uilib, not utils
stable
|
changeset |
files
|
Wed, 04 Aug 2010 10:47:29 +0200 |
Sylvain Thénault |
[request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object.
stable
|
changeset |
files
|
Wed, 04 Aug 2010 10:22:11 +0200 |
Sylvain Thénault |
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
|
changeset |
files
|
Tue, 03 Aug 2010 14:43:20 +0200 |
Sylvain Thénault |
[db create] don't ask user/password if the underlying db doesn't support it (eg sqlite)
stable
|
changeset |
files
|
Tue, 03 Aug 2010 12:21:34 +0200 |
Alexandre Fayolle |
added tip on config file migration in scripts
stable
|
changeset |
files
|
Tue, 03 Aug 2010 12:19:02 +0200 |
Sylvain Thénault |
[ms] ensure owned_by/created_by can't be crossed among pyro-rql sources
stable
|
changeset |
files
|
Tue, 03 Aug 2010 12:17:20 +0200 |
Sylvain Thénault |
[ms] cleanups
stable
|
changeset |
files
|
Tue, 03 Aug 2010 12:17:01 +0200 |
Sylvain Thénault |
[ms] fix a ms plannification bug with NOT is
stable
|
changeset |
files
|
Mon, 02 Aug 2010 15:37:45 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 02 Aug 2010 15:36:44 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.4-1 for changeset 8d32d82134dc
stable
|
changeset |
files
|
Mon, 02 Aug 2010 15:36:44 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.4 for changeset 6cebb361dcb2
stable cubicweb-debian-version-3.9.4-1
|
changeset |
files
|
Mon, 02 Aug 2010 14:37:34 +0200 |
Sylvain Thénault |
3.9.4
stable cubicweb-version-3.9.4
|
changeset |
files
|
Mon, 02 Aug 2010 14:26:55 +0200 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Mon, 02 Aug 2010 12:35:24 +0200 |
Sylvain Thénault |
[rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...)
stable
|
changeset |
files
|
Mon, 02 Aug 2010 10:09:29 +0200 |
Sylvain Thénault |
[doc] started js/css coding standards
stable
|
changeset |
files
|
Fri, 30 Jul 2010 17:19:07 +0200 |
Aurelien Campeas |
fix idownload view pb. for xhtml browsers
stable
|
changeset |
files
|
Fri, 30 Jul 2010 13:18:36 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 30 Jul 2010 13:18:08 +0200 |
Sylvain Thénault |
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods
stable
|
changeset |
files
|
Fri, 30 Jul 2010 13:16:01 +0200 |
Sylvain Thénault |
[schema view] we don't support multiple inheritance
stable
|
changeset |
files
|
Fri, 30 Jul 2010 13:16:01 +0200 |
Sylvain Thénault |
[view] use the new magic js object to generate javascript func call for auto reload user callbacks
stable
|
changeset |
files
|
Fri, 30 Jul 2010 11:53:16 +0200 |
Aurelien Campeas |
[js/edition] fix pb with IE not handling long GETs #1203789
stable
|
changeset |
files
|
Fri, 30 Jul 2010 11:11:08 +0200 |
Julien Jehannet |
[migration] commit only sql script migration
stable
|
changeset |
files
|
Fri, 30 Jul 2010 10:09:31 +0200 |
Sylvain Thénault |
[index page] refactor add_entity_link: no need to give request, nicer to check perm before calling the method, and use the new create url factory
|
changeset |
files
|
Fri, 30 Jul 2010 10:07:12 +0200 |
Sylvain Thénault |
[facet] refactor bookmark this search link creation: check perm before calling the method, and use the new create url factory
|
changeset |
files
|
Fri, 30 Jul 2010 10:02:31 +0200 |
Sylvain Thénault |
[view] deprecate create_url in favor of a cw_create_url class method on entity classes
|
changeset |
files
|
Fri, 30 Jul 2010 09:52:46 +0200 |
Sylvain Thénault |
small cleanups
stable
|
changeset |
files
|
Fri, 30 Jul 2010 09:52:12 +0200 |
Sylvain Thénault |
[vreg debug] use classid to get cleaner output
stable
|
changeset |
files
|
Thu, 29 Jul 2010 14:46:29 +0200 |
Julien Jehannet |
[windmill] add xul-ext firefox plugin
stable
|
changeset |
files
|
Thu, 29 Jul 2010 15:18:31 +0200 |
Julien Jehannet |
[migration] unify process_script command
stable
|
changeset |
files
|
Tue, 27 Jul 2010 19:40:57 +0200 |
Julien Jehannet |
tests: use larger timeouts in windmill tests
stable
|
changeset |
files
|
Wed, 28 Jul 2010 16:31:32 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 28 Jul 2010 16:31:23 +0200 |
Sylvain Thénault |
[session] session auto reconnect feature has gone with the session-time refactoring in 6012:d56fd78006cd
|
changeset |
files
|
Wed, 28 Jul 2010 16:27:57 +0200 |
Sylvain Thénault |
[debug view] action moved
stable
|
changeset |
files
|
Wed, 28 Jul 2010 15:01:48 +0200 |
Sylvain Thénault |
[test] check_session returns an int since 6012:d56fd78006cd
|
changeset |
files
|
Wed, 28 Jul 2010 14:27:28 +0200 |
Aurelien Campeas |
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)
stable
|
changeset |
files
|
Wed, 28 Jul 2010 11:37:02 +0200 |
Sylvain Thénault |
[session] this log should be at the debug level, not info
stable
|
changeset |
files
|
Wed, 28 Jul 2010 11:39:47 +0200 |
Sylvain Thénault |
[ms] log after preprocessing, else we don't see the query which is actually planned (may have been modified by security insertion)
stable
|
changeset |
files
|
Tue, 27 Jul 2010 19:14:17 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 27 Jul 2010 19:13:27 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.3-1 for changeset ab1f9686ff3e
stable
|
changeset |
files
|
Tue, 27 Jul 2010 19:13:27 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.3 for changeset 900772fd9caa
stable cubicweb-debian-version-3.9.3-1
|
changeset |
files
|
Tue, 27 Jul 2010 17:41:22 +0200 |
Sylvain Thénault |
[forms] default combobox view should accept arbitrary keyword arguments
stable cubicweb-version-3.9.3
|
changeset |
files
|
Tue, 27 Jul 2010 16:39:19 +0200 |
Sylvain Thénault |
3.9.3
stable
|
changeset |
files
|
Tue, 27 Jul 2010 16:34:20 +0200 |
Sylvain Thénault |
i18n update
stable
|
changeset |
files
|
Tue, 27 Jul 2010 12:37:27 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 27 Jul 2010 12:36:16 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
changeset |
files
|
Tue, 27 Jul 2010 12:36:03 +0200 |
Sylvain Thénault |
[security] don't put uncrypted password in query parameters, else it may be logged on error
oldstable
|
changeset |
files
|
Tue, 27 Jul 2010 09:40:09 +0200 |
Sylvain Thénault |
[relations in ui] provide context information when computing label for a relation
stable
|
changeset |
files
|
Tue, 27 Jul 2010 09:14:00 +0200 |
Sylvain Thénault |
[security] do not show sessions information to non managers users. Close security ticket #38246
stable
|
changeset |
files
|
Tue, 27 Jul 2010 09:06:55 +0200 |
Sylvain Thénault |
[dbapi] update renamed argument
|
changeset |
files
|
Mon, 26 Jul 2010 15:04:47 +0200 |
Nicolas Chauvat |
[debug] improve debug messages
stable
|
changeset |
files
|
Mon, 26 Jul 2010 12:15:11 +0200 |
Sylvain Thénault |
[dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
|
changeset |
files
|
Mon, 26 Jul 2010 12:08:24 +0200 |
Sylvain Thénault |
[session] cleanup session-time / cleanup-session-time...
|
changeset |
files
|
Mon, 26 Jul 2010 12:07:00 +0200 |
Sylvain Thénault |
[debug] when a loop is detected in a tree, log the entity involved in it to ease repair
stable
|
changeset |
files
|
Mon, 26 Jul 2010 12:06:58 +0200 |
Sylvain Thénault |
[image js] fix image fit screen function
stable
|
changeset |
files
|
Mon, 26 Jul 2010 12:06:55 +0200 |
Sylvain Thénault |
[idownloadable primary view] when file is an image, display attributes below the image
stable
|
changeset |
files
|
Mon, 26 Jul 2010 12:06:52 +0200 |
Sylvain Thénault |
[selector] adjuts score returned by the adaptable selector to get correct priority over is_instance
stable
|
changeset |
files
|
Mon, 26 Jul 2010 12:06:49 +0200 |
Sylvain Thénault |
[navigation] refactor previous / next navigation component to ease overriding
stable
|
changeset |
files
|
Fri, 23 Jul 2010 10:30:10 +0200 |
Sylvain Thénault |
[massmailing] need edition.js for the freeezeFormButtons function
stable
|
changeset |
files
|
Fri, 23 Jul 2010 17:54:18 +0200 |
Nicolas Chauvat |
[views] link to public url when trying https without an account
stable
|
changeset |
files
|
Wed, 21 Jul 2010 12:46:21 +0200 |
Sylvain Thénault |
[image] more handy image resizing using javascript
stable
|
changeset |
files
|
Wed, 21 Jul 2010 12:42:18 +0200 |
Sylvain Thénault |
[rql2sql] fix bug with NOT of inlined relation: NULL values are not properly handled and hence some rows won't be returned while the should
stable
|
changeset |
files
|
Wed, 21 Jul 2010 12:41:14 +0200 |
Sylvain Thénault |
[schema sync] if something went wrong while getting rdef in precommit event, rdef adttribute won't be set in revertprecommit. We don't want to fail in such case
stable
|
changeset |
files
|
Wed, 21 Jul 2010 12:40:17 +0200 |
Sylvain Thénault |
[migration] add script to repair instances which have lost some relation due to 3.9 + file 1.9 migration (bad Image -> File entity type renaming)
stable
|
changeset |
files
|
Wed, 21 Jul 2010 11:28:30 +0200 |
Nicolas Chauvat |
[uiprops] check that STYLESHEETS* and JAVASCRIPTS are lists
stable
|
changeset |
files
|
Tue, 20 Jul 2010 16:45:11 +0200 |
Sylvain Thénault |
[migration] fix rename_entity_type to avoid to loose some relations on the way
stable
|
changeset |
files
|
Tue, 20 Jul 2010 14:09:58 +0200 |
Sylvain Thénault |
[js] fix bug encountered with IE (result evaluated to true while no response text -> json parse error)
stable
|
changeset |
files
|
Tue, 20 Jul 2010 14:08:34 +0200 |
Sylvain Thénault |
[table view] fix bad arguments given to form_filter method
stable
|
changeset |
files
|
Mon, 19 Jul 2010 17:22:10 +0200 |
Sylvain Thénault |
[deprecation] remove 3.8 deprecation warning
stable
|
changeset |
files
|
Mon, 19 Jul 2010 16:46:42 +0200 |
Julien Jehannet |
[test] improve windmill integration, new test on relation edition
stable
|
changeset |
files
|
Mon, 19 Jul 2010 15:37:02 +0200 |
Sylvain Thénault |
backport default into stable. STABLE IS NOW 3.9, default 3.10
stable
|
changeset |
files
|
Mon, 19 Jul 2010 15:36:16 +0200 |
Sylvain Thénault |
backport stable into oldstable. oldstable is now 3.8
oldstable
|
changeset |
files
|
Mon, 19 Jul 2010 15:34:29 +0200 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Mon, 19 Jul 2010 10:51:23 +0200 |
Sylvain Thénault |
[css] set 100% width/height on image from idownloadable primary view
|
changeset |
files
|
Mon, 19 Jul 2010 10:13:01 +0200 |
Sylvain Thénault |
[c-c start repo] config log's threshold is upper case while option accepts lower case. This break c-c start of repository instances.
|
changeset |
files
|
Mon, 19 Jul 2010 10:10:20 +0200 |
Sylvain Thénault |
[querier] actually fix bug attempted to be fixed in 5942:f1abba8ccc01. The pb was not in multi-sources but because of missing annotation on rql generated by security insertion
|
changeset |
files
|
Sat, 17 Jul 2010 10:00:05 +0200 |
Sylvain Thénault |
[basetemplate nav] no need for an attribute here
|
changeset |
files
|
Sat, 17 Jul 2010 09:59:44 +0200 |
Sylvain Thénault |
[images] use tags.img and allow to add arbitrary attributes on the image. Use it to set a class when image is the primary entity
|
changeset |
files
|
Sat, 17 Jul 2010 09:55:29 +0200 |
Sylvain Thénault |
[images] add link around main image
|
changeset |
files
|
Fri, 16 Jul 2010 16:37:20 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.2-1 for changeset 8a23821dc138
|
changeset |
files
|
Fri, 16 Jul 2010 16:37:19 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.2 for changeset e51796b9caf3
cubicweb-debian-version-3.9.2-1
|
changeset |
files
|
Fri, 16 Jul 2010 12:41:10 +0200 |
Sylvain Thénault |
3.9.2
cubicweb-version-3.9.2
|
changeset |
files
|
Fri, 16 Jul 2010 12:40:22 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 16 Jul 2010 11:41:17 +0200 |
Sylvain Thénault |
[idownloadable] fix download_url prototype: should accept arbitrary kwargs to add as form parameters to the generated url
|
changeset |
files
|
Fri, 16 Jul 2010 11:39:28 +0200 |
Sylvain Thénault |
[entity] fix setdefault implementation: should return actual value
|
changeset |
files
|
Fri, 16 Jul 2010 11:00:42 +0200 |
Nicolas Chauvat |
[web] eid key is deprecated
|
changeset |
files
|
Thu, 15 Jul 2010 17:19:34 +0200 |
Sylvain Thénault |
[js] cleanup
|
changeset |
files
|
Thu, 15 Jul 2010 17:18:57 +0200 |
Sylvain Thénault |
[js] fix typo causing blank page...
|
changeset |
files
|
Thu, 15 Jul 2010 12:03:13 +0200 |
Sylvain Thénault |
[transaction] if error on rollbacking a source, replace the connection by a new one
stable
|
changeset |
files
|
Thu, 15 Jul 2010 11:38:31 +0200 |
Sylvain Thénault |
[transaction] do not attempt to reconnect if there has been some write during the transaction
stable
|
changeset |
files
|
Thu, 15 Jul 2010 11:07:47 +0200 |
Sylvain Thénault |
[testlib] when no validator specified, simply return stripped output, not None
|
changeset |
files
|
Thu, 15 Jul 2010 10:44:46 +0200 |
Stephanie Marcu |
[3.6] fix deprecation warnings
|
changeset |
files
|
Thu, 15 Jul 2010 10:43:19 +0200 |
Sylvain Thénault |
[ldap] take care, email address may be a list. In such case, only consider the first one (XXX). Also, fix call to reset_caches.
|
changeset |
files
|
Tue, 13 Jul 2010 17:22:15 +0200 |
Sylvain Thénault |
[ajax] fix the fix introduced in 3.9.1 to avoid duplicated loads: it cause some other errors since the browser may load the script *after* the server-response event is emited, causing pb if the script interact with this event
|
changeset |
files
|
Tue, 13 Jul 2010 17:21:57 +0200 |
Sylvain Thénault |
[broken schema] fix the group_mapping function in case where some standard group isn't found: we currently loop for ever, boring the user by asking ever and ever the same question...
|
changeset |
files
|
Tue, 13 Jul 2010 16:07:41 +0200 |
Sylvain Thénault |
[ldap] fix update script
|
changeset |
files
|
Tue, 13 Jul 2010 15:45:42 +0200 |
Sylvain Thénault |
[c-c shell] script to update the base dn of an ldap source
|
changeset |
files
|
Tue, 13 Jul 2010 15:45:18 +0200 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
Tue, 13 Jul 2010 15:45:02 +0200 |
Sylvain Thénault |
[iprevnext] implements cell_call to remove warning when displayed in the main content zone
|
changeset |
files
|
Tue, 13 Jul 2010 08:11:03 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.1-1 for changeset 9bd75af3dca3
|
changeset |
files
|