Mon, 08 Feb 2010 12:01:15 +0100 |
Sylvain Thénault |
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
|
changeset |
files
|
Mon, 08 Feb 2010 11:08:55 +0100 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
changeset |
files
|
Mon, 08 Feb 2010 10:06:40 +0100 |
Sylvain Thénault |
fix security issue #36564 (integrity error w/ RQLUniqueConstraint) by using a global lock serializing commit when some RQLUniqueConstraint is encountered.
stable
|
changeset |
files
|
Mon, 08 Feb 2010 09:57:25 +0100 |
Sylvain Thénault |
errors on postcommit should never occurs, log it as critical
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:37:09 +0100 |
Sylvain Thénault |
missing test data
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:35 +0100 |
Sylvain Thénault |
reminder, cleanup
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:26 +0100 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:31:27 +0100 |
Sylvain Thénault |
fix duplicated vregistry initialization during tests
stable
|
changeset |
files
|
Sat, 06 Feb 2010 08:45:14 +0100 |
Sylvain Thénault |
cleanup, don't fail if no context set on the sourcecode directive
|
changeset |
files
|
Fri, 05 Feb 2010 15:53:25 +0100 |
Sylvain Thénault |
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
|
changeset |
files
|
Fri, 05 Feb 2010 15:44:34 +0100 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
changeset |
files
|
Fri, 05 Feb 2010 14:58:46 +0100 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
Fri, 05 Feb 2010 14:46:34 +0100 |
Sylvain Thénault |
replace DevCubeConfiguration/DevDepsConfiguration by a single DevConfiguration, fixing recently introduced by w/ i18ncube command on the way
|
changeset |
files
|
Fri, 05 Feb 2010 14:45:39 +0100 |
Sylvain Thénault |
moved to lgc.date as well
|
changeset |
files
|
Fri, 05 Feb 2010 12:33:54 +0100 |
Sylvain Thénault |
oops, forgot that part of 3.2 bw compat
|
changeset |
files
|
Fri, 05 Feb 2010 12:16:52 +0100 |
Sylvain Thénault |
hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
|
changeset |
files
|
Fri, 05 Feb 2010 12:14:36 +0100 |
Sylvain Thénault |
kill most pre 3.2 bw compat code
|
changeset |
files
|
Fri, 05 Feb 2010 12:13:48 +0100 |
Sylvain Thénault |
kill mx compat code (dropped since 3.2), more efficient merge_args implementation
|
changeset |
files
|
Fri, 05 Feb 2010 12:05:24 +0100 |
Sylvain Thénault |
this test is now useless here
|
changeset |
files
|
Fri, 05 Feb 2010 12:05:10 +0100 |
Sylvain Thénault |
3.6 test api update
|
changeset |
files
|
Fri, 05 Feb 2010 12:04:48 +0100 |
Sylvain Thénault |
db fill api has changed, update test accordingly
|
changeset |
files
|
Fri, 05 Feb 2010 12:04:25 +0100 |
Sylvain Thénault |
no needs for a views package, 3.6 api update
|
changeset |
files
|
Fri, 05 Feb 2010 11:58:11 +0100 |
Sylvain Thénault |
need post_build_callbacks attribute with earlier yams version
|
changeset |
files
|
Fri, 05 Feb 2010 11:57:52 +0100 |
Sylvain Thénault |
update yams/rql dependencies
|
changeset |
files
|
Fri, 05 Feb 2010 11:56:57 +0100 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
changeset |
files
|
Fri, 05 Feb 2010 11:54:23 +0100 |
Sylvain Thénault |
moved generic datetime manipulation function to lgc
|
changeset |
files
|
Fri, 05 Feb 2010 08:55:21 +0100 |
Sylvain Thénault |
fix wrong autoclass inclusion
|
changeset |
files
|
Fri, 05 Feb 2010 08:54:51 +0100 |
Sylvain Thénault |
fix rest syntax error
|
changeset |
files
|
Fri, 05 Feb 2010 08:54:11 +0100 |
Sylvain Thénault |
more selectors doc in the book, mostly extracted from code
|
changeset |
files
|
Fri, 05 Feb 2010 08:53:33 +0100 |
Sylvain Thénault |
reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
|
changeset |
files
|
Fri, 05 Feb 2010 08:11:38 +0100 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
Fri, 05 Feb 2010 08:11:32 +0100 |
Sylvain Thénault |
clear rest_path __unique cache in clear_all_caches, fix related test
|
changeset |
files
|
Fri, 05 Feb 2010 07:25:16 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Feb 2010 13:17:26 +0100 |
Sylvain Thénault |
copy back __doc__ for proper sphinx doc generation
|
changeset |
files
|
Thu, 04 Feb 2010 18:29:43 +0100 |
Sylvain Thénault |
mimick actual request set_header method
stable
|
changeset |
files
|
Thu, 04 Feb 2010 18:29:30 +0100 |
Sylvain Thénault |
fix typo
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:33:55 +0100 |
Aurelien Campeas |
[views/treeview] fix non-ITree nodes last element computation
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:33:09 +0100 |
Aurelien Campeas |
[request] add a note about the encoding mgmt (or lack thereof)
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:32:13 +0100 |
Aurelien Campeas |
[views/plot] replace bogus jsoncall computation by something (statistically) more reliable (json_request being set to True in the JSoncontroller
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:30:47 +0100 |
Aurelien Campeas |
[doc] small fixes on security part
stable
|
changeset |
files
|
Thu, 04 Feb 2010 10:17:15 +0100 |
Adrien Di Mascio |
misc typos found on my way: NameError / SyntaxError / double __select__, <sigh ...>
|
changeset |
files
|
Wed, 03 Feb 2010 21:11:50 +0100 |
Sylvain Thénault |
fix bad rest
|
changeset |
files
|
Wed, 03 Feb 2010 21:11:41 +0100 |
Sylvain Thénault |
fix bad rest
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:56 +0100 |
Sylvain Thénault |
more details on selectors debugging
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:39 +0100 |
Sylvain Thénault |
add_state/add_transition are now deprecated, only add_workflow remaining
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:15 +0100 |
Sylvain Thénault |
damn me, more stupid sed fix...
|
changeset |
files
|
Wed, 03 Feb 2010 20:35:48 +0100 |
Sylvain Thénault |
add note telling you don't et an UStreamIO for binary views
|
changeset |
files
|
Wed, 03 Feb 2010 20:35:19 +0100 |
Sylvain Thénault |
document the ~ operator
|
changeset |
files
|