2010-10-21 |
Sylvain Thénault |
[dbapi] enhanced web compatible request when using dbapi
|
file |
diff |
annotate
|
2010-10-20 |
Sylvain Thénault |
[request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function
|
file |
diff |
annotate
|
2010-10-19 |
Sylvain Thénault |
[js] remove deprecation warnings by using $.noop instead of noop
|
file |
diff |
annotate
|
2010-09-28 |
Alexandre Fayolle |
don't add another encoding if already present in content-type
stable
|
file |
diff |
annotate
|
2010-09-16 |
Aurelien Campeas |
[request] memoize tabindex across ajax calls (on pageid) to avoid ui confusion
stable
|
file |
diff |
annotate
|
2010-08-13 |
Adrien Di Mascio |
[web] fix typo in ajax_build_url (s/xtml/xhtml)
stable
|
file |
diff |
annotate
|
2010-08-09 |
Nicolas Chauvat |
fix the fix
stable
|
file |
diff |
annotate
|
2010-08-09 |
Nicolas Chauvat |
fix missing import in web.request
stable
|
file |
diff |
annotate
|
2010-08-04 |
Sylvain Thénault |
[request] missing paren
stable
|
file |
diff |
annotate
|
2010-08-04 |
Sylvain Thénault |
[request] js is defined in uilib, not utils
stable
|
file |
diff |
annotate
|
2010-08-04 |
Sylvain Thénault |
[request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object.
stable
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[req] hashlib has no hash function, but has an hash1 function even in python 2.5
stable
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-17 |
Aurelien Campeas |
[web request] in python 2.5 hashlib has no .hash attribute
stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-17 |
auc |
[py2.6] use hashlib to silence python 2.6 deprecation warnings
stable
|
file |
diff |
annotate
|
2010-06-10 |
Sylvain Thénault |
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
[request] fix typo
stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
[deprecation] missing version number to old warning message
stable
|
file |
diff |
annotate
|
2010-05-05 |
Sylvain Thénault |
[https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
|
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
|
2010-04-26 |
Sylvain Thénault |
backport 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 |
[doc/book] fix a bit the request chapter, add autodoc
stable
|
file |
diff |
annotate
|
2010-04-14 |
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)
|
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-06 |
Adrien Chauve |
Switched from TwistedWeb2 to TwistedWeb
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-23 |
Sylvain Thénault |
take care to empty breadcrumbs
stable
|
file |
diff |
annotate
|
2010-03-12 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-12 |
Sylvain Thénault |
[web] start a new message system based on id of message stored in session's data
|
file |
diff |
annotate
|
2010-03-11 |
Sylvain Thénault |
merge
stable
|
file |
diff |
annotate
|
2010-03-11 |
Sylvain Thénault |
[web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information
stable
|
file |
diff |
annotate
|
2010-03-10 |
Adrien Di Mascio |
[web] fix #736332: iespec functionality for add_css
stable
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
remove deprecation warning introduced by add_onload api change
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
fix 'click here to see the created entity' link, which may not appear according to language settings
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-04 |
Aurelien Campeas |
[request] add a note about the encoding mgmt (or lack thereof)
stable
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
fif inlined relation forms pb w/ new ajax forms.
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
turn all the stuff used to handle 'generic relations' in forms into proper
|
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-21 |
Sylvain Thénault |
NothingToEdit is not a ValidationError, simplify
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
fix translation of message to view newly created entity: must be done once language is set...
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
2009-12-07 |
Sandrine Ribeau |
api renaming update
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-13 |
Adrien Di Mascio |
[web] safety belt to avoid overriding pageid with loadxhtml()
stable
|
file |
diff |
annotate
|