Thu, 26 Aug 2010 10:51:55 +0200 |
Sylvain Thénault |
[doc] clean ITreeAdapter documentation
stable
|
changeset |
files
|
Thu, 26 Aug 2010 10:29:32 +0200 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Thu, 26 Aug 2010 10:29:23 +0200 |
Sylvain Thénault |
remove useless import
|
changeset |
files
|
Thu, 26 Aug 2010 10:13:48 +0200 |
Alexandre Fayolle |
use is_instance in a number of places (esp. documentation) rather than the deprecated implements
stable
|
changeset |
files
|
Wed, 25 Aug 2010 19:09:18 +0200 |
Sylvain Thénault |
[new components] fix dumb name error
|
changeset |
files
|
Wed, 25 Aug 2010 19:01:58 +0200 |
Sylvain Thénault |
remove some deprecated stuff about relation definition
stable
|
changeset |
files
|
Wed, 25 Aug 2010 18:55:58 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 25 Aug 2010 18:55:48 +0200 |
Sylvain Thénault |
[book] more about has_<action>_permission and enhance a bit security definition section
stable
|
changeset |
files
|
Wed, 25 Aug 2010 18:29:55 +0200 |
Sylvain Thénault |
update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
|
changeset |
files
|
Wed, 25 Aug 2010 18:13:05 +0200 |
Sylvain Thénault |
cwconfig module already used by another autodocstring. Drop this currently useless file
|
changeset |
files
|
Wed, 25 Aug 2010 13:45:41 +0200 |
Sylvain Thénault |
more cwctl api update and fixes
stable
|
changeset |
files
|
Wed, 25 Aug 2010 11:23:22 +0200 |
Sylvain Thénault |
[c-c create] argument inversed accidentally
stable
|
changeset |
files
|
Wed, 25 Aug 2010 11:22:47 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
changeset |
files
|
Wed, 25 Aug 2010 10:29:07 +0200 |
Sylvain Thénault |
[web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
|
changeset |
files
|
Wed, 25 Aug 2010 10:01:11 +0200 |
Sylvain Thénault |
[boxes] introduce new boxes system
|
changeset |
files
|
Wed, 25 Aug 2010 09:43:12 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 25 Aug 2010 09:42:55 +0200 |
Sylvain Thénault |
update to lgc.clcommands 0.51 api
stable
|
changeset |
files
|
Tue, 24 Aug 2010 11:59:07 +0200 |
Nicolas Chauvat |
[css] make sure the toolbar is clickable because layered over title
stable
|
changeset |
files
|
Tue, 24 Aug 2010 11:57:45 +0200 |
Nicolas Chauvat |
[dataimport] refactor commitevery to gain readability
stable
|
changeset |
files
|
Mon, 23 Aug 2010 12:49:28 +0200 |
Alexandre Fayolle |
[win32] no os.getuid on windows
stable
|
changeset |
files
|
Mon, 23 Aug 2010 09:07:20 +0200 |
Alexandre Fayolle |
use logilab.common.date.ustrftime in json encoder to work around datetime.strftime limitation on dates < 1900
stable
|
changeset |
files
|
Mon, 23 Aug 2010 08:46:24 +0200 |
Alexandre Fayolle |
use iter_and_commit in example
stable
|
changeset |
files
|
Fri, 20 Aug 2010 17:08:08 +0200 |
Sylvain Thénault |
[c-c check-mapping] fix dumb name error and add a warning about inlined crossed relation
stable
|
changeset |
files
|
Fri, 20 Aug 2010 10:59:57 +0200 |
Sylvain Thénault |
[ms] more planning bug fixes
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:36:58 +0200 |
Sylvain Thénault |
oops, missing part of 6125:628cf5213154 (mapping file checking)
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:35:10 +0200 |
Sylvain Thénault |
[ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:31:02 +0200 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:29:48 +0200 |
Sylvain Thénault |
[ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:21:15 +0200 |
Sylvain Thénault |
[repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:17:04 +0200 |
Sylvain Thénault |
[migration] enhance RqlForIterator so we can do 'for e in rqliter(...).entities()'
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:16:03 +0200 |
Sylvain Thénault |
[ms] when entity is coming from an external source, don't add non final relations on complete
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:15:06 +0200 |
Sylvain Thénault |
[querier] add_types_restriction_cleanups: remove useless try/except (we already filtered out variables not in newroot.defined_vars) and dict accss. Also systematically set computed solutions instead of modifying existing ones
stable
|
changeset |
files
|
Fri, 20 Aug 2010 08:46:32 +0200 |
Alexandre Fayolle |
improvements in dataimport.py
stable
|
changeset |
files
|
Thu, 19 Aug 2010 11:14:55 +0200 |
Alexandre Fayolle |
add missing semi colon in js
stable
|
changeset |
files
|
Wed, 18 Aug 2010 16:53:05 +0200 |
Sylvain Thénault |
[book] some more documentation and cleanups
stable
|
changeset |
files
|
Wed, 18 Aug 2010 13:58:12 +0200 |
Sylvain Thénault |
new RelationAttributeFacet + other fixes and cleanup + facets test
stable
|
changeset |
files
|
Wed, 18 Aug 2010 10:36:02 +0200 |
Sylvain Thénault |
[migration] remove bad test when constructing attributes to copy in rename_entity_type: the old entity type is not in the fschema due to schema deserialization trick
stable
|
changeset |
files
|
Tue, 17 Aug 2010 15:25:29 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 17 Aug 2010 15:25:17 +0200 |
Sylvain Thénault |
[migration] fix rename_entity_type: avoid removal of attributes on the new entity type from the schema during migration
stable
|
changeset |
files
|
Tue, 17 Aug 2010 15:23:59 +0200 |
Sylvain Thénault |
[migration] we can now specify attributes to backport to rename_entity_type using its attrs argument
stable
|
changeset |
files
|
Tue, 17 Aug 2010 15:22:57 +0200 |
Sylvain Thénault |
[formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans
stable
|
changeset |
files
|
Tue, 17 Aug 2010 15:22:04 +0200 |
Sylvain Thénault |
[primary view] consider rtypevid flag for relations in the 'relations' section as well
stable
|
changeset |
files
|
Tue, 17 Aug 2010 11:06:20 +0200 |
Adrien Di Mascio |
[db-fti-index] simple fix fpr progressbar-related crash when etypes is None in reindex_entities()
stable
|
changeset |
files
|
Mon, 16 Aug 2010 12:07:43 +0200 |
Aurelien Campeas |
[views/reledit] small refactoring
stable
|
changeset |
files
|
Mon, 16 Aug 2010 12:07:34 +0200 |
Aurelien Campeas |
[views/reledit] fix bad role handling in _may_add_related
stable
|
changeset |
files
|
Fri, 13 Aug 2010 08:23:14 +0200 |
Sylvain Thénault |
integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places
stable
|
changeset |
files
|
Fri, 13 Aug 2010 13:34:47 +0200 |
Adrien Di Mascio |
[web] fix typo in ajax_build_url (s/xtml/xhtml)
stable
|
changeset |
files
|
Thu, 12 Aug 2010 18:49:20 +0200 |
Sylvain Thénault |
[web controller] don't try to translate arbitrary exception message
stable
|
changeset |
files
|
Thu, 12 Aug 2010 16:50:52 +0200 |
Aurelien Campeas |
[selectors] fix match_transition & introduce new edited_attribute selector
stable
|
changeset |
files
|
Thu, 12 Aug 2010 15:58:42 +0200 |
Sylvain Thénault |
RQLUniqueConstraint not in CWConstraintType for some old instances
stable
|
changeset |
files
|
Thu, 12 Aug 2010 14:41:44 +0200 |
Alexandre Richardson |
[tableview] take care, description may include None (try Any NULL)
stable
|
changeset |
files
|
Thu, 12 Aug 2010 11:56:33 +0200 |
Aurelien Campeas |
fix typo
stable
|
changeset |
files
|
Thu, 12 Aug 2010 10:12:52 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 12 Aug 2010 10:11:49 +0200 |
Sylvain Thénault |
[form, migration] etype_relation_field should not raise error, it may block migration if used for a non yet existing field
stable
|
changeset |
files
|
Wed, 11 Aug 2010 18:11:32 +0200 |
Sylvain Thénault |
fix bug introduced by 6098:a0fde9334dd0
stable
|
changeset |
files
|
Wed, 11 Aug 2010 15:54:44 +0200 |
Alexandre Fayolle |
work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected
stable
|
changeset |
files
|
Wed, 11 Aug 2010 16:17:05 +0200 |
Sylvain Thénault |
[entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control)
stable
|
changeset |
files
|
Wed, 11 Aug 2010 16:16:25 +0200 |
Sylvain Thénault |
[cleanup] remove debug print
stable
|
changeset |
files
|
Wed, 11 Aug 2010 10:08:48 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 10 Aug 2010 18:39:48 +0200 |
Sylvain Thénault |
[dot] oops, should use dc_title here
stable
|
changeset |
files
|
Tue, 10 Aug 2010 18:35:07 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 10 Aug 2010 16:10:28 +0200 |
Stephanie Marcu |
more generic dot graph generator
stable
|
changeset |
files
|
Tue, 10 Aug 2010 18:28:28 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 10 Aug 2010 18:27:02 +0200 |
Sylvain Thénault |
[login template] missing xml_escape
stable
|
changeset |
files
|
Tue, 10 Aug 2010 18:26:43 +0200 |
Sylvain Thénault |
[primary] backport _rel_label method from the default branch
stable
|
changeset |
files
|
Tue, 10 Aug 2010 16:05:00 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:56:31 +0200 |
Stephanie Marcu |
[doc] docstring more explicit for pyviews
stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:22:17 +0200 |
Sylvain Thénault |
[debug] change severity of 'site_cubicweb loaded' message to debug
stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:21:32 +0200 |
Sylvain Thénault |
[primary] handle final relation (eg attribute) in the relations section, and give dispctrl to view's extra kwargs as for non final relation
stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:20:21 +0200 |
Sylvain Thénault |
[entity] entity.view now support initargs as req.view
stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:19:55 +0200 |
Sylvain Thénault |
[schema view] use rdef.ACTIONS, attribute/relation don't use the same actions permission, that causes a crash for attribute rdefs
stable
|
changeset |
files
|
Tue, 10 Aug 2010 14:16:12 +0200 |
Sylvain Thénault |
[tabs] take care, vid may not be a valid dom id (for jQuery at least)
stable
|
changeset |
files
|
Tue, 10 Aug 2010 08:39:06 +0200 |
Adrien Di Mascio |
[forms] callable field kwargs now always take form _and_ field parameters
|
changeset |
files
|
Tue, 10 Aug 2010 08:28:16 +0200 |
Adrien Di Mascio |
[forms] test abs() rql function
|
changeset |
files
|
Mon, 09 Aug 2010 18:48:32 +0200 |
Adrien Di Mascio |
[schema] consider ETYPE_NAME_MAP when deserializing specialization relations
stable
|
changeset |
files
|
Mon, 09 Aug 2010 16:35:49 +0200 |
Nicolas Chauvat |
fix the fix
stable
|
changeset |
files
|
Mon, 09 Aug 2010 11:56:12 +0200 |
Nicolas Chauvat |
fix missing import in web.request
stable
|
changeset |
files
|
Fri, 06 Aug 2010 17:49:20 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
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
|
Tue, 13 Jul 2010 08:11:02 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.1 for changeset 4d75f743ed49
cubicweb-debian-version-3.9.1-1
|
changeset |
files
|
Mon, 12 Jul 2010 14:11:09 +0200 |
Sylvain Thénault |
[actions] homogen action/view selectors. Move action together with associated view to avoid such thing in the future
cubicweb-version-3.9.1
|
changeset |
files
|
Mon, 12 Jul 2010 13:28:02 +0200 |
Sylvain Thénault |
3.9.1
|
changeset |
files
|
Mon, 12 Jul 2010 13:27:53 +0200 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
Mon, 12 Jul 2010 12:55:43 +0200 |
Sylvain Thénault |
[config] run time directory created when necessary on startup, don't check it exists while creating the instance (closes #1177687)
|
changeset |
files
|
Mon, 12 Jul 2010 12:28:44 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 12 Jul 2010 12:28:19 +0200 |
Sylvain Thénault |
merge stable heads
stable
|
changeset |
files
|
Mon, 12 Jul 2010 12:30:36 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.7-1 for changeset 1cccf88d6dfe
stable
|
changeset |
files
|
Mon, 12 Jul 2010 12:30:36 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.7 for changeset a1a334d93439
stable cubicweb-debian-version-3.8.7-1
|
changeset |
files
|
Mon, 12 Jul 2010 12:25:19 +0200 |
Sylvain Thénault |
[form] take care to not unicodify None values
|
changeset |
files
|
Mon, 12 Jul 2010 10:36:28 +0200 |
Sylvain Thénault |
[fti migration] test and fix reindexation of some specific entity types
stable
|
changeset |
files
|
Fri, 09 Jul 2010 12:48:03 +0200 |
Aurelien Campeas |
[doc/book] fix & enhance rql intro chapter
|
changeset |
files
|
Thu, 08 Jul 2010 20:19:20 +0200 |
Sylvain Thénault |
[ajax box] shouldn't give js object directly to xml_escape
|
changeset |
files
|
Thu, 08 Jul 2010 20:18:53 +0200 |
Sylvain Thénault |
[uilib] js objects implements __unicode__
|
changeset |
files
|
Thu, 08 Jul 2010 19:18:56 +0200 |
Adrien Di Mascio |
[test] fix test_ajax js tests. We have to mock some of our js functions / variables (e.g. _ or pageid) in the test environment
|
changeset |
files
|
Thu, 08 Jul 2010 18:59:42 +0200 |
Sylvain Thénault |
[box] provide a new generic base box class to edit relation to simple entities, backported from the 'tag' cube
|
changeset |
files
|
Thu, 08 Jul 2010 18:48:44 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 08 Jul 2010 18:10:47 +0200 |
Sylvain Thénault |
[test] remove deprecated test file
|
changeset |
files
|
Thu, 08 Jul 2010 16:30:19 +0200 |
Aurelien Campeas |
merge
|
changeset |
files
|
Thu, 08 Jul 2010 16:29:51 +0200 |
Aurelien Campeas |
[web/views/reledit] explicitely add the field if the formid is base + line cleanups
|
changeset |
files
|
Thu, 08 Jul 2010 15:36:33 +0200 |
Sylvain Thénault |
[ftirank] when ordered by fti rank, we don't want page navigation. Anyway, sorted nav component shouldn't consider has_text relation.
|
changeset |
files
|
Thu, 08 Jul 2010 15:35:29 +0200 |
Sylvain Thénault |
[multi-sources] we should annotate those queries, else there is a chance to get bad sql...
|
changeset |
files
|
Thu, 08 Jul 2010 15:30:53 +0200 |
Adrien Di Mascio |
[tests] make sure controllers created by ctrl_publish() have a valid appli attribute
stable
|
changeset |
files
|
Thu, 08 Jul 2010 14:52:08 +0200 |
Sylvain Thénault |
[test] buggy import make test fails
|
changeset |
files
|
Thu, 08 Jul 2010 13:33:40 +0200 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
changeset |
files
|
Thu, 08 Jul 2010 12:54:28 +0200 |
Sylvain Thénault |
[uiprops] use lazystr and update some variables usage in css
|
changeset |
files
|
Thu, 08 Jul 2010 12:54:27 +0200 |
Sylvain Thénault |
[uiprops] introduce lazystr to get a chance to change style without having to change all properties
|
changeset |
files
|
Thu, 08 Jul 2010 12:54:25 +0200 |
Sylvain Thénault |
[javascript] more cleanups and deprecation warnings removal
|
changeset |
files
|
Thu, 08 Jul 2010 12:54:14 +0200 |
Sylvain Thénault |
[js] fix misplaced bracket
|
changeset |
files
|
Thu, 08 Jul 2010 12:43:39 +0200 |
Sylvain Thénault |
[forms] we need a wrapping list to avoid bug caused by flatening done by $.map. Closes #1164908
|
changeset |
files
|
Thu, 08 Jul 2010 10:04:30 +0200 |
Sylvain Thénault |
[web configuration] http/https ui properties should not share the same cache directory
|
changeset |
files
|
Thu, 08 Jul 2010 10:03:03 +0200 |
Sylvain Thénault |
[web configuration] ensure data home directory / uicache file belong to daemon user and are writeable
|
changeset |
files
|
Thu, 08 Jul 2010 08:54:45 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.0-1 for changeset eda4940ffef8
|
changeset |
files
|
Thu, 08 Jul 2010 08:54:45 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.0 for changeset d9936c39d478
cubicweb-debian-version-3.9.0-1
|
changeset |
files
|
Wed, 07 Jul 2010 16:41:36 +0200 |
Aurelien Campeas |
[debian/control] do not forbid shipment with python 2.6
|
changeset |
files
|
Wed, 07 Jul 2010 15:21:21 +0200 |
Sylvain Thénault |
[cube dist] fix default setup.py, well we get the cube also installed in lib/python, that may cause pb (eg the email cube for instance). UPDATE YOUR CUBE's setup.py
stable
|
changeset |
files
|
Wed, 07 Jul 2010 14:21:52 +0200 |
Sylvain Thénault |
[migration] new migration command to change fti weight for an entity t ype
cubicweb-version-3.9.0
|
changeset |
files
|
Wed, 07 Jul 2010 14:18:28 +0200 |
Sylvain Thénault |
[form] field.vocabulary return values as string, more fixes
|
changeset |
files
|
Wed, 07 Jul 2010 13:58:21 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 07 Jul 2010 13:13:13 +0200 |
Julien Jehannet |
prepare 3.8.7 release
stable cubicweb-version-3.8.7
|
changeset |
files
|
Wed, 07 Jul 2010 10:53:03 +0200 |
Julien Jehannet |
[book] update rql documentation and some erroneous/deprecated examples
|
changeset |
files
|
Wed, 07 Jul 2010 13:50:55 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Wed, 07 Jul 2010 13:42:49 +0200 |
Sylvain Thénault |
[interface deprecation] fix bad comment
|
changeset |
files
|
Wed, 07 Jul 2010 13:42:32 +0200 |
Sylvain Thénault |
[test] class has been renamed
|
changeset |
files
|
Wed, 07 Jul 2010 13:01:44 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 07 Jul 2010 13:01:25 +0200 |
Sylvain Thénault |
3.9
|
changeset |
files
|
Wed, 07 Jul 2010 12:59:24 +0200 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
Wed, 07 Jul 2010 12:09:29 +0200 |
Sylvain Thénault |
[config] expand_cubes(with_recommends=True) shouldn't return recommened-but-not-installed cubes
|
changeset |
files
|
Wed, 07 Jul 2010 12:08:10 +0200 |
Sylvain Thénault |
[form fields] smarter __str__ / __repr__
|
changeset |
files
|
Wed, 07 Jul 2010 10:48:07 +0200 |
Sylvain Thénault |
[skel] nicer test file skeleton
|
changeset |
files
|
Wed, 07 Jul 2010 10:46:33 +0200 |
Sylvain Thénault |
[form] test update/remove deprecation warnings: form vocabulary should contains unicode values
|
changeset |
files
|
Tue, 06 Jul 2010 19:33:59 +0200 |
Pierre-Yves David |
[test] add default generic test Tags to CubicWeb TestCase class
|
changeset |
files
|
Tue, 06 Jul 2010 19:32:29 +0200 |
Sylvain Thénault |
[itree] backport default combobox view for entities implementing ITree (from folder/zone cube)
|
changeset |
files
|
Tue, 06 Jul 2010 19:31:50 +0200 |
Sylvain Thénault |
[form] vocab function must now return values as unicode
|
changeset |
files
|
Tue, 06 Jul 2010 17:19:30 +0200 |
Stephanie Marcu |
[facets] fix bug w/ vid in facet's js introduced in 3.9, improve navigation component so that show all link use ajax when called from ajax.
|
changeset |
files
|
Tue, 06 Jul 2010 17:15:25 +0200 |
Sylvain Thénault |
[javascript] fix some javascript errors and remove some deprecation warnings
|
changeset |
files
|
Tue, 06 Jul 2010 17:11:44 +0200 |
Sylvain Thénault |
[forms] bw compat code for vocabulary function returning typed values
|
changeset |
files
|
Tue, 06 Jul 2010 17:11:41 +0200 |
Sylvain Thénault |
[web config] fix old css compat code: we have to modify locate_resource prototype so it return (potentially hacked) file name as well. Should only impact the file cube which has to be released anyway.
|
changeset |
files
|
Tue, 06 Jul 2010 17:09:14 +0200 |
Sylvain Thénault |
[repository] fix so that when repository is shutting down, internal session in transaction are interrupted
stable
|
changeset |
files
|
Tue, 06 Jul 2010 11:45:11 +0200 |
Julien Jehannet |
[test] windmill: add a timeout between JS assertion in test_creation use case
|
changeset |
files
|
Tue, 06 Jul 2010 13:55:10 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 06 Jul 2010 13:54:57 +0200 |
Sylvain Thénault |
[selectors] fix dumb name error introduced in parent changeset
stable
|
changeset |
files
|
Tue, 06 Jul 2010 11:34:23 +0200 |
Sylvain Thénault |
[css] old css bw compat with @import in a custom css
|
changeset |
files
|
Tue, 06 Jul 2010 11:31:34 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 06 Jul 2010 11:31:04 +0200 |
Sylvain Thénault |
[selectors] relation_possible selector should check user may read target entity type when specified
stable
|
changeset |
files
|
Tue, 06 Jul 2010 09:42:16 +0200 |
Sylvain Thénault |
imported patch selstrfix.diff
stable
|
changeset |
files
|
Tue, 06 Jul 2010 09:42:13 +0200 |
Sylvain Thénault |
imported patch rql2sqlfix.diff
stable
|
changeset |
files
|
Tue, 06 Jul 2010 09:41:19 +0200 |
Sylvain Thénault |
[migration] fix rename_entity_type to an existant entity type: get back relation from the old entity type non existant on the target type
|
changeset |
files
|
Tue, 06 Jul 2010 09:39:06 +0200 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
Mon, 05 Jul 2010 19:06:17 +0200 |
Sylvain Thénault |
[selectors] avoid spurious warning when using implements by design
|
changeset |
files
|
Mon, 05 Jul 2010 19:05:56 +0200 |
Sylvain Thénault |
[session] don't log reraised error occured during precommit
|
changeset |
files
|
Mon, 05 Jul 2010 19:08:30 +0200 |
Nicolas Chauvat |
[doc] proof-reading and improvements
|
changeset |
files
|
Mon, 05 Jul 2010 18:25:25 +0200 |
Sylvain Thénault |
[selectors] fix warning stack level
|
changeset |
files
|
Mon, 05 Jul 2010 18:25:19 +0200 |
Sylvain Thénault |
[schema migration] import refactoring to fix #1109558 and enhances things on the way
|
changeset |
files
|
Mon, 05 Jul 2010 18:00:33 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:56:02 +0200 |
Sylvain Thénault |
[test] running transaction while session is closed are now killed, update test accordingly
stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:55:41 +0200 |
Sylvain Thénault |
[security] fix read rql expression insertion: we should not insert rql expr on variables only referenced in neged relation
stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:55:37 +0200 |
Sylvain Thénault |
[rql2sql] test and fix crash when OR in HAVING where both expresion are 'fake' having terms (eg not using aggregat function)
stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:06:11 +0200 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:02:39 +0200 |
Sylvain Thénault |
[config] use hashlib to avoid warning w/ py2.6
stable
|
changeset |
files
|
Mon, 05 Jul 2010 17:02:11 +0200 |
Sylvain Thénault |
[req] hashlib has no hash function, but has an hash1 function even in python 2.5
stable
|
changeset |
files
|
Mon, 05 Jul 2010 15:59:14 +0200 |
Nicolas Chauvat |
[utils] improve repr() of RepeatList
|
changeset |
files
|
Mon, 05 Jul 2010 15:58:36 +0200 |
Nicolas Chauvat |
[doc] fix typo
|
changeset |
files
|
Mon, 05 Jul 2010 13:35:15 +0200 |
Sylvain Thénault |
[selectors] use before-registry-reset event to init is_instance cache: cleaner code and avoid reloading bug (making hooks test fail for instance)
|
changeset |
files
|
Mon, 05 Jul 2010 13:34:29 +0200 |
Sylvain Thénault |
[vreg] new [before|after]-registry-reset event, taking vreg as argument
|
changeset |
files
|
Mon, 05 Jul 2010 12:37:21 +0200 |
Aurelien Campeas |
[doc] update book for adapters
|
changeset |
files
|
Mon, 05 Jul 2010 12:37:13 +0200 |
Aurelien Campeas |
[reledit] fix relation cardinality handling
|
changeset |
files
|
Mon, 05 Jul 2010 12:04:32 +0200 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
changeset |
files
|
Fri, 02 Jul 2010 19:14:48 +0200 |
Aurelien Campeas |
[web/views/massmailing] fix cancel button msg/icon
|
changeset |
files
|
Fri, 02 Jul 2010 19:05:58 +0200 |
Nicolas Chauvat |
[testlib] improve test description messages
|
changeset |
files
|
Fri, 02 Jul 2010 18:56:05 +0200 |
Aurelien Campeas |
[web/views/reledit] fix typo (-add we used as id component in delete id)
|
changeset |
files
|
Fri, 02 Jul 2010 18:46:26 +0200 |
Aurelien Campeas |
[web/test] fix test (doreledit must have a formid and this is now checked)
|
changeset |
files
|
Fri, 02 Jul 2010 18:03:18 +0200 |
Sylvain Thénault |
[web ui] add missing image
|
changeset |
files
|
Fri, 02 Jul 2010 17:50:31 +0200 |
Sylvain Thénault |
[ITree] small fixes: parent_entity is a IBreadCrumbs method, we should use .parent on ITree
|
changeset |
files
|
Fri, 02 Jul 2010 17:49:23 +0200 |
Sylvain Thénault |
restore bw compat on Entity.related_rql
|
changeset |
files
|
Fri, 02 Jul 2010 15:26:59 +0200 |
Aurelien Campeas |
reledit refactoring
|
changeset |
files
|
Fri, 02 Jul 2010 14:47:44 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 02 Jul 2010 14:47:34 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Fri, 02 Jul 2010 14:47:12 +0200 |
Sylvain Thénault |
[idownloadable] make the download view http cache friendly
stable
|
changeset |
files
|
Fri, 02 Jul 2010 14:46:09 +0200 |
Sylvain Thénault |
[publisher] avoid useless rollback after successful commit, which clutters debug logs and may also not be cost-free
stable
|
changeset |
files
|
Fri, 02 Jul 2010 14:44:23 +0200 |
Sylvain Thénault |
[controller] same method defined on the base class
stable
|
changeset |
files
|
Fri, 02 Jul 2010 11:52:51 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 02 Jul 2010 11:52:19 +0200 |
Sylvain Thénault |
merge stable heads
stable
|
changeset |
files
|
Fri, 02 Jul 2010 11:25:23 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.6-1 for changeset 607a90073911
stable
|
changeset |
files
|
Fri, 02 Jul 2010 11:25:23 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.6 for changeset 1a24c62aefc5
stable cubicweb-debian-version-3.8.6-1
|
changeset |
files
|
Fri, 02 Jul 2010 10:38:56 +0200 |
Sylvain Thénault |
[dbapi] refactor so that cw 3.8.6 can still speak with a 3.8.5 server
stable
|
changeset |
files
|
Fri, 02 Jul 2010 10:29:32 +0200 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Wed, 23 Jun 2010 13:54:02 +0200 |
Sylvain Thénault |
[bfss] fix file update to ensure file's content is available on the fs asap...
stable cubicweb-version-3.8.6
|
changeset |
files
|
Fri, 02 Jul 2010 09:09:59 +0200 |
Sylvain Thénault |
[ldap] fix exception handling on authentication error
stable
|
changeset |
files
|
Fri, 02 Jul 2010 09:05:56 +0200 |
Sylvain Thénault |
[ldap] cleanup password checking
stable
|
changeset |
files
|
Fri, 02 Jul 2010 09:02:08 +0200 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Fri, 02 Jul 2010 09:01:58 +0200 |
Sylvain Thénault |
[css] make body bg color configurable
|
changeset |
files
|
Fri, 02 Jul 2010 09:01:22 +0200 |
Sylvain Thénault |
bump version number to trigger migration
|
changeset |
files
|
Fri, 02 Jul 2010 00:39:46 +0200 |
Sylvain Thénault |
3.8.6
stable
|
changeset |
files
|
Thu, 01 Jul 2010 17:46:58 +0200 |
Sylvain Thénault |
[migration] schema should be accessed through .repo
stable
|
changeset |
files
|
Thu, 01 Jul 2010 17:06:37 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 01 Jul 2010 09:23:39 +0200 |
Sylvain Thénault |
[security] use set_operation for relation permission checking operation
stable
|
changeset |
files
|
Thu, 01 Jul 2010 08:47:24 +0200 |
Sylvain Thénault |
[migration] refactor schema migration fix introduced by 5833:d7256ae7c1d1
stable
|
changeset |
files
|
Thu, 01 Jul 2010 08:32:27 +0200 |
Sylvain Thénault |
[schema migration] fix name error introduced in parent changeset
stable
|
changeset |
files
|
Thu, 01 Jul 2010 08:13:03 +0200 |
Sylvain Thénault |
[schema migration] avoid potential duplicated ft reindexation due to multiple UpdateFTIndexOp operations by using set_operation
stable
|
changeset |
files
|
Wed, 30 Jun 2010 18:47:10 +0200 |
Sylvain Thénault |
[sql generation] fix bug with inlined relation and referenced by other neged relation
stable
|
changeset |
files
|
Tue, 22 Jun 2010 13:47:35 +0200 |
Pierre-Yves David |
[refactor] refactor rtag keys generations.
stable
|
changeset |
files
|
Tue, 22 Jun 2010 13:47:13 +0200 |
Pierre-Yves David |
[fix] fix a uicfg bug in autoform_section
stable
|
changeset |
files
|
Wed, 30 Jun 2010 15:50:06 +0200 |
Sylvain Thénault |
[debian] fix logrotate error introduced by 5806:9ef0e95f4d2b: sh don't want spaces here
stable
|
changeset |
files
|
Wed, 30 Jun 2010 15:43:36 +0200 |
Sylvain Thénault |
[debian] fix logrotate error introduced by 5806:9ef0e95f4d2b: sh don't want spaces here
|
changeset |
files
|
Wed, 30 Jun 2010 12:27:51 +0200 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
Wed, 30 Jun 2010 12:27:48 +0200 |
Sylvain Thénault |
[login form] fix bad login field label by using pgettext
stable
|
changeset |
files
|
Sat, 26 Jun 2010 08:44:47 +0200 |
Alexandre Fayolle |
updated docstrings on Operation class
stable
|
changeset |
files
|
Sat, 26 Jun 2010 08:42:48 +0000 |
Alexandre Fayolle |
do not allow password-less bind: windows accepts this as Anonymous Logon
stable
|
changeset |
files
|
Fri, 25 Jun 2010 11:29:48 +0200 |
Stephanie Marcu |
[#969169] don't display remove link in edition forms if the cardinality is 1
stable
|
changeset |
files
|
Thu, 24 Jun 2010 16:03:57 +0200 |
Alexandre Fayolle |
fix name error
stable
|
changeset |
files
|
Thu, 24 Jun 2010 15:59:17 +0000 |
Alexandre Fayolle |
fix schema migration hooks (partial)
stable
|
changeset |
files
|
Thu, 24 Jun 2010 12:36:22 +0200 |
Alexandre Fayolle |
delete trailing whitespace
stable
|
changeset |
files
|
Thu, 24 Jun 2010 12:10:01 +0200 |
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
|
Wed, 23 Jun 2010 14:56:21 +0200 |
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
|
Wed, 23 Jun 2010 14:17:57 +0200 |
Alexandre Fayolle |
Backed out changeset c29c90223125 which breaks the cw tests
stable
|
changeset |
files
|
Wed, 23 Jun 2010 12:33:25 +0200 |
Stephanie Marcu |
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
|
changeset |
files
|
Wed, 23 Jun 2010 09:30:59 +0000 |
Alexandre Fayolle |
reduce log verbosity in ldapuser source
stable
|
changeset |
files
|
Wed, 23 Jun 2010 09:27:52 +0200 |
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
|
Tue, 22 Jun 2010 11:04:59 +0200 |
Sylvain Thénault |
[debug views] set http cache max age to 0 on debug views
stable
|
changeset |
files
|
Tue, 22 Jun 2010 10:29:04 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Mon, 21 Jun 2010 17:48:36 +0200 |
Sylvain Thénault |
[schema view] width isn't in authorized th attribute in xhtml DTD. katia, please do it another way.
|
changeset |
files
|
Mon, 21 Jun 2010 17:39:50 +0200 |
Sylvain Thénault |
[schema view] fix typo
|
changeset |
files
|
Mon, 21 Jun 2010 17:30:15 +0200 |
Sylvain Thénault |
[rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
|
changeset |
files
|
Mon, 21 Jun 2010 17:10:25 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Mon, 21 Jun 2010 16:13:41 +0200 |
katia |
[css] more css rework, need visual test in compat/new modes
|
changeset |
files
|
Mon, 21 Jun 2010 16:01:57 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 21 Jun 2010 16:01:15 +0200 |
Sylvain Thénault |
[config] fix dumb name error
stable
|
changeset |
files
|
Mon, 21 Jun 2010 15:58:13 +0200 |
Sylvain Thénault |
[form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
|
changeset |
files
|
Mon, 21 Jun 2010 15:34:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 21 Jun 2010 15:32:58 +0200 |
Sylvain Thénault |
[repo] fix 'c-c start --loglevel LEVEL' for repository only configuration. Closes #1058269.
|
changeset |
files
|
Mon, 21 Jun 2010 15:32:26 +0200 |
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
|
Mon, 21 Jun 2010 15:29:10 +0200 |
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
|
Mon, 21 Jun 2010 13:23:11 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 21 Jun 2010 11:54:09 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.5-1 for changeset 5d05b08adeab
stable
|
changeset |
files
|
Mon, 21 Jun 2010 11:54:09 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.5 for changeset 2de32c0c293b
stable cubicweb-debian-version-3.8.5-1
|
changeset |
files
|
Mon, 21 Jun 2010 11:13:25 +0200 |
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
|
Mon, 21 Jun 2010 10:42:26 +0200 |
Sylvain Thénault |
3.8.5
stable
|
changeset |
files
|
Mon, 21 Jun 2010 10:00:05 +0200 |
Sylvain Thénault |
[debian] #1027463: logrotate script should filter out warnings
stable
|
changeset |
files
|
Mon, 21 Jun 2010 09:36:40 +0200 |
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
|
Mon, 21 Jun 2010 08:54:12 +0200 |
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
|
Mon, 21 Jun 2010 08:53:13 +0200 |
Sylvain Thénault |
[schema migration] don't try to drop column if backend doesn't support column alteration (eg sqlite)
stable
|
changeset |
files
|
Mon, 21 Jun 2010 08:52:13 +0200 |
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
|
Sun, 20 Jun 2010 15:09:42 +0000 |
Alexandre Fayolle |
Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN)
stable
|
changeset |
files
|
Sun, 20 Jun 2010 15:08:23 +0000 |
Alexandre Fayolle |
reduced logging verbosity in ldapuser source
stable
|
changeset |
files
|
Sat, 19 Jun 2010 16:08:54 +0200 |
Alexandre Fayolle |
use sessionid in log message
stable
|
changeset |
files
|
Sat, 19 Jun 2010 16:08:08 +0200 |
Alexandre Fayolle |
constraints can contain unicode values
stable
|
changeset |
files
|
Fri, 18 Jun 2010 18:31:22 +0200 |
Sylvain Thénault |
[entity] fix .complete so we don't crash on missing mandatory relation. Also simplify code. Closes #1058267
|
changeset |
files
|
Fri, 18 Jun 2010 18:49:17 +0200 |
Sylvain Thénault |
closes #1059729: cw-ctl upgrade : i18n upgrade not performed if DB does not need upgrade
stable
|
changeset |
files
|
Fri, 18 Jun 2010 18:35:09 +0200 |
Aurelien Campeas |
[devtools/qunit] prefix jquery_dir with 'file://'
|
changeset |
files
|
Fri, 18 Jun 2010 18:16:36 +0200 |
Pierre-Yves David |
[devtools/qunit] Locate jquery through cubicwew config to handle installed setup
|
changeset |
files
|
Fri, 18 Jun 2010 18:14:55 +0200 |
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
|
Fri, 18 Jun 2010 15:41:39 +0200 |
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
|
Fri, 18 Jun 2010 14:56:01 +0200 |
Sylvain Thénault |
[repo session] expected argument is the source, not the session
stable
|
changeset |
files
|
Fri, 18 Jun 2010 14:44:22 +0200 |
Aurelien Campeas |
[devtools/qunit] in safe mode, ffox launches a stupid popup
|
changeset |
files
|
Fri, 18 Jun 2010 13:32:54 +0200 |
Aurelien Campeas |
[ldapuser] quieter ldap result info, fix commented block style
stable
|
changeset |
files
|
Fri, 18 Jun 2010 11:40:37 +0200 |
Pierre-Yves David |
[qunit] use safe mode for firefox
|
changeset |
files
|
Fri, 18 Jun 2010 11:40:33 +0200 |
Pierre-Yves David |
[qunit] Move qunit.js and qunit.css in devtools/datadirectory
|
changeset |
files
|
Fri, 18 Jun 2010 09:25:01 +0200 |
Sylvain Thénault |
[test] fix stupd name error
stable
|
changeset |
files
|
Fri, 18 Jun 2010 09:07:41 +0200 |
Sylvain Thénault |
[test] fix test w/ closed connection pb
stable
|
changeset |
files
|
Fri, 18 Jun 2010 08:14:00 +0200 |
Sylvain Thénault |
[ms] orderby/groupby/having attributes of Select node should be resetted to empty tuple, not None
stable
|
changeset |
files
|
Thu, 17 Jun 2010 18:50:20 +0200 |
Aurelien Campeas |
[devtools/teslib] be more defensive on rollbacks
stable
|
changeset |
files
|
Thu, 17 Jun 2010 18:36:16 +0200 |
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
|
Thu, 17 Jun 2010 17:49:58 +0200 |
Aurelien Campeas |
[doc/book/faq] question on security
stable
|
changeset |
files
|
Thu, 17 Jun 2010 16:57:24 +0200 |
Pierre-Yves David |
[qunit] check that the browser has not died by himself before we asked him to stop.
|
changeset |
files
|
Thu, 17 Jun 2010 16:56:38 +0200 |
Pierre-Yves David |
[qunit] improve output of suprocess error
|
changeset |
files
|
Thu, 17 Jun 2010 16:24:01 +0200 |
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
|
Thu, 17 Jun 2010 16:17:09 +0200 |
Aurelien Campeas |
[web request] in python 2.5 hashlib has no .hash attribute
stable
|
changeset |
files
|
Thu, 17 Jun 2010 16:16:08 +0200 |
Sylvain Thénault |
[web actions] fix recent refactoring, leading to missing redirect parameters in action's url
stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:30:28 +0200 |
Sylvain Thénault |
[packaging] more cleanups, handle javascript test files
|
changeset |
files
|
Thu, 17 Jun 2010 15:15:52 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:09:12 +0200 |
Katia Saurfelt |
[facet] use vreg.parse so the rql syntax tree is properly annotated as well
stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:08:25 +0200 |
Katia Saurfelt |
[text search] fix fulltext_container indexation
stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:04:35 +0200 |
Sylvain Thénault |
[md5script] cleanup
stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:02:24 +0200 |
auc |
[py2.6] use hashlib to silence python 2.6 deprecation warnings
stable
|
changeset |
files
|
Thu, 17 Jun 2010 15:02:22 +0200 |
Aurelien Campeas |
[autoform] do not show remove link for inline form if card == 1
stable
|
changeset |
files
|
Thu, 17 Jun 2010 14:43:16 +0200 |
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
|
Thu, 17 Jun 2010 14:42:41 +0200 |
Sylvain Thénault |
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
stable
|
changeset |
files
|
Thu, 17 Jun 2010 12:13:38 +0200 |
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
|
Thu, 17 Jun 2010 09:10:52 +0200 |
Sylvain Thénault |
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
|
changeset |
files
|
Thu, 17 Jun 2010 09:10:34 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 17 Jun 2010 09:10:14 +0200 |
Sylvain Thénault |
[vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently
stable
|
changeset |
files
|
Wed, 16 Jun 2010 14:51:17 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 16 Jun 2010 14:47:39 +0200 |
Sylvain Thénault |
[test] unittest_multisources: external source shouldn't use the same database as the main repo...
stable
|
changeset |
files
|
Wed, 16 Jun 2010 13:54:10 +0200 |
Sylvain Thénault |
[test] miss main
stable
|
changeset |
files
|
Wed, 16 Jun 2010 12:24:12 +0200 |
Sylvain Thénault |
imported patch asynchronous multipart parsing.diff
stable
|
changeset |
files
|
Wed, 16 Jun 2010 12:24:11 +0200 |
Sylvain Thénault |
imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web)
stable
|
changeset |
files
|
Wed, 16 Jun 2010 09:53:17 +0200 |
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
|
Wed, 16 Jun 2010 09:33:04 +0200 |
Stephanie Marcu |
[filefield] normalized file names to deal with windows files
stable
|
changeset |
files
|
Wed, 16 Jun 2010 09:30:30 +0200 |
Stephanie Marcu |
[c-c exlog] fix code and documentation
stable
|
changeset |
files
|
Wed, 16 Jun 2010 09:21:49 +0200 |
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
|
Tue, 15 Jun 2010 18:19:44 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Tue, 15 Jun 2010 18:16:19 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 15 Jun 2010 18:00:30 +0200 |
Sylvain Thénault |
[test] properly close connections during test
stable
|
changeset |
files
|
Tue, 15 Jun 2010 18:00:29 +0200 |
Sylvain Thénault |
[repo] on repository initialization, properly shutdown intermediary repository
stable
|
changeset |
files
|
Tue, 15 Jun 2010 18:00:28 +0200 |
Sylvain Thénault |
[repo] on repository shutdown, we've to close the new eid creation connection
stable
|
changeset |
files
|
Tue, 15 Jun 2010 18:00:26 +0200 |
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
|
Mon, 14 Jun 2010 17:56:10 +0200 |
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
|
Mon, 14 Jun 2010 18:59:05 +0200 |
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
|
Mon, 14 Jun 2010 18:58:06 +0200 |
Sylvain Thénault |
[linkto action] refactor to ease overriding to control redirection
stable
|
changeset |
files
|
Mon, 14 Jun 2010 18:58:03 +0200 |
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
|
Mon, 14 Jun 2010 12:13:46 +0200 |
Pierre-Yves David |
Use the qunit automatic launcher for existing testcase.
|
changeset |
files
|
Tue, 01 Jun 2010 18:18:26 +0200 |
Pierre-Yves David |
Add a QUnitTestCase class to run qunit test case.
|
changeset |
files
|
Fri, 11 Jun 2010 18:48:17 +0200 |
Aurelien Campeas |
[twctl] add missing poststop method #1058268
stable
|
changeset |
files
|
Fri, 11 Jun 2010 18:47:53 +0200 |
Aurelien Campeas |
[rset] make rsets picklable (again ?) #1056422
stable
|
changeset |
files
|
Fri, 11 Jun 2010 16:11:23 +0200 |
Sylvain Thénault |
[jstests] nicer test page title
|
changeset |
files
|
Fri, 11 Jun 2010 16:07:58 +0200 |
Sylvain Thénault |
[jstest] get back more tests writen during the sprint by vgodard
|
changeset |
files
|
Fri, 11 Jun 2010 15:54:29 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Fri, 11 Jun 2010 14:59:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 11 Jun 2010 14:57:51 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.4-1 for changeset b7883287f40c
stable
|
changeset |
files
|
Fri, 11 Jun 2010 14:57:50 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.4 for changeset d00d1fab42af
stable cubicweb-debian-version-3.8.4-1
|
changeset |
files
|
Fri, 11 Jun 2010 13:00:19 +0200 |
Sylvain Thénault |
cleanup
stable cubicweb-version-3.8.4
|
changeset |
files
|
Fri, 11 Jun 2010 13:00:02 +0200 |
Sylvain Thénault |
[selectors] relation_possible selector accept None as action, in which case no perms checking is done
stable
|
changeset |
files
|
Fri, 11 Jun 2010 11:37:17 +0200 |
Sylvain Thénault |
3.8.4
stable
|
changeset |
files
|
Fri, 11 Jun 2010 11:36:01 +0200 |
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
|
Fri, 11 Jun 2010 09:20:38 +0200 |
Sylvain Thénault |
[source] remove debug
stable
|
changeset |
files
|
Fri, 11 Jun 2010 08:39:21 +0200 |
Sylvain Thénault |
[entity] add .clear() for bw compat
|
changeset |
files
|
Fri, 11 Jun 2010 07:58:53 +0200 |
Sylvain Thénault |
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
|
changeset |
files
|
Fri, 11 Jun 2010 07:58:52 +0200 |
Sylvain Thénault |
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
|
changeset |
files
|
Fri, 11 Jun 2010 07:58:49 +0200 |
Sylvain Thénault |
[adapters] enhanced warning
|
changeset |
files
|
Thu, 10 Jun 2010 18:44:03 +0200 |
Sylvain Thénault |
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
|
changeset |
files
|
Thu, 10 Jun 2010 18:32:09 +0200 |
Sylvain Thénault |
[3.9] update warning message
|
changeset |
files
|
Thu, 10 Jun 2010 18:28:12 +0200 |
Sylvain Thénault |
[iprogress] move adapter to entities.adapters
|
changeset |
files
|
Thu, 10 Jun 2010 17:25:38 +0200 |
Alexandre Fayolle |
fix wrong calculation of clean_session_interval
stable
|
changeset |
files
|
Thu, 10 Jun 2010 16:57:02 +0200 |
Sylvain Thénault |
[ITree] more fixes, fix fixes
|
changeset |
files
|
Thu, 10 Jun 2010 16:57:00 +0200 |
Sylvain Thénault |
[idownloadable] depends on a new mtconverter release
|
changeset |
files
|
Thu, 10 Jun 2010 16:28:06 +0200 |
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
|
Thu, 10 Jun 2010 16:28:04 +0200 |
Sylvain Thénault |
[3.9] fix tests
|
changeset |
files
|
Thu, 10 Jun 2010 16:25:15 +0200 |
Sylvain Thénault |
[web] move itree adapter to entities, it may be used outside the web interface
|
changeset |
files
|
Thu, 10 Jun 2010 16:23:07 +0200 |
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
|
Thu, 10 Jun 2010 14:16:49 +0200 |
Sylvain Thénault |
[idownloadable] refactor IDownloadable primary view to make overriding easier
|
changeset |
files
|
Thu, 10 Jun 2010 14:16:48 +0200 |
Sylvain Thénault |
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
|
changeset |
files
|
Thu, 10 Jun 2010 14:16:47 +0200 |
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
|
Thu, 10 Jun 2010 15:11:30 +0200 |
Aurelien Campeas |
[repo] fix typo
stable
|
changeset |
files
|
Thu, 10 Jun 2010 13:56:52 +0200 |
Sylvain Thénault |
[req] fix format_time w/ 0:0 which is evaluated to False
stable
|
changeset |
files
|
Thu, 10 Jun 2010 12:53:21 +0200 |
Sylvain Thénault |
[view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception
stable
|
changeset |
files
|
Thu, 10 Jun 2010 10:18:34 +0200 |
Sylvain Thénault |
fix merge, forgot to save a buffer :(
|
changeset |
files
|
Thu, 10 Jun 2010 10:16:59 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 10 Jun 2010 10:15:26 +0200 |
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
|
Wed, 09 Jun 2010 16:16:54 +0200 |
Adrien Di Mascio |
[javascript] add a name property to namespaces, mainly for convenience in helpers such as movedToNamespace
|
changeset |
files
|
Wed, 09 Jun 2010 14:51:00 +0200 |
Sylvain Thénault |
[rql] IS operator killed in rql 0.26.2, use equal instead
stable
|
changeset |
files
|
Wed, 09 Jun 2010 14:44:45 +0200 |
Sylvain Thénault |
[security] consider any rql expression refering to X while X is being created as satisfied
stable
|
changeset |
files
|
Wed, 09 Jun 2010 14:31:12 +0200 |
Sylvain Thénault |
[rql] more update to 0.26.2 api
stable
|
changeset |
files
|
Wed, 09 Jun 2010 14:21:08 +0200 |
Sylvain Thénault |
[querier] fix rset description bug with some union queries
stable
|
changeset |
files
|
Wed, 09 Jun 2010 13:42:17 +0200 |
Adrien Di Mascio |
[devtools] fix get_available_port implementation: it should only return the port number if unable to connect
|
changeset |
files
|
Wed, 09 Jun 2010 12:43:21 +0200 |
Adrien Di Mascio |
[javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
|
changeset |
files
|
Wed, 09 Jun 2010 12:39:55 +0200 |
Adrien Di Mascio |
[javascript] move Deferred implementation to cubicweb.ajax.js
|
changeset |
files
|
Wed, 09 Jun 2010 12:32:54 +0200 |
Sylvain Thénault |
[form] fix untested (unread?) has_been_modified implementation...
|
changeset |
files
|
Wed, 09 Jun 2010 10:06:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 09 Jun 2010 10:06:04 +0200 |
Sylvain Thénault |
[autoform] fix vreg module name
stable
|
changeset |
files
|
Wed, 09 Jun 2010 09:58:23 +0200 |
Sylvain Thénault |
[pylint] fix detected name errors
|
changeset |
files
|
Wed, 09 Jun 2010 09:54:35 +0200 |
Sylvain Thénault |
[pylint] fix detected name errors
stable
|
changeset |
files
|
Wed, 09 Jun 2010 09:42:24 +0200 |
Sylvain Thénault |
[repo server] fix startup bug, lgc.daemon.daemonize return 1 for the parent process, not -1
stable
|
changeset |
files
|
Wed, 09 Jun 2010 09:42:52 +0200 |
Adrien Di Mascio |
backport stable branch
|
changeset |
files
|
Wed, 09 Jun 2010 09:41:36 +0200 |
Adrien Di Mascio |
[source] don't create the eid_creation connection at source initiliaztion time
stable
|
changeset |
files
|
Mon, 07 Jun 2010 19:17:41 +0200 |
Sylvain Thénault |
[schema view] only catch key errors
|
changeset |
files
|
Mon, 07 Jun 2010 19:17:16 +0200 |
Sylvain Thénault |
[schema view] improve it slightly by attributing the same color to rdef of the same relation type
|
changeset |
files
|
Mon, 07 Jun 2010 19:01:21 +0200 |
Pierre-Yves David |
[rset] Add a line break the first result in repr of multiple rows rset
|
changeset |
files
|
Mon, 07 Jun 2010 18:50:24 +0200 |
Sandrine Ribeau |
[schema diagram] ticket #191599, make schema image look better
|
changeset |
files
|
Mon, 07 Jun 2010 18:16:16 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 07 Jun 2010 18:15:39 +0200 |
Sylvain Thénault |
[workflow image] remove debug code
stable
|
changeset |
files
|
Mon, 07 Jun 2010 18:13:41 +0200 |
Sylvain Thénault |
[request] fix typo
stable
|
changeset |
files
|
Mon, 07 Jun 2010 18:13:39 +0200 |
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
|
Mon, 07 Jun 2010 17:45:41 +0200 |
Sylvain Thénault |
[hooks] fix typo in workflow hooks category
stable
|
changeset |
files
|
Mon, 07 Jun 2010 13:31:46 +0200 |
Sylvain Thénault |
[security hooks] fix bad merge
|
changeset |
files
|
Mon, 07 Jun 2010 13:22:24 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 07 Jun 2010 13:08:54 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.3-1 for changeset 1ccaa9247860
stable
|
changeset |
files
|
Mon, 07 Jun 2010 13:08:53 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.3 for changeset 7e6c6a2a272d
stable cubicweb-debian-version-3.8.3-1
|
changeset |
files
|
Mon, 07 Jun 2010 12:39:15 +0200 |
Sylvain Thénault |
[edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
|
changeset |
files
|
Mon, 31 May 2010 19:33:43 +0200 |
Julien Jehannet |
[web test] add basic windmill tests and documentation
|
changeset |
files
|
Tue, 01 Jun 2010 17:09:22 +0200 |
Julien Jehannet |
[web test] Add windmill functional testing capability.
|
changeset |
files
|
Mon, 07 Jun 2010 09:50:25 +0200 |
Sylvain Thénault |
3.8.3
stable cubicweb-version-3.8.3
|
changeset |
files
|
Mon, 07 Jun 2010 09:23:11 +0200 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Fri, 04 Jun 2010 15:45:54 +0200 |
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
|
Fri, 04 Jun 2010 13:09:12 +0200 |
Sylvain Thénault |
on entity creation, accept attributes without any update access
stable
|
changeset |
files
|
Fri, 04 Jun 2010 13:08:28 +0200 |
Sylvain Thénault |
[table] propagate paginate
stable
|
changeset |
files
|
Fri, 04 Jun 2010 13:07:57 +0200 |
Sylvain Thénault |
no more need for specific handling of table view's displayaction
stable
|
changeset |
files
|
Fri, 04 Jun 2010 13:07:07 +0200 |
Nicolas Chauvat |
[rset] do not break when rset.related_entity(x,y) is not an entity
stable
|
changeset |
files
|
Fri, 04 Jun 2010 11:09:55 +0200 |
Sylvain Thénault |
[migration] fix schema synchronization bug
stable
|
changeset |
files
|
Thu, 03 Jun 2010 18:45:02 +0200 |
Adrien Di Mascio |
[javascript] refactor execution flow of handleFormValidationResponse so that location hash is set to #header whatever the error is
stable
|
changeset |
files
|
Thu, 03 Jun 2010 17:14:32 +0200 |
Nicolas Chauvat |
[package] now depends on yams 0.30 because of xy API changes
|
changeset |
files
|
Thu, 03 Jun 2010 16:52:01 +0200 |
Nicolas Chauvat |
[xy] switch order of arguments for register_prefix()
|
changeset |
files
|
Thu, 03 Jun 2010 16:47:57 +0200 |
Sylvain Thénault |
HAVING sql clause don't know about comma...
stable
|
changeset |
files
|
Thu, 03 Jun 2010 16:37:01 +0200 |
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
|
Thu, 03 Jun 2010 15:13:41 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Thu, 03 Jun 2010 15:10:48 +0000 |
Alexandre Fayolle |
[win32] defer import of logilab.common.daemon
stable
|
changeset |
files
|
Thu, 03 Jun 2010 14:51:42 +0200 |
Adrien Di Mascio |
[ajax] refactor/cleanup low-level ajax functions
|
changeset |
files
|
Thu, 03 Jun 2010 13:20:07 +0200 |
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
|
Thu, 03 Jun 2010 10:20:00 +0200 |
Sylvain Thénault |
[form] avoid spurious warning subsequent for form's action refactoring w/ autoforms
stable
|
changeset |
files
|
Thu, 03 Jun 2010 10:17:44 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 01 Jun 2010 17:06:41 +0200 |
Pierre-Yves David |
[web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
|
changeset |
files
|
Mon, 31 May 2010 18:59:07 +0200 |
Julien Jehannet |
[web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
|
changeset |
files
|
Tue, 01 Jun 2010 17:44:55 +0200 |
Pierre-Yves David |
[etwist] twisted won't install signal handler outside the main thread.
stable
|
changeset |
files
|
Tue, 01 Jun 2010 17:29:49 +0200 |
Pierre-Yves David |
[vreg] ensure you can register an object from module not known yet.
stable
|
changeset |
files
|
Tue, 01 Jun 2010 17:03:28 +0200 |
Julien Jehannet |
[web] cleanup use of config in web application initialisation
stable
|
changeset |
files
|
Thu, 03 Jun 2010 09:41:41 +0200 |
Alexandre Fayolle |
fix unit tests by not using the new create_eid implementation with sqlite
stable
|
changeset |
files
|
Thu, 03 Jun 2010 09:24:41 +0200 |
Alexandre Fayolle |
cleanup the no_sqlite_wrap attribute after this test is executed
stable
|
changeset |
files
|
Wed, 02 Jun 2010 23:06:38 +0200 |
Alexandre Fayolle |
merge back on-site fixes
stable
|
changeset |
files
|
Wed, 02 Jun 2010 23:03:35 +0000 |
Alexandre Fayolle |
various brown paper bag fixes
stable
|
changeset |
files
|
Wed, 02 Jun 2010 18:12:47 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Wed, 02 Jun 2010 18:12:27 +0200 |
Alexandre Fayolle |
fix create_eid for sqlite (and bring back tests)
stable
|
changeset |
files
|
Wed, 02 Jun 2010 17:26:26 +0200 |
Alexandre Fayolle |
backport improved on-site change
stable
|
changeset |
files
|
Wed, 02 Jun 2010 17:23:42 +0000 |
Alexandre Fayolle |
TimedCache now only accepts values expressed in seconds
stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:30:36 +0200 |
Alexandre Fayolle |
backported to stable some changes made on site for a customer
stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:25:12 +0000 |
Alexandre Fayolle |
logging settings
stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:12:18 +0000 |
Alexandre Fayolle |
[win32] fix deadlock occuring on the sequence tables with SQLServer
stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:05:40 +0000 |
Alexandre Fayolle |
log the user name on session opening for easier debugging
stable
|
changeset |
files
|
Wed, 02 Jun 2010 15:55:58 +0000 |
Alexandre Fayolle |
more robust handling of looping task configuration in ldap source
stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:15:05 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 02 Jun 2010 16:13:28 +0200 |
Sylvain Thénault |
[rql2sql] fix scope computation of variable from temporary table
stable
|
changeset |
files
|
Wed, 02 Jun 2010 15:55:16 +0200 |
Sylvain Thénault |
stop being dumb please
stable
|
changeset |
files
|
Wed, 02 Jun 2010 15:29:18 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 02 Jun 2010 15:28:19 +0200 |
Sylvain Thénault |
[tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified
stable
|
changeset |
files
|
Wed, 02 Jun 2010 15:27:34 +0200 |
Sylvain Thénault |
[test] generated html differs w/ pygments version
stable
|
changeset |
files
|
Wed, 02 Jun 2010 14:48:36 +0200 |
Sylvain Thénault |
[storage] source's callback has a new prototype, update usage
stable
|
changeset |
files
|
Wed, 02 Jun 2010 14:36:54 +0200 |
Sylvain Thénault |
grmbl
stable
|
changeset |
files
|
Wed, 02 Jun 2010 14:24:28 +0200 |
Sylvain Thénault |
grmbl
|
changeset |
files
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 02 Jun 2010 13:02:34 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Wed, 02 Jun 2010 13:01:45 +0200 |
Sylvain Thénault |
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
|
changeset |
files
|
Wed, 02 Jun 2010 13:00:27 +0200 |
Sylvain Thénault |
[navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
|
changeset |
files
|
Wed, 02 Jun 2010 12:59:37 +0200 |
Sylvain Thénault |
[test] update test to follow recent navigation/facets fixes
stable
|
changeset |
files
|
Wed, 02 Jun 2010 12:59:13 +0200 |
Sylvain Thénault |
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
|
changeset |
files
|
Tue, 01 Jun 2010 15:19:06 +0200 |
Nicolas Chauvat |
[sparql] improve error reporting and fix one bug
stable
|
changeset |
files
|
Tue, 01 Jun 2010 14:26:50 +0200 |
Sylvain Thénault |
[test] add missing __main__ as expected by apycot pyunit checker
stable
|
changeset |
files
|
Tue, 01 Jun 2010 13:19:43 +0200 |
Sylvain Thénault |
[tableview] don't fail with AttributeError when paginated as main content view
stable
|
changeset |
files
|
Tue, 01 Jun 2010 12:21:44 +0200 |
Sylvain Thénault |
[facet] we must add type restriction for attribute facets as well
stable
|
changeset |
files
|
Tue, 01 Jun 2010 12:21:03 +0200 |
Sylvain Thénault |
[tableview] support for json-paginated table if paginable
stable
|
changeset |
files
|
Tue, 01 Jun 2010 12:20:16 +0200 |
Sylvain Thénault |
[navigation] view may implements page_navigation_url to handle them self url generated for pagination
stable
|
changeset |
files
|
Tue, 01 Jun 2010 12:19:01 +0200 |
Sylvain Thénault |
[navigation] when there are to much results, use a <select> based page navigation
stable
|
changeset |
files
|
Tue, 01 Jun 2010 12:16:56 +0200 |
Sylvain Thénault |
[primary] add missing version number to deprecation warnings
stable
|
changeset |
files
|
Tue, 01 Jun 2010 08:54:40 +0200 |
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
|
Tue, 01 Jun 2010 08:35:09 +0200 |
Stephanie Marcu |
[form] remove double property call
stable
|
changeset |
files
|
Tue, 01 Jun 2010 08:34:35 +0200 |
Sylvain Thénault |
cleanups
|
changeset |
files
|
Sun, 30 May 2010 02:03:54 +0200 |
Nicolas Chauvat |
[sparql] add failing test for two entities with dc:title
stable
|
changeset |
files
|
Sun, 30 May 2010 01:54:12 +0200 |
Nicolas Chauvat |
[sparql] adding test for "rdf:type -> is"
stable
|
changeset |
files
|
Sat, 29 May 2010 10:33:57 +0200 |
Alexandre Fayolle |
proof read documentation
stable
|
changeset |
files
|
Sat, 29 May 2010 10:33:40 +0200 |
Alexandre Fayolle |
skip flymake junk when reloading
stable
|
changeset |
files
|
Sat, 29 May 2010 10:18:02 +0200 |
Alexandre Fayolle |
merge back to stable some changes made on site for a customer.
stable
|
changeset |
files
|
Sat, 29 May 2010 10:06:07 +0000 |
Alexandre Fayolle |
[win32 SQLServer] connection lost detection
stable
|
changeset |
files
|
Sat, 29 May 2010 10:03:50 +0000 |
Alexandre Fayolle |
ldap: reset cache when a user is deleted
stable
|
changeset |
files
|
Sat, 29 May 2010 09:58:23 +0000 |
Alexandre Fayolle |
ldap source logging
stable
|
changeset |
files
|
Sat, 29 May 2010 09:57:02 +0000 |
Alexandre Fayolle |
forbid looping tasks with an interval of 0
stable
|
changeset |
files
|
Sat, 29 May 2010 09:54:07 +0000 |
Alexandre Fayolle |
/siteinfo page: display information about the names of the running threads
stable
|
changeset |
files
|
Sat, 29 May 2010 09:52:31 +0000 |
Alexandre Fayolle |
[win32 service] activate logging to the configured file as soon as possible
stable
|
changeset |
files
|
Fri, 28 May 2010 08:05:17 +0200 |
Pierre-Yves David |
[bfss] Rename filenames according to their metadata on entity update.
stable
|
changeset |
files
|
Wed, 26 May 2010 18:32:27 +0200 |
Sylvain Thénault |
[form] missing return...
stable
|
changeset |
files
|
Wed, 26 May 2010 18:17:29 +0200 |
Sylvain Thénault |
[adapters] fix NameError introduced by adapters refactoring
|
changeset |
files
|
Wed, 26 May 2010 17:19:44 +0200 |
Sylvain Thénault |
[security] fix security insertion on DISTINCT queries
stable
|
changeset |
files
|
Wed, 26 May 2010 15:49:48 +0200 |
Sylvain Thénault |
[adapters] fix bad copy and past....
|
changeset |
files
|
Wed, 26 May 2010 15:46:27 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 26 May 2010 15:45:22 +0200 |
Sylvain Thénault |
[rql2sql] properly compute scope for variable from temporary tables
stable
|
changeset |
files
|
Wed, 26 May 2010 14:59:05 +0200 |
Sylvain Thénault |
[form] fix bw compat issue introduced by 5588:377c9adfe81e
stable
|
changeset |
files
|
Wed, 26 May 2010 14:37:32 +0200 |
Sylvain Thénault |
[web] update to 3.9 Entity api
|
changeset |
files
|
Wed, 26 May 2010 12:33:48 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:45 +0200 |
Sylvain Thénault |
[migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:43 +0200 |
Sylvain Thénault |
[forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:40 +0200 |
Sylvain Thénault |
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:39 +0200 |
Sylvain Thénault |
[c-c] use logilab.database, not lgc.db
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:37 +0200 |
Sylvain Thénault |
[sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:34 +0200 |
Sylvain Thénault |
[web] disallow authenticated users to access to the login form (closes #914873)
stable
|
changeset |
files
|
Wed, 26 May 2010 11:01:50 +0200 |
Sylvain Thénault |
[reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value
stable
|
changeset |
files
|
Wed, 26 May 2010 10:28:48 +0200 |
Sylvain Thénault |
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
|
changeset |
files
|
Tue, 25 May 2010 12:21:17 +0200 |
Sylvain Thénault |
[repo] ensure thread is alive before calling .join. Closes #963580
stable
|
changeset |
files
|
Tue, 25 May 2010 12:20:26 +0200 |
Sylvain Thénault |
[migration] add migration file commands to follow option group changes
stable
|
changeset |
files
|
Tue, 25 May 2010 11:56:16 +0200 |
Sylvain Thénault |
fix 978144: exception with view send-email if empty subject
stable
|
changeset |
files
|
Tue, 25 May 2010 11:51:48 +0200 |
Sylvain Thénault |
[test] fix test broken by introduction of adapters
|
changeset |
files
|
Tue, 25 May 2010 10:55:57 +0200 |
Sylvain Thénault |
[schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size
stable
|
changeset |
files
|
Tue, 25 May 2010 09:50:20 +0200 |
Sylvain Thénault |
[deprecation] fix 3.9 deprecation warning
|
changeset |
files
|
Tue, 25 May 2010 09:50:12 +0200 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
changeset |
files
|
Fri, 21 May 2010 18:40:26 +0200 |
Sylvain Thénault |
[fti] fix name conflict introduced by the new IFTIAdapter
|
changeset |
files
|
Fri, 21 May 2010 18:39:40 +0200 |
Sylvain Thénault |
[entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
|
changeset |
files
|
Fri, 21 May 2010 15:06:29 +0200 |
Sylvain Thénault |
[vreg] should raise exception on select ambiguity when running in test mode
|
changeset |
files
|
Fri, 21 May 2010 15:05:44 +0200 |
Sylvain Thénault |
[adapters compat] make implements_adapter_compat selector compatible with attributes
|
changeset |
files
|
Fri, 21 May 2010 15:04:56 +0200 |
Sylvain Thénault |
[test] no more Image type w/ cw 3.9
|
changeset |
files
|
Fri, 21 May 2010 15:04:29 +0200 |
Sylvain Thénault |
[adapters] refactoring fixes
|
changeset |
files
|
Fri, 21 May 2010 15:02:56 +0200 |
Sylvain Thénault |
[selectors] ensure selector return an int
|
changeset |
files
|
Fri, 21 May 2010 15:02:42 +0200 |
Sylvain Thénault |
[selectors] adaptable selector should not accept None in rset
|
changeset |
files
|
Fri, 21 May 2010 15:02:14 +0200 |
Sylvain Thénault |
[selectors] lltrace appobject_selectable selector
|
changeset |
files
|
Fri, 21 May 2010 15:01:46 +0200 |
Sylvain Thénault |
[selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
|
changeset |
files
|
Fri, 21 May 2010 15:00:01 +0200 |
Sylvain Thénault |
[selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
|
changeset |
files
|
Fri, 21 May 2010 13:35:08 +0200 |
Sylvain Thénault |
with cw 3.9, no more Image type
|
changeset |
files
|
Fri, 21 May 2010 13:34:52 +0200 |
Sylvain Thénault |
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
|
changeset |
files
|
Fri, 21 May 2010 13:34:03 +0200 |
Sylvain Thénault |
[selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
|
changeset |
files
|
Fri, 21 May 2010 08:45:25 +0200 |
Sylvain Thénault |
[primary view] fix name error on dispctrl w/ pre 3.5 box definition
stable
|
changeset |
files
|
Fri, 21 May 2010 07:56:39 +0200 |
Sylvain Thénault |
[entity] fix access to attribute which has been renamed two revisions ago
|
changeset |
files
|
Thu, 20 May 2010 20:50:03 +0200 |
Sylvain Thénault |
[schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
|
changeset |
files
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
changeset |
files
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
changeset |
files
|
Thu, 20 May 2010 20:47:13 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 20 May 2010 20:45:28 +0200 |
Sylvain Thénault |
[config] move web specific config to the web section of the configuration file
stable
|
changeset |
files
|
Thu, 20 May 2010 20:45:21 +0200 |
Sylvain Thénault |
* * *
stable
|
changeset |
files
|
Thu, 20 May 2010 10:55:33 +0200 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Thu, 20 May 2010 10:41:36 +0200 |
Sylvain Thénault |
[migration] fix storage_change migraction to avoid exhausting the server's memory
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:57 +0200 |
Sylvain Thénault |
[repo] set log methods on the actually desired class
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:33 +0200 |
Sylvain Thénault |
[bfss] ensure base name doesn't contain path separator
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:55 +0200 |
Nicolas Chauvat |
merge
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:29 +0200 |
Nicolas Chauvat |
[web] remove dead code
stable
|
changeset |
files
|
Thu, 20 May 2010 10:04:45 +0200 |
Adrien Di Mascio |
[forms] consider __action_xxx field if passed to JSonController.validate_form
stable
|
changeset |
files
|
Tue, 18 May 2010 18:18:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 18 May 2010 18:15:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.2-1 for changeset 2b962bb9eee8
stable
|
changeset |
files
|
Tue, 18 May 2010 18:15:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013
stable cubicweb-debian-version-3.8.2-1
|
changeset |
files
|
Tue, 18 May 2010 16:49:41 +0200 |
Sylvain Thénault |
[test] absolute sqlite database names in source initialization, avoid pb when cwd is changed later
stable
|
changeset |
files
|
Tue, 18 May 2010 16:49:00 +0200 |
Sylvain Thénault |
clenup
stable
|
changeset |
files
|
Tue, 18 May 2010 15:06:09 +0200 |
Sylvain Thénault |
3.8.2
stable cubicweb-version-3.8.2
|
changeset |
files
|
Tue, 18 May 2010 14:56:41 +0200 |
Sylvain Thénault |
[wdoc] update users changelog
stable
|
changeset |
files
|
Tue, 18 May 2010 14:28:44 +0200 |
Sylvain Thénault |
[integrity] keep ordering for schema integrity checks
stable
|
changeset |
files
|
Tue, 18 May 2010 14:26:19 +0200 |
Sylvain Thénault |
[i18ncube] do not crash if cube has nothing to translate
stable
|
changeset |
files
|
Tue, 18 May 2010 14:25:37 +0200 |
Sylvain Thénault |
[skel] enable wdoc support in new cubes
stable
|
changeset |
files
|
Tue, 18 May 2010 14:24:04 +0200 |
Sylvain Thénault |
[preferences] support dot (.) in registry id of configurable appobjects
stable
|
changeset |
files
|
Tue, 18 May 2010 10:30:34 +0200 |
Sylvain Thénault |
[i18ncube] we must load site_cubicweb file before calling set_schema, else we may miss some options or other initialization stuff necessary to appobject loading
stable
|
changeset |
files
|
Tue, 18 May 2010 10:28:50 +0200 |
Sylvain Thénault |
[dtd] add unselimg attribute use by widget for HasRelationFacet
stable
|
changeset |
files
|
Mon, 17 May 2010 17:31:45 +0200 |
Sylvain Thénault |
remove 3.7 deprecation warning
stable
|
changeset |
files
|
Mon, 17 May 2010 17:31:29 +0200 |
Sylvain Thénault |
catch unauthorized when executing rql to check an rql expression. Fix #968824
stable
|
changeset |
files
|
Mon, 17 May 2010 17:30:52 +0200 |
Sylvain Thénault |
[startup view] sort startup views by alphabetical order
stable
|
changeset |
files
|
Mon, 17 May 2010 17:30:28 +0200 |
Sylvain Thénault |
[table view] should use __regid__ instead of hard-coded 'table' view identifier
stable
|
changeset |
files
|
Mon, 17 May 2010 17:29:54 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Mon, 17 May 2010 11:05:37 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 17 May 2010 11:04:52 +0200 |
Sylvain Thénault |
[facet] control i18nization of values on AttributeFacet
stable
|
changeset |
files
|
Sun, 16 May 2010 19:00:07 +0200 |
Nicolas Chauvat |
[views] tab schema image renamed to schema diagram
stable
|
changeset |
files
|
Wed, 12 May 2010 17:07:07 +0200 |
Sylvain Thénault |
[uicfg] fix handling of 'order' in the primaryview_display_ctrl rtag: consider by default only schema order, not order of appearance of rules
stable
|
changeset |
files
|
Wed, 12 May 2010 15:25:17 +0200 |
Sylvain Thénault |
[db-check] RQLConstraint is not a 'unique' constraint
stable
|
changeset |
files
|
Wed, 12 May 2010 13:12:03 +0200 |
Sylvain Thénault |
[entity] avoid getting w in cw_extra_kwargs when calling .view
stable
|
changeset |
files
|
Wed, 12 May 2010 12:36:39 +0200 |
Sylvain Thénault |
[actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set
stable
|
changeset |
files
|
Wed, 12 May 2010 12:20:47 +0200 |
Sylvain Thénault |
[primary view] allow new 'subvid' parameter in primaryview_display_ctrl
stable
|
changeset |
files
|
Wed, 12 May 2010 12:19:41 +0200 |
Sylvain Thénault |
[primary view] give dispctrl to side box views as for relations section
stable
|
changeset |
files
|
Wed, 12 May 2010 12:18:48 +0200 |
Sylvain Thénault |
[web] unify list views call arguments: use subvid to specify the view to use for each item
stable
|
changeset |
files
|
Wed, 12 May 2010 12:17:46 +0200 |
Sylvain Thénault |
[web] refactor side box to use autolimited view
stable
|
changeset |
files
|
Wed, 12 May 2010 12:16:41 +0200 |
Sylvain Thénault |
[req] avoid getting w in cw_extra_kwargs when calling .view
stable
|
changeset |
files
|
Wed, 12 May 2010 09:29:53 +0200 |
Sylvain Thénault |
[config] rename remaining inputlevel to level in option definitions, as expected by lgc >= 0.50
stable
|
changeset |
files
|
Tue, 11 May 2010 16:58:35 +0200 |
Sylvain Thénault |
[fti] simplify UpdateFTIHook code
stable
|
changeset |
files
|
Tue, 11 May 2010 16:48:26 +0200 |
Sylvain Thénault |
[twisted] we must set response code before starting to write the answer, else it's ignored
stable
|
changeset |
files
|
Tue, 11 May 2010 16:26:29 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 11 May 2010 08:29:15 +0200 |
Sylvain Thénault |
[web data] remove files not used by the framework
|
changeset |
files
|
Mon, 10 May 2010 18:06:51 +0200 |
Sylvain Thénault |
[css] keep old css according to a configuration variable (true by default)
|
changeset |
files
|
Mon, 10 May 2010 17:49:42 +0200 |
Sylvain Thénault |
[3.8 execute] remove deprecation warnings
stable
|
changeset |
files
|
Mon, 10 May 2010 16:59:32 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 10 May 2010 15:20:54 +0200 |
Aurelien Campeas |
[dbapi] missing import
stable
|
changeset |
files
|
Mon, 10 May 2010 15:16:37 +0200 |
Sylvain Thénault |
[ajax] missing html heads processing in reloadComponent (sic\!)
stable
|
changeset |
files
|
Mon, 10 May 2010 15:15:06 +0200 |
Sylvain Thénault |
[deprecation] missing version number to old warning message
stable
|
changeset |
files
|
Mon, 10 May 2010 15:14:47 +0200 |
Sylvain Thénault |
[table view] we should call the cell view using the table rset, not one rebuilded for a specific entity
stable
|
changeset |
files
|
Mon, 10 May 2010 15:14:13 +0200 |
Sylvain Thénault |
[table view] take care to None label
stable
|
changeset |
files
|
Fri, 07 May 2010 20:07:54 +0200 |
Sylvain Thénault |
[selectors] new logged_user_in_rset selector
stable
|
changeset |
files
|
Fri, 07 May 2010 16:50:09 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 07 May 2010 15:25:09 +0200 |
egazoni |
replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows
stable
|
changeset |
files
|
Fri, 07 May 2010 15:03:03 +0200 |
egazoni |
fixed bug of non-normalized path under Windows, that broke the reload mechanism
stable
|
changeset |
files
|
Fri, 07 May 2010 14:42:18 +0200 |
Sylvain Thénault |
[c-c list] configuration pb cubes directly hold version number now, avoid crash when reporting errors
stable
|
changeset |
files
|
Thu, 06 May 2010 16:23:39 +0000 |
Alexandre Fayolle |
Handle new way of reporting unmodified FileFields
stable
|
changeset |
files
|
Thu, 06 May 2010 14:48:44 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Thu, 06 May 2010 14:46:58 +0200 |
Alexandre Fayolle |
attempt to port windows service to 3.8.1
stable
|
changeset |
files
|
Thu, 06 May 2010 14:26:47 +0200 |
Sylvain Thénault |
[web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs)
stable
|
changeset |
files
|
Thu, 06 May 2010 14:29:07 +0200 |
Katia Saurfelt |
[css] update print css
|
changeset |
files
|
Thu, 06 May 2010 14:29:05 +0200 |
Katia Saurfelt |
[doc] cleanup
|
changeset |
files
|
Thu, 06 May 2010 14:27:57 +0200 |
Alexandre Fayolle |
[python2.6] do not import simplejson directly
stable
|
changeset |
files
|
Thu, 06 May 2010 12:57:49 +0200 |
Sylvain Thénault |
[selectors] fix no_cnx selector's prototype
stable
|
changeset |
files
|
Thu, 06 May 2010 11:30:46 +0200 |
Sylvain Thénault |
[web config] set default uiprops on web config class to avoid error on commands such as i18n instance
|
changeset |
files
|
Thu, 06 May 2010 08:25:02 +0200 |
Sylvain Thénault |
backport stable
stable
|
changeset |
files
|
Thu, 06 May 2010 08:24:46 +0200 |
Sylvain Thénault |
[migration] ask_confirm argument of show_diff doesn't contain an _
oldstable
|
changeset |
files
|
Wed, 05 May 2010 18:55:19 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 05 May 2010 18:54:19 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
changeset |
files
|
Wed, 05 May 2010 18:54:04 +0200 |
Sylvain Thénault |
[upgrade] don't ask confirm to replace configuration file with -v0
oldstable
|
changeset |
files
|
Wed, 05 May 2010 18:48:31 +0200 |
Sylvain Thénault |
merge good/bad versions of imported patches...
|
changeset |
files
|
Wed, 05 May 2010 18:39:59 +0200 |
Katia Saurfelt |
[css] start using uiprops in cubicweb.css
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] progressively fixing rhythm
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] introducing scale and rhythm composition
|
changeset |
files
|
Wed, 05 May 2010 18:19:56 +0200 |
Katia Saurfelt |
[css] start using uiprops in cubicweb.css
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] progressively fixing rhythm
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] introducing scale and rhythm composition
|
changeset |
files
|
Wed, 05 May 2010 18:15:25 +0200 |
Aurelien Campeas |
[doc/book] a very simple example of entity form extension
stable
|
changeset |
files
|
Wed, 05 May 2010 16:52:27 +0200 |
Aurelien Campeas |
[doc/book] refresh a bit the edit controller section
stable
|
changeset |
files
|
Wed, 05 May 2010 15:29:39 +0200 |
Aurelien Campeas |
[doc/book] explain the form loop validation process
stable
|
changeset |
files
|
Wed, 05 May 2010 18:10:33 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 05 May 2010 18:10:07 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
changeset |
files
|
Wed, 05 May 2010 18:08:34 +0200 |
Sylvain Thénault |
[c-c dev] fix i18ncubicweb command
|
changeset |
files
|
Wed, 05 May 2010 16:44:02 +0200 |
Sandrine Ribeau |
[book] add generated js documentation to cw book
|
changeset |
files
|
Wed, 05 May 2010 16:24:27 +0200 |
Sylvain Thénault |
[packaging] we should add schemas to include_dirs so sql extensions files are properly installed
oldstable
|
changeset |
files
|
Wed, 05 May 2010 11:19:58 +0200 |
Sylvain Thénault |
[web test] missing test data file
|
changeset |
files
|
Wed, 05 May 2010 10:28:55 +0200 |
Sylvain Thénault |
[https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
|
changeset |
files
|
Wed, 05 May 2010 10:22:11 +0200 |
Sylvain Thénault |
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
|
changeset |
files
|
Tue, 04 May 2010 19:23:38 +0200 |
Aurelien Campeas |
[doc/book] not anymore ...
stable
|
changeset |
files
|
Tue, 04 May 2010 19:16:59 +0200 |
Aurelien Campeas |
[doc/book] dissection of a form chapter
stable
|
changeset |
files
|
Tue, 04 May 2010 16:14:33 +0200 |
Aurelien Campeas |
[doc/book] move examples to a separate chapter, fix autoform module docstring
stable
|
changeset |
files
|
Tue, 04 May 2010 15:46:36 +0200 |
Aurelien Campeas |
[doc/book] copious choices example
stable
|
changeset |
files
|
Tue, 04 May 2010 15:31:08 +0200 |
Aurelien Campeas |
[css] fix schema css + d-t-w
stable
|
changeset |
files
|
Tue, 04 May 2010 15:30:20 +0200 |
Aurelien Campeas |
[web/schemaviewer] fix bad call
stable
|
changeset |
files
|
Tue, 04 May 2010 11:09:18 +0200 |
Aurelien Campeas |
[doc/book] regroup form/editcontroller stuff under an "edition control" chapter
stable
|
changeset |
files
|
Tue, 04 May 2010 11:04:54 +0200 |
Aurelien Campeas |
[doc/book] complete a bit the request api
stable
|
changeset |
files
|
Tue, 04 May 2010 14:41:07 +0200 |
Alexandre Fayolle |
fixed unittest_wfobjs
stable
|
changeset |
files
|
Tue, 04 May 2010 14:16:04 +0200 |
Alexandre Fayolle |
merged back oldstable into stable
stable
|
changeset |
files
|
Tue, 04 May 2010 12:05:00 +0200 |
Alexandre Fayolle |
fix bad reading of options in ldapuser.py
oldstable
|
changeset |
files
|
Mon, 03 May 2010 14:17:45 +0200 |
Sandrine Ribeau |
[json-controller] - refactoring of js_component and js_view, it now uses _call_view
|
changeset |
files
|
Mon, 03 May 2010 14:10:23 +0200 |
Sylvain Thénault |
[widget] kill buggy / unused (only in cmhn) AddComboBox widget
|
changeset |
files
|
Mon, 03 May 2010 14:09:37 +0200 |
Sylvain Thénault |
[doc] typos
|
changeset |
files
|
Fri, 30 Apr 2010 19:58:17 +0200 |
Alexandre Fayolle |
ignore annoying warnings about pygments already being imported and stuff being added to python path
stable
|
changeset |
files
|
Fri, 30 Apr 2010 19:07:06 +0200 |
Aurelien Campeas |
[hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints)
stable
|
changeset |
files
|
Fri, 30 Apr 2010 18:24:29 +0200 |
Aurelien Campeas |
[hooks/...] fix previous commit
stable
|
changeset |
files
|
Fri, 30 Apr 2010 16:39:50 +0200 |
Aurelien Campeas |
[hooks/operations] use set_operations for three ops (huge gains for massive imports)
stable
|
changeset |
files
|
Fri, 30 Apr 2010 14:34:56 +0200 |
Sylvain Thénault |
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
|
changeset |
files
|
Fri, 30 Apr 2010 12:46:51 +0200 |
Sylvain Thénault |
[vreg] we should now reset in init_registration since we don't do it in __init__
|
changeset |
files
|
Fri, 30 Apr 2010 12:15:37 +0200 |
Sylvain Thénault |
[web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
|
changeset |
files
|
Fri, 30 Apr 2010 12:14:15 +0200 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
changeset |
files
|
Thu, 29 Apr 2010 14:21:59 +0200 |
Sylvain Thénault |
[webconfig] cleanup base_url management
|
changeset |
files
|
Thu, 29 Apr 2010 14:21:57 +0200 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
changeset |
files
|
Thu, 29 Apr 2010 14:34:13 +0200 |
Alexandre Fayolle |
Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d
oldstable
|
changeset |
files
|
Thu, 29 Apr 2010 14:34:13 +0200 |
Alexandre Fayolle |
Added tag cubicweb-version-3.7.5 for changeset c476d106705e
oldstable cubicweb-debian-version-3.7.5-1
|
changeset |
files
|
Thu, 29 Apr 2010 13:54:00 +0200 |
Alexandre Fayolle |
prepare 3.7.5 release
oldstable cubicweb-version-3.7.5
|
changeset |
files
|
Thu, 29 Apr 2010 11:09:03 +0200 |
Nicolas Chauvat |
[css] avoid repeating reset css
|
changeset |
files
|
Mon, 15 Feb 2010 22:15:02 +0100 |
Nicolas Chauvat |
[css] use meyer's public domain reset css
|
changeset |
files
|
Wed, 28 Apr 2010 17:57:36 +0200 |
Julien Jehannet |
[c-c shell] make script arguments available as __args__ in the script namespace. Use scriptargs instead of args as process_script argument name.
|
changeset |
files
|
Wed, 28 Apr 2010 18:13:38 +0200 |
Julien Jehannet |
[management] fix vocab: use cube instead of package
|
changeset |
files
|
Thu, 29 Apr 2010 07:03:08 +0200 |
Nicolas Chauvat |
[sparql] bugfix
stable
|
changeset |
files
|
Thu, 29 Apr 2010 07:02:14 +0200 |
Nicolas Chauvat |
[xy] define standard prefixes
stable
|
changeset |
files
|
Thu, 29 Apr 2010 06:53:48 +0200 |
Nicolas Chauvat |
[doc] various small improvements
stable
|
changeset |
files
|
Wed, 28 Apr 2010 16:55:39 +0200 |
Stephanie Marcu |
fix i18ncube for pegase where we do strange things by redefining relations
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 16:13:56 +0200 |
Julien Jehannet |
[shell] #715938: support of script parameters (using standard '--' as arguments separator)
|
changeset |
files
|
Wed, 28 Apr 2010 15:42:10 +0200 |
Sylvain Thénault |
[dbapi] more test and documentation of dbapi
stable
|
changeset |
files
|
Wed, 28 Apr 2010 14:05:50 +0200 |
Alexandre Fayolle |
move rarely used (imo) settings to inputlevel3 in cwctl create
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 12:25:11 +0200 |
Sylvain Thénault |
default is now forthcoming cw 3.9
|
changeset |
files
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
changeset |
files
|
Wed, 28 Apr 2010 12:21:48 +0200 |
Sylvain Thénault |
backport default into stable: stable is now actually cw 3.8
stable
|
changeset |
files
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
changeset |
files
|
Wed, 28 Apr 2010 11:54:13 +0200 |
Sylvain Thénault |
backport stable into oldstable: oldstable is now cw 3.7
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
changeset |
files
|
Tue, 27 Apr 2010 18:31:42 +0200 |
Sylvain Thénault |
[ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable
stable
|
changeset |
files
|
Tue, 27 Apr 2010 18:27:43 +0200 |
Sylvain Thénault |
[repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source
stable
|
changeset |
files
|
Tue, 27 Apr 2010 14:25:38 +0200 |
Sylvain Thénault |
[doc] reorganize for chapter structure
stable
|
changeset |
files
|
Tue, 27 Apr 2010 14:19:20 +0200 |
Sylvain Thénault |
[web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui
stable
|
changeset |
files
|
Tue, 27 Apr 2010 11:25:40 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 27 Apr 2010 11:23:20 +0200 |
Alexandre Fayolle |
ask pyro group config questions for all-in-one config site when pyro is enabled
stable
|
changeset |
files
|
Tue, 27 Apr 2010 10:32:25 +0000 |
Alexandre Fayolle |
enforce use of environment variables when running as a service
stable
|
changeset |
files
|
Tue, 27 Apr 2010 07:49:47 +0000 |
Alexandre Fayolle |
added db-extra-arguments to configuration parameters for native source
stable
|
changeset |
files
|
Mon, 26 Apr 2010 18:45:03 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.1-1 for changeset eb972d125eef
|
changeset |
files
|
Mon, 26 Apr 2010 18:45:03 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.1 for changeset 1e074c6150fe
cubicweb-debian-version-3.8.1-1
|
changeset |
files
|
Mon, 26 Apr 2010 17:55:36 +0200 |
Alexandre Fayolle |
cubicweb-ctl create improvements
stable
|
changeset |
files
|
Mon, 26 Apr 2010 17:11:59 +0200 |
Sylvain Thénault |
3.8.1
cubicweb-version-3.8.1
|
changeset |
files
|
Mon, 26 Apr 2010 16:31:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 26 Apr 2010 15:28:43 +0200 |
Sylvain Thénault |
disable CERT check
stable
|
changeset |
files
|
Mon, 26 Apr 2010 11:33:44 +0200 |
Sylvain Thénault |
proper copyright file
stable
|
changeset |
files
|
Mon, 26 Apr 2010 13:10:12 +0200 |
Nicolas Chauvat |
[web/views] fix docstring
stable
|
changeset |
files
|
Mon, 26 Apr 2010 12:52:48 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 23 Apr 2010 13:36:43 +0200 |
Alexandre Fayolle |
cleanup debugging trace
stable
|
changeset |
files
|
Fri, 23 Apr 2010 12:19:54 +0200 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
changeset |
files
|
Mon, 26 Apr 2010 10:41:40 +0200 |
Sylvain Thénault |
[testlib] move _cnxs initialization before setup_database so one can login in it
stable
|
changeset |
files
|
Fri, 23 Apr 2010 20:06:04 +0200 |
Aurelien Campeas |
[doc/book] various content fixes
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:01:45 +0200 |
Pierre-Yves David |
[cw-shell] Write ignored scripts warning on stderr instead of stdout.
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:56:01 +0200 |
Sylvain Thénault |
[repo] cleanup
|
changeset |
files
|
Fri, 23 Apr 2010 17:55:46 +0200 |
Sylvain Thénault |
[bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
|
changeset |
files
|
Fri, 23 Apr 2010 17:54:34 +0200 |
Sylvain Thénault |
[bfss] use set_operation for AddFileOp/DeleteFileOp
|
changeset |
files
|
Fri, 23 Apr 2010 17:32:47 +0200 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:31:46 +0200 |
Aurelien Campeas |
[doc/book] move devweb up from development, turn development into devrepo (much better structure)
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:07:55 +0200 |
Aurelien Campeas |
[doc/book] hide most XXXs
stable
|
changeset |
files
|
Fri, 23 Apr 2010 15:49:23 +0200 |
Sylvain Thénault |
[view] better control wether same etype view should display title or not
stable
|
changeset |
files
|
Fri, 23 Apr 2010 14:43:16 +0200 |
Sylvain Thénault |
[config] augment default value for short-line-size
stable
|
changeset |
files
|
Fri, 23 Apr 2010 13:36:43 +0200 |
Alexandre Fayolle |
cleanup debugging trace
stable
|
changeset |
files
|
Fri, 23 Apr 2010 12:19:54 +0200 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
changeset |
files
|
Fri, 23 Apr 2010 14:55:10 +0200 |
Aurelien Campeas |
[doc/book] rename images with non suffix dots to please latex
stable
|
changeset |
files
|
Fri, 23 Apr 2010 13:25:31 +0200 |
Sylvain Thénault |
[i18n] yams constraint messages updated
|
changeset |
files
|
Fri, 23 Apr 2010 13:25:02 +0200 |
Sylvain Thénault |
[test] stop using ObjectRelation in schema
|
changeset |
files
|
Fri, 23 Apr 2010 12:42:53 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 23 Apr 2010 12:40:48 +0200 |
Sylvain Thénault |
[widgets] move form controls at the end of the file
stable
|
changeset |
files
|
Fri, 23 Apr 2010 12:40:26 +0200 |
Sylvain Thénault |
[widgets] fix super calls, bug introduced in 5367:4176a50c81c9
stable
|
changeset |
files
|
Fri, 23 Apr 2010 11:10:30 +0200 |
Sylvain Thénault |
[skeleton] short_desc is now description in pkginfo
|
changeset |
files
|
Fri, 23 Apr 2010 11:10:09 +0200 |
Sylvain Thénault |
[config] include cube name in warning
|
changeset |
files
|
Fri, 23 Apr 2010 09:17:08 +0200 |
Sylvain Thénault |
[c-c status] return status code 1 when some instances isn't running. Closes #510817
|
changeset |
files
|
Fri, 23 Apr 2010 09:17:07 +0200 |
Sylvain Thénault |
[schema] update for yams 0.29: BoundConstraint renamed to BoundaryConstraint; new constraint messages; ObjectRelation deprecated
|
changeset |
files
|
Fri, 23 Apr 2010 08:48:42 +0200 |
Sylvain Thénault |
[schema] cleanup
|
changeset |
files
|
Thu, 22 Apr 2010 19:48:04 +0000 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
changeset |
files
|
Thu, 22 Apr 2010 19:37:56 +0000 |
Alexandre Fayolle |
[python2.6] don't add a name property on Thread
stable
|
changeset |
files
|
Thu, 22 Apr 2010 18:25:34 +0200 |
Sylvain Thénault |
[c-c exlog] #687204: cubicweb-ctl exlog: use a proper file and not stdin for input
stable
|
changeset |
files
|
Thu, 22 Apr 2010 17:20:08 +0200 |
Sylvain Thénault |
[doc] restore file accidentaly deleted
|
changeset |
files
|
Thu, 22 Apr 2010 17:04:51 +0200 |
Julien Jehannet |
[selector] allow inplace operator in selector computation
|
changeset |
files
|
Thu, 22 Apr 2010 15:50:45 +0200 |
Pierre-Yves David |
Add a basic script to compare the db_schema to the fs_schema.
|
changeset |
files
|
Thu, 22 Apr 2010 16:55:17 +0200 |
Arthur Lutz |
le patch some_admin_doc_for_migration a été importé
stable
|
changeset |
files
|
Thu, 22 Apr 2010 12:18:21 +0200 |
Aurelien Campeas |
[lazy view] give it a proper hole node in the no spinbox case
stable
|
changeset |
files
|
Wed, 21 Apr 2010 17:25:26 +0200 |
Aurelien Campeas |
fix NameError
stable
|
changeset |
files
|
Wed, 21 Apr 2010 16:53:47 +0200 |
Sylvain Thénault |
[book] start documenting the HTML form system
stable
|
changeset |
files
|
Wed, 21 Apr 2010 16:53:25 +0200 |
Sylvain Thénault |
[form] small api cleanup and refactoring before documenting the form system
stable
|
changeset |
files
|
Wed, 21 Apr 2010 16:48:45 +0200 |
Sylvain Thénault |
[masmailing] cleanup: use authenticated_user selectors, define stuff on form instead of on selection when possible, other cleanups
stable
|
changeset |
files
|
Wed, 21 Apr 2010 14:08:18 +0200 |
Aurelien Campeas |
[service] do not bluntly override these things if they exist
stable
|
changeset |
files
|
Tue, 20 Apr 2010 18:34:37 +0200 |
Sylvain Thénault |
[dbapi] some compat with distant < 3.8 repo
|
changeset |
files
|
Tue, 20 Apr 2010 18:34:07 +0200 |
Sylvain Thénault |
[3.8 api update] remaining cache keys
|
changeset |
files
|
Tue, 20 Apr 2010 18:32:42 +0200 |
Aurelien Campeas |
[doc/book] make the .css converge back to proper cwo style, fix a bunch of typos
stable
|
changeset |
files
|
Tue, 20 Apr 2010 18:26:19 +0200 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 20 Apr 2010 18:25:56 +0200 |
Sylvain Thénault |
[skel] fix setup.py
|
changeset |
files
|
Tue, 20 Apr 2010 18:10:42 +0200 |
Sylvain Thénault |
[dbapi] take care vreg may not be set
|
changeset |
files
|
Tue, 20 Apr 2010 18:09:56 +0200 |
Sylvain Thénault |
[forms] no crash if restore_previous_post has not be called, has in report bug form in management.py for instance
|
changeset |
files
|
Tue, 20 Apr 2010 18:22:41 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.0-1 for changeset 24cc65ab2eca
|
changeset |
files
|
Tue, 20 Apr 2010 18:22:40 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.0 for changeset 3c703f3245dc
cubicweb-debian-version-3.8.0-1
|
changeset |
files
|
Tue, 20 Apr 2010 16:31:53 +0200 |
Sylvain Thénault |
3.8
cubicweb-version-3.8.0
|
changeset |
files
|
Tue, 20 Apr 2010 16:30:35 +0200 |
Sylvain Thénault |
[debian] don't use setuptools to build debian package
|
changeset |
files
|
Tue, 20 Apr 2010 16:30:01 +0200 |
Sylvain Thénault |
[packaging] fix setup.py for use w/ lgp
|
changeset |
files
|
Tue, 20 Apr 2010 15:55:50 +0200 |
Sylvain Thénault |
[debian] don't use setuptools to build debian package
|
changeset |
files
|
Tue, 20 Apr 2010 15:35:13 +0200 |
Aurelien Campeas |
[doc/book] a proper note (style)
stable
|
changeset |
files
|
Tue, 20 Apr 2010 15:33:09 +0200 |
Nicolas Chauvat |
[doc] replace c-c with cubicweb-ctl
stable
|
changeset |
files
|
Tue, 20 Apr 2010 15:31:04 +0200 |
Aurelien Campeas |
[doc/book] fix wrong (https) url
stable
|
changeset |
files
|
Tue, 20 Apr 2010 15:16:19 +0200 |
Aurelien Campeas |
[doc/book] typos
stable
|
changeset |
files
|
Tue, 20 Apr 2010 14:36:18 +0200 |
Sylvain Thénault |
merge stable, fixing dependencies generation on c-c newcube on the way
|
changeset |
files
|
Tue, 20 Apr 2010 14:27:49 +0200 |
Sylvain Thénault |
[skel] include __recommends_cubes__ as well for completness
stable
|
changeset |
files
|
Tue, 20 Apr 2010 14:18:35 +0200 |
Sylvain Thénault |
[dbapi] document connect() function
stable
|
changeset |
files
|
Tue, 20 Apr 2010 12:35:23 +0200 |
Aurelien Campeas |
[skeleton/dependencies] fix typo & new cube generation from template
stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:57:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:56:57 +0200 |
Sylvain Thénault |
[debian] depends on twisted.web instead of twisted.web2
|
changeset |
files
|
Tue, 20 Apr 2010 10:43:12 +0200 |
Sylvain Thénault |
[db-check] cleanup
stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:42:58 +0200 |
Sylvain Thénault |
[db-check] don't check entities from external sources have owned_by
stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:42:35 +0200 |
Sylvain Thénault |
[db-check] fix unexistent multisource entity detection
stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:39:08 +0200 |
Sylvain Thénault |
[db-check] fix duplicated schema constraint detection
stable
|
changeset |
files
|
Tue, 20 Apr 2010 10:38:05 +0200 |
Sylvain Thénault |
[etwist] proper getChild implementation (eventually): fix fckeditor resources locating bugs by properly using file resources
|
changeset |
files
|
Tue, 20 Apr 2010 10:00:55 +0200 |
Sylvain Thénault |
[js] remove unnecessary log
|
changeset |
files
|
Tue, 20 Apr 2010 10:00:36 +0200 |
Sylvain Thénault |
[etwist] nicer, thouhg really not perferct) request max size exceeded support of json/frame posts
|
changeset |
files
|
Tue, 20 Apr 2010 09:58:28 +0200 |
Sylvain Thénault |
[skel] packaging fix: should build package without setuptools, and fix default for dependency_links
|
changeset |
files
|
Tue, 20 Apr 2010 09:57:47 +0200 |
Sylvain Thénault |
[controllers] cleanup unused js var
|
changeset |
files
|
Tue, 20 Apr 2010 09:13:08 +0200 |
Sylvain Thénault |
[packaging] update lgc dependency
|
changeset |
files
|
Tue, 20 Apr 2010 09:11:34 +0200 |
Sylvain Thénault |
[skel] cleanup default cube setup.py
|
changeset |
files
|
Mon, 19 Apr 2010 15:31:24 +0200 |
Sylvain Thénault |
[web] no more needed with the bytes option type
|
changeset |
files
|
Mon, 19 Apr 2010 15:30:48 +0200 |
Sylvain Thénault |
[packaging] setup.py cleanups
|
changeset |
files
|
Mon, 19 Apr 2010 13:52:55 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 19 Apr 2010 13:51:16 +0200 |
Sylvain Thénault |
[config] use bytes option type for max post length
|
changeset |
files
|
Mon, 19 Apr 2010 13:38:46 +0200 |
Sylvain Thénault |
[config] properly use time type for options representing a time.
stable
|
changeset |
files
|
Mon, 19 Apr 2010 13:37:32 +0200 |
Sylvain Thénault |
[web] consistent cleanup session interval time
stable
|
changeset |
files
|
Mon, 19 Apr 2010 13:35:57 +0200 |
Sylvain Thénault |
[migration] makes Yes the default answer to replace configuration file
stable
|
changeset |
files
|
Mon, 19 Apr 2010 12:43:23 +0200 |
Sylvain Thénault |
[config] with lgc >= 0.50, option's dict inputlevel becomes level
|
changeset |
files
|
Mon, 19 Apr 2010 12:42:54 +0200 |
Sylvain Thénault |
[config] graph ordering function moved to lgc 0.50
|
changeset |
files
|
Mon, 19 Apr 2010 12:42:01 +0200 |
Sylvain Thénault |
[dbapi] fallback to Entity when etypes registry isn't initialized (weird we haven't catchi this pb before)
|
changeset |
files
|
Fri, 16 Apr 2010 19:45:11 +0200 |
Adrien Di Mascio |
[json] provide a custom json encoder for entities that includes eid in the json object
stable
|
changeset |
files
|
Fri, 16 Apr 2010 19:24:53 +0200 |
Aurelien Campeas |
[doc/book] an introduction to yams, layout tweaks
stable
|
changeset |
files
|
Fri, 16 Apr 2010 19:24:24 +0200 |
Aurelien Campeas |
[doc/book] talk about the existing categories
stable
|
changeset |
files
|
Fri, 16 Apr 2010 17:52:31 +0200 |
Aurelien Campeas |
[doc/book] explain what happens/to do when issuing upgrade command
stable
|
changeset |
files
|
Fri, 16 Apr 2010 17:38:26 +0200 |
Aurelien Campeas |
[doc/book] note about reducing log level
stable
|
changeset |
files
|
Fri, 16 Apr 2010 17:37:57 +0200 |
Aurelien Campeas |
fix docstring
stable
|
changeset |
files
|
Fri, 16 Apr 2010 17:00:49 +0200 |
Aurelien Campeas |
[doc/book] refresh the autoform section with uicfg content (moved there)
stable
|
changeset |
files
|
Fri, 16 Apr 2010 16:43:41 +0200 |
Stephanie Marcu |
[doc/book] complete the urlrewrite sections with examples
stable
|
changeset |
files
|
Fri, 16 Apr 2010 16:40:25 +0200 |
Aurelien Campeas |
[doc/book] misc on views, docstrings
stable
|
changeset |
files
|
Fri, 16 Apr 2010 14:39:42 +0200 |
Aurelien Campeas |
[doc/book] talk a bit of the Result Set class
stable
|
changeset |
files
|
Fri, 16 Apr 2010 11:40:33 +0200 |
Stephanie Marcu |
[doc/book] add image for the breadcrumbs section
stable
|
changeset |
files
|
Fri, 16 Apr 2010 13:57:27 +0200 |
Aurelien Campeas |
[doc/book] fix docstrings, add notes
stable
|
changeset |
files
|
Fri, 16 Apr 2010 11:40:33 +0200 |
Stephanie Marcu |
[doc/book] complete the breadcrumbs section
stable
|
changeset |
files
|
Fri, 16 Apr 2010 13:22:35 +0200 |
Aurelien Campeas |
[doc/book] complete/fix the dbapi stuff, including cursor
stable
|
changeset |
files
|
Fri, 16 Apr 2010 12:32:52 +0200 |
Aurelien Campeas |
[doc/book] some fixes for vregistry, selectors & appobjects
stable
|
changeset |
files
|
Fri, 16 Apr 2010 11:13:46 +0200 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Thu, 15 Apr 2010 19:38:24 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.4-1 for changeset fefeda65bb83
stable
|
changeset |
files
|
Thu, 15 Apr 2010 19:38:24 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.4 for changeset ec23f3ebcd34
stable cubicweb-debian-version-3.7.4-1
|
changeset |
files
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 15 Apr 2010 19:31:10 +0200 |
Aurelien Campeas |
[doc/book] stuff a bit the publishing process (including various docstrings)
stable
|
changeset |
files
|
Thu, 15 Apr 2010 19:28:28 +0200 |
Aurelien Campeas |
[doc/book] bitstream vera sans is a terrific font
stable
|
changeset |
files
|
Thu, 15 Apr 2010 19:25:39 +0200 |
Sylvain Thénault |
[3.7.4] fix migration of configuration file
stable cubicweb-version-3.7.4
|
changeset |
files
|
Thu, 15 Apr 2010 18:54:13 +0200 |
Sylvain Thénault |
[config] fix #799884: do not attempt to load stuff with incorrect names which sit in cubes/
|
changeset |
files
|
Thu, 15 Apr 2010 18:47:37 +0200 |
Sylvain Thénault |
[c-c newcube] finish #676915: cubicweb-ctl newcube must be aware of python modules and debian package convention (python part already implemented)
|
changeset |
files
|
Thu, 15 Apr 2010 18:42:41 +0200 |
Sylvain Thénault |
[debian] fix bad dependency
stable
|
changeset |
files
|
Thu, 15 Apr 2010 18:27:18 +0200 |
Sylvain Thénault |
3.7.4
stable
|
changeset |
files
|
Thu, 15 Apr 2010 18:19:11 +0200 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Thu, 15 Apr 2010 18:07:33 +0200 |
Sylvain Thénault |
[migration] fix bug when trying to add a new entity type that inherit from another
stable
|
changeset |
files
|
Thu, 15 Apr 2010 17:57:41 +0200 |
Sylvain Thénault |
[repo] fix more indentation pb in repo.glob_update_entity, causing duplicated inline relation hooks call
stable
|
changeset |
files
|
Thu, 15 Apr 2010 17:35:17 +0200 |
Pierre-Yves David |
(implement #761403) The breadcrumb final element is now a link too.
stable
|
changeset |
files
|
Thu, 15 Apr 2010 17:28:27 +0200 |
Aurelien Campeas |
[doc/book] fix a bit the request chapter, add autodoc
stable
|
changeset |
files
|
Thu, 15 Apr 2010 17:22:19 +0200 |
Sylvain Thénault |
[migration] fix error when synchronizing everything and some schema still in the db schema but not anymore in the fs schema
stable
|
changeset |
files
|
Thu, 15 Apr 2010 16:47:04 +0200 |
Sylvain Thénault |
don't fail on cube's pkginfo without __use__
stable
|
changeset |
files
|
Thu, 15 Apr 2010 16:46:43 +0200 |
Sylvain Thénault |
[hook] backport bad .events fix from default
stable
|
changeset |
files
|
Thu, 15 Apr 2010 16:20:53 +0200 |
Stephanie Marcu |
[doc/book] complete the facet section
stable
|
changeset |
files
|
Thu, 15 Apr 2010 16:20:20 +0200 |
Stephanie Marcu |
[doc/book] change font to improve lisibility (in particular cl -> d)
stable
|
changeset |
files
|
Thu, 15 Apr 2010 16:14:23 +0200 |
Aurelien Campeas |
[doc/book] rework the templates chapter (wipe out horrible example, talk more about structure)
stable
|
changeset |
files
|
Thu, 15 Apr 2010 15:17:18 +0200 |
Sylvain Thénault |
[config] better *-session-time documentation and usage in session handler
stable
|
changeset |
files
|
Thu, 15 Apr 2010 15:16:01 +0200 |
Sylvain Thénault |
[facet] fix #873742: erroenously use self.cw_rset instead of context rset
stable
|
changeset |
files
|
Thu, 15 Apr 2010 15:14:21 +0200 |
Sylvain Thénault |
[vreg] fix traced_selection
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:29:58 +0200 |
Alexandre Fayolle |
added note about interesting page about SQL implementation differences
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:27:43 +0200 |
Alexandre Fayolle |
use MB for Megabytes, instead of french Mo
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:07:47 +0200 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:07:25 +0200 |
Aurelien Campeas |
[doc] save idiotic changes to some drawing
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:06:33 +0200 |
Aurelien Campeas |
[devtools/validators] add an Xml validator able to degrade to Html validation because of views perusing demote_to_html
stable
|
changeset |
files
|
Thu, 15 Apr 2010 14:01:29 +0200 |
Sylvain Thénault |
[vreg] fix bug introduced in 5273:c4caef6f09c9 : we should not force_reload in vreg reset done because of a set_schema
stable
|
changeset |
files
|
Thu, 15 Apr 2010 12:48:40 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 15 Apr 2010 12:47:29 +0200 |
Sylvain Thénault |
[vreg] refactor the [re]loading process so things get clearer and fix spurious errors on edge cases
stable
|
changeset |
files
|
Thu, 15 Apr 2010 12:47:02 +0200 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Thu, 15 Apr 2010 12:46:57 +0200 |
Sylvain Thénault |
[dbapi] fix user handling on dbapi request. Avoid getting None as _user and remove the need for a property.
|
changeset |
files
|
Thu, 15 Apr 2010 12:46:08 +0200 |
Sylvain Thénault |
[etwist] allow to specify max size for POST request in the configuration. We should deal with this nicely on the js form validation code.
|
changeset |
files
|
Thu, 15 Apr 2010 12:04:48 +0200 |
Aurelien Campeas |
[doc/book] missing .svg files, refresh .pngs, fixlets
stable
|
changeset |
files
|
Thu, 15 Apr 2010 11:00:44 +0200 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Thu, 15 Apr 2010 10:59:49 +0200 |
Aurelien Campeas |
[devtools] do not forbid use of postgres as a source for tests (but it still needs proper dump/restore support)
stable
|
changeset |
files
|
Thu, 15 Apr 2010 10:58:21 +0200 |
Aurelien Campeas |
[doc/book] regroup views chapters under common umbrella (in the development part) & some fixes
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:54:28 +0200 |
Aurelien Campeas |
section moved to the book
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:33:56 +0200 |
Aurelien Campeas |
fix the dosctring
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:24:17 +0200 |
Aurelien Campeas |
[doc/book] merge controller/editcontroller
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:10:47 +0200 |
Aurelien Campeas |
[doc/book] move a big chunk of primary view customisation example in the primary view chapter
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:10:09 +0200 |
Aurelien Campeas |
[doc/book] refresh the style
stable
|
changeset |
files
|
Wed, 14 Apr 2010 17:19:52 +0200 |
Aurelien Campeas |
[doc/book] kill remaining warnings
stable
|
changeset |
files
|
Wed, 14 Apr 2010 17:02:07 +0200 |
Aurelien Campeas |
[doc/book] add a ref from hooks to adv tutorial
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:57:55 +0200 |
Aurelien Campeas |
[doc/book] add a better standard theme
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:56:33 +0200 |
Aurelien Campeas |
[doc/book] misc fixes
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:33:30 +0200 |
Aurelien Campeas |
[doc/book] reorg. a bit the top-level toc, complete the windows setup part
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:32:20 +0200 |
Aurelien Campeas |
[doc/book] complete the unit tests chapter
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:31:20 +0200 |
Aurelien Campeas |
[doc/book] update primary view layout pic: added missing elements, removed main layout around
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:15:08 +0200 |
Aurelien Campeas |
[doc/book] include sylvain great advanced tutorial, move tutorials in one proper section
stable
|
changeset |
files
|
Wed, 14 Apr 2010 18:24:20 +0200 |
Sylvain Thénault |
[etwist] upgrade post max size to 200Mo until it's configurable
stable
|
changeset |
files
|
Wed, 14 Apr 2010 17:38:24 +0200 |
Sylvain Thénault |
[web session] fix web session id bug on automatic reconnection. The web session id should keep the first connection id, then differ of the repo connection id once some reconnection has been done (since the session cookie isn't updated in such cases). Also, use a lock to avoid potential race condition on reconnection.
|
changeset |
files
|
Wed, 14 Apr 2010 17:31:41 +0200 |
Sylvain Thénault |
[packaging] 3.8 depends on lgc 0.50 (new argument to dot generator in lgc.graph)
|
changeset |
files
|
Wed, 14 Apr 2010 16:26:34 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:26:20 +0200 |
Sylvain Thénault |
[views] fix bug on gc debugging view
stable
|
changeset |
files
|
Wed, 14 Apr 2010 16:26:02 +0200 |
Sylvain Thénault |
[testlib] ctrl_publish now allow to specify the controller id as argument
stable
|
changeset |
files
|
Wed, 14 Apr 2010 11:26:36 +0200 |
Sylvain Thénault |
[web] stop having actions configurable through cwproperties: this clutter site management and .po files for a useless fonctionnality (which, where and how actions are displayed is handled by code)
|
changeset |
files
|
Wed, 14 Apr 2010 10:31:09 +0200 |
Sylvain Thénault |
[testlib] we should not replace db-name in sources, this cause undesired side effect (when running pytest on whole cw for instance). Proper fix in logilab.database
stable
|
changeset |
files
|
Wed, 14 Apr 2010 10:29:38 +0200 |
Sylvain Thénault |
[web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
|
changeset |
files
|
Wed, 14 Apr 2010 10:25:51 +0200 |
Sylvain Thénault |
[etwist] we must call all error not handled in _render_request, else the thread fail silently and nothing ends up on the ui
|
changeset |
files
|
Wed, 14 Apr 2010 09:38:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 14 Apr 2010 09:11:42 +0200 |
Sylvain Thénault |
[test] fix unittest_viewselector
|
changeset |
files
|
Wed, 14 Apr 2010 08:58:57 +0200 |
Adrien Di Mascio |
[tests] fix bfss tests to match new uniquify implementation
stable
|
changeset |
files
|
Wed, 14 Apr 2010 08:49:23 +0200 |
Sylvain Thénault |
[schema view] the final touch. Things are getting nicely displayed, and code clean
|
changeset |
files
|
Tue, 13 Apr 2010 19:43:51 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 13 Apr 2010 19:43:30 +0200 |
Sylvain Thénault |
[schema view] fixes
|
changeset |
files
|
Tue, 13 Apr 2010 19:41:20 +0200 |
Sandrine Ribeau |
catalogs update
|
changeset |
files
|
Tue, 06 Apr 2010 12:23:10 +0200 |
Sandrine Ribeau |
ticket #344404, cwgroup primary view improvement, use tabs to display nicely permissions
|
changeset |
files
|
Tue, 06 Apr 2010 12:23:05 +0200 |
Sandrine Ribeau |
ticket #787103, relation schema view enhancements
|
changeset |
files
|
Thu, 25 Mar 2010 08:30:53 -0700 |
Sandrine Ribeau |
ticket #787103, entity schema view enhancements
|
changeset |
files
|
Wed, 24 Mar 2010 15:31:37 -0700 |
Sandrine Ribeau |
ticket #787032, schema view improvement
|
changeset |
files
|
Tue, 13 Apr 2010 19:22:46 +0200 |
Aurelien Campeas |
[doc/book] misc fixes/enhancements & notes
stable
|
changeset |
files
|
Tue, 13 Apr 2010 19:21:20 +0200 |
Aurelien Campeas |
[doc/book] remove refs to aafig (it uses a sphynx extension unavailable as a .deb)
stable
|
changeset |
files
|
Tue, 13 Apr 2010 19:19:37 +0200 |
Aurelien Campeas |
[doc/book] expand tesing material
stable
|
changeset |
files
|
Tue, 13 Apr 2010 19:18:06 +0200 |
Aurelien Campeas |
[doc/book] add sections to the FAQ, try to reorder stuff
stable
|
changeset |
files
|
Tue, 13 Apr 2010 19:16:30 +0200 |
Aurelien Campeas |
[doc/book] primary view section enhancements
stable
|
changeset |
files
|
Tue, 13 Apr 2010 15:46:46 +0200 |
Sylvain Thénault |
[session] better readability
stable
|
changeset |
files
|
Tue, 13 Apr 2010 15:46:44 +0200 |
Sylvain Thénault |
[facet] don't crash in rset_vocabulary if an unauthorized error was raised in rqlexec
stable
|
changeset |
files
|
Tue, 13 Apr 2010 13:21:10 +0200 |
Sylvain Thénault |
[mq]: worklfow view
|
changeset |
files
|
Tue, 13 Apr 2010 12:19:24 +0200 |
Sylvain Thénault |
#773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
|
changeset |
files
|
Mon, 12 Apr 2010 19:36:51 +0200 |
Aurelien Campeas |
[doc/book] more flesh to views/primary view
stable
|
changeset |
files
|
Mon, 12 Apr 2010 16:57:11 +0200 |
Aurelien Campeas |
[doc/book] remove merged chapter
stable
|
changeset |
files
|
Mon, 12 Apr 2010 16:49:35 +0200 |
Aurelien Campeas |
[doc/book] complete chapter on hooks & ops
stable
|
changeset |
files
|
Mon, 12 Apr 2010 15:28:26 +0200 |
Sylvain Thénault |
[storage] missing qrefresh in previous patch applied: fix comment, error message, and use a storage specified encoding, not cubicweb's encoding
stable
|
changeset |
files
|
Mon, 12 Apr 2010 15:21:08 +0200 |
Pierre-Yves David |
[fix] fix path unicity process in BytesFileSystemStorage.new_fs_path
stable
|
changeset |
files
|
Mon, 12 Apr 2010 15:15:00 +0200 |
Sylvain Thénault |
[source] small refactoring to avoid being doomed by a wrong assertion message on buggy storage raising attribute error
stable
|
changeset |
files
|
Mon, 12 Apr 2010 14:41:01 +0200 |
Sylvain Thénault |
[twisted] fix LongTimeExpiringFile and getChild implementation
|
changeset |
files
|
Mon, 12 Apr 2010 15:11:23 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Mon, 12 Apr 2010 15:05:37 +0000 |
Alexandre Fayolle |
fix cwctl db-init -d on SQL Server
stable
|
changeset |
files
|
Mon, 12 Apr 2010 08:22:37 +0200 |
Adrien Di Mascio |
[repository] fix edited_attributes management in multiple SET queries
stable
|
changeset |
files
|
Mon, 12 Apr 2010 08:17:35 +0200 |
Adrien Di Mascio |
[testlib] fix dummy bug in reset_test_database(): s/if/elif
stable
|
changeset |
files
|
Sun, 11 Apr 2010 11:59:45 +0000 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:01:25 +0000 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:01:14 +0000 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Thu, 08 Apr 2010 10:23:49 +0000 |
Alexandre Fayolle |
enable tests against sqlserver2005 database
stable
|
changeset |
files
|
Tue, 06 Apr 2010 20:54:35 +0200 |
Alexandre Fayolle |
fix bad indentation
stable
|
changeset |
files
|
Tue, 06 Apr 2010 19:46:55 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 06 Apr 2010 19:46:38 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:56:45 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 09 Apr 2010 19:19:28 +0200 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Fri, 09 Apr 2010 19:18:55 +0200 |
Aurelien Campeas |
[doc/book] more about hooks (simple examples with entities and relations)
stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:08:24 +0200 |
Sylvain Thénault |
[web] on logout, use the base_url argument of build_url instead of hacking the request to get proper url. This fix a bug on site with http/https versions: the session cookie is badly removed on logout
stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:07:01 +0200 |
Sylvain Thénault |
[entity] move req.create_entity content to a cw_instantiate factory method on entity classes, so cube developpers will be able to easily customize instance creation
stable
|
changeset |
files
|
Fri, 09 Apr 2010 15:04:56 +0200 |
Sylvain Thénault |
[controller] refactor send mail controller to use cwconfig.sendmails
stable
|
changeset |
files
|
Fri, 09 Apr 2010 12:23:39 +0200 |
Sylvain Thénault |
[test] properly close session
stable
|
changeset |
files
|
Thu, 08 Apr 2010 14:11:49 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 08 Apr 2010 13:38:36 +0200 |
Sylvain Thénault |
le patch move-pdf-export-to-cubes a été importé
|
changeset |
files
|
Fri, 09 Apr 2010 13:59:41 +0200 |
Aurelien Campeas |
[hooks] fix set_operation options passing (** -> *)
stable
|
changeset |
files
|
Fri, 09 Apr 2010 11:16:00 +0200 |
Sylvain Thénault |
[session] no way for queries from an InternalSession to be a dbapi query
stable
|
changeset |
files
|
Thu, 08 Apr 2010 19:37:00 +0200 |
Aurelien Campeas |
[merge]
stable
|
changeset |
files
|
Thu, 08 Apr 2010 19:36:36 +0200 |
Aurelien Campeas |
[doc/book] begin chapter on Hooks/Operations
stable
|
changeset |
files
|
Thu, 08 Apr 2010 18:05:41 +0200 |
Aurelien Campeas |
[doc/book] dbapi: talk about IN exception, simplify
stable
|
changeset |
files
|
Thu, 08 Apr 2010 17:50:37 +0200 |
Aurelien Campeas |
[doc/book] rql/dbapi cleanup, rip cachekey (prematurely ?)
stable
|
changeset |
files
|
Thu, 08 Apr 2010 17:47:52 +0200 |
Aurelien Campeas |
[doc/css] cleanup a bit the sphinx default css
stable
|
changeset |
files
|
Thu, 08 Apr 2010 14:40:18 +0200 |
Adrien Di Mascio |
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update
stable
|
changeset |
files
|
Thu, 08 Apr 2010 12:42:47 +0200 |
Aurelien Campeas |
[doc] note on pytestconf, fixlets
stable
|
changeset |
files
|
Thu, 08 Apr 2010 12:32:09 +0200 |
Sylvain Thénault |
[test] avoid weird bug when test are changing the cwd
stable
|
changeset |
files
|
Thu, 08 Apr 2010 11:04:17 +0200 |
Sylvain Thénault |
[c-c newcube] #1192: simpler cubicweb-ctl newcube, and more
|
changeset |
files
|
Thu, 08 Apr 2010 09:59:59 +0200 |
Adrien Di Mascio |
[storage] consider fs_importing on update operations too
stable
|
changeset |
files
|
Thu, 08 Apr 2010 10:00:22 +0200 |
Sylvain Thénault |
[primary] fix name error
stable
|
changeset |
files
|
Thu, 08 Apr 2010 09:49:00 +0200 |
Sylvain Thénault |
[migration] propagate TrInfo.comment permissions fix to existing instances
stable
|
changeset |
files
|
Thu, 08 Apr 2010 09:43:57 +0200 |
Sylvain Thénault |
[xthml] fix #696079, potential empty table cause xhtml validation error
stable
|
changeset |
files
|
Thu, 08 Apr 2010 09:07:54 +0200 |
Sylvain Thénault |
[schema] #847739: test and fix bad permission on TrInfo.comment
stable
|
changeset |
files
|
Wed, 07 Apr 2010 14:53:35 +0200 |
Sylvain Thénault |
[iprogress] use xml_escape instead of buggy replace
stable
|
changeset |
files
|
Wed, 07 Apr 2010 14:42:55 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 07 Apr 2010 14:42:44 +0200 |
Sylvain Thénault |
[querier] don't need a Cache instance for rql cacke key cache
|
changeset |
files
|
Wed, 07 Apr 2010 14:42:12 +0200 |
Sylvain Thénault |
[testlib] properly close connections opened during test in tearDown
stable
|
changeset |
files
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
changeset |
files
|
Wed, 07 Apr 2010 09:24:00 +0200 |
Sylvain Thénault |
[rql annotation] add test and fix for bug introduced by 5004:4cc020ee70e2. While it sounded good, it wasn't because stinfo['relations'] didn't include anymore stinfo['typerels']
|
changeset |
files
|
Wed, 07 Apr 2010 11:57:37 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Wed, 07 Apr 2010 11:56:30 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Wed, 07 Apr 2010 11:53:11 +0200 |
Alexandre Fayolle |
merged back old local changeset
stable
|
changeset |
files
|
Wed, 07 Apr 2010 11:52:25 +0200 |
Alexandre Fayolle |
fixed indentation error in devtools/__init__.py
stable
|
changeset |
files
|
Tue, 06 Apr 2010 19:42:37 +0200 |
Alexandre Fayolle |
SQL Server port: temporary table handling
stable
|
changeset |
files
|
Tue, 06 Apr 2010 19:27:47 +0200 |
Alexandre Fayolle |
log RQL query in case of unexpected failure (priceless when porting to new database)
stable
|
changeset |
files
|
Tue, 06 Apr 2010 19:26:28 +0200 |
Alexandre Fayolle |
enable live test against sqlserver 2005 database
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:26:43 +0100 |
Alexandre Fayolle |
fixed skeleton help strings
stable
|
changeset |
files
|
Wed, 07 Apr 2010 10:05:04 +0200 |
Sylvain Thénault |
[wf] should use is_in_group to avoid error with internal manager
stable
|
changeset |
files
|
Wed, 07 Apr 2010 09:45:15 +0200 |
Sylvain Thénault |
[pkginfo] when only __depends__ is specified, deduced __depends_cubes__ from it (same thing for recommends) ; fix ad skel pkginfo on the way
|
changeset |
files
|
Wed, 07 Apr 2010 09:43:50 +0200 |
Sylvain Thénault |
[hook] fix name error in case of error on hook's .event checking
|
changeset |
files
|
Tue, 06 Apr 2010 20:10:12 +0200 |
Sylvain Thénault |
[ms] fix planning bug introduced with recent rql refactoring for queries with only eids (fix unittest_multisources.test_in_eid)
|
changeset |
files
|
Tue, 06 Apr 2010 19:58:04 +0200 |
Sylvain Thénault |
[hook] proper bad .events detection. Fix unittest_hook
|
changeset |
files
|
Tue, 06 Apr 2010 19:08:07 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 06 Apr 2010 18:51:17 +0200 |
Sylvain Thénault |
[test] _gc_debug deleted from etwist.server
|
changeset |
files
|
Tue, 06 Apr 2010 18:36:09 +0200 |
Aurelien Campeas |
[doc/book] talk about reloadComponent, misc tweaks and notes
stable
|
changeset |
files
|
Tue, 06 Apr 2010 18:03:52 +0200 |
Aurelien Campeas |
[doc/book] add q/a on i18n customisation, misc tweaks
stable
|
changeset |
files
|
Tue, 06 Apr 2010 16:50:53 +0200 |
Adrien Chauve |
Switched from TwistedWeb2 to TwistedWeb
|
changeset |
files
|
Tue, 06 Apr 2010 16:04:37 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 06 Apr 2010 16:04:50 +0200 |
Sylvain Thénault |
[ldap] fix email synchronization code: bad rql query + avoid integrity error on creating the address + nicer use_email / primary_email handling
stable
|
changeset |
files
|
Tue, 06 Apr 2010 15:25:56 +0200 |
Aurelien Campeas |
[doc/book] adjust a bit
stable
|
changeset |
files
|
Tue, 06 Apr 2010 15:11:51 +0200 |
Aurelien Campeas |
[doc/book] expand the js chapter with an ajax story
stable
|
changeset |
files
|
Tue, 06 Apr 2010 10:29:41 +0200 |
Sylvain Thénault |
[doc] remove useless directories
stable
|
changeset |
files
|
Tue, 06 Apr 2010 10:27:02 +0200 |
Sylvain Thénault |
temporary move
stable
|
changeset |
files
|
Tue, 06 Apr 2010 10:17:18 +0200 |
Sylvain Thénault |
[web components] refactor as book recommends :$
stable
|
changeset |
files
|
Tue, 06 Apr 2010 10:11:40 +0200 |
Sylvain Thénault |
more / cleaner / in code documentation of vreg, selectors and appobject
stable
|
changeset |
files
|
Tue, 06 Apr 2010 10:10:47 +0200 |
Sylvain Thénault |
add note about running repository / client code
stable
|
changeset |
files
|
Mon, 05 Apr 2010 09:06:16 +0200 |
Alexandre Fayolle |
added information about the naming conventions in schema.py
stable
|
changeset |
files
|
Fri, 02 Apr 2010 17:27:53 +0200 |
Aurelien Campeas |
[doc/book] a new chapter on how to use the ORM
stable
|
changeset |
files
|
Fri, 02 Apr 2010 16:10:35 +0200 |
Sylvain Thénault |
improved doc on selectors an vregistry
stable
|
changeset |
files
|
Fri, 02 Apr 2010 16:10:17 +0200 |
Sylvain Thénault |
fix rest formatting
stable
|
changeset |
files
|
Fri, 02 Apr 2010 14:40:32 +0200 |
Alexandre Fayolle |
typo fix
stable
|
changeset |
files
|
Fri, 02 Apr 2010 14:36:54 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 02 Apr 2010 14:28:43 +0200 |
Alexandre Fayolle |
catch and log errors caused by bad json data
stable
|
changeset |
files
|
Fri, 02 Apr 2010 13:48:16 +0200 |
Alexandre Fayolle |
list allowed values for ldap protocol setting in help, so that the generated file includes this in a comment
stable
|
changeset |
files
|
Fri, 02 Apr 2010 13:53:27 +0200 |
Aurelien Campeas |
[doc/book] enhance i18n section #656191
stable
|
changeset |
files
|
Fri, 02 Apr 2010 10:04:33 +0200 |
Sylvain Thénault |
[doc] more (doc oriented) feature in list
stable
|
changeset |
files
|
Fri, 02 Apr 2010 09:56:40 +0200 |
Sylvain Thénault |
[doc] enhanced setup section: fix sections'level, more postgres tips, merge environment doc with cwconfig.py module docstring using custom autodocstring directive
stable
|
changeset |
files
|
Fri, 02 Apr 2010 09:55:30 +0200 |
Sylvain Thénault |
[doc] enhanced concepts section
stable
|
changeset |
files
|
Fri, 02 Apr 2010 09:54:03 +0200 |
Sylvain Thénault |
remove ref to no more existing file
stable
|
changeset |
files
|
Fri, 02 Apr 2010 08:44:00 +0200 |
Adrien Di Mascio |
[cleaning] simpler implementation of cmd_create_entity
stable
|
changeset |
files
|
Fri, 02 Apr 2010 08:43:01 +0200 |
Adrien Di Mascio |
[storages] fix fs_importing side-effect on entity.data
stable
|
changeset |
files
|
Thu, 01 Apr 2010 11:48:18 +0200 |
Sylvain Thénault |
nicer warning
stable
|
changeset |
files
|
Thu, 01 Apr 2010 10:36:56 +0200 |
Sylvain Thénault |
[doc] started full features list
stable
|
changeset |
files
|
Thu, 01 Apr 2010 08:24:53 +0200 |
Sylvain Thénault |
[python] take care to this detail of @contextmanager: if an unhandled exception occurs in the block, it is reraised inside the generator at the point where the yield occurred
stable
|
changeset |
files
|
Thu, 01 Apr 2010 08:24:11 +0200 |
Sylvain Thénault |
[entity] explain why the assert failed
stable
|
changeset |
files
|
Thu, 01 Apr 2010 08:23:57 +0200 |
Sylvain Thénault |
[test] fix expected error
stable
|
changeset |
files
|
Wed, 31 Mar 2010 17:02:51 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Wed, 31 Mar 2010 17:02:21 +0200 |
Sylvain Thénault |
fix #822890, missing argument on abstract source backup method make backup failed on multi-sources instances
stable
|
changeset |
files
|
Wed, 31 Mar 2010 16:00:16 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 31 Mar 2010 15:59:32 +0200 |
Sylvain Thénault |
[schema] ensure we don't remove has_text relation type unfortunatly
stable
|
changeset |
files
|
Wed, 31 Mar 2010 15:39:09 +0200 |
Sylvain Thénault |
merge
|
changeset |
files
|
Wed, 31 Mar 2010 15:37:41 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.3-1 for changeset 44c7bf90df71
stable
|
changeset |
files
|
Wed, 31 Mar 2010 15:37:40 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.3 for changeset 768beb8e15f1
stable cubicweb-debian-version-3.7.3-1
|
changeset |
files
|
Wed, 31 Mar 2010 15:04:36 +0200 |
Sylvain Thénault |
[distrib] fix pkginfo
stable cubicweb-version-3.7.3
|
changeset |
files
|
Wed, 31 Mar 2010 14:55:54 +0200 |
Sylvain Thénault |
3.7.3
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:50:30 +0200 |
Sylvain Thénault |
[hooks] better message on bad .event class attribute
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:46:04 +0200 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:32:19 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:32:07 +0200 |
Sylvain Thénault |
[cleanup] tb already printed by self.exception; add note
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:28:40 +0200 |
Sylvain Thénault |
[facet] fix 'bookmark this search':
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:27:02 +0200 |
Sylvain Thénault |
[widget] more wide textarea on bookmark edition
stable
|
changeset |
files
|
Wed, 31 Mar 2010 13:35:44 +0200 |
Sylvain Thénault |
[distribution] the web/data/images directory has to be handled in pkginfo
stable
|
changeset |
files
|
Wed, 31 Mar 2010 14:25:26 +0200 |
Adrien Di Mascio |
[test] use the new temporary_appojects CM to simplfy unittest_storage
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:53:24 +0200 |
Sylvain Thénault |
[session] try to reconnect on unexpected error in system_sql. We need this for proper reconnection of pool used by hooks or looping task doing sql queries (such as cw_cleanup_transaction)
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:51:35 +0200 |
Sylvain Thénault |
[source] log attempt to reconnect using warning level. Also, don't relog failed sql (already logged)
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:33:47 +0200 |
Sylvain Thénault |
[test] avoid critical log by informing the source we consider Personne as a multi-sources type
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:33:09 +0200 |
Sylvain Thénault |
[test] use new temporary_appobjects context manager
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:32:39 +0200 |
Sylvain Thénault |
[test] that doesn't smell good but fix the test...
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:22:20 +0200 |
Sylvain Thénault |
[vreg] we do want the opposite...
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:26:07 +0200 |
Sylvain Thénault |
[testlib] simple helper method to register temporary appobjects (hooks for instance) with a context manager
stable
|
changeset |
files
|
Wed, 31 Mar 2010 12:21:39 +0200 |
Sylvain Thénault |
[undo] fix transactions table name in cleanup operation
stable
|
changeset |
files
|
Wed, 31 Mar 2010 11:52:15 +0200 |
Pierre-Yves David |
Add context management methode to dbapi.Connection
stable
|
changeset |
files
|
Wed, 31 Mar 2010 11:41:20 +0200 |
Sylvain Thénault |
i18n update
stable
|
changeset |
files
|
Wed, 31 Mar 2010 11:41:17 +0200 |
Sylvain Thénault |
[i18n] use named substitution to avoid gettext warnings
stable
|
changeset |
files
|
Wed, 31 Mar 2010 10:56:43 +0200 |
Sylvain Thénault |
[dataimport] print transaction id when we get one
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:58:44 +0200 |
Sylvain Thénault |
[cleanup] add some notes
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:58:20 +0200 |
Sylvain Thénault |
[optimisation] _select_best is used very intensivly. Peanuts optimization may count :)
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:57:18 +0200 |
Sylvain Thénault |
[optimization] traced_selection is used very intensively in debug mode
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:45:14 +0200 |
Sylvain Thénault |
[upgrade] after upgrade, fork command to start instance avoid grave uicfg pb (explicit rules all removed...)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 19:59:56 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 30 Mar 2010 19:55:20 +0200 |
Sylvain Thénault |
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
|
changeset |
files
|
Tue, 30 Mar 2010 18:41:17 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 30 Mar 2010 16:29:32 +0200 |
Alexandre Fayolle |
handle Service Close request correctly (closes #736039)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:59:18 +0200 |
Sylvain Thénault |
[js form validation] fix case where we've None/null keys in the errors dictionnary
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:56:10 +0200 |
Sylvain Thénault |
[cleanup] exists imported, use it
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:54:28 +0200 |
Sylvain Thénault |
[form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:50:09 +0200 |
Sylvain Thénault |
[repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:29:03 +0200 |
Sylvain Thénault |
[distribution] sql extensions files now have proper extension, fix manifest file
stable
|
changeset |
files
|
Tue, 30 Mar 2010 14:32:03 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:32:01 +0200 |
Sylvain Thénault |
[events manager] onevent decorator may be given extra arguments to give to em.bind
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:31:21 +0200 |
Sylvain Thénault |
[cleanup] some notes
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:29:55 +0200 |
Sylvain Thénault |
[reload] on registry reloading, we should change class of users of opened session
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:28:19 +0200 |
Sylvain Thénault |
[appobject imports] don't include __init__ in package's name. See comment for more info
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:27:30 +0200 |
Sylvain Thénault |
[rset] cubes such as iliane hi-jack rset description by poping some lines from it. Handle this on RepeatList
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:18:31 +0200 |
Sylvain Thénault |
[undo] basic support for undoing of entity creation / relation addition
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:17:50 +0200 |
Sylvain Thénault |
[undo] init entity cache when undoing an entity deletion
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:17:21 +0200 |
Sylvain Thénault |
[undo] consistent is/is_instance_of processing
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:15:57 +0200 |
Sylvain Thénault |
[repo] don't need rset description on those queries
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:06:13 +0200 |
Sylvain Thénault |
[undo] during undoing, call hooks in the [active]integrity and undo categories
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:01:34 +0200 |
Sylvain Thénault |
[repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:57:42 +0200 |
Sylvain Thénault |
[querier] introduce RepeatList class, used to optimize size of data returned for result set description
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:50:46 +0200 |
Sylvain Thénault |
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:28:41 +0200 |
Sylvain Thénault |
[repo] move eschema_eid function from hooks.metadata to server.utils
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:20:03 +0200 |
Sylvain Thénault |
[primary view] skip virtual rtypes anyway
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:18:23 +0200 |
Sylvain Thénault |
[test] CubicWebTC.create_user expect an actual query, and we don't need to give session here
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:17:29 +0200 |
Sylvain Thénault |
[dataimport] stop disabling undo ; commit return transaction id
stable
|
changeset |
files
|
Mon, 29 Mar 2010 19:10:22 +0200 |
Aurelien Campeas |
[logging] demote static file served to debug
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:34:24 +0200 |
Sylvain Thénault |
[cleanup]
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:34:06 +0200 |
Sylvain Thénault |
[repo] optimize massive insertion/deletion by using the new set_operation function
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:28:41 +0200 |
Sylvain Thénault |
[repo] make etype which should go in deleted_entities configurable: we only need this for types imported from other multi-sources instances
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:26:20 +0200 |
Sylvain Thénault |
[repo] don't execute child step twice in EntitiesDeleteStep
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:25:13 +0200 |
Sylvain Thénault |
[form] consider autoform_field_kwargs for meta fields; allow required customization
stable
|
changeset |
files
|
Mon, 29 Mar 2010 11:51:46 +0200 |
Sylvain Thénault |
[workflow] support for automatic transition starting from the initial state
stable
|
changeset |
files
|
Mon, 29 Mar 2010 11:51:02 +0200 |
Sylvain Thénault |
[testlib] create_user support extra kwargs to give to create_entity(CWUser)
stable
|
changeset |
files
|
Mon, 29 Mar 2010 10:20:01 +0200 |
Sylvain Thénault |
fix dataimport for 3.7.2
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:22:04 +0100 |
Sylvain Thénault |
use lgc.testlib.TestCase
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:21:17 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:20:49 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.2-1 for changeset 8fda29a6c219
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:20:48 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.2 for changeset d010f749c21d
stable cubicweb-debian-version-3.7.2-1
|
changeset |
files
|
Fri, 26 Mar 2010 17:07:41 +0100 |
Sylvain Thénault |
take care to empty string in cubes search path
|
changeset |
files
|
Fri, 26 Mar 2010 16:15:41 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 26 Mar 2010 16:15:16 +0100 |
Sylvain Thénault |
[ms] fix name error introduced by rql 0.26 api update
|
changeset |
files
|
Fri, 26 Mar 2010 16:13:27 +0100 |
Sylvain Thénault |
add note
stable cubicweb-version-3.7.2
|
changeset |
files
|
Fri, 26 Mar 2010 15:54:35 +0100 |
Sylvain Thénault |
3.7.2
stable
|
changeset |
files
|
Fri, 26 Mar 2010 15:54:01 +0100 |
Sylvain Thénault |
[selectors] new is_in_state select to avoid common error when writing state based selector
stable
|
changeset |
files
|
Fri, 26 Mar 2010 15:53:07 +0100 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
changeset |
files
|
Fri, 26 Mar 2010 14:13:34 +0100 |
Sylvain Thénault |
fix #726167: i18ninstance use data in bootstrab_cubes instead of the database one
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:45:48 +0100 |
Sylvain Thénault |
[cleanup] remove 3.7 deprecation warning
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:45:21 +0100 |
Sylvain Thénault |
[form controller] clear caches in case some attribute participating to the rest path has been modified, avoid redirection to a no more existant page (fix #753567)
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:33:47 +0100 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:33:32 +0100 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:23:25 +0100 |
Sylvain Thénault |
[captcha] handle captcha validation properly in the captcha widget
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:21:25 +0100 |
Sylvain Thénault |
[testlib] __errorurl may be a relative path, check we're actually removing base url first
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:20:42 +0100 |
Sylvain Thénault |
[i18ncube] clear_rtag_objects imported when generating cube's .po file
stable
|
changeset |
files
|
Fri, 26 Mar 2010 09:19:09 +0100 |
Sylvain Thénault |
[maintainance] don't crash if we've no in-memory repository
stable
|
changeset |
files
|
Fri, 26 Mar 2010 09:18:21 +0100 |
Sylvain Thénault |
[db dump/restore] fix '#615840: db-dump must be always runnable' by setting repairing on config. Also, avoid to read the whole schema from the database on dump/restore: the bootstrap schema is enough.
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:30:25 +0100 |
Sylvain Thénault |
__missing__ main
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
changeset |
files
|
Fri, 26 Mar 2010 06:57:52 +0100 |
Sylvain Thénault |
[test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts)
stable
|
changeset |
files
|
Thu, 25 Mar 2010 20:32:10 +0100 |
Sylvain Thénault |
...
|
changeset |
files
|
Thu, 25 Mar 2010 20:46:26 +0100 |
Sylvain Thénault |
[config] move ConfigurationProblem to migration + refactor it to benefit from config methods
|
changeset |
files
|
Thu, 25 Mar 2010 20:46:22 +0100 |
Sylvain Thénault |
[config] more cleanup
|
changeset |
files
|
Thu, 25 Mar 2010 20:38:58 +0100 |
Sylvain Thénault |
deprecate __use__ and __recommend__
|
changeset |
files
|
Thu, 25 Mar 2010 20:33:03 +0100 |
Alain Leufroy |
add egg support with dependencies auto-installation
|
changeset |
files
|
Thu, 25 Mar 2010 20:32:52 +0100 |
Sylvain Thénault |
fix dumb name error
|
changeset |
files
|
Thu, 25 Mar 2010 19:32:04 +0100 |
Sylvain Thénault |
fix _cubes dir
|
changeset |
files
|
Thu, 25 Mar 2010 17:55:24 +0100 |
Sylvain Thénault |
handle nicely typical installation other than debian package / mercurial forest
|
changeset |
files
|
Thu, 25 Mar 2010 15:11:44 +0100 |
Pierre-Yves David |
When a TC failed to initiliase the database, the following test are SKIPPED
stable
|
changeset |
files
|
Thu, 25 Mar 2010 15:08:27 +0100 |
Sylvain Thénault |
[c-c] new server_maintenance hook, called on c-c shell / upgrade
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:49:24 +0100 |
Sylvain Thénault |
[appobject] add version number to deprecation warning
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:33:50 +0100 |
Sylvain Thénault |
update rql dependency
|
changeset |
files
|
Thu, 25 Mar 2010 14:26:13 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:25:44 +0100 |
Sylvain Thénault |
fix migration script
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:00:01 +0100 |
Sylvain Thénault |
[cleanup] useless try except
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:59:47 +0100 |
Sylvain Thénault |
[source storage] refactor source sql generation and results handling to allow repository side callbacks
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:49:07 +0100 |
Sylvain Thénault |
[bfss] fix name error
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:46:55 +0100 |
Sylvain Thénault |
[source storage] on deletion, entity has no edited_attributes
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:44:24 +0100 |
Sylvain Thénault |
[cleanup] rename dbms_helper to dbhelper for consistency
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:42:17 +0100 |
Sylvain Thénault |
[entity] we also have to override dict.pop to properly maintain edited_attributes consistency
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:41:26 +0100 |
Sylvain Thénault |
[bfss test] some minor refactoring. Test deletion + creation/update/deletion rollback
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:27:09 +0100 |
Sylvain Thénault |
don't put hooks deleting orphan composites into the 'integrity' category, we usually want it when integrity is deactivated
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:38:23 +0100 |
Sylvain Thénault |
[facet] allow to specify a target type on relation facets for case such as Keyword/CodeKeyword where we only targets Keyword
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:38:19 +0100 |
Sylvain Thénault |
don't rewrite config's url during migration
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:04:59 +0100 |
Sylvain Thénault |
le patch rql26 a été importé
|
changeset |
files
|
Wed, 24 Mar 2010 17:58:05 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:18:48 +0100 |
Julien Jehannet |
[D] book: update backup procedures in additional tips
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:42:23 +0100 |
Sylvain Thénault |
[cleanup] remove accidentaly commited print
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:40:57 +0100 |
Sylvain Thénault |
[test] don't try to reset session manager during test,
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:22:01 +0100 |
Sylvain Thénault |
don't update dontcheck until everything went fine:
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:21:21 +0100 |
Sylvain Thénault |
[test] having two eid relations is now forbiden by rql
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:09:49 +0100 |
Sylvain Thénault |
[web test] a basic test, to be completed
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:09:21 +0100 |
Sylvain Thénault |
[test] don't clear rtags during tests, may cause breakage with manually import appobjects modules (see unittest_tracker for instance)
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:08:24 +0100 |
Sylvain Thénault |
[web] move workflow related uicfg stuff to the workflow module
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:17:01 +0100 |
Sylvain Thénault |
dont get eid from entity's dict
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:12:47 +0100 |
Sylvain Thénault |
[notification] don't create 'changes' in transaction data until actually needed
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:11:01 +0100 |
Sylvain Thénault |
backport pending_operations on hi-jacked session, see comment
stable
|
changeset |
files
|
Wed, 24 Mar 2010 13:51:52 +0100 |
Sylvain Thénault |
[entity] fix dumb name error on .set_relations(rel=None)
stable
|
changeset |
files
|
Wed, 24 Mar 2010 13:40:53 +0100 |
Sylvain Thénault |
[security] don't add attribute into skip_security if already in edited_attributes, else we may accidentaly skip a desired security check
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:15:57 +0100 |
Sylvain Thénault |
[repo entity] we have to provide a __delitem__ implementation as well, see example in the docstring
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:00:51 +0100 |
Sylvain Thénault |
[yams] on creation, specify relations anyway so we don't get spurious warning for accessing eid through the dict api on yams validation
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:00:02 +0100 |
Sylvain Thénault |
[repo] fix warning message and implementation of bw compat unsafe_execute
stable
|
changeset |
files
|
Wed, 24 Mar 2010 10:23:57 +0100 |
Sylvain Thénault |
stable is now 3.7
stable
|
changeset |
files
|
Wed, 24 Mar 2010 10:23:31 +0100 |
Sylvain Thénault |
oldstable is now 3.6
oldstable
|
changeset |
files
|
Wed, 24 Mar 2010 08:42:49 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 24 Mar 2010 08:40:21 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Wed, 24 Mar 2010 08:40:00 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.3-1 for changeset f9fce56d6a0c
stable
|
changeset |
files
|
Wed, 24 Mar 2010 08:39:59 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.3 for changeset 9c342fa4f1b7
stable cubicweb-debian-version-3.6.3-1
|
changeset |
files
|
Wed, 24 Mar 2010 07:55:31 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.1-1 for changeset 9194740f070e
|
changeset |
files
|
Wed, 24 Mar 2010 07:55:30 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.1 for changeset 6b0832bbd1da
cubicweb-debian-version-3.7.1-1
|
changeset |
files
|
Wed, 24 Mar 2010 08:04:32 +0100 |
Sylvain Thénault |
backport debian control changes done in 3.7
stable cubicweb-version-3.6.3
|
changeset |
files
|
Wed, 24 Mar 2010 07:52:15 +0100 |
Sylvain Thénault |
3.6.3
stable
|
changeset |
files
|
Tue, 23 Mar 2010 18:35:04 +0100 |
Sylvain Thénault |
ticket #636927, add ajaxhtmlhead in controller js_component
stable
|
changeset |
files
|
Tue, 23 Mar 2010 18:16:35 +0100 |
Sylvain Thénault |
[widget] allow kwargs passed to Select widget
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:08:50 +0100 |
Sylvain Thénault |
take care to empty breadcrumbs
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:06:05 +0100 |
Sylvain Thénault |
fix bug with damned transmutation functionality, occuring when using an INSERT query which also add relation to the entity
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:05:05 +0100 |
Sylvain Thénault |
update skeleton for __pkginfo__.py
stable
|
changeset |
files
|
Tue, 23 Mar 2010 09:19:42 +0100 |
Sylvain Thénault |
don't use optional on final relation
stable
|
changeset |
files
|
Mon, 22 Mar 2010 17:58:03 +0100 |
Sylvain Thénault |
fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
|
changeset |
files
|
Mon, 22 Mar 2010 16:33:29 +0100 |
Sylvain Thénault |
[form js] apply vgodard patch fixing #750056: reorderTabindex js function crashes when form dom id is not 'entityForm'
stable
|
changeset |
files
|
Mon, 22 Mar 2010 11:11:00 +0100 |
Sylvain Thénault |
missing unittest_main
stable
|
changeset |
files
|
Sun, 21 Mar 2010 18:21:27 +0100 |
Adrien Di Mascio |
[server] add unit tests for storages
|
changeset |
files
|
Fri, 19 Mar 2010 19:25:53 +0100 |
Adrien Di Mascio |
[registry] trigger reload events on set_schema()
|
changeset |
files
|
Fri, 19 Mar 2010 19:24:34 +0100 |
Adrien Di Mascio |
[source] only consider edited_attributes in source.preprocess_entity()
|
changeset |
files
|
Fri, 19 Mar 2010 19:21:31 +0100 |
Adrien Di Mascio |
[source] implement storages right in the source rather than in hooks
|
changeset |
files
|
Fri, 19 Mar 2010 15:27:45 +0100 |
Sylvain Thénault |
i18n update
cubicweb-version-3.7.1
|
changeset |
files
|
Fri, 19 Mar 2010 14:47:34 +0100 |
Sylvain Thénault |
3.7.1
|
changeset |
files
|
Fri, 19 Mar 2010 14:47:09 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 19 Mar 2010 14:43:49 +0100 |
Sylvain Thénault |
[etwist] cleanup, use cProfile instead of hotshot
|
changeset |
files
|
Fri, 19 Mar 2010 14:43:15 +0100 |
Sylvain Thénault |
[repo] start looping task on repo only config (though I bet more work is needed to get it actually working
|
changeset |
files
|
Fri, 19 Mar 2010 14:42:35 +0100 |
Sylvain Thénault |
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
|
changeset |
files
|
Fri, 19 Mar 2010 10:10:18 +0100 |
Sylvain Thénault |
[security] take care uidrels may contains a relation targetting something else than a constant node (eg IN function)
|
changeset |
files
|
Fri, 19 Mar 2010 10:07:30 +0100 |
Sylvain Thénault |
[ms] this test is already done before putting a relation in uidrels
|
changeset |
files
|
Fri, 19 Mar 2010 09:08:09 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Fri, 19 Mar 2010 09:08:00 +0100 |
Sylvain Thénault |
[security] experimental rqlst cache for read security: to activate using a 'security-rqlst-cache' flag in transaction data when you'll issue a lot of identic queries with only kwargs varying
|
changeset |
files
|
Fri, 19 Mar 2010 08:18:31 +0100 |
Sylvain Thénault |
[read security] minor optimizations
|
changeset |
files
|
Thu, 18 Mar 2010 23:22:40 +0100 |
Adrien Di Mascio |
[web] get rid of spurious '[Errno 2] No such file or directory' on load
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:39:17 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:37:55 +0100 |
Sylvain Thénault |
[schema sync] fix another potential name error on synchronizing rdefs
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:36:08 +0100 |
Sylvain Thénault |
[schema sync] don't try to synchronize infered relation defs, fixing a name error on the way
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:54 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:35 +0100 |
Sylvain Thénault |
don't update constraints when it's not necessary
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:03 +0100 |
Sylvain Thénault |
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup hooks
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:31:22 +0100 |
Sylvain Thénault |
[migration] new build_descr argument to rqlexec on the migration helper
|
changeset |
files
|
Thu, 18 Mar 2010 17:28:59 +0100 |
Sylvain Thénault |
fix migration when upgrading from cw < 3.6 to cw 3.7
|
changeset |
files
|
Thu, 18 Mar 2010 17:17:50 +0100 |
Sylvain Thénault |
disable security when undoing
|
changeset |
files
|
Thu, 18 Mar 2010 17:16:17 +0100 |
Adrien Di Mascio |
merge
stable
|
changeset |
files
|
Thu, 18 Mar 2010 14:06:53 +0100 |
Adrien Di Mascio |
[sql] fix FSPATH implementation
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:14:01 +0100 |
Sylvain Thénault |
[web deletion] must use set_message
|
changeset |
files
|
Thu, 18 Mar 2010 15:51:53 +0100 |
Sylvain Thénault |
fix limited_rql w/ UNION query
stable
|
changeset |
files
|
Thu, 18 Mar 2010 11:57:48 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:12:54 +0100 |
Sylvain Thénault |
fix import
stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:07:10 +0100 |
Adrien Chauve |
Fixed some of the documentation warnings when building the book with sphinx.
stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:05:49 +0100 |
Sylvain Thénault |
move pdf icon component with it's template so we don't see it when the template isn't available due to missing dependancies
stable
|
changeset |
files
|
Wed, 17 Mar 2010 11:37:47 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 17 Mar 2010 11:36:47 +0100 |
Sylvain Thénault |
add missing warn imports
|
changeset |
files
|
Wed, 17 Mar 2010 11:30:39 +0100 |
Sylvain Thénault |
add missing warn imports
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:58:37 +0100 |
Stephanie Marcu |
improve documentation for uicfg and rtags
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:27 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:17 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Wed, 17 Mar 2010 09:21:58 +0100 |
Sylvain Thénault |
[cleanup] objtype not used
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:21:13 +0100 |
Sylvain Thénault |
[schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:19:02 +0100 |
Sylvain Thénault |
3.6 want __regid__, not id
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:17:14 +0100 |
Sylvain Thénault |
[migration] disable notification by default during migration
|
changeset |
files
|
Wed, 17 Mar 2010 09:16:30 +0100 |
Sylvain Thénault |
[session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:05 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.0-1 for changeset 0c9ff7e496ce
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:04 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.0 for changeset 270aba1e6fa2
cubicweb-debian-version-3.7.0-1
|
changeset |
files
|
Tue, 16 Mar 2010 18:10:59 +0100 |
Sylvain Thénault |
fix control file by using virtual packages
cubicweb-version-3.7.0
|
changeset |
files
|
Tue, 16 Mar 2010 17:59:50 +0100 |
Sylvain Thénault |
fix common/rql dependencies
|
changeset |
files
|
Tue, 16 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
3.7.0
|
changeset |
files
|
Tue, 16 Mar 2010 17:55:54 +0100 |
Sylvain Thénault |
test fixes
|
changeset |
files
|
Tue, 16 Mar 2010 17:44:42 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 16 Mar 2010 17:44:32 +0100 |
Sylvain Thénault |
fix tests
stable
|
changeset |
files
|
Tue, 16 Mar 2010 17:19:10 +0100 |
Sylvain Thénault |
fix test broken by recent rql rewrite / querier changes
|
changeset |
files
|
Tue, 16 Mar 2010 16:32:36 +0100 |
Sylvain Thénault |
backport stable into default
|
changeset |
files
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
changeset |
files
|
Wed, 10 Mar 2010 16:07:24 +0100 |
Julien Jehannet |
[R] dataimport: changes
|
changeset |
files
|
Tue, 16 Mar 2010 12:40:59 +0100 |
Sylvain Thénault |
#750055: make it easier to change post logout url
stable
|
changeset |
files
|
Tue, 16 Mar 2010 12:34:29 +0100 |
Sylvain Thénault |
[web auth] fix authentication pb when anonymous are allowed, avoiding the first authentifier to return an anon connection while a following one may find correct authentication info. This make things simpler (eventually)
stable
|
changeset |
files
|
Tue, 16 Mar 2010 12:31:06 +0100 |
Sylvain Thénault |
[web server] simplify base-url handling on startup. Ensure config['base-url'] is correctly set once started
stable
|
changeset |
files
|
Tue, 16 Mar 2010 10:54:59 +0100 |
Sylvain Thénault |
[rql rewrite] until a better solution is found raise BadSchemaDefinition when two inlined relations with security on an optional variable is used, explaining how to bypass it
|
changeset |
files
|
Mon, 15 Mar 2010 18:07:54 +0100 |
Sylvain Thénault |
[rql rewriting] handle case where we've and optional inlined relation in the original query. Also, we should append EXISTS even in subquery to avoid inserting duplicates in results
|
changeset |
files
|
Mon, 15 Mar 2010 18:06:32 +0100 |
Sylvain Thénault |
[rql rewriting] handle case where we want to insert snippet on a variable that has previously been moved to a subquery
|
changeset |
files
|
Mon, 15 Mar 2010 11:18:51 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 15 Mar 2010 11:16:40 +0100 |
Sylvain Thénault |
[backup] fix misplaced paren
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:53:18 +0100 |
Sylvain Thénault |
fix bad conflict resolution
|
changeset |
files
|
Fri, 12 Mar 2010 16:23:21 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:21:13 +0100 |
Katia Saurfelt |
LazySuggestField : remote version of RestrictedSuggestField
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:15:33 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 12 Mar 2010 15:53:31 +0100 |
Pierre-Yves David |
Add a rssitem_id attribut to RSSView to easly choose the view used for items.
stable
|
changeset |
files
|
Fri, 12 Mar 2010 15:05:33 +0100 |
Sylvain Thénault |
[web] start a new message system based on id of message stored in session's data
|
changeset |
files
|
Fri, 12 Mar 2010 15:01:52 +0100 |
Sylvain Thénault |
[notification] fix dumb name error in hijack user
|
changeset |
files
|
Fri, 12 Mar 2010 15:00:54 +0100 |
Sylvain Thénault |
[dbapi] return default argument instead of None when no connection set yet
|
changeset |
files
|
Fri, 12 Mar 2010 15:00:25 +0100 |
Sylvain Thénault |
[cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params
|
changeset |
files
|
Fri, 12 Mar 2010 14:55:41 +0100 |
Sylvain Thénault |
[db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:52:22 +0100 |
Sylvain Thénault |
[cleanup] use iteritems
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:51:59 +0100 |
Sylvain Thénault |
[url] new rebuild_url method on base request
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:50:54 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 12 Mar 2010 12:09:27 +0100 |
Sylvain Thénault |
fix apycot detection
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:50:27 +0100 |
Sylvain Thénault |
provide logilab.database compat when creating database
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:49:29 +0100 |
Sylvain Thénault |
update debian changelog
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:49:05 +0100 |
Sylvain Thénault |
[db creation] fix some bugs introduced by the migration to logilab.database
|
changeset |
files
|
Fri, 12 Mar 2010 11:34:35 +0100 |
Sylvain Thénault |
[debian] packaging fixes
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:53:25 +0100 |
Sylvain Thénault |
[web] yes this is used
|
changeset |
files
|
Fri, 12 Mar 2010 10:53:15 +0100 |
Sylvain Thénault |
[web] cleanup: move delete_entities to the edit controller
|
changeset |
files
|
Fri, 12 Mar 2010 10:52:43 +0100 |
Sylvain Thénault |
[web] stop using deprecated merge_dicts
|
changeset |
files
|
Fri, 12 Mar 2010 10:52:04 +0100 |
Sylvain Thénault |
[utils] improve dump_class by copying back original class doc and module name
|
changeset |
files
|
Fri, 12 Mar 2010 10:51:30 +0100 |
Sylvain Thénault |
[utils] make_uid imrovment: using .hex already remove '-', make key argument optional, document it
|
changeset |
files
|
Fri, 12 Mar 2010 10:50:37 +0100 |
Sylvain Thénault |
deprecates merge_dicts
|
changeset |
files
|
Fri, 12 Mar 2010 10:49:42 +0100 |
Sylvain Thénault |
kill unused method
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:45 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:28 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.2-1 for changeset f3b4bb9121a0
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:28 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.2 for changeset bfebe3d14d53
stable cubicweb-debian-version-3.6.2-1
|
changeset |
files
|
Fri, 12 Mar 2010 10:43:32 +0100 |
Sylvain Thénault |
[form] fix bug introduced by 4871:a34b76593ab2 with field using multiple input with different suffix: the suffix should be considered in the cache key
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:55:29 +0100 |
Sylvain Thénault |
i18nupdate
stable cubicweb-version-3.6.2
|
changeset |
files
|
Thu, 11 Mar 2010 19:49:40 +0100 |
Sylvain Thénault |
prepare 3.6.2
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:16:35 +0100 |
Sylvain Thénault |
[form fields] fix severe memory leak due to @cached on field.input_name
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:07:45 +0100 |
Sylvain Thénault |
[debug] allow to specify maxlevel to gc_info
stable
|
changeset |
files
|
Thu, 11 Mar 2010 18:28:38 +0100 |
Sylvain Thénault |
[write security] we must check perm with read security disabled + add missing eid argument to check_perm
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:59 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:43 +0100 |
Sylvain Thénault |
[session] del session's thread local store on close
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:07 +0100 |
Sylvain Thénault |
[debug] a new view to help debugging memory leaks
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:48:38 +0100 |
Sylvain Thénault |
[debug] minor improvments to the registry view
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:43:00 +0100 |
Sylvain Thénault |
[web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:42:13 +0100 |
Sylvain Thénault |
[pyviews] add thead/tbody to pyvaltable view
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:41:43 +0100 |
Sylvain Thénault |
[repo stats] add cache size
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:52:33 +0100 |
Adrien Di Mascio |
[javascript] upgrade from version 1.0.2 to 1.1 of jquery.autocomplete.js
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:37:34 +0100 |
Adrien Di Mascio |
[web] fix #736332: iespec functionality for add_css
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:19:55 +0100 |
Adrien Di Mascio |
[javascript] use jQuery.one('ajax-loaded') instead of jQuery.bind() in add_onload to avoid multiple callback executions
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:08:45 +0100 |
Sylvain Thénault |
[widgets] fix typo
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:59:44 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:58:30 +0100 |
Sylvain Thénault |
req has no more a cursor attribute
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:57:47 +0100 |
Sylvain Thénault |
when some authentication plugin fail, we may try another one
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:57:04 +0100 |
Sylvain Thénault |
logilab.db compat
stable
|
changeset |
files
|
Tue, 09 Mar 2010 14:38:41 +0100 |
Sylvain Thénault |
[goa] i know goa is broken but that's still that we won't have to fix later :)
|
changeset |
files
|
Tue, 09 Mar 2010 19:39:50 +0100 |
Nicolas Chauvat |
[documentation] fix errors in book chapter instance-config
stable
|
changeset |
files
|
Tue, 09 Mar 2010 12:07:34 +0100 |
Sylvain Thénault |
remove deprecation warning introduced by add_onload api change
|
changeset |
files
|
Tue, 09 Mar 2010 12:07:16 +0100 |
Sylvain Thénault |
[refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
|
changeset |
files
|
Tue, 09 Mar 2010 12:03:26 +0100 |
Sylvain Thénault |
missing rename
|
changeset |
files
|
Tue, 09 Mar 2010 11:54:27 +0100 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
changeset |
files
|
Tue, 09 Mar 2010 11:42:06 +0100 |
Sylvain Thénault |
move devtools.dataimport at the cw level since we don't want cubes using it to depends on cubicweb-dev
|
changeset |
files
|
Tue, 09 Mar 2010 11:27:41 +0100 |
Sylvain Thénault |
[widget] allow to specify hour/minute separator on the JQueryTimePicker (vgodard patch)
stable
|
changeset |
files
|
Tue, 09 Mar 2010 11:05:29 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 09 Mar 2010 11:01:44 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 09 Mar 2010 11:00:48 +0100 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
changeset |
files
|
Tue, 09 Mar 2010 10:59:50 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:59:44 +0100 |
Sylvain Thénault |
move SLINK_DIRECTORIES creation to a function avoid unnecessary import (and kill that damed warning of psyco not being installed)
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:53:55 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:53:38 +0100 |
Sylvain Thénault |
[schema hooks] properly check for changes of schema properties avoid useless costly operation (such as full-text reindexing all entities of a type). Refactor inlined handling and fix a bug trying to reindex a final entity type on the way.
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:51:08 +0100 |
Sylvain Thénault |
[hook] entity_oldnew_value may cause bug on attributes explicitly set to None
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:49:57 +0100 |
Sylvain Thénault |
misc fixes to ensure logilab.db compatibility
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:48:46 +0100 |
Sylvain Thénault |
[sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend
stable
|
changeset |
files
|
Tue, 09 Mar 2010 08:59:43 +0100 |
Sylvain Thénault |
[repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
|
changeset |
files
|
Mon, 08 Mar 2010 19:02:35 +0100 |
Sylvain Thénault |
move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
|
changeset |
files
|
Mon, 08 Mar 2010 18:31:36 +0100 |
Sylvain Thénault |
3.7 depends on python >= 2.5
|
changeset |
files
|
Mon, 08 Mar 2010 18:08:24 +0100 |
Sylvain Thénault |
rename deprecated file
|
changeset |
files
|
Mon, 08 Mar 2010 17:57:29 +0100 |
Sylvain Thénault |
[repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
|
changeset |
files
|
Mon, 08 Mar 2010 19:11:47 +0100 |
Adrien Di Mascio |
[javascript] fix #736185: add_onload / jQuery.bind() vs. jQuery.one()
|
changeset |
files
|
Mon, 08 Mar 2010 09:51:29 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:05:17 +0100 |
Sylvain Thénault |
[cleanup] fti_* method already try/except exception, no need for additional catch here
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:04:36 +0100 |
Sylvain Thénault |
[hook] use entity instead of values dict, check for edited_attributes on rtype change
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:03:43 +0100 |
Sylvain Thénault |
[schema hook] fulltext_container is a relation *type* property. Test and fix (+ more fti properties change testing)
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:00:23 +0100 |
Sylvain Thénault |
fix name error fixed in wrong branch
stable
|
changeset |
files
|
Mon, 08 Mar 2010 08:59:07 +0100 |
Sylvain Thénault |
[test] don't use an internal url for test
stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:20:39 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:20:18 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:57:13 +0100 |
Pierre-Yves David |
Added tag cubicweb-debian-version-3.6.1-2 for changeset 0a16f07112b9
stable
|
changeset |
files
|
Thu, 04 Mar 2010 16:26:52 +0100 |
Pierre-Yves David |
[pkg/debian] prepare 3.6.1-2
stable cubicweb-debian-version-3.6.1-2
|
changeset |
files
|
Thu, 04 Mar 2010 16:26:22 +0100 |
Pierre-Yves David |
[pkg/debian] Remove python-elementtree from Depends
stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:07:39 +0100 |
Sylvain Thénault |
le patch massiveimport a été importé
stable
|
changeset |
files
|
Fri, 05 Mar 2010 17:29:24 +0100 |
Sylvain Thénault |
fix bad test fix
|
changeset |
files
|
Fri, 05 Mar 2010 17:24:01 +0100 |
Sylvain Thénault |
repair stuff broken by fti handling changes
stable
|
changeset |
files
|
Fri, 05 Mar 2010 17:22:41 +0100 |
Sylvain Thénault |
update test broken by fulltextindexed change on workflow entities
stable
|
changeset |
files
|
Fri, 05 Mar 2010 13:05:47 +0100 |
Sylvain Thénault |
fix another name error
|
changeset |
files
|
Fri, 05 Mar 2010 13:04:46 +0100 |
Sylvain Thénault |
fix name error
|
changeset |
files
|
Fri, 05 Mar 2010 12:18:22 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:39:34 +0100 |
Sylvain Thénault |
eschema_type_eid become eschema_eid and always get a schema as argument + misc cleanup
stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:35:06 +0100 |
Sylvain Thénault |
don't issue critical warning about missing text index when we're creating the instance
stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:24:55 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:04:26 +0100 |
Sylvain Thénault |
[cleanup] add index_entity to abstract source, add docstring
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:58:31 +0100 |
Sylvain Thénault |
[schema] do not fulltext index workflow entities'description
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:51:19 +0100 |
Sylvain Thénault |
no key error subsequent to test module import error
|
changeset |
files
|
Thu, 04 Mar 2010 17:51:27 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:50:17 +0100 |
Aurelien Campeas |
[views/breadcrumbs] fix bad signature
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:49:31 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:49:14 +0100 |
Sylvain Thénault |
nicer explanation
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:48:55 +0100 |
Sylvain Thénault |
fix schema serialization bug: groupmap considered as addrdef argument
stable
|
changeset |
files
|
Thu, 04 Mar 2010 16:58:40 +0100 |
Nicolas Chauvat |
[cwctl] list will warn about a badly formatted version constraint instead of crashing
stable
|
changeset |
files
|
Thu, 04 Mar 2010 12:08:23 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 12:08:09 +0100 |
Sylvain Thénault |
oops, 'not' missing
|
changeset |
files
|
Thu, 04 Mar 2010 12:07:54 +0100 |
Sylvain Thénault |
[repo] fix bug introduced by 4757:ec9c20c6b9f7, testing for select.selection is not enough to avoid the substep query, we should check there is no interesting restriction (test added)
|
changeset |
files
|
Thu, 04 Mar 2010 11:45:29 +0100 |
Sylvain Thénault |
[rql2sql] fix potential crash when testing _q_invariant on a ColumnAlias instead of a Variable by always considering _q_invariant to false for them
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:58:28 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:56:46 +0100 |
Sylvain Thénault |
fix test broken by meta relation permissions tweaks
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:56:27 +0100 |
Sylvain Thénault |
fix schema serialization, bad repartition of changes between stable and default
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:23:20 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:22:21 +0100 |
Sylvain Thénault |
remove stuff from default introduced accidentally in stable
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:16:48 +0100 |
Sylvain Thénault |
applied vgodard patch for jquery rounded corner w/ MSIE >= 8
stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:57:40 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:43:16 +0100 |
Adrien Chauve |
[fix] #731915 use add_onload instead of plain <script> tag for progress bar.
stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:35:34 +0100 |
Pierre-Yves David |
add render_description method to RSSItemView to improve modularity.
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:00:42 +0100 |
Julien Jehannet |
le patch documentation-admin-tips a été importé
stable
|
changeset |
files
|
Tue, 02 Mar 2010 21:48:36 +0100 |
Julien Jehannet |
[F] views: fix 2 unicode errors
stable
|
changeset |
files
|
Mon, 22 Feb 2010 17:23:46 +0100 |
Julien Jehannet |
le patch fix-3.6-deprecation-warning a été importé
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:27 +0100 |
Alain Leufroy |
Suppress the hidden logform when the user is already connected
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:21 +0100 |
Alain Leufroy |
fix a Depression Warning
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:03 +0100 |
Alain Leufroy |
fix: Prevent multi pass in restore_previous_post
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:48:51 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 03 Mar 2010 19:20:03 +0100 |
Sylvain Thénault |
[test] check _shutting_down, not empty dict (empty dict test should go in pytestgc patch)
|
changeset |
files
|
Wed, 03 Mar 2010 19:03:52 +0100 |
Sylvain Thénault |
assert we are not already shutting down
|
changeset |
files
|
Wed, 03 Mar 2010 19:02:36 +0100 |
Sylvain Thénault |
[test] call super class teardown after perms restoration
|
changeset |
files
|
Wed, 03 Mar 2010 18:57:41 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
changeset |
files
|
Wed, 03 Mar 2010 18:56:37 +0100 |
Sylvain Thénault |
[testlib] properly close dumb sessions
|
changeset |
files
|
Wed, 03 Mar 2010 18:54:07 +0100 |
Sylvain Thénault |
[debug] more (dirty) gc debuging
|
changeset |
files
|
Wed, 03 Mar 2010 18:52:56 +0100 |
Sylvain Thénault |
custom rest publisher instead of using rest_publish. Avoid to keep a ref on the latest context
|
changeset |
files
|
Wed, 03 Mar 2010 18:52:01 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Wed, 03 Mar 2010 18:33:56 +0100 |
Sylvain Thénault |
[rest] cleanup, avoid deprecation warning
|
changeset |
files
|
Wed, 03 Mar 2010 18:32:21 +0100 |
Sylvain Thénault |
delete pyro proxy on connection close, properly raise programming error when working on a closed connection
|
changeset |
files
|
Wed, 03 Mar 2010 18:31:08 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Wed, 03 Mar 2010 18:30:25 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
changeset |
files
|
Wed, 03 Mar 2010 18:12:28 +0100 |
Sylvain Thénault |
more tests
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:59:05 +0100 |
Sylvain Thénault |
[repo] improve planning of insert/update queries: do not select affected constants so the don't go and back to/from the source.
|
changeset |
files
|
Wed, 03 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
changeset |
files
|
Wed, 03 Mar 2010 17:51:49 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:49:24 +0100 |
Sylvain Thénault |
[testlib] automatic test shouldn't try to populate default_workflow
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:48:08 +0100 |
Sylvain Thénault |
minor schema serialization optimization:
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:42:19 +0100 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:39:22 +0100 |
Sylvain Thénault |
fix code and tests broken by 4744:13a5d3a7410e (proper permission on eid/has_text/identity relations)
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:58:39 +0100 |
Sylvain Thénault |
do not check for use template permission when session is super session or integrity hooks are deactivated
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:57:32 +0100 |
Sylvain Thénault |
do not check for existant entity when relation of single card is added but integrity hooks are deactivated
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:44:26 +0100 |
Sylvain Thénault |
[schema] tweaks meta-relations and schema/workflow entities attributes permissions
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:43:26 +0100 |
Sylvain Thénault |
[schema] new constants for permissions definitions
stable
|
changeset |
files
|
Wed, 03 Mar 2010 14:06:05 +0100 |
Aurelien Campeas |
[book/ldap] note on the role of two options
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:32:46 +0100 |
Aurelien Campeas |
[book/cwctl] reorganize a bit this page (very messy)
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:15:26 +0100 |
Aurelien Campeas |
[book] more id -> __regid__
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:11:46 +0100 |
Aurelien Campeas |
[book/entities] a bit of flesh to the interface chapter
stable
|
changeset |
files
|
Tue, 02 Mar 2010 18:46:58 +0100 |
Aurelien Campeas |
[book/admin/pyro] fix pyro options, give a small setup example
stable
|
changeset |
files
|
Tue, 02 Mar 2010 18:10:03 +0100 |
Aurelien Campeas |
[book/faq] cleanup & complete a bit
stable
|
changeset |
files
|
Tue, 02 Mar 2010 16:06:36 +0100 |
Aurelien Campeas |
[book/admin/setup] notes about configuration of sql server
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:47:26 +0100 |
Aurelien Campeas |
[book] remove seemingly unused old cruft
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:37:51 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:37:45 +0100 |
Aurelien Campeas |
[book] cleanup (deleting/moving) old stuff
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:11:11 +0100 |
Aurelien Campeas |
[book] a few autoclasses for renderers, misc tweaks
stable
|
changeset |
files
|
Tue, 02 Mar 2010 14:39:06 +0100 |
Sylvain Thénault |
[primary] navcontentbottom sections should be in the content table as navcontenttop
stable
|
changeset |
files
|
Tue, 02 Mar 2010 13:00:41 +0100 |
Aurelien Campeas |
[book/controllers] add some content (overview, api super sketch) for the cubicweb controllers
stable
|
changeset |
files
|
Tue, 02 Mar 2010 12:04:33 +0100 |
Aurelien Campeas |
[book/ldap] add missing LDAP section
stable
|
changeset |
files
|
Tue, 02 Mar 2010 11:21:29 +0100 |
Aurelien Campeas |
[reledit] add ajax html head div, which allows to get additional css/js up to the browser #620569
stable
|
changeset |
files
|
Mon, 01 Mar 2010 16:02:22 +0100 |
Aurelien Campeas |
fix open/close/open subnode bug #730709
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:39:33 +0100 |
Sylvain Thénault |
backport stable to default
|
changeset |
files
|
Fri, 26 Feb 2010 17:38:12 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.1-1 for changeset b9cdfe3341d1
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:38:12 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.1 for changeset 4ae30c9ca11b
stable cubicweb-debian-version-3.6.1-1
|
changeset |
files
|
Fri, 26 Feb 2010 16:51:41 +0100 |
Sylvain Thénault |
typo
stable cubicweb-version-3.6.1
|
changeset |
files
|
Fri, 26 Feb 2010 15:39:59 +0100 |
Sylvain Thénault |
3.6.1 depending on yams 0.28
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:36:30 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 10 Feb 2010 16:34:15 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.0-1 for changeset d2ba93fcb8da
|
changeset |
files
|
Wed, 10 Feb 2010 16:34:15 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.0 for changeset 450804da3ab2
cubicweb-debian-version-3.6.0-1
|
changeset |
files
|
Fri, 26 Feb 2010 15:32:32 +0100 |
Sylvain Thénault |
3.6.1
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:28:15 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:27:55 +0100 |
Aurelien Campeas |
tabs/lazy views: provide a link for the no js user agents (lynx, blinds, google) #693670
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:22:22 +0100 |
Sylvain Thénault |
[test] XXX fix to have pytest succeed on whole cw
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:56:06 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:31:10 +0100 |
Sylvain Thénault |
fix test, broken by the merge of debug and info views
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:30:46 +0100 |
Sylvain Thénault |
ensure we don't break xhtml
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:30:24 +0100 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:21:13 +0100 |
Sylvain Thénault |
don't use module doc string as usage string
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:12:01 +0100 |
Sylvain Thénault |
avoid module import in c-c plugins module, and remind it
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:10:16 +0100 |
Sylvain Thénault |
proper deprecation warning when import class that should be imported from yams
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
changeset |
files
|
Fri, 26 Feb 2010 09:54:32 +0100 |
Sylvain Thénault |
[test] fix test broken by arthur processinfo patch
stable
|
changeset |
files
|
Fri, 26 Feb 2010 09:54:03 +0100 |
Sylvain Thénault |
merge debug and info views
stable
|
changeset |
files
|
Fri, 26 Feb 2010 08:46:27 +0100 |
Sylvain Thénault |
[i18n] nothing to translate here
stable
|
changeset |
files
|
Fri, 26 Feb 2010 08:46:03 +0100 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:58:55 +0100 |
Sylvain Thénault |
[test] we should properly use vreg method to compute solutions
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:58:02 +0100 |
Sylvain Thénault |
[pool] properly close existing connection before reconnection
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:44:18 +0100 |
Adrien Di Mascio |
[web] fix #724769: Use RemoteCallFailed in the publisher's error_handler
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:26:47 +0100 |
Sylvain Thénault |
#687194: cubicweb-ctl exlog : fix help message
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:08:11 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:07:28 +0100 |
arthur |
added stats for munin collecting #615844 - from 027bbff3659f
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:04:52 +0100 |
Sylvain Thénault |
[dbapi] no more need to monkey patch this in 3.6: vreg/schema/config are all properly accessed through ._cw
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:03:38 +0100 |
Sylvain Thénault |
[session] fix memory leak: local thread data living in a thread that never finishes (eg, the main thread) may not be properly freed
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:59:16 +0100 |
Sylvain Thénault |
[session] user.login is usually an unicode string, so implements __unicode__ instead of __str__
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:57:02 +0100 |
Sylvain Thénault |
fix docstring
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:55:43 +0100 |
Sylvain Thénault |
[facet] before 3.6 we were sure to have a cw_rset attribute. Restore this for facets
stable
|
changeset |
files
|
Thu, 25 Feb 2010 17:42:51 +0100 |
Sylvain Thénault |
[iprogress] missing js file
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:43:11 +0100 |
Adrien Di Mascio |
[hooks] match_rtype and match_rtype_sets don't need to extend match_search_state
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:40:47 +0100 |
Adrien Di Mascio |
[uicfg] section='inlined' is acceptable for inlined forms
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:39:49 +0100 |
Adrien Di Mascio |
[web] fix muledit rendering bug
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:08:13 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:07:17 +0100 |
Sylvain Thénault |
3.6 api update
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:00:37 +0100 |
Sylvain Thénault |
simplejson may not be available with python 2.4
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:00:15 +0100 |
Sylvain Thénault |
ensure make_uid return something that may be used as dom id
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:57:53 +0100 |
Sylvain Thénault |
[test] also hide this message during test
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:57:30 +0100 |
Sylvain Thénault |
[test] fix test inter-dependancies pb. Pytest ok in each individual test dir, though not yet for whole cubicweb, but for different reasons
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:53:36 +0100 |
Sylvain Thénault |
[testlib] provide ability to control schema/vreg reset using reset_schema/reset_vreg test class attributes
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:52:11 +0100 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:48:24 +0100 |
Sylvain Thénault |
[goa] we don't use mx anymore
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:21:51 +0100 |
Sylvain Thénault |
[integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8)
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:20:13 +0100 |
Sylvain Thénault |
[integrity] temporary fix auto-delete relation (see 4673:6f8b925a29f4 and 4642:921737d2e3a8): we want no read perms, though we want to check delete perms. Should be properly fixed in 3.7 once we've proper security control and [unsafe_]execute behaviour on the repository side
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:14:14 +0100 |
Sylvain Thénault |
use set_action_permissions is clearer and avoid @cached issue across tests
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:49:55 +0100 |
Nicolas Chauvat |
[cwctl] use l.c.changelog for version comparison
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:11:27 +0100 |
Sylvain Thénault |
[form] only set __form_id for the main form, not for sub-forms. Should fix regression introduced by 4668:9f82f81bf13d
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:05:01 +0100 |
Sylvain Thénault |
don't issue critical message when trying to alter sqlite db during test
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:04:28 +0100 |
Sylvain Thénault |
[test] cleanup
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:56:47 +0100 |
Sylvain Thénault |
[test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:37:37 +0100 |
Sylvain Thénault |
remove #<formid> from url used to redirect after a validation error
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:35:06 +0100 |
Sylvain Thénault |
[test] no more __cubicweb_internal_field__ value displayed on password widget
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:34:37 +0100 |
Sylvain Thénault |
[test] inline-creation requires petype argument to be selectable. Fix arguments order to make it clearer that 'template' is an argument of the test class .view method
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:33:31 +0100 |
Sylvain Thénault |
[test] skip test when fop failed
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:32:22 +0100 |
Sylvain Thénault |
[test] don't display progress bar when testing checkintegrity
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:30:31 +0100 |
Sylvain Thénault |
[test api] rename _user_session to user_groups_session, fix its arguments and return only the session, not (user, session) to make things clearer
stable
|
changeset |
files
|
Tue, 23 Feb 2010 20:23:46 +0100 |
Sylvain Thénault |
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
|
changeset |
files
|
Tue, 23 Feb 2010 20:22:40 +0100 |
Sylvain Thénault |
fix tests
stable
|
changeset |
files
|
Tue, 23 Feb 2010 18:21:30 +0100 |
Sylvain Thénault |
add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:39:13 +0100 |
Sylvain Thénault |
fix #615379 by checking admin user exists instead of making think everything is fine
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:32:43 +0100 |
Sylvain Thénault |
cleanup, typos
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:32:31 +0100 |
Sylvain Thénault |
[form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:30:23 +0100 |
Pierre-Yves David |
[fix] Apply fulltextindexed change in the actual index
stable
|
changeset |
files
|
Tue, 23 Feb 2010 13:40:55 +0100 |
Sylvain Thénault |
3.6 api update (introduced by merge)
stable
|
changeset |
files
|
Tue, 23 Feb 2010 13:19:16 +0100 |
Sylvain Thénault |
when validating a form, we should properly call 'actual_fields(form) on edited field else compound field are not correctly processed
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:59:30 +0100 |
Sylvain Thénault |
#714109: [selectors] non_final_entity should implement score_class
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:52:57 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:52:40 +0100 |
Sylvain Thénault |
add XXX note
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:51:20 +0100 |
Sylvain Thénault |
[form] cache field value in form.formvalues using (field, form) key since in some case the same field instance may be shared accross multiple forms, which may share the formvalues dict in case of sub-forms
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:49:37 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:46:56 +0100 |
Sylvain Thénault |
[form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:43:15 +0100 |
Sylvain Thénault |
[form] add a new ignore_req_params attribute on field controlling value's retreival
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:43:16 +0100 |
Charles Hébert |
[css] fix disappearing image in menu when a:hover
stable
|
changeset |
files
|
Tue, 23 Feb 2010 08:41:06 +0100 |
Nicolas Chauvat |
[cwctl] modify command list to check for cube dependency problems
stable
|
changeset |
files
|
Tue, 23 Feb 2010 10:57:51 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 23 Feb 2010 08:54:04 +0100 |
Alexandre Fayolle |
docstring improvement
stable
|
changeset |
files
|
Tue, 23 Feb 2010 09:53:01 +0100 |
Sylvain Thénault |
import cleanup
stable
|
changeset |
files
|
Tue, 23 Feb 2010 09:52:38 +0100 |
Sylvain Thénault |
restore 3.5 compat for date functions moved to lgc.date in 3.6 (closes #716055)
stable
|
changeset |
files
|
Mon, 22 Feb 2010 19:25:04 +0100 |
Nicolas Chauvat |
[devtools/fill] fix date generation and its test
stable
|
changeset |
files
|
Mon, 22 Feb 2010 18:22:54 +0100 |
Nicolas Chauvat |
typo: capitalize migration confirmation messages
stable
|
changeset |
files
|
Fri, 19 Feb 2010 15:12:46 +0100 |
Aurelien Campeas |
[views/deleteconf] remove action ppty (useless & clashes with form attr, replace buggy non_final_entity selector with implements workaround
stable
|
changeset |
files
|
Fri, 19 Feb 2010 12:53:35 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Fri, 19 Feb 2010 10:12:33 +0100 |
Sylvain Thénault |
[workflow] fix potential destination for go back transition
stable
|
changeset |
files
|
Fri, 19 Feb 2010 10:04:24 +0100 |
Sylvain Thénault |
[workflow] finish refactoring introduced by 021035b9a7ab for 'go back' transition:
stable
|
changeset |
files
|
Fri, 19 Feb 2010 09:37:03 +0100 |
Sylvain Thénault |
deprecate Transition.set_transition_permissions in favor of set_permissions (after all we know we're on a transition entity)
stable
|
changeset |
files
|
Fri, 19 Feb 2010 09:36:26 +0100 |
Sylvain Thénault |
introduce 'go back' transition: transition without destination state will go to the state we were coming from
stable
|
changeset |
files
|
Fri, 19 Feb 2010 09:34:14 +0100 |
Sylvain Thénault |
fix optimisation with super session that may lead to integrity loss
stable
|
changeset |
files
|
Fri, 19 Feb 2010 12:14:35 +0100 |
Aurelien Campeas |
[auto/inline forms] reallow nested inline forms #703910
stable
|
changeset |
files
|
Thu, 18 Feb 2010 15:42:29 +0100 |
Sylvain Thénault |
[reledit] fix #713217: reledit doesn't check 'update' permission on attributes
stable
|
changeset |
files
|
Thu, 18 Feb 2010 15:42:09 +0100 |
Sylvain Thénault |
fix dumb name error
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:27:00 +0100 |
Sylvain Thénault |
cleanup internal forms parameters in postlogin
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:07:56 +0100 |
Sylvain Thénault |
grmmbl, bad resolve
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:06:17 +0100 |
Sylvain Thénault |
missed conflict
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:02:48 +0100 |
Sylvain Thénault |
backport lost stable head
stable
|
changeset |
files
|
Thu, 18 Feb 2010 13:31:03 +0100 |
Sylvain Thénault |
fix sync_schema_props_perms test
stable
|
changeset |
files
|
Thu, 18 Feb 2010 13:30:37 +0100 |
Sylvain Thénault |
fix create_user function introduced in d6ae30c5d055 for database initialization: messup admin user groups when anon is created due to missing restriction
stable
|
changeset |
files
|
Thu, 18 Feb 2010 13:28:38 +0100 |
Sylvain Thénault |
3.6 api update
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:58:52 +0100 |
Sylvain Thénault |
fix unittest_hooks: attributes have now update_permission instead of [add/delete]_permission
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:57:57 +0100 |
Sylvain Thénault |
when modifying a persistent schema, erschema may miss some permissions which wil trigger a key error, but we don't want to crash on such cases
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:52:34 +0100 |
Sylvain Thénault |
fix #694445: related entity generates weird RQL which in turn generates weird SQL which fails on SQL Server
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:13:36 +0100 |
Sylvain Thénault |
fix 4626:c26b4df9fc90 (#703911): use can't rely on peid since it's not an actual eid when we're creating the parent entity
stable
|
changeset |
files
|
Thu, 18 Feb 2010 11:08:00 +0100 |
Sylvain Thénault |
[form fields] nicer behaviour of the password field: don't put internal field value on edition (triggering validation error if one validation without removing the value, due to confirmation mismatch), and don't show the field as required in such case
stable
|
changeset |
files
|
Thu, 18 Feb 2010 11:06:40 +0100 |
Sylvain Thénault |
minor cleanup: don't use builtin 'id' as variable name
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:57:50 +0100 |
Sylvain Thénault |
[forms/inline] fix #703911: add new link disappears if inline box removed. Since we've the information, we must specify the target type else we get random cardinality on ambiguous relations
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:55:41 +0100 |
Sylvain Thénault |
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:54:50 +0100 |
Sylvain Thénault |
turn default logging threshold to warning (we usually want them), and log 'no schema for eid' pb using warning instead of error, so we see them in logs but not during migration
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:26:04 +0100 |
Sylvain Thénault |
pfff, sorry to keep messing with default/stable...
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:22:04 +0100 |
Sylvain Thénault |
specify db port on backup/restore commands (require forth comming lgc 0.48.1)
|
changeset |
files
|
Thu, 18 Feb 2010 08:39:30 +0100 |
Sylvain Thénault |
move captcha view to a place where it will be loaded by the registry...
|
changeset |
files
|
Thu, 18 Feb 2010 07:29:13 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|