web/views/basetemplates.py
2010-07-02 Sylvain Thénault cleanup
2010-07-01 Sylvain Thénault backport stable
2010-06-30 Sylvain Thénault [login form] fix bad login field label by using pgettext stable
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
2010-05-26 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
2010-05-05 Katia Saurfelt [css] start using uiprops in cubicweb.css
2010-04-29 Nicolas Chauvat [css] progressively fixing rhythm
2010-04-29 Nicolas Chauvat [css] introducing scale and rhythm composition
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
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
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.
2010-04-08 Sylvain Thénault le patch move-pdf-export-to-cubes a été importé
2010-03-18 Adrien Di Mascio [web] get rid of spurious '[Errno 2] No such file or directory' on load stable
2010-03-18 Sylvain Thénault move pdf icon component with it's template so we don't see it when the template isn't available due to missing dependancies stable
2010-03-04 Alain Leufroy Suppress the hidden logform when the user is already connected stable
2010-02-17 Sylvain Thénault remove 3.6 deprecation warning stable
2010-02-17 Sylvain Thénault login form style fixes stable
2010-02-16 Sylvain Thénault use needs_css so you can change login form css without redefining LogFormView stable
2010-02-16 Sylvain Thénault bw compat stable
2010-02-16 Sylvain Thénault specify login form dom id, don't render progress div
2010-02-16 Sylvain Thénault use an actual form for the login form ease customization from external cubes (eg rememberme)
2010-01-20 Sylvain Thénault backport stable
2010-01-19 Pierre-Yves David Fix element tree import for python2.4 stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-15 Sylvain Thénault rename need_navigation into paginable stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-11 Nicolas Chauvat [web ui] move help from header to footer stable
2009-11-10 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
2009-11-05 Alexandre Fayolle [doc] fix inaccurate docstring stable
2009-10-13 Sylvain Thénault add a note
2009-10-13 Sylvain Thénault 3.6 update
2009-10-13 Sylvain Thénault 3.6 updates
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault cleanup not necessary stable
2009-09-28 Sylvain Thénault [ui] turn footer items into actions stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Sylvain Thénault missing import 3.5
2009-09-11 Sylvain Thénault backport 3.5
2009-09-11 Sylvain Thénault backport stable branch 3.5
2009-09-10 Sylvain Thénault properly escape site-title stable
2009-09-02 Sylvain Thénault backport 3.5
2009-09-01 Aurelien Campeas move xhtml2fo to ext, allow to specify the section in url/get param 3.5
2009-08-31 Sylvain Thénault backport 3.5 branch
2009-08-31 Sylvain Thénault backport stable branch 3.5
2009-08-31 Sylvain Thénault provide facility to override main header components without having to override the whole methode stable
2009-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-26 Sylvain Thénault backport stable 3.5
2009-08-26 Nicolas Chauvat B in footer, replace "(c) Logilab" with "powered by CubicWeb" stable
2009-08-25 Nicolas Chauvat backport stable branch 3.5
2009-08-25 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Aurelien Campeas follow name change, fix pdf template registration, add debian package tracking 3.5
2009-08-20 Aurelien Campeas [views,pdf] minimal support for xhtml->pdf conversion 3.5
2009-08-13 Sylvain Thénault propagate some api changes
2009-08-13 Nicolas Chauvat R propagate deprecation of CWRegistry.possible_vobjects
2009-08-13 Nicolas Chauvat R deprecate CWRegistry.select_vobject
2009-08-11 Nicolas Chauvat R propagate registry API changes
2009-08-03 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
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
2009-07-30 Florent always explicitly close <base> tags because of an old IE6 bug
2009-07-29 Sylvain Thénault [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
2009-07-28 Fabrice fix html headers for forced html content type : main template and json controller
2009-07-16 Aurelien Campeas backport stable branch
2009-07-07 Sylvain Thénault use xml_escape stable
2009-06-23 Sylvain Thénault backport stable branch
2009-06-19 Sylvain Thénault deal with empty site-title stable
2009-06-08 Adrien Di Mascio [basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser stable
2009-06-05 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-18 Aurelien Campeas give back onsubmit customizability stable
2009-05-13 Florent adapt login box message to allow-email-login configuration tls-sprint
2009-05-11 sylvain thenault View.dispatch -> View.render tls-sprint
2009-04-22 sylvain thenault doc type handling refactoring: do the ext substitution at the module level tls-sprint
2009-03-26 sylvain thenault pylint cleanup tls-sprint
2009-03-25 sylvain thenault make pylint happy, fix some bugs on the way tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-02-24 Aurelien Campeas merge tls-sprint
2009-02-19 sylvain thenault avoid deprecation warning tls-sprint
2009-02-19 Julien Jehannet (merge)
2009-02-11 Julien Jehannet simplify css style
2009-02-18 sylvain thenault rename error template to avoid conflicts with the error view tls-sprint
2009-02-18 Adrien Di Mascio two use cases for the 'not' selector tls-sprint
2009-02-18 Adrien Di Mascio fix LogFormTemplate selector tls-sprint
2009-02-18 Adrien Di Mascio main template refactoring tls-sprint
2009-02-18 sylvain thenault test_views fixes tls-sprint
2009-02-18 sylvain thenault merge tls-sprint
2009-02-18 sylvain thenault fix w/ template drop tls-sprint
2009-02-18 Adrien Di Mascio set PageContentTemplate stream for binary views tls-sprint
2009-02-18 sylvain thenault kill Template class and 'templates' registry tls-sprint
2009-02-18 sylvain thenault cleanup, update import tls-sprint
2009-02-16 sylvain thenault merge tls-sprint
2009-02-16 Adrien Di Mascio split main template into main template + page-content template tls-sprint
2009-02-16 Arthur Lutz change label for new registered users
2009-02-13 sylvain thenault must not be a class attribute\!
2009-02-11 Arthur Lutz use UStringIO
2009-02-11 Arthur Lutz merge
2009-02-10 Arthur Lutz have navigation on top and bottom of search results
2009-02-11 sylvain thenault update copyright
2009-01-15 sylvain thenault missing html_escape 3.0
2008-12-02 Laure Bourgois repairing error from preceding commit
2008-12-01 Laure Bourgois cleaning code
2008-11-25 Sylvain Thenault unused import
2008-11-25 Laure Bourgois cleaning code
2008-11-25 Laure Bourgois add selector to test if result set is an object (for rss feed component)
2008-11-12 Adrien Di Mascio fix focus problems on login inputs
2008-11-10 Adrien Di Mascio fix tests in web/test
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip