2015-10-01 |
Julien Cristau |
[web/test] str vs bytes
|
file |
diff |
annotate
|
2015-10-01 |
Julien Cristau |
[web/test] str → bytes
|
file |
diff |
annotate
|
2015-09-22 |
Rémi Cardona |
[py3k] unicode → six.text_type
|
file |
diff |
annotate
|
2015-09-22 |
Rémi Cardona |
[py3k] ensure Binary objects are initialized with bytes
|
file |
diff |
annotate
|
2015-09-22 |
Rémi Cardona |
[py3k] import URL mangling functions using six.moves
|
file |
diff |
annotate
|
2015-09-11 |
Samuel Trégouët |
[py3k] backtick to repr
|
file |
diff |
annotate
|
2015-02-13 |
Julien Cristau |
[web/test] don't depend on iteration order on a set
|
file |
diff |
annotate
|
2015-02-13 |
Julien Cristau |
[web/test] fix cubicweb 3.19 deprecation warning
|
file |
diff |
annotate
|
2015-02-13 |
Julien Cristau |
[web/test] use unicode instead of str for user logins
|
file |
diff |
annotate
|
2014-12-03 |
Aurelien Campeas |
[tests/web] switch previous commit (136b5f995f8) to the new test api
|
file |
diff |
annotate
|
2014-03-20 |
Denis Laxalde |
Provide sufficient context to check 'delete' permission in AjaxEditRelationCtxComponent
|
file |
diff |
annotate
|
2013-04-25 |
Anthony Truchet |
[forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
|
file |
diff |
annotate
|
2014-06-05 |
Aurelien Campeas |
[webtests/basecontrollers] use the new connection api
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertNotIn where appropriate
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertIn where appropriate
|
file |
diff |
annotate
|
2014-01-27 |
Julien Cristau |
merge 3.18.2 into 3.19 branch
|
file |
diff |
annotate
|
2013-09-11 |
Aurelien Campeas |
[editcontroller] fix cardinality computation (closes #3120495)
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-08-01 |
Sylvain Thénault |
[test] use assertCountEqual instead of assertItemsEqual
stable
|
file |
diff |
annotate
|
2013-08-01 |
Sylvain Thénault |
[inlined form field] fix regression introduced in 3.16.4/570208f74a84. Closes #3064653
stable
|
file |
diff |
annotate
|
2013-07-26 |
Denis Laxalde |
[editcontrollers] Account for role in the ordering of entities (Complements #3031719)
stable
|
file |
diff |
annotate
|
2013-07-25 |
David Douard |
[repo] normalize ValidationError on edited entity (closes #2509729)
stable
|
file |
diff |
annotate
|
2013-07-24 |
Sylvain Thénault |
[editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719
stable
|
file |
diff |
annotate
|
2013-06-13 |
Pierre-Yves David |
rename server.session.transaction into server.session.connection
|
file |
diff |
annotate
|
2013-04-26 |
Aurelien Campeas |
drop xhtml content-type support (closes #2065651)
|
file |
diff |
annotate
|
2013-04-02 |
Rémi Cardona |
[web/views] Move massmailing to its own cube (closes #2788086)
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session/transaction] move most undo support into transaction
|
file |
diff |
annotate
|
2013-03-27 |
Vladimir Popescu |
[web/views] extract cube embed (closes #1916015)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2012-11-16 |
Sylvain Thénault |
[validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
|
file |
diff |
annotate
|
2012-09-17 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-08-01 |
Adrien Di Mascio |
[ajax] improve backward compatibility for redefined ajax functions (closes #2447189)
stable
|
file |
diff |
annotate
|
2012-07-23 |
Sylvain Thénault |
[web test] fix tests broken by 8de41063d629
stable
|
file |
diff |
annotate
|
2012-06-14 |
Pierre-Yves David |
[login] redirect to real instance root if no postlogin_path is provided
|
file |
diff |
annotate
|
2012-06-08 |
Aurelien Campeas |
[registry|ajaxcontroller] the @ajaxcontroller decorator ought to return a compatible object (closes #2385155)
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[web] Move request handling logic into cubicweb application. (closes #2200684)
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[login] split authentication logic from post authentication logic (closes #2200755)
|
file |
diff |
annotate
|
2012-02-27 |
Anthony Truchet |
[web] Exposes the undo feature to user through a undo-history view (closes #893940)
|
file |
diff |
annotate
|
2011-12-16 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
2011-09-14 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
2011-07-26 |
Adrien Di Mascio |
[entities] skip_copy_for should be considered for object relations too (closes #1857474)
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[form, controller] closes #1787233: form should provide a method to process posted content
|
file |
diff |
annotate
|
2011-05-26 |
Sylvain Thénault |
[test] fix failure introduced by yams'changeset 644:f9c79356b758
|
file |
diff |
annotate
|
2011-05-02 |
Sylvain Thénault |
[entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
|
file |
diff |
annotate
|
2011-04-22 |
Alexandre Fayolle |
fix tests broken by fcb8932082a5 (continued)
|
file |
diff |
annotate
|
2011-01-21 |
Sylvain Thénault |
[test] missing future imports
stable
|
file |
diff |
annotate
|
2011-01-10 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[test] cleanup / unittest2 api update
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable)
stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[test] must now commit file creation since the later ValidationError trigger a rollback
stable
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[test] buggy import make test fails
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-04-30 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
file |
diff |
annotate
|
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
|