Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[dbapi] fix user handling on dbapi request. Avoid getting None as _user and remove the need for a property.
2010-04-15, by 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.
2010-04-15, by Sylvain Thénault
[doc/book] missing .svg files, refresh .pngs, fixlets
stable
2010-04-15, by Aurelien Campeas
merge
stable
2010-04-15, by Aurelien Campeas
[devtools] do not forbid use of postgres as a source for tests (but it still needs proper dump/restore support)
stable
2010-04-15, by Aurelien Campeas
[doc/book] regroup views chapters under common umbrella (in the development part) & some fixes
stable
2010-04-15, by Aurelien Campeas
section moved to the book
stable
2010-04-14, by Aurelien Campeas
fix the dosctring
stable
2010-04-14, by Aurelien Campeas
[doc/book] merge controller/editcontroller
stable
2010-04-14, by Aurelien Campeas
[doc/book] move a big chunk of primary view customisation example in the primary view chapter
stable
2010-04-14, by Aurelien Campeas
[doc/book] refresh the style
stable
2010-04-14, by Aurelien Campeas
[doc/book] kill remaining warnings
stable
2010-04-14, by Aurelien Campeas
[doc/book] add a ref from hooks to adv tutorial
stable
2010-04-14, by Aurelien Campeas
[doc/book] add a better standard theme
stable
2010-04-14, by Aurelien Campeas
[doc/book] misc fixes
stable
2010-04-14, by Aurelien Campeas
[doc/book] reorg. a bit the top-level toc, complete the windows setup part
stable
2010-04-14, by Aurelien Campeas
[doc/book] complete the unit tests chapter
stable
2010-04-14, by Aurelien Campeas
[doc/book] update primary view layout pic: added missing elements, removed main layout around
stable
2010-04-14, by Aurelien Campeas
[doc/book] include sylvain great advanced tutorial, move tutorials in one proper section
stable
2010-04-14, by Aurelien Campeas
[etwist] upgrade post max size to 200Mo until it's configurable
stable
2010-04-14, by Sylvain Thénault
[web session] fix web session id bug on automatic reconnection. The web session id should keep the first connection id, then differ of the repo connection id once some reconnection has been done (since the session cookie isn't updated in such cases). Also, use a lock to avoid potential race condition on reconnection.
2010-04-14, by Sylvain Thénault
[packaging] 3.8 depends on lgc 0.50 (new argument to dot generator in lgc.graph)
2010-04-14, by Sylvain Thénault
backport stable
2010-04-14, by Sylvain Thénault
[views] fix bug on gc debugging view
stable
2010-04-14, by Sylvain Thénault
[testlib] ctrl_publish now allow to specify the controller id as argument
stable
2010-04-14, by Sylvain Thénault
[web] stop having actions configurable through cwproperties: this clutter site management and .po files for a useless fonctionnality (which, where and how actions are displayed is handled by code)
2010-04-14, by Sylvain Thénault
[testlib] we should not replace db-name in sources, this cause undesired side effect (when running pytest on whole cw for instance). Proper fix in logilab.database
stable
2010-04-14, by 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)
2010-04-14, by 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
2010-04-14, by Sylvain Thénault
backport stable
2010-04-14, by Sylvain Thénault
[test] fix unittest_viewselector
2010-04-14, by Sylvain Thénault
[tests] fix bfss tests to match new uniquify implementation
stable
2010-04-14, by Adrien Di Mascio
[schema view] the final touch. Things are getting nicely displayed, and code clean
2010-04-14, by Sylvain Thénault
backport stable
2010-04-13, by Sylvain Thénault
[schema view] fixes
2010-04-13, by Sylvain Thénault
catalogs update
2010-04-13, by Sandrine Ribeau
ticket #344404, cwgroup primary view improvement, use tabs to display nicely permissions
2010-04-06, by Sandrine Ribeau
ticket #787103, relation schema view enhancements
2010-04-06, by Sandrine Ribeau
ticket #787103, entity schema view enhancements
2010-03-25, by Sandrine Ribeau
ticket #787032, schema view improvement
2010-03-24, by Sandrine Ribeau
[doc/book] misc fixes/enhancements & notes
stable
2010-04-13, by Aurelien Campeas
[doc/book] remove refs to aafig (it uses a sphynx extension unavailable as a .deb)
stable
2010-04-13, by Aurelien Campeas
[doc/book] expand tesing material
stable
2010-04-13, by Aurelien Campeas
[doc/book] add sections to the FAQ, try to reorder stuff
stable
2010-04-13, by Aurelien Campeas
[doc/book] primary view section enhancements
stable
2010-04-13, by Aurelien Campeas
[session] better readability
stable
2010-04-13, by Sylvain Thénault
[facet] don't crash in rset_vocabulary if an unauthorized error was raised in rqlexec
stable
2010-04-13, by Sylvain Thénault
[mq]: worklfow view
2010-04-13, by 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-13, by Sylvain Thénault
[doc/book] more flesh to views/primary view
stable
2010-04-12, by Aurelien Campeas
[doc/book] remove merged chapter
stable
2010-04-12, by Aurelien Campeas
[doc/book] complete chapter on hooks & ops
stable
2010-04-12, by Aurelien Campeas
[storage] missing qrefresh in previous patch applied: fix comment, error message, and use a storage specified encoding, not cubicweb's encoding
stable
2010-04-12, by Sylvain Thénault
[fix] fix path unicity process in BytesFileSystemStorage.new_fs_path
stable
2010-04-12, by Pierre-Yves David
[source] small refactoring to avoid being doomed by a wrong assertion message on buggy storage raising attribute error
stable
2010-04-12, by Sylvain Thénault
[twisted] fix LongTimeExpiringFile and getChild implementation
2010-04-12, by Sylvain Thénault
merge
stable
2010-04-12, by Alexandre Fayolle
fix cwctl db-init -d on SQL Server
stable
2010-04-12, by Alexandre Fayolle
[repository] fix edited_attributes management in multiple SET queries
stable
2010-04-12, by Adrien Di Mascio
[testlib] fix dummy bug in reset_test_database(): s/if/elif
stable
2010-04-12, by Adrien Di Mascio
merge
stable
2010-04-11, by Alexandre Fayolle
merge
stable
2010-04-09, by Alexandre Fayolle
merge
stable
2010-04-09, by Alexandre Fayolle
enable tests against sqlserver2005 database
stable
2010-04-08, by Alexandre Fayolle
fix bad indentation
stable
2010-04-06, by Alexandre Fayolle
merge
stable
2010-04-06, by Alexandre Fayolle
merge
stable
2010-04-06, by Alexandre Fayolle
merge
stable
2010-03-04, by Alexandre Fayolle
merge
stable
2010-04-09, by Aurelien Campeas
[doc/book] more about hooks (simple examples with entities and relations)
stable
2010-04-09, by Aurelien Campeas
backport stable
2010-04-09, by Sylvain Thénault
[web] on logout, use the base_url argument of build_url instead of hacking the request to get proper url. This fix a bug on site with http/https versions: the session cookie is badly removed on logout
stable
2010-04-09, by Sylvain Thénault
[entity] move req.create_entity content to a cw_instantiate factory method on entity classes, so cube developpers will be able to easily customize instance creation
stable
2010-04-09, by Sylvain Thénault
[controller] refactor send mail controller to use cwconfig.sendmails
stable
2010-04-09, by Sylvain Thénault
[test] properly close session
stable
2010-04-09, by Sylvain Thénault
backport stable
2010-04-08, by Sylvain Thénault
le patch move-pdf-export-to-cubes a été importé
2010-04-08, by Sylvain Thénault
[hooks] fix set_operation options passing (** -> *)
stable
2010-04-09, by Aurelien Campeas
[session] no way for queries from an InternalSession to be a dbapi query
stable
2010-04-09, by Sylvain Thénault
[merge]
stable
2010-04-08, by Aurelien Campeas
[doc/book] begin chapter on Hooks/Operations
stable
2010-04-08, by Aurelien Campeas
[doc/book] dbapi: talk about IN exception, simplify
stable
2010-04-08, by Aurelien Campeas
[doc/book] rql/dbapi cleanup, rip cachekey (prematurely ?)
stable
2010-04-08, by Aurelien Campeas
[doc/css] cleanup a bit the sphinx default css
stable
2010-04-08, by Aurelien Campeas
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update
stable
2010-04-08, by Adrien Di Mascio
[doc] note on pytestconf, fixlets
stable
2010-04-08, by Aurelien Campeas
[test] avoid weird bug when test are changing the cwd
stable
2010-04-08, by Sylvain Thénault
[c-c newcube] #1192: simpler cubicweb-ctl newcube, and more
2010-04-08, by Sylvain Thénault
[storage] consider fs_importing on update operations too
stable
2010-04-08, by Adrien Di Mascio
[primary] fix name error
stable
2010-04-08, by Sylvain Thénault
[migration] propagate TrInfo.comment permissions fix to existing instances
stable
2010-04-08, by Sylvain Thénault
[xthml] fix #696079, potential empty table cause xhtml validation error
stable
2010-04-08, by Sylvain Thénault
[schema] #847739: test and fix bad permission on TrInfo.comment
stable
2010-04-08, by Sylvain Thénault
[iprogress] use xml_escape instead of buggy replace
stable
2010-04-07, by Sylvain Thénault
backport stable
2010-04-07, by Sylvain Thénault
[querier] don't need a Cache instance for rql cacke key cache
2010-04-07, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip