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
|
2009-10-13 |
Sylvain Thénault |
factor out code reusable for authentication tests
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-09-24 |
Adrien Di Mascio |
[tests] make unittest_viewselectors pass again
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[testlib] added some new required attributes on FakeRequest, fix dummy NameError
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] use _cw, cw_row, cw_col, cw_rset etc.
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
should now use _test_action, not bare action.url()
3.5
|
file |
diff |
annotate
|
2009-09-10 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-13 |
Nicolas Chauvat |
R propagate deprecation of CWRegistry.possible_vobjects
|
file |
diff |
annotate
|
2009-08-12 |
Nicolas Chauvat |
R put version info in deprecation warnings
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-11 |
Nicolas Chauvat |
R propagate registry API changes
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[testlib] take care of re-monkeypatching which'll cause infinite recursion error
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
2009-07-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-07-01 |
Sylvain Thénault |
protect against empty etypes
stable
|
file |
diff |
annotate
|
2009-06-29 |
Aurelien Campeas |
likely typo
|
file |
diff |
annotate
|
2009-06-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-06-19 |
Sylvain Thénault |
stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
fix in case only one type is tested
tls-sprint
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
use render
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
2009-03-26 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-26 |
sylvain thenault |
rset may be None
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
more linting
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-04 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-03-04 |
Laure Bourgois |
fix automatic test: ensure we actually have
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
main template refactoring
tls-sprint
|
file |
diff |
annotate
|
2009-02-09 |
Aurelien Campeas |
[testlib] fix pb. related to class scoped variables
|
file |
diff |
annotate
|
2009-02-09 |
sylvain thenault |
old .validators attribute is now .vid_validators
|
file |
diff |
annotate
|
2009-02-02 |
Aurelien Campeas |
[testlib] quickfix (needs review) : missing validators attribute
|
file |
diff |
annotate
|
2009-01-30 |
sylvain thenault |
set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
|
file |
diff |
annotate
|
2009-01-30 |
sylvain thenault |
refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
|
file |
diff |
annotate
|
2009-01-29 |
sylvain thenault |
sax only validator for owl views for now
|
file |
diff |
annotate
|
2009-01-27 |
sylvain thenault |
don't check owl
|
file |
diff |
annotate
|
2009-01-26 |
sylvain thenault |
unnecessary
|
file |
diff |
annotate
|
2009-01-15 |
sylvain thenault |
move selection of entity types to test in a method to ease overriding
3.0
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|