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
|