Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-192
+192
+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.
[pkginfo] when only __depends__ is specified, deduced __depends_cubes__ from it (same thing for recommends) ; fix ad skel pkginfo on the way
2010-04-07, by Sylvain Thénault
[hook] fix name error in case of error on hook's .event checking
2010-04-07, by Sylvain Thénault
[ms] fix planning bug introduced with recent rql refactoring for queries with only eids (fix unittest_multisources.test_in_eid)
2010-04-06, by Sylvain Thénault
[hook] proper bad .events detection. Fix unittest_hook
2010-04-06, by Sylvain Thénault
backport stable
2010-04-06, by Sylvain Thénault
[test] _gc_debug deleted from etwist.server
2010-04-06, by Sylvain Thénault
[doc/book] talk about reloadComponent, misc tweaks and notes
stable
2010-04-06, by Aurelien Campeas
[doc/book] add q/a on i18n customisation, misc tweaks
stable
2010-04-06, by Aurelien Campeas
Switched from TwistedWeb2 to TwistedWeb
2010-04-06, by Adrien Chauve
merge
stable
2010-04-06, by Sylvain Thénault
[ldap] fix email synchronization code: bad rql query + avoid integrity error on creating the address + nicer use_email / primary_email handling
stable
2010-04-06, by Sylvain Thénault
[doc/book] adjust a bit
stable
2010-04-06, by Aurelien Campeas
[doc/book] expand the js chapter with an ajax story
stable
2010-04-06, by Aurelien Campeas
[doc] remove useless directories
stable
2010-04-06, by Sylvain Thénault
temporary move
stable
2010-04-06, by Sylvain Thénault
[web components] refactor as book recommends :$
stable
2010-04-06, by Sylvain Thénault
more / cleaner / in code documentation of vreg, selectors and appobject
stable
2010-04-06, by Sylvain Thénault
add note about running repository / client code
stable
2010-04-06, by Sylvain Thénault
added information about the naming conventions in schema.py
stable
2010-04-05, by Alexandre Fayolle
[doc/book] a new chapter on how to use the ORM
stable
2010-04-02, by Aurelien Campeas
improved doc on selectors an vregistry
stable
2010-04-02, by Sylvain Thénault
fix rest formatting
stable
2010-04-02, by Sylvain Thénault
typo fix
stable
2010-04-02, by Alexandre Fayolle
merge
stable
2010-04-02, by Alexandre Fayolle
catch and log errors caused by bad json data
stable
2010-04-02, by Alexandre Fayolle
list allowed values for ldap protocol setting in help, so that the generated file includes this in a comment
stable
2010-04-02, by Alexandre Fayolle
[doc/book] enhance i18n section #656191
stable
2010-04-02, by Aurelien Campeas
[doc] more (doc oriented) feature in list
stable
2010-04-02, by Sylvain Thénault
[doc] enhanced setup section: fix sections'level, more postgres tips, merge environment doc with cwconfig.py module docstring using custom autodocstring directive
stable
2010-04-02, by Sylvain Thénault
[doc] enhanced concepts section
stable
2010-04-02, by Sylvain Thénault
remove ref to no more existing file
stable
2010-04-02, by Sylvain Thénault
[cleaning] simpler implementation of cmd_create_entity
stable
2010-04-02, by Adrien Di Mascio
[storages] fix fs_importing side-effect on entity.data
stable
2010-04-02, by Adrien Di Mascio
nicer warning
stable
2010-04-01, by Sylvain Thénault
[doc] started full features list
stable
2010-04-01, by Sylvain Thénault
[python] take care to this detail of @contextmanager: if an unhandled exception occurs in the block, it is reraised inside the generator at the point where the yield occurred
stable
2010-04-01, by Sylvain Thénault
[entity] explain why the assert failed
stable
2010-04-01, by Sylvain Thénault
[test] fix expected error
stable
2010-04-01, by Sylvain Thénault
fix bad merge
2010-03-31, by Sylvain Thénault
fix #822890, missing argument on abstract source backup method make backup failed on multi-sources instances
stable
2010-03-31, by Sylvain Thénault
merge
stable
2010-03-31, by Sylvain Thénault
[schema] ensure we don't remove has_text relation type unfortunatly
stable
2010-03-31, by Sylvain Thénault
merge
2010-03-31, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.3-1 for changeset 44c7bf90df71
stable
2010-03-31, by Sylvain Thénault
Added tag cubicweb-version-3.7.3 for changeset 768beb8e15f1
stable
cubicweb-debian-version-3.7.3-1
2010-03-31, by Sylvain Thénault
[distrib] fix pkginfo
stable
cubicweb-version-3.7.3
2010-03-31, by Sylvain Thénault
3.7.3
stable
2010-03-31, by Sylvain Thénault
[hooks] better message on bad .event class attribute
stable
2010-03-31, by Sylvain Thénault
[repository] forbid usage of set_attributes() in before_add_entity
stable
2010-03-31, by Sylvain Thénault
merge
stable
2010-03-31, by Sylvain Thénault
[cleanup] tb already printed by self.exception; add note
stable
2010-03-31, by Sylvain Thénault
[facet] fix 'bookmark this search':
stable
2010-03-31, by Sylvain Thénault
[widget] more wide textarea on bookmark edition
stable
2010-03-31, by Sylvain Thénault
[distribution] the web/data/images directory has to be handled in pkginfo
stable
2010-03-31, by Sylvain Thénault
[test] use the new temporary_appojects CM to simplfy unittest_storage
stable
2010-03-31, by Adrien Di Mascio
[session] try to reconnect on unexpected error in system_sql. We need this for proper reconnection of pool used by hooks or looping task doing sql queries (such as cw_cleanup_transaction)
stable
2010-03-31, by Sylvain Thénault
[source] log attempt to reconnect using warning level. Also, don't relog failed sql (already logged)
stable
2010-03-31, by Sylvain Thénault
[test] avoid critical log by informing the source we consider Personne as a multi-sources type
stable
2010-03-31, by Sylvain Thénault
[test] use new temporary_appobjects context manager
stable
2010-03-31, by Sylvain Thénault
[test] that doesn't smell good but fix the test...
stable
2010-03-31, by Sylvain Thénault
[vreg] we do want the opposite...
stable
2010-03-31, by Sylvain Thénault
[testlib] simple helper method to register temporary appobjects (hooks for instance) with a context manager
stable
2010-03-31, by Sylvain Thénault
[undo] fix transactions table name in cleanup operation
stable
2010-03-31, by Sylvain Thénault
Add context management methode to dbapi.Connection
stable
2010-03-31, by Pierre-Yves David
i18n update
stable
2010-03-31, by Sylvain Thénault
[i18n] use named substitution to avoid gettext warnings
stable
2010-03-31, by Sylvain Thénault
[dataimport] print transaction id when we get one
stable
2010-03-31, by Sylvain Thénault
[cleanup] add some notes
stable
2010-03-31, by Sylvain Thénault
[optimisation] _select_best is used very intensivly. Peanuts optimization may count :)
stable
2010-03-31, by Sylvain Thénault
[optimization] traced_selection is used very intensively in debug mode
stable
2010-03-31, by Sylvain Thénault
[optimization] improve massive write performance by optimizing hooks selection
stable
2010-03-31, by Sylvain Thénault
[upgrade] after upgrade, fork command to start instance avoid grave uicfg pb (explicit rules all removed...)
stable
2010-03-31, by Sylvain Thénault
merge
stable
2010-03-30, by Sylvain Thénault
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
2010-03-30, by Sylvain Thénault
merge
stable
2010-03-30, by Alexandre Fayolle
handle Service Close request correctly (closes #736039)
stable
2010-03-30, by Alexandre Fayolle
[js form validation] fix case where we've None/null keys in the errors dictionnary
stable
2010-03-30, by Sylvain Thénault
[cleanup] exists imported, use it
stable
2010-03-30, by Sylvain Thénault
[form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields
stable
2010-03-30, by Sylvain Thénault
[repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance)
stable
2010-03-30, by Sylvain Thénault
[distribution] sql extensions files now have proper extension, fix manifest file
stable
2010-03-30, by Sylvain Thénault
backport stable
2010-03-30, by Sylvain Thénault
[events manager] onevent decorator may be given extra arguments to give to em.bind
stable
2010-03-30, by Sylvain Thénault
[cleanup] some notes
stable
2010-03-30, by Sylvain Thénault
[reload] on registry reloading, we should change class of users of opened session
stable
2010-03-30, by Sylvain Thénault
[appobject imports] don't include __init__ in package's name. See comment for more info
stable
2010-03-30, by Sylvain Thénault
[rset] cubes such as iliane hi-jack rset description by poping some lines from it. Handle this on RepeatList
stable
2010-03-30, by Sylvain Thénault
[undo] basic support for undoing of entity creation / relation addition
stable
2010-03-30, by Sylvain Thénault
[undo] init entity cache when undoing an entity deletion
stable
2010-03-30, by Sylvain Thénault
[undo] consistent is/is_instance_of processing
stable
2010-03-30, by Sylvain Thénault
[repo] don't need rset description on those queries
stable
2010-03-30, by Sylvain Thénault
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
2010-03-30, by Sylvain Thénault
[undo] during undoing, call hooks in the [active]integrity and undo categories
stable
2010-03-30, by Sylvain Thénault
[repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index
stable
2010-03-30, by Sylvain Thénault
[querier] introduce RepeatList class, used to optimize size of data returned for result set description
stable
2010-03-30, by Sylvain Thénault
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
2010-03-30, by Sylvain Thénault
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
2010-03-30, by Sylvain Thénault
[repo] move eschema_eid function from hooks.metadata to server.utils
stable
2010-03-30, by Sylvain Thénault
[primary view] skip virtual rtypes anyway
stable
2010-03-30, by Sylvain Thénault
[test] CubicWebTC.create_user expect an actual query, and we don't need to give session here
stable
2010-03-30, by Sylvain Thénault
[dataimport] stop disabling undo ; commit return transaction id
stable
2010-03-30, by Sylvain Thénault
[logging] demote static file served to debug
stable
2010-03-29, by Aurelien Campeas
[cleanup]
stable
2010-03-29, by Sylvain Thénault
[repo] optimize massive insertion/deletion by using the new set_operation function
stable
2010-03-29, by Sylvain Thénault
[repo] make etype which should go in deleted_entities configurable: we only need this for types imported from other multi-sources instances
stable
2010-03-29, by Sylvain Thénault
[repo] don't execute child step twice in EntitiesDeleteStep
stable
2010-03-29, by Sylvain Thénault
[form] consider autoform_field_kwargs for meta fields; allow required customization
stable
2010-03-29, by Sylvain Thénault
[workflow] support for automatic transition starting from the initial state
stable
2010-03-29, by Sylvain Thénault
[testlib] create_user support extra kwargs to give to create_entity(CWUser)
stable
2010-03-29, by Sylvain Thénault
fix dataimport for 3.7.2
stable
2010-03-29, by Sylvain Thénault
use lgc.testlib.TestCase
stable
2010-03-26, by Sylvain Thénault
backport stable
2010-03-26, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.2-1 for changeset 8fda29a6c219
stable
2010-03-26, by Sylvain Thénault
Added tag cubicweb-version-3.7.2 for changeset d010f749c21d
stable
cubicweb-debian-version-3.7.2-1
2010-03-26, by Sylvain Thénault
take care to empty string in cubes search path
2010-03-26, by Sylvain Thénault
backport stable
2010-03-26, by Sylvain Thénault
[ms] fix name error introduced by rql 0.26 api update
2010-03-26, by Sylvain Thénault
add note
stable
cubicweb-version-3.7.2
2010-03-26, by Sylvain Thénault
3.7.2
stable
2010-03-26, by Sylvain Thénault
[selectors] new is_in_state select to avoid common error when writing state based selector
stable
2010-03-26, by Sylvain Thénault
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
2010-03-26, by Sylvain Thénault
fix #726167: i18ninstance use data in bootstrab_cubes instead of the database one
stable
2010-03-26, by Sylvain Thénault
[cleanup] remove 3.7 deprecation warning
stable
2010-03-26, by Sylvain Thénault
[form controller] clear caches in case some attribute participating to the rest path has been modified, avoid redirection to a no more existant page (fix #753567)
stable
2010-03-26, by Sylvain Thénault
i18nupdate
stable
2010-03-26, by Sylvain Thénault
[form] fix validation error handling
stable
2010-03-26, by Sylvain Thénault
[captcha] handle captcha validation properly in the captcha widget
stable
2010-03-26, by Sylvain Thénault
[testlib] __errorurl may be a relative path, check we're actually removing base url first
stable
2010-03-26, by Sylvain Thénault
[i18ncube] clear_rtag_objects imported when generating cube's .po file
stable
2010-03-26, by Sylvain Thénault
[maintainance] don't crash if we've no in-memory repository
stable
2010-03-26, by Sylvain Thénault
[db dump/restore] fix '#615840: db-dump must be always runnable' by setting repairing on config. Also, avoid to read the whole schema from the database on dump/restore: the bootstrap schema is enough.
stable
2010-03-26, by Sylvain Thénault
cleanup
stable
2010-03-26, by Sylvain Thénault
__missing__ main
stable
2010-03-26, by Sylvain Thénault
[form] put qualified name on validation error, should fix #784299
stable
2010-03-26, by Sylvain Thénault
[test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts)
stable
2010-03-26, by Sylvain Thénault
...
2010-03-25, by Sylvain Thénault
[config] move ConfigurationProblem to migration + refactor it to benefit from config methods
2010-03-25, by Sylvain Thénault
[config] more cleanup
2010-03-25, by Sylvain Thénault
deprecate __use__ and __recommend__
2010-03-25, by Sylvain Thénault
add egg support with dependencies auto-installation
2010-03-25, by Alain Leufroy
fix dumb name error
2010-03-25, by Sylvain Thénault
fix _cubes dir
2010-03-25, by Sylvain Thénault
handle nicely typical installation other than debian package / mercurial forest
2010-03-25, by Sylvain Thénault
When a TC failed to initiliase the database, the following test are SKIPPED
stable
2010-03-25, by Pierre-Yves David
[c-c] new server_maintenance hook, called on c-c shell / upgrade
stable
2010-03-25, by Sylvain Thénault
[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
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip