Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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.
[appobject] add version number to deprecation warning
stable
2010-03-25, by Sylvain Thénault
update rql dependency
2010-03-25, by Sylvain Thénault
backport stable
2010-03-25, by Sylvain Thénault
fix migration script
stable
2010-03-25, by Sylvain Thénault
[cleanup] useless try except
stable
2010-03-25, by Sylvain Thénault
[source storage] refactor source sql generation and results handling to allow repository side callbacks
stable
2010-03-25, by Sylvain Thénault
[bfss] fix name error
stable
2010-03-25, by Sylvain Thénault
[source storage] on deletion, entity has no edited_attributes
stable
2010-03-25, by Sylvain Thénault
[cleanup] rename dbms_helper to dbhelper for consistency
stable
2010-03-25, by Sylvain Thénault
[entity] we also have to override dict.pop to properly maintain edited_attributes consistency
stable
2010-03-25, by Sylvain Thénault
[bfss test] some minor refactoring. Test deletion + creation/update/deletion rollback
stable
2010-03-25, by Sylvain Thénault
don't put hooks deleting orphan composites into the 'integrity' category, we usually want it when integrity is deactivated
stable
2010-03-25, by Sylvain Thénault
[facet] allow to specify a target type on relation facets for case such as Keyword/CodeKeyword where we only targets Keyword
stable
2010-03-24, by Sylvain Thénault
don't rewrite config's url during migration
stable
2010-03-24, by Sylvain Thénault
le patch rql26 a été importé
2010-03-24, by Sylvain Thénault
backport stable
2010-03-24, by Sylvain Thénault
[D] book: update backup procedures in additional tips
stable
2010-03-24, by Julien Jehannet
[cleanup] remove accidentaly commited print
stable
2010-03-24, by Sylvain Thénault
[test] don't try to reset session manager during test,
stable
2010-03-24, by Sylvain Thénault
don't update dontcheck until everything went fine:
stable
2010-03-24, by Sylvain Thénault
[test] having two eid relations is now forbiden by rql
stable
2010-03-24, by Sylvain Thénault
[web test] a basic test, to be completed
stable
2010-03-24, by Sylvain Thénault
[test] don't clear rtags during tests, may cause breakage with manually import appobjects modules (see unittest_tracker for instance)
stable
2010-03-24, by Sylvain Thénault
[web] move workflow related uicfg stuff to the workflow module
stable
2010-03-24, by Sylvain Thénault
dont get eid from entity's dict
stable
2010-03-24, by Sylvain Thénault
[notification] don't create 'changes' in transaction data until actually needed
stable
2010-03-24, by Sylvain Thénault
backport pending_operations on hi-jacked session, see comment
stable
2010-03-24, by Sylvain Thénault
[entity] fix dumb name error on .set_relations(rel=None)
stable
2010-03-24, by Sylvain Thénault
[security] don't add attribute into skip_security if already in edited_attributes, else we may accidentaly skip a desired security check
stable
2010-03-24, by Sylvain Thénault
[repo entity] we have to provide a __delitem__ implementation as well, see example in the docstring
stable
2010-03-24, by Sylvain Thénault
[yams] on creation, specify relations anyway so we don't get spurious warning for accessing eid through the dict api on yams validation
stable
2010-03-24, by Sylvain Thénault
[repo] fix warning message and implementation of bw compat unsafe_execute
stable
2010-03-24, by Sylvain Thénault
stable is now 3.7
stable
2010-03-24, by Sylvain Thénault
oldstable is now 3.6
oldstable
2010-03-24, by Sylvain Thénault
backport stable
2010-03-24, by Sylvain Thénault
merge
2010-03-24, by Sylvain Thénault
Added tag cubicweb-debian-version-3.6.3-1 for changeset f9fce56d6a0c
stable
2010-03-24, by Sylvain Thénault
Added tag cubicweb-version-3.6.3 for changeset 9c342fa4f1b7
stable
cubicweb-debian-version-3.6.3-1
2010-03-24, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.1-1 for changeset 9194740f070e
2010-03-24, by Sylvain Thénault
Added tag cubicweb-version-3.7.1 for changeset 6b0832bbd1da
cubicweb-debian-version-3.7.1-1
2010-03-24, by Sylvain Thénault
backport debian control changes done in 3.7
stable
cubicweb-version-3.6.3
2010-03-24, by Sylvain Thénault
3.6.3
stable
2010-03-24, by Sylvain Thénault
ticket #636927, add ajaxhtmlhead in controller js_component
stable
2010-03-23, by Sylvain Thénault
[widget] allow kwargs passed to Select widget
stable
2010-03-23, by Sylvain Thénault
take care to empty breadcrumbs
stable
2010-03-23, by Sylvain Thénault
fix bug with damned transmutation functionality, occuring when using an INSERT query which also add relation to the entity
stable
2010-03-23, by Sylvain Thénault
update skeleton for __pkginfo__.py
stable
2010-03-23, by Sylvain Thénault
don't use optional on final relation
stable
2010-03-23, by Sylvain Thénault
fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
2010-03-22, by Sylvain Thénault
[form js] apply vgodard patch fixing #750056: reorderTabindex js function crashes when form dom id is not 'entityForm'
stable
2010-03-22, by Sylvain Thénault
missing unittest_main
stable
2010-03-22, by Sylvain Thénault
[server] add unit tests for storages
2010-03-21, by Adrien Di Mascio
[registry] trigger reload events on set_schema()
2010-03-19, by Adrien Di Mascio
[source] only consider edited_attributes in source.preprocess_entity()
2010-03-19, by Adrien Di Mascio
[source] implement storages right in the source rather than in hooks
2010-03-19, by Adrien Di Mascio
i18n update
cubicweb-version-3.7.1
2010-03-19, by Sylvain Thénault
3.7.1
2010-03-19, by Sylvain Thénault
backport stable
2010-03-19, by Sylvain Thénault
[etwist] cleanup, use cProfile instead of hotshot
2010-03-19, by Sylvain Thénault
[repo] start looping task on repo only config (though I bet more work is needed to get it actually working
2010-03-19, by Sylvain Thénault
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
2010-03-19, by Sylvain Thénault
[security] take care uidrels may contains a relation targetting something else than a constant node (eg IN function)
2010-03-19, by Sylvain Thénault
[ms] this test is already done before putting a relation in uidrels
2010-03-19, by Sylvain Thénault
cleanup
2010-03-19, by Sylvain Thénault
[security] experimental rqlst cache for read security: to activate using a 'security-rqlst-cache' flag in transaction data when you'll issue a lot of identic queries with only kwargs varying
2010-03-19, by Sylvain Thénault
[read security] minor optimizations
2010-03-19, by Sylvain Thénault
[web] get rid of spurious '[Errno 2] No such file or directory' on load
stable
2010-03-18, by Adrien Di Mascio
backport stable
2010-03-18, by Sylvain Thénault
[schema sync] fix another potential name error on synchronizing rdefs
stable
2010-03-18, by Sylvain Thénault
[schema sync] don't try to synchronize infered relation defs, fixing a name error on the way
stable
2010-03-18, by Sylvain Thénault
cleanup
stable
2010-03-18, by Sylvain Thénault
don't update constraints when it's not necessary
stable
2010-03-18, by Sylvain Thénault
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup hooks
stable
2010-03-18, by Sylvain Thénault
[migration] new build_descr argument to rqlexec on the migration helper
2010-03-18, by Sylvain Thénault
fix migration when upgrading from cw < 3.6 to cw 3.7
2010-03-18, by Sylvain Thénault
disable security when undoing
2010-03-18, by Sylvain Thénault
merge
stable
2010-03-18, by Adrien Di Mascio
[sql] fix FSPATH implementation
stable
2010-03-18, by Adrien Di Mascio
[web deletion] must use set_message
2010-03-18, by Sylvain Thénault
fix limited_rql w/ UNION query
stable
2010-03-18, by Sylvain Thénault
backport stable
2010-03-18, by Sylvain Thénault
fix import
stable
2010-03-18, by Sylvain Thénault
Fixed some of the documentation warnings when building the book with sphinx.
stable
2010-03-18, by Adrien Chauve
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-18, by Sylvain Thénault
backport stable
2010-03-17, by Sylvain Thénault
add missing warn imports
2010-03-17, by Sylvain Thénault
add missing warn imports
stable
2010-03-17, by Sylvain Thénault
improve documentation for uicfg and rtags
stable
2010-03-17, by Stephanie Marcu
backport stable
2010-03-17, by Sylvain Thénault
merge
2010-03-17, by Sylvain Thénault
[cleanup] objtype not used
stable
2010-03-17, by Sylvain Thénault
[schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction
stable
2010-03-17, by Sylvain Thénault
3.6 want __regid__, not id
stable
2010-03-17, by Sylvain Thénault
[migration] disable notification by default during migration
2010-03-17, by Sylvain Thénault
[session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
2010-03-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.0-1 for changeset 0c9ff7e496ce
2010-03-17, by Sylvain Thénault
Added tag cubicweb-version-3.7.0 for changeset 270aba1e6fa2
cubicweb-debian-version-3.7.0-1
2010-03-17, by Sylvain Thénault
fix control file by using virtual packages
cubicweb-version-3.7.0
2010-03-16, by Sylvain Thénault
fix common/rql dependencies
2010-03-16, by Sylvain Thénault
3.7.0
2010-03-16, by Sylvain Thénault
test fixes
2010-03-16, by Sylvain Thénault
merge
2010-03-16, by Sylvain Thénault
fix tests
stable
2010-03-16, by Sylvain Thénault
fix test broken by recent rql rewrite / querier changes
2010-03-16, by Sylvain Thénault
backport stable into default
2010-03-16, by Sylvain Thénault
server/web api for accessing to deleted_entites
2010-03-01, by Katia Saurfelt
[R] dataimport: changes
2010-03-10, by Julien Jehannet
#750055: make it easier to change post logout url
stable
2010-03-16, by Sylvain Thénault
[web auth] fix authentication pb when anonymous are allowed, avoiding the first authentifier to return an anon connection while a following one may find correct authentication info. This make things simpler (eventually)
stable
2010-03-16, by Sylvain Thénault
[web server] simplify base-url handling on startup. Ensure config['base-url'] is correctly set once started
stable
2010-03-16, by Sylvain Thénault
[rql rewrite] until a better solution is found raise BadSchemaDefinition when two inlined relations with security on an optional variable is used, explaining how to bypass it
2010-03-16, by Sylvain Thénault
[rql rewriting] handle case where we've and optional inlined relation in the original query. Also, we should append EXISTS even in subquery to avoid inserting duplicates in results
2010-03-15, by Sylvain Thénault
[rql rewriting] handle case where we want to insert snippet on a variable that has previously been moved to a subquery
2010-03-15, by Sylvain Thénault
backport stable
2010-03-15, by Sylvain Thénault
[backup] fix misplaced paren
stable
2010-03-15, by Sylvain Thénault
fix bad conflict resolution
2010-03-12, by Sylvain Thénault
backport stable
2010-03-12, by Sylvain Thénault
LazySuggestField : remote version of RestrictedSuggestField
stable
2010-03-12, by Katia Saurfelt
typo
stable
2010-03-12, by Sylvain Thénault
backport stable
2010-03-12, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip