Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-384
+384
+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.
[repo session] expected argument is the source, not the session
stable
2010-06-18, by Sylvain Thénault
[devtools/qunit] in safe mode, ffox launches a stupid popup
2010-06-18, by Aurelien Campeas
[ldapuser] quieter ldap result info, fix commented block style
stable
2010-06-18, by Aurelien Campeas
[qunit] use safe mode for firefox
2010-06-18, by Pierre-Yves David
[qunit] Move qunit.js and qunit.css in devtools/datadirectory
2010-06-18, by Pierre-Yves David
[test] fix stupd name error
stable
2010-06-18, by Sylvain Thénault
[test] fix test w/ closed connection pb
stable
2010-06-18, by Sylvain Thénault
[ms] orderby/groupby/having attributes of Select node should be resetted to empty tuple, not None
stable
2010-06-18, by Sylvain Thénault
[devtools/teslib] be more defensive on rollbacks
stable
2010-06-17, by Aurelien Campeas
[rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603.
stable
2010-06-17, by Sylvain Thénault
[doc/book/faq] question on security
stable
2010-06-17, by Aurelien Campeas
[qunit] check that the browser has not died by himself before we asked him to stop.
2010-06-17, by Pierre-Yves David
[qunit] improve output of suprocess error
2010-06-17, by Pierre-Yves David
[test] workaround connection leak making tests fail under windows environment (though we've still probably some open connection leak to resolve...)
stable
2010-06-17, by Sylvain Thénault
[web request] in python 2.5 hashlib has no .hash attribute
stable
2010-06-17, by Aurelien Campeas
[web actions] fix recent refactoring, leading to missing redirect parameters in action's url
stable
2010-06-17, by Sylvain Thénault
[packaging] more cleanups, handle javascript test files
2010-06-17, by Sylvain Thénault
backport stable
2010-06-17, by Sylvain Thénault
[facet] use vreg.parse so the rql syntax tree is properly annotated as well
stable
2010-06-17, by Katia Saurfelt
[text search] fix fulltext_container indexation
stable
2010-06-17, by Katia Saurfelt
[md5script] cleanup
stable
2010-06-17, by Sylvain Thénault
[py2.6] use hashlib to silence python 2.6 deprecation warnings
stable
2010-06-17, by auc
[autoform] do not show remove link for inline form if card == 1
stable
2010-06-17, by Aurelien Campeas
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
2010-06-17, by Sylvain Thénault
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
stable
2010-06-17, by Sylvain Thénault
[js tests] fix javascripts tests definition, test_datetime.js now included in test_utils.js, which test other stuff as well
2010-06-17, by Sylvain Thénault
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
2010-06-17, by Sylvain Thénault
backport stable
2010-06-17, by Sylvain Thénault
[vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently
stable
2010-06-17, by Sylvain Thénault
backport stable
2010-06-16, by Sylvain Thénault
[test] unittest_multisources: external source shouldn't use the same database as the main repo...
stable
2010-06-16, by Sylvain Thénault
[test] miss main
stable
2010-06-16, by Sylvain Thénault
imported patch asynchronous multipart parsing.diff
stable
2010-06-16, by Sylvain Thénault
imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web)
stable
2010-06-16, by Sylvain Thénault
[entity] when .related() is called on a not-yet-saved entity, return an empty rset/list instead of raising an assertion error
stable
2010-06-16, by Sylvain Thénault
[filefield] normalized file names to deal with windows files
stable
2010-06-16, by Stephanie Marcu
[c-c exlog] fix code and documentation
stable
2010-06-16, by Stephanie Marcu
[test] support for test on postgres database using the same mecanism as sqlite: one template database generated when necessary + actual test database created from the template
2010-06-16, by Sylvain Thénault
fix bad merge
2010-06-15, by Sylvain Thénault
backport stable
2010-06-15, by Sylvain Thénault
[test] properly close connections during test
stable
2010-06-15, by Sylvain Thénault
[repo] on repository initialization, properly shutdown intermediary repository
stable
2010-06-15, by Sylvain Thénault
[repo] on repository shutdown, we've to close the new eid creation connection
stable
2010-06-15, by Sylvain Thénault
[auto-reload] we should never call load_module with use_sys=False, that may lead to inconsistency with module interdependancy (eg module get imported by another one, then is reimported by the vreg to load its appobjects. Cleanup of sys.modules done before reloading should be enough.
stable
2010-06-15, by Sylvain Thénault
[rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand
stable
2010-06-14, by Aurelien Campeas
[security] SchemaRelation.has_perm grows to new arguments allowing to specify subject/object entity type when actual eid are not known, but their types are
stable
2010-06-14, by Sylvain Thénault
[linkto action] refactor to ease overriding to control redirection
stable
2010-06-14, by Sylvain Thénault
[hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value
stable
2010-06-14, by Sylvain Thénault
Use the qunit automatic launcher for existing testcase.
2010-06-14, by Pierre-Yves David
Add a QUnitTestCase class to run qunit test case.
2010-06-01, by Pierre-Yves David
[twctl] add missing poststop method #1058268
stable
2010-06-11, by Aurelien Campeas
[rset] make rsets picklable (again ?) #1056422
stable
2010-06-11, by Aurelien Campeas
[jstests] nicer test page title
2010-06-11, by Sylvain Thénault
[jstest] get back more tests writen during the sprint by vgodard
2010-06-11, by Sylvain Thénault
cleanup
stable
2010-06-11, by Sylvain Thénault
backport stable
2010-06-11, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.4-1 for changeset b7883287f40c
stable
2010-06-11, by Sylvain Thénault
Added tag cubicweb-version-3.8.4 for changeset d00d1fab42af
stable
cubicweb-debian-version-3.8.4-1
2010-06-11, by Sylvain Thénault
cleanup
stable
cubicweb-version-3.8.4
2010-06-11, by Sylvain Thénault
[selectors] relation_possible selector accept None as action, in which case no perms checking is done
stable
2010-06-11, by Sylvain Thénault
3.8.4
stable
2010-06-11, by Sylvain Thénault
[xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value
stable
2010-06-11, by Sylvain Thénault
[source] remove debug
stable
2010-06-11, by Sylvain Thénault
[entity] add .clear() for bw compat
2010-06-11, by Sylvain Thénault
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
2010-06-11, by Sylvain Thénault
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
2010-06-11, by Sylvain Thénault
[adapters] enhanced warning
2010-06-11, by Sylvain Thénault
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
2010-06-10, by Sylvain Thénault
[3.9] update warning message
2010-06-10, by Sylvain Thénault
[iprogress] move adapter to entities.adapters
2010-06-10, by Sylvain Thénault
fix wrong calculation of clean_session_interval
stable
2010-06-10, by Alexandre Fayolle
[ITree] more fixes, fix fixes
2010-06-10, by Sylvain Thénault
[idownloadable] depends on a new mtconverter release
2010-06-10, by Sylvain Thénault
[ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
2010-06-10, by Sylvain Thénault
[3.9] fix tests
2010-06-10, by Sylvain Thénault
[web] move itree adapter to entities, it may be used outside the web interface
2010-06-10, by Sylvain Thénault
[view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
2010-06-10, by Sylvain Thénault
[idownloadable] refactor IDownloadable primary view to make overriding easier
2010-06-10, by Sylvain Thénault
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
2010-06-10, by Sylvain Thénault
[form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
2010-06-10, by Sylvain Thénault
[repo] fix typo
stable
2010-06-10, by Aurelien Campeas
[req] fix format_time w/ 0:0 which is evaluated to False
stable
2010-06-10, by Sylvain Thénault
[view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception
stable
2010-06-10, by Sylvain Thénault
fix merge, forgot to save a buffer :(
2010-06-10, by Sylvain Thénault
backport stable
2010-06-10, by Sylvain Thénault
[rql2sql] fix special 'X relation NULL' case (used by security insertion), broken by recent removal of IS operator in RQL
stable
2010-06-10, by Sylvain Thénault
[javascript] add a name property to namespaces, mainly for convenience in helpers such as movedToNamespace
2010-06-09, by Adrien Di Mascio
[rql] IS operator killed in rql 0.26.2, use equal instead
stable
2010-06-09, by Sylvain Thénault
[security] consider any rql expression refering to X while X is being created as satisfied
stable
2010-06-09, by Sylvain Thénault
[rql] more update to 0.26.2 api
stable
2010-06-09, by Sylvain Thénault
[querier] fix rset description bug with some union queries
stable
2010-06-09, by Sylvain Thénault
[devtools] fix get_available_port implementation: it should only return the port number if unable to connect
2010-06-09, by Adrien Di Mascio
[javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
2010-06-09, by Adrien Di Mascio
[javascript] move Deferred implementation to cubicweb.ajax.js
2010-06-09, by Adrien Di Mascio
[form] fix untested (unread?) has_been_modified implementation...
2010-06-09, by Sylvain Thénault
backport stable
2010-06-09, by Sylvain Thénault
[autoform] fix vreg module name
stable
2010-06-09, by Sylvain Thénault
[pylint] fix detected name errors
2010-06-09, by Sylvain Thénault
[pylint] fix detected name errors
stable
2010-06-09, by Sylvain Thénault
[repo server] fix startup bug, lgc.daemon.daemonize return 1 for the parent process, not -1
stable
2010-06-09, by Sylvain Thénault
backport stable branch
2010-06-09, by Adrien Di Mascio
[source] don't create the eid_creation connection at source initiliaztion time
stable
2010-06-09, by Adrien Di Mascio
[schema view] only catch key errors
2010-06-07, by Sylvain Thénault
[schema view] improve it slightly by attributing the same color to rdef of the same relation type
2010-06-07, by Sylvain Thénault
[rset] Add a line break the first result in repr of multiple rows rset
2010-06-07, by Pierre-Yves David
[schema diagram] ticket #191599, make schema image look better
2010-06-07, by Sandrine Ribeau
backport stable
2010-06-07, by Sylvain Thénault
[workflow image] remove debug code
stable
2010-06-07, by Sylvain Thénault
[request] fix typo
stable
2010-06-07, by Sylvain Thénault
[security] view was giving web access to every fs file accessible by the web server process. Fix this security hole by storing file in session data, not direct form parameters
stable
2010-06-07, by Sylvain Thénault
[hooks] fix typo in workflow hooks category
stable
2010-06-07, by Sylvain Thénault
[security hooks] fix bad merge
2010-06-07, by Sylvain Thénault
backport stable
2010-06-07, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.3-1 for changeset 1ccaa9247860
stable
2010-06-07, by Sylvain Thénault
Added tag cubicweb-version-3.8.3 for changeset 7e6c6a2a272d
stable
cubicweb-debian-version-3.8.3-1
2010-06-07, by Sylvain Thénault
[edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
2010-06-07, by Sylvain Thénault
[web test] add basic windmill tests and documentation
2010-05-31, by Julien Jehannet
[web test] Add windmill functional testing capability.
2010-06-01, by Julien Jehannet
3.8.3
stable
cubicweb-version-3.8.3
2010-06-07, by Sylvain Thénault
i18nupdate
stable
2010-06-07, by Sylvain Thénault
[editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit
stable
2010-06-04, by Sylvain Thénault
on entity creation, accept attributes without any update access
stable
2010-06-04, by Sylvain Thénault
[table] propagate paginate
stable
2010-06-04, by Sylvain Thénault
no more need for specific handling of table view's displayaction
stable
2010-06-04, by Sylvain Thénault
[rset] do not break when rset.related_entity(x,y) is not an entity
stable
2010-06-04, by Nicolas Chauvat
[migration] fix schema synchronization bug
stable
2010-06-04, by Sylvain Thénault
[javascript] refactor execution flow of handleFormValidationResponse so that location hash is set to #header whatever the error is
stable
2010-06-03, by Adrien Di Mascio
[package] now depends on yams 0.30 because of xy API changes
2010-06-03, by Nicolas Chauvat
[xy] switch order of arguments for register_prefix()
2010-06-03, by Nicolas Chauvat
HAVING sql clause don't know about comma...
stable
2010-06-03, by Sylvain Thénault
[web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids
stable
2010-06-03, by Aurelien Campeas
merge
stable
2010-06-03, by Alexandre Fayolle
[win32] defer import of logilab.common.daemon
stable
2010-06-03, by Alexandre Fayolle
[ajax] refactor/cleanup low-level ajax functions
2010-06-03, by Adrien Di Mascio
[querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed).
stable
2010-06-03, by Sylvain Thénault
[form] avoid spurious warning subsequent for form's action refactoring w/ autoforms
stable
2010-06-03, by Sylvain Thénault
backport stable
2010-06-03, by Sylvain Thénault
[web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
2010-06-01, by Pierre-Yves David
[web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
2010-05-31, by Julien Jehannet
[etwist] twisted won't install signal handler outside the main thread.
stable
2010-06-01, by Pierre-Yves David
[vreg] ensure you can register an object from module not known yet.
stable
2010-06-01, by Pierre-Yves David
[web] cleanup use of config in web application initialisation
stable
2010-06-01, by Julien Jehannet
fix unit tests by not using the new create_eid implementation with sqlite
stable
2010-06-03, by Alexandre Fayolle
cleanup the no_sqlite_wrap attribute after this test is executed
stable
2010-06-03, by Alexandre Fayolle
merge back on-site fixes
stable
2010-06-02, by Alexandre Fayolle
various brown paper bag fixes
stable
2010-06-02, by Alexandre Fayolle
merge
stable
2010-06-02, by Alexandre Fayolle
fix create_eid for sqlite (and bring back tests)
stable
2010-06-02, by Alexandre Fayolle
backport improved on-site change
stable
2010-06-02, by Alexandre Fayolle
TimedCache now only accepts values expressed in seconds
stable
2010-06-02, by Alexandre Fayolle
backported to stable some changes made on site for a customer
stable
2010-06-02, by Alexandre Fayolle
logging settings
stable
2010-06-02, by Alexandre Fayolle
[win32] fix deadlock occuring on the sequence tables with SQLServer
stable
2010-06-02, by Alexandre Fayolle
log the user name on session opening for easier debugging
stable
2010-06-02, by Alexandre Fayolle
more robust handling of looping task configuration in ldap source
stable
2010-06-02, by Alexandre Fayolle
backport stable
2010-06-02, by Sylvain Thénault
[rql2sql] fix scope computation of variable from temporary table
stable
2010-06-02, by Sylvain Thénault
stop being dumb please
stable
2010-06-02, by Sylvain Thénault
backport stable
2010-06-02, by Sylvain Thénault
[tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified
stable
2010-06-02, by Sylvain Thénault
[test] generated html differs w/ pygments version
stable
2010-06-02, by Sylvain Thénault
[storage] source's callback has a new prototype, update usage
stable
2010-06-02, by Sylvain Thénault
grmbl
stable
2010-06-02, by Sylvain Thénault
grmbl
2010-06-02, by Sylvain Thénault
backport stable
2010-06-02, by Sylvain Thénault
cleanup
stable
2010-06-02, by Sylvain Thénault
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
2010-06-02, by Sylvain Thénault
[navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
2010-06-02, by Sylvain Thénault
[test] update test to follow recent navigation/facets fixes
stable
2010-06-02, by Sylvain Thénault
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
2010-06-02, by Sylvain Thénault
[sparql] improve error reporting and fix one bug
stable
2010-06-01, by Nicolas Chauvat
[test] add missing __main__ as expected by apycot pyunit checker
stable
2010-06-01, by Sylvain Thénault
[tableview] don't fail with AttributeError when paginated as main content view
stable
2010-06-01, by Sylvain Thénault
[facet] we must add type restriction for attribute facets as well
stable
2010-06-01, by Sylvain Thénault
[tableview] support for json-paginated table if paginable
stable
2010-06-01, by Sylvain Thénault
[navigation] view may implements page_navigation_url to handle them self url generated for pagination
stable
2010-06-01, by Sylvain Thénault
[navigation] when there are to much results, use a <select> based page navigation
stable
2010-06-01, by Sylvain Thénault
[primary] add missing version number to deprecation warnings
stable
2010-06-01, by Sylvain Thénault
[sparql] fix type inference (test_dctitle_both_project_cwuser) and support for <http://www.w3.org/1999/02/22-rdf-syntax-ns#type tag (test_base_rdftype)
stable
2010-06-01, by Sylvain Thénault
[form] remove double property call
stable
2010-06-01, by Stephanie Marcu
cleanups
2010-06-01, by Sylvain Thénault
[sparql] add failing test for two entities with dc:title
stable
2010-05-30, by Nicolas Chauvat
[sparql] adding test for "rdf:type -> is"
stable
2010-05-30, by Nicolas Chauvat
proof read documentation
stable
2010-05-29, by Alexandre Fayolle
skip flymake junk when reloading
stable
2010-05-29, by Alexandre Fayolle
merge back to stable some changes made on site for a customer.
stable
2010-05-29, by Alexandre Fayolle
[win32 SQLServer] connection lost detection
stable
2010-05-29, by Alexandre Fayolle
ldap: reset cache when a user is deleted
stable
2010-05-29, by Alexandre Fayolle
ldap source logging
stable
2010-05-29, by Alexandre Fayolle
forbid looping tasks with an interval of 0
stable
2010-05-29, by Alexandre Fayolle
/siteinfo page: display information about the names of the running threads
stable
2010-05-29, by Alexandre Fayolle
[win32 service] activate logging to the configured file as soon as possible
stable
2010-05-29, by Alexandre Fayolle
[bfss] Rename filenames according to their metadata on entity update.
stable
2010-05-28, by Pierre-Yves David
[form] missing return...
stable
2010-05-26, by Sylvain Thénault
[adapters] fix NameError introduced by adapters refactoring
2010-05-26, by Sylvain Thénault
[security] fix security insertion on DISTINCT queries
stable
2010-05-26, by Sylvain Thénault
[adapters] fix bad copy and past....
2010-05-26, by Sylvain Thénault
backport stable
2010-05-26, by Sylvain Thénault
[rql2sql] properly compute scope for variable from temporary tables
stable
2010-05-26, by Sylvain Thénault
[form] fix bw compat issue introduced by 5588:377c9adfe81e
stable
2010-05-26, by Sylvain Thénault
[web] update to 3.9 Entity api
2010-05-26, by Sylvain Thénault
backport stable
2010-05-26, by Sylvain Thénault
[migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length)
stable
2010-05-26, by Sylvain Thénault
[forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167)
stable
2010-05-26, by Sylvain Thénault
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
2010-05-26, by Sylvain Thénault
[c-c] use logilab.database, not lgc.db
stable
2010-05-26, by Sylvain Thénault
[sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604)
stable
2010-05-26, by Sylvain Thénault
[web] disallow authenticated users to access to the login form (closes #914873)
stable
2010-05-26, by Sylvain Thénault
[reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value
stable
2010-05-26, by Sylvain Thénault
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
2010-05-26, by Sylvain Thénault
[repo] ensure thread is alive before calling .join. Closes #963580
stable
2010-05-25, by Sylvain Thénault
[migration] add migration file commands to follow option group changes
stable
2010-05-25, by Sylvain Thénault
fix 978144: exception with view send-email if empty subject
stable
2010-05-25, by Sylvain Thénault
[test] fix test broken by introduction of adapters
2010-05-25, by Sylvain Thénault
[schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size
stable
2010-05-25, by Sylvain Thénault
[deprecation] fix 3.9 deprecation warning
2010-05-25, by Sylvain Thénault
no more Image type w/ cw 3.9
2010-05-25, by Sylvain Thénault
[fti] fix name conflict introduced by the new IFTIAdapter
2010-05-21, by Sylvain Thénault
[entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
2010-05-21, by Sylvain Thénault
[vreg] should raise exception on select ambiguity when running in test mode
2010-05-21, by Sylvain Thénault
[adapters compat] make implements_adapter_compat selector compatible with attributes
2010-05-21, by Sylvain Thénault
[test] no more Image type w/ cw 3.9
2010-05-21, by Sylvain Thénault
[adapters] refactoring fixes
2010-05-21, by Sylvain Thénault
[selectors] ensure selector return an int
2010-05-21, by Sylvain Thénault
[selectors] adaptable selector should not accept None in rset
2010-05-21, by Sylvain Thénault
[selectors] lltrace appobject_selectable selector
2010-05-21, by Sylvain Thénault
[selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
2010-05-21, by Sylvain Thénault
[selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
2010-05-21, by Sylvain Thénault
with cw 3.9, no more Image type
2010-05-21, by Sylvain Thénault
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
2010-05-21, by Sylvain Thénault
[selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
2010-05-21, by Sylvain Thénault
[primary view] fix name error on dispctrl w/ pre 3.5 box definition
stable
2010-05-21, by Sylvain Thénault
[entity] fix access to attribute which has been renamed two revisions ago
2010-05-21, by Sylvain Thénault
[schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
2010-05-20, by Sylvain Thénault
[entity] continue cleanup of Entity/AnyEntity namespace
2010-05-20, by Sylvain Thénault
[entity] introduce a new 'adapters' registry
2010-05-20, by Sylvain Thénault
backport stable
2010-05-20, by Sylvain Thénault
[config] move web specific config to the web section of the configuration file
stable
2010-05-20, by Sylvain Thénault
* * *
stable
2010-05-20, by Sylvain Thénault
typo
stable
2010-05-20, by Sylvain Thénault
[migration] fix storage_change migraction to avoid exhausting the server's memory
stable
2010-05-20, by Sylvain Thénault
[repo] set log methods on the actually desired class
stable
2010-05-20, by Sylvain Thénault
[bfss] ensure base name doesn't contain path separator
stable
2010-05-20, by Sylvain Thénault
merge
stable
2010-05-20, by Nicolas Chauvat
[web] remove dead code
stable
2010-05-20, by Nicolas Chauvat
[forms] consider __action_xxx field if passed to JSonController.validate_form
stable
2010-05-20, by Adrien Di Mascio
backport stable
2010-05-18, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.2-1 for changeset 2b962bb9eee8
stable
2010-05-18, by Sylvain Thénault
Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013
stable
cubicweb-debian-version-3.8.2-1
2010-05-18, by Sylvain Thénault
[test] absolute sqlite database names in source initialization, avoid pb when cwd is changed later
stable
2010-05-18, by Sylvain Thénault
clenup
stable
2010-05-18, by Sylvain Thénault
3.8.2
stable
cubicweb-version-3.8.2
2010-05-18, by Sylvain Thénault
[wdoc] update users changelog
stable
2010-05-18, by Sylvain Thénault
[integrity] keep ordering for schema integrity checks
stable
2010-05-18, by Sylvain Thénault
[i18ncube] do not crash if cube has nothing to translate
stable
2010-05-18, by Sylvain Thénault
[skel] enable wdoc support in new cubes
stable
2010-05-18, by Sylvain Thénault
[preferences] support dot (.) in registry id of configurable appobjects
stable
2010-05-18, by Sylvain Thénault
[i18ncube] we must load site_cubicweb file before calling set_schema, else we may miss some options or other initialization stuff necessary to appobject loading
stable
2010-05-18, by Sylvain Thénault
[dtd] add unselimg attribute use by widget for HasRelationFacet
stable
2010-05-18, by Sylvain Thénault
remove 3.7 deprecation warning
stable
2010-05-17, by Sylvain Thénault
catch unauthorized when executing rql to check an rql expression. Fix #968824
stable
2010-05-17, by Sylvain Thénault
[startup view] sort startup views by alphabetical order
stable
2010-05-17, by Sylvain Thénault
[table view] should use __regid__ instead of hard-coded 'table' view identifier
stable
2010-05-17, by Sylvain Thénault
cleanup
stable
2010-05-17, by Sylvain Thénault
backport stable
2010-05-17, by Sylvain Thénault
[facet] control i18nization of values on AttributeFacet
stable
2010-05-17, by Sylvain Thénault
[views] tab schema image renamed to schema diagram
stable
2010-05-16, by Nicolas Chauvat
[uicfg] fix handling of 'order' in the primaryview_display_ctrl rtag: consider by default only schema order, not order of appearance of rules
stable
2010-05-12, by Sylvain Thénault
[db-check] RQLConstraint is not a 'unique' constraint
stable
2010-05-12, by Sylvain Thénault
[entity] avoid getting w in cw_extra_kwargs when calling .view
stable
2010-05-12, by Sylvain Thénault
[actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set
stable
2010-05-12, by Sylvain Thénault
[primary view] allow new 'subvid' parameter in primaryview_display_ctrl
stable
2010-05-12, by Sylvain Thénault
[primary view] give dispctrl to side box views as for relations section
stable
2010-05-12, by Sylvain Thénault
[web] unify list views call arguments: use subvid to specify the view to use for each item
stable
2010-05-12, by Sylvain Thénault
[web] refactor side box to use autolimited view
stable
2010-05-12, by Sylvain Thénault
[req] avoid getting w in cw_extra_kwargs when calling .view
stable
2010-05-12, by Sylvain Thénault
[config] rename remaining inputlevel to level in option definitions, as expected by lgc >= 0.50
stable
2010-05-12, by Sylvain Thénault
[fti] simplify UpdateFTIHook code
stable
2010-05-11, by Sylvain Thénault
[twisted] we must set response code before starting to write the answer, else it's ignored
stable
2010-05-11, by Sylvain Thénault
cleanup
stable
2010-05-11, by Sylvain Thénault
[web data] remove files not used by the framework
2010-05-11, by Sylvain Thénault
[css] keep old css according to a configuration variable (true by default)
2010-05-10, by Sylvain Thénault
[3.8 execute] remove deprecation warnings
stable
2010-05-10, by Sylvain Thénault
backport stable
2010-05-10, by Sylvain Thénault
[dbapi] missing import
stable
2010-05-10, by Aurelien Campeas
[ajax] missing html heads processing in reloadComponent (sic\!)
stable
2010-05-10, by Sylvain Thénault
[deprecation] missing version number to old warning message
stable
2010-05-10, by Sylvain Thénault
[table view] we should call the cell view using the table rset, not one rebuilded for a specific entity
stable
2010-05-10, by Sylvain Thénault
[table view] take care to None label
stable
2010-05-10, by Sylvain Thénault
[selectors] new logged_user_in_rset selector
stable
2010-05-07, by Sylvain Thénault
merge
stable
2010-05-07, by Alexandre Fayolle
replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows
stable
2010-05-07, by egazoni
fixed bug of non-normalized path under Windows, that broke the reload mechanism
stable
2010-05-07, by egazoni
[c-c list] configuration pb cubes directly hold version number now, avoid crash when reporting errors
stable
2010-05-07, by Sylvain Thénault
Handle new way of reporting unmodified FileFields
stable
2010-05-06, by Alexandre Fayolle
merge
stable
2010-05-06, by Alexandre Fayolle
attempt to port windows service to 3.8.1
stable
2010-05-06, by Alexandre Fayolle
[web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs)
stable
2010-05-06, by Sylvain Thénault
[css] update print css
2010-05-06, by Katia Saurfelt
[doc] cleanup
2010-05-06, by Katia Saurfelt
[python2.6] do not import simplejson directly
stable
2010-05-06, by Alexandre Fayolle
[selectors] fix no_cnx selector's prototype
stable
2010-05-06, by Sylvain Thénault
[web config] set default uiprops on web config class to avoid error on commands such as i18n instance
2010-05-06, by Sylvain Thénault
backport stable
stable
2010-05-06, by Sylvain Thénault
[migration] ask_confirm argument of show_diff doesn't contain an _
oldstable
2010-05-06, by Sylvain Thénault
backport stable
2010-05-05, by Sylvain Thénault
backport oldstable
stable
2010-05-05, by Sylvain Thénault
[upgrade] don't ask confirm to replace configuration file with -v0
oldstable
2010-05-05, by Sylvain Thénault
merge good/bad versions of imported patches...
2010-05-05, by Sylvain Thénault
[css] start using uiprops in cubicweb.css
2010-05-05, by Katia Saurfelt
[css] progressively fixing rhythm
2010-04-29, by Nicolas Chauvat
[css] introducing scale and rhythm composition
2010-04-29, by Nicolas Chauvat
[css] start using uiprops in cubicweb.css
2010-05-05, by Katia Saurfelt
[css] progressively fixing rhythm
2010-04-29, by Nicolas Chauvat
[css] introducing scale and rhythm composition
2010-04-29, by Nicolas Chauvat
[doc/book] a very simple example of entity form extension
stable
2010-05-05, by Aurelien Campeas
[doc/book] refresh a bit the edit controller section
stable
2010-05-05, by Aurelien Campeas
[doc/book] explain the form loop validation process
stable
2010-05-05, by Aurelien Campeas
backport stable
2010-05-05, by Sylvain Thénault
backport oldstable
stable
2010-05-05, by Sylvain Thénault
[c-c dev] fix i18ncubicweb command
2010-05-05, by Sylvain Thénault
[book] add generated js documentation to cw book
2010-05-05, by Sandrine Ribeau
[packaging] we should add schemas to include_dirs so sql extensions files are properly installed
oldstable
2010-05-05, by Sylvain Thénault
[web test] missing test data file
2010-05-05, by 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-05-05, by Sylvain Thénault
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
2010-05-05, by Sylvain Thénault
[doc/book] not anymore ...
stable
2010-05-04, by Aurelien Campeas
[doc/book] dissection of a form chapter
stable
2010-05-04, by Aurelien Campeas
[doc/book] move examples to a separate chapter, fix autoform module docstring
stable
2010-05-04, by Aurelien Campeas
[doc/book] copious choices example
stable
2010-05-04, by Aurelien Campeas
[css] fix schema css + d-t-w
stable
2010-05-04, by Aurelien Campeas
[web/schemaviewer] fix bad call
stable
2010-05-04, by Aurelien Campeas
[doc/book] regroup form/editcontroller stuff under an "edition control" chapter
stable
2010-05-04, by Aurelien Campeas
[doc/book] complete a bit the request api
stable
2010-05-04, by Aurelien Campeas
fixed unittest_wfobjs
stable
2010-05-04, by Alexandre Fayolle
merged back oldstable into stable
stable
2010-05-04, by Alexandre Fayolle
fix bad reading of options in ldapuser.py
oldstable
2010-05-04, by Alexandre Fayolle
[json-controller] - refactoring of js_component and js_view, it now uses _call_view
2010-05-03, by Sandrine Ribeau
[widget] kill buggy / unused (only in cmhn) AddComboBox widget
2010-05-03, by Sylvain Thénault
[doc] typos
2010-05-03, by Sylvain Thénault
ignore annoying warnings about pygments already being imported and stuff being added to python path
stable
2010-04-30, by Alexandre Fayolle
[hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints)
stable
2010-04-30, by Aurelien Campeas
[hooks/...] fix previous commit
stable
2010-04-30, by Aurelien Campeas
[hooks/operations] use set_operations for three ops (huge gains for massive imports)
stable
2010-04-30, by Aurelien Campeas
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
2010-04-30, by Sylvain Thénault
[vreg] we should now reset in init_registration since we don't do it in __init__
2010-04-30, by Sylvain Thénault
[web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
2010-04-30, by Sylvain Thénault
[webconfig] introduce property sheets. Use them to replace external_resources
2010-04-30, by Sylvain Thénault
[webconfig] cleanup base_url management
2010-04-29, by Sylvain Thénault
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
2010-04-29, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d
oldstable
2010-04-29, by Alexandre Fayolle
Added tag cubicweb-version-3.7.5 for changeset c476d106705e
oldstable
cubicweb-debian-version-3.7.5-1
2010-04-29, by Alexandre Fayolle
prepare 3.7.5 release
oldstable
cubicweb-version-3.7.5
2010-04-29, by Alexandre Fayolle
[css] avoid repeating reset css
2010-04-29, by Nicolas Chauvat
[css] use meyer's public domain reset css
2010-02-15, by Nicolas Chauvat
[c-c shell] make script arguments available as __args__ in the script namespace. Use scriptargs instead of args as process_script argument name.
2010-04-28, by Julien Jehannet
[management] fix vocab: use cube instead of package
2010-04-28, by Julien Jehannet
[sparql] bugfix
stable
2010-04-29, by Nicolas Chauvat
[xy] define standard prefixes
stable
2010-04-29, by Nicolas Chauvat
[doc] various small improvements
stable
2010-04-29, by Nicolas Chauvat
fix i18ncube for pegase where we do strange things by redefining relations
oldstable
2010-04-28, by Stephanie Marcu
[shell] #715938: support of script parameters (using standard '--' as arguments separator)
2010-04-28, by Julien Jehannet
[dbapi] more test and documentation of dbapi
stable
2010-04-28, by Sylvain Thénault
move rarely used (imo) settings to inputlevel3 in cwctl create
oldstable
2010-04-28, by Alexandre Fayolle
default is now forthcoming cw 3.9
2010-04-28, by Sylvain Thénault
backport oldstable changes
stable
2010-04-28, by Sylvain Thénault
backport default into stable: stable is now actually cw 3.8
stable
2010-04-28, by Sylvain Thénault
replace logilab-common by CubicWeb in disclaimer
oldstable
2010-04-28, by Sylvain Thénault
backport default into stable: stable is now cw 3.8
2010-04-28, by Sylvain Thénault
backport stable into oldstable: oldstable is now cw 3.7
oldstable
2010-04-28, by Sylvain Thénault
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
2010-04-28, by Sylvain Thénault
[ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable
stable
2010-04-27, by Sylvain Thénault
[repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source
stable
2010-04-27, by Sylvain Thénault
[doc] reorganize for chapter structure
stable
2010-04-27, by Sylvain Thénault
[web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui
stable
2010-04-27, by Sylvain Thénault
merge
stable
2010-04-27, by Alexandre Fayolle
ask pyro group config questions for all-in-one config site when pyro is enabled
stable
2010-04-27, by Alexandre Fayolle
enforce use of environment variables when running as a service
stable
2010-04-27, by Alexandre Fayolle
added db-extra-arguments to configuration parameters for native source
stable
2010-04-27, by Alexandre Fayolle
Added tag cubicweb-debian-version-3.8.1-1 for changeset eb972d125eef
2010-04-26, by Sylvain Thénault
Added tag cubicweb-version-3.8.1 for changeset 1e074c6150fe
cubicweb-debian-version-3.8.1-1
2010-04-26, by Sylvain Thénault
cubicweb-ctl create improvements
stable
2010-04-26, by Alexandre Fayolle
3.8.1
cubicweb-version-3.8.1
2010-04-26, by Sylvain Thénault
backport stable
2010-04-26, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-384
+384
+1000
+3000
tip