2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-26 |
Sylvain Thénault |
[testlib] move _cnxs initialization before setup_database so one can login in it
stable
|
file |
diff |
annotate
|
2010-04-23 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-22 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-15 |
Aurelien Campeas |
merge
stable
|
file |
diff |
annotate
|
2010-04-15 |
Aurelien Campeas |
[devtools] do not forbid use of postgres as a source for tests (but it still needs proper dump/restore support)
stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
[testlib] ctrl_publish now allow to specify the controller id as argument
stable
|
file |
diff |
annotate
|
2010-04-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-13 |
Aurelien Campeas |
[doc/book] expand tesing material
stable
|
file |
diff |
annotate
|
2010-04-13 |
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.
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
[testlib] properly close connections opened during test in tearDown
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-04-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-01 |
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
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[testlib] simple helper method to register temporary appobjects (hooks for instance) with a context manager
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-29 |
Sylvain Thénault |
[testlib] create_user support extra kwargs to give to create_entity(CWUser)
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[testlib] __errorurl may be a relative path, check we're actually removing base url first
stable
|
file |
diff |
annotate
|
2010-03-25 |
Pierre-Yves David |
When a TC failed to initiliase the database, the following test are SKIPPED
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
le patch rql26 a été importé
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
fix tests
stable
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
2010-03-09 |
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.
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[testlib] provide ability to control schema/vreg reset using reset_schema/reset_vreg test class attributes
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] cleanup
stable
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
use 'edit' as defaut path for expect_redirect_publish
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
fix and begin to document autofill algorithm
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
fix deprecation warnings
|
file |
diff |
annotate
|
2010-01-25 |
Sylvain Thénault |
XXX quick fix html validation by removing <canvas>
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-18 |
Sylvain Thénault |
clearer api: distinguish app_publish / ctrl_publish
|
file |
diff |
annotate
|
2009-12-18 |
Sylvain Thénault |
override publisher's error handler to ease debugging
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2009-12-08 |
Sandrine Ribeau |
more api update
|
file |
diff |
annotate
|
2009-12-08 |
Arthur Lutz |
[mq]: fix_set_addition
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
deprecated one more custom add_entity in favor of req.create_entity
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-12-01 |
Sylvain Thénault |
don't use html/dtd validator as default validator for non html views. Closes #550162
stable
|
file |
diff |
annotate
|
2009-11-24 |
Sylvain Thénault |
ignore validation error during auto-population of a test db
stable
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
drop _prepare_copy method from rset in favor of a more generic copy method
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
ignored_relations should be a set
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
optional nbsessions arg
|
file |
diff |
annotate
|