2013-04-25 |
Pierre-Yves David |
remove unused import
|
file |
diff |
annotate
|
2013-02-11 |
Rémi Cardona |
[etwist] Properly escape traceback output (closes #2712042)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2013-01-21 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
2012-07-12 |
Sylvain Thénault |
typo
stable
|
file |
diff |
annotate
|
2012-05-10 |
Sylvain Thénault |
[web] remove some unused imports
|
file |
diff |
annotate
|
2012-04-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-04-05 |
Florent Cayré |
[etwist] fix static directory serving; closes #2174797
stable
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[web] Move request handling logic into cubicweb application. (closes #2200684)
|
file |
diff |
annotate
|
2012-02-27 |
Pierre-Yves David |
[request] gather all base_url logic in a single place (closes #2200756)
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[http] drop use-request-subdomain feature (closes #2251986)
|
file |
diff |
annotate
|
2012-02-27 |
Adrien Di Mascio |
[twisted] move out url logic from twisted (closes #2200593)
|
file |
diff |
annotate
|
2012-02-27 |
Pierre-Yves David |
[web application] move default path logic inside url publisher
|
file |
diff |
annotate
|
2012-01-03 |
Pierre-Yves David |
[https] Allow configuration of anonymous access on https (closes #1971992)
stable
|
file |
diff |
annotate
|
2011-09-28 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
2011-09-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-09-06 |
Julien Cristau |
Drop privileges properly (closes #1910561)
stable
|
file |
diff |
annotate
|
2011-07-11 |
Adrien Di Mascio |
[http] closes #1816411, restore expires_header on static files in non-debug mode
|
file |
diff |
annotate
|
2011-07-11 |
Adrien Di Mascio |
[twisted] add an option to configure twisted's threadpool size
|
file |
diff |
annotate
|
2011-07-05 |
Sylvain Thénault |
[etwist, modconcat] closes #1806935: directly write data, don't put the whole concatenated thing in memory
|
file |
diff |
annotate
|
2011-07-05 |
Sylvain Thénault |
[etwist] clear ui cache at server startup time. Closes #1806933
|
file |
diff |
annotate
|
2011-06-28 |
Sylvain Thénault |
[etwist] log missing file even in debug mode
|
file |
diff |
annotate
|
2011-06-27 |
Florent Cayré |
[js/css concat] do not return 404 when resources of a concatenated data URL does not exist, unless in debugmode; closes #1745644
|
file |
diff |
annotate
|
2011-05-09 |
Sylvain Thénault |
[etwist] fix bug w/ new resources concantenation and https-url enabled sites
|
file |
diff |
annotate
|
2011-05-05 |
Florent Cayré |
fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
|
file |
diff |
annotate
|
2011-04-29 |
Adrien Di Mascio |
[etwist] in debug-mode, concat-file is rebuilt if one of the concatenated file is more recent
|
file |
diff |
annotate
|
2011-04-28 |
Quentin Roquefort |
[etwist] Generates apache's mod_concat-like urls for js and css
|
file |
diff |
annotate
|
2011-04-28 |
Florent Cayré |
handle js/ css file concatenation with twisted
|
file |
diff |
annotate
|
2011-04-28 |
Florent Cayré |
put data version md5 into a new url segment to ease static serving
|
file |
diff |
annotate
|
2011-04-28 |
Adrien Di Mascio |
[etwist] refactor child resources management
|
file |
diff |
annotate
|
2011-01-13 |
david douard |
[etwist] add an 'interface' config option (passed to reactor.listenTCP)
stable cubicweb-version-3.10.7
|
file |
diff |
annotate
|
2011-01-05 |
Sylvain Thénault |
[daemon] make process umask configurable
stable
|
file |
diff |
annotate
|
2011-01-05 |
Sylvain Thénault |
properly tell we've started an instance (close #1391262)
stable
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[web configuration] ensure data home directory / uicache file belong to daemon user and are writeable
|
file |
diff |
annotate
|
2010-07-06 |
Sylvain Thénault |
[web config] fix old css compat code: we have to modify locate_resource prototype so it return (potentially hacked) file name as well. Should only impact the file cube which has to be released anyway.
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
[repo] fix 'c-c start --loglevel LEVEL' for repository only configuration. Closes #1058269.
|
file |
diff |
annotate
|
2010-06-16 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-16 |
Sylvain Thénault |
imported patch asynchronous multipart parsing.diff
stable
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-03 |
Alexandre Fayolle |
merge
stable
|
file |
diff |
annotate
|
2010-06-03 |
Alexandre Fayolle |
[win32] defer import of logilab.common.daemon
stable
|
file |
diff |
annotate
|
2010-06-03 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-01 |
Pierre-Yves David |
[web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
|
file |
diff |
annotate
|
2010-05-31 |
Julien Jehannet |
[web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
|
file |
diff |
annotate
|
2010-06-01 |
Pierre-Yves David |
[etwist] twisted won't install signal handler outside the main thread.
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
* * *
stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-06 |
Alexandre Fayolle |
[python2.6] do not import simplejson directly
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 |
[web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
|
file |
diff |
annotate
|
2010-04-29 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
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-20 |
Sylvain Thénault |
[etwist] proper getChild implementation (eventually): fix fckeditor resources locating bugs by properly using file resources
|
file |
diff |
annotate
|
2010-04-20 |
Sylvain Thénault |
[etwist] nicer, thouhg really not perferct) request max size exceeded support of json/frame posts
|
file |
diff |
annotate
|
2010-04-19 |
Sylvain Thénault |
[web] no more needed with the bytes option type
|
file |
diff |
annotate
|
2010-04-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-19 |
Sylvain Thénault |
[web] consistent cleanup session interval time
stable
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-15 |
Alexandre Fayolle |
use MB for Megabytes, instead of french Mo
stable
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
[vreg] refactor the [re]loading process so things get clearer and fix spurious errors on edge cases
stable
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
[etwist] allow to specify max size for POST request in the configuration. We should deal with this nicely on the js form validation code.
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
[etwist] upgrade post max size to 200Mo until it's configurable
stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
[etwist] we must call all error not handled in _render_request, else the thread fail silently and nothing ends up on the ui
|
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-12 |
Sylvain Thénault |
[twisted] fix LongTimeExpiringFile and getChild implementation
|
file |
diff |
annotate
|
2010-04-06 |
Adrien Chauve |
Switched from TwistedWeb2 to TwistedWeb
|
file |
diff |
annotate
|
2010-03-29 |
Aurelien Campeas |
[logging] demote static file served to debug
stable
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[etwist] cleanup, use cProfile instead of hotshot
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
#750055: make it easier to change post logout url
stable
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
[web server] simplify base-url handling on startup. Ensure config['base-url'] is correctly set once started
stable
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
[debug] more (dirty) gc debuging
|
file |
diff |
annotate
|
2010-02-03 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-01-27 |
Adrien Di Mascio |
add missing errno import in etwist/server.py
stable
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-12 |
Aurelien Campeas |
raising ConfigurationError is cleaner; remove some unused imports
stable
|
file |
diff |
annotate
|
2010-01-11 |
Aurelien Campeas |
do not attempt to daemonize under windows
stable
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
missing one litle char
stable
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
closes #607344 by simply appending '/' to base url if necessary instead of insulting the user
stable
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-12 |
Sylvain Thénault |
when instance is started normally (eg not in debug mode), check versions before daemonization
stable
|
file |
diff |
annotate
|
2009-11-03 |
Aurelien Campeas |
put back url info started at the end of initialisations
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-12 |
Sylvain Thénault |
fix debug attribute conflict on configuration
stable
|
file |
diff |
annotate
|
2009-10-12 |
Sylvain Thénault |
system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly
stable
|
file |
diff |
annotate
|
2009-10-09 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-08 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
2009-10-08 |
Aurelien Campeas |
add a commit point, a new transition exhibits the problem again
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
fix startup as a daemon
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-05 |
Aurelien Campeas |
smallest possible change to fix #472806
stable
|
file |
diff |
annotate
|
2009-09-28 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-09-28 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
2009-09-26 |
Sylvain Thénault |
use default repo looping task so they are started in thread, else we get blocking task
stable
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-11 |
Sylvain Thénault |
should change process'user once pid file has been written
stable
|
file |
diff |
annotate
|
2009-09-11 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-11 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
2009-09-11 |
Sylvain Thénault |
fix daemonize: set umask, move to /, consider uid
stable
|
file |
diff |
annotate
|
2009-09-10 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-07 |
Aurélien Campéas |
mostly adapt the i18n subsystem to limitation wrt redirection handinling in windows, using the -o argument of the utilities
3.5
|
file |
diff |
annotate
|
2009-09-07 |
Aurélien Campéas |
minimal steps to have cw running on windows
3.5
|
file |
diff |
annotate
|
2009-08-11 |
Nicolas Chauvat |
R propagate registry API changes
|
file |
diff |
annotate
|
2009-08-06 |
Sylvain Thénault |
ensure runtime dir exists
|
file |
diff |
annotate
|
2009-08-05 |
Sylvain Thénault |
allow to specify arbitrary argument when recording a looping task func
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[events] renamed source-reload into registry-reload to avoid potential confusions with datasources
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
|
file |
diff |
annotate
|
2009-08-04 |
Adrien Di Mascio |
[autoreload] recompute urlresolver / urlrewriter after autoreload
|
file |
diff |
annotate
|