2010-01-18 Sylvain Thénault don't call handle_inlined_relation where we're not on the relation'subject
2010-01-18 Sylvain Thénault don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
2010-01-18 Sylvain Thénault cleanup stable
2010-01-18 Sylvain Thénault don't use matching_groups() for is_in_group implementation stable
2010-01-15 Alexandre Fayolle a few french translation typo corrections stable
2010-01-15 Sylvain Thénault rename need_navigation into paginable stable
2010-01-14 Sylvain Thénault backport tracker permission utility functions into the cw.schemas package stable
2010-01-14 Sylvain Thénault Backed out changeset b8ea99f5e8ea, tags.a escape its content. stable
2010-01-14 Sylvain Thénault fix dumb name errors
2010-01-14 Sylvain Thénault fix global errors display when there is more than one error
2010-01-14 Sylvain Thénault fix error key / field input detection (field's name include -role when specified, the error key *may* include it
2010-01-13 Aurelien Campeas missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then) stable
2010-01-13 Sylvain Thénault 3.6 api update
2010-01-13 Sylvain Thénault move autoform's field_by_name implementation on base EntityFieldsForm
2010-01-13 Sylvain Thénault specify name *and* role when raising FieldNotFound helps debugging
2010-01-13 Sylvain Thénault if specified, benefit from target_etype information in the [partial_]add_relation selector
2010-01-13 Sylvain Thénault ouch, has_perm was always returning False...
2010-01-13 Sylvain Thénault more 3.6 api update
2010-01-13 Sylvain Thénault iirk reminder
2010-01-13 Sylvain Thénault 3.6 api update
2010-01-13 Sylvain Thénault has_been_modified shouldn't raise ProcessFormError
2010-01-13 Sylvain Thénault related entities are returned as tuple since a few months ago
2010-01-13 Sylvain Thénault should skip INTERNAL_FIELD_VALUE
2010-01-13 Sylvain Thénault should use a set for pending fields
2010-01-13 Sylvain Thénault fix process_form_values: we should handle value errors and properly raise ProcessFormError
2010-01-13 Sylvain Thénault refactor form error handling:
2010-01-13 Sylvain Thénault new DBG_ALL debug level
2010-01-13 Sylvain Thénault return localized message on parse_datetime errors
2010-01-12 Aurelien Campeas raising ConfigurationError is cleaner; remove some unused imports stable
2010-01-12 Adrien Di Mascio [javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE stable
2010-01-11 Aurelien Campeas do not attempt to daemonize under windows stable
2010-01-09 Nicolas Chauvat [cwctl] reset-admin-pwd was failing when db-host was not set stable
2010-01-08 Adrien Di Mascio [javascript] IE doesn't support dynamic enctype modification, we have to set encoding too stable
2010-01-08 Adrien Di Mascio [forms] make it easier to override CWProperty form buttons stable
2010-01-08 Adrien Di Mascio [forms] make it easier to override StringField's mininum size stable
2010-01-08 Adrien Di Mascio [skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt stable
2010-01-07 Nicolas Chauvat [web/views] if view has attribute paginable=False, do not try to paginate it stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2010-01-07 Adrien Di Mascio [views] backport progressbar template from shingouz
2010-01-05 Adrien Di Mascio [forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 stable
2010-01-05 Aurelien Campeas do not recompute the plot on subsequent onload events #615338 stable
2010-01-05 Aurelien Campeas fix stripEmptyTextNodes for IE (part of #615337) stable
2010-01-04 Adrien Di Mascio [javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs stable
2010-01-04 Adrien Di Mascio [forms] edited_entity must be set before calling session_key() stable
2009-12-23 Sylvain Thénault must escape user_rql_callback stable
2009-12-23 Sylvain Thénault backport stable branch
2009-12-23 Sylvain Thénault Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2 stable
2009-12-23 Sylvain Thénault Added tag cubicweb-version-3.5.11 for changeset f48b2f193961 stable cubicweb-debian-version-3.5.11-1
2009-12-23 Sylvain Thénault 3.5.11 stable cubicweb-version-3.5.11
2009-12-23 Sylvain Thénault i18nupdate stable
2009-12-23 Sylvain Thénault must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper. stable
2009-12-23 Sylvain Thénault TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type stable
2009-12-23 Sylvain Thénault quick and dirty fix to avoid crash when running db-create command with an sqlite source stable
2009-12-22 Sylvain Thénault add es.po to default skel, closes #591625 stable
2009-12-22 Sylvain Thénault closes #601987 stable
2009-12-22 Sylvain Thénault missing one litle char stable
2009-12-22 Sylvain Thénault closes #607344 by simply appending '/' to base url if necessary instead of insulting the user stable
2009-12-22 Sylvain Thénault cleanup
2009-12-22 Sylvain Thénault test update. All cw tests OK
2009-12-22 Sylvain Thénault fix bad merge
2009-12-22 Sylvain Thénault make groupmap argument optional / sort for testing purpose
2009-12-22 Sylvain Thénault fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
2009-12-22 Sylvain Thénault necessary to fix some security test, unclear why did I set perms below at some point...
2009-12-22 Sylvain Thénault import cleanup, check data file exists
2009-12-22 Sylvain Thénault should turn password into a Binary properly stable
2009-12-22 Sylvain Thénault should not simplify previous to preprocess
2009-12-22 Sylvain Thénault use ._cw instead of .req (reintroduced by merge of stable)
2009-12-22 Sylvain Thénault oops
2009-12-22 Sylvain Thénault backport stable
2009-12-22 Aurelien Campeas more extra_args cleanup stable
2009-12-22 Aurelien Campeas only give extra_args if there is something to be fed (breaks some db connectors otherwise) stable
2009-12-22 Alexandre Fayolle merge stable
2009-12-22 Alexandre Fayolle SqlServer: support single sign on / Windows credential authentication stable
2009-12-22 Alexandre Fayolle SQL Server port: convert Password to Binary stable
2009-12-22 Adrien Di Mascio [javascript] cleanup, remove tabs stable
2009-12-22 Adrien Di Mascio [javascript] remove ajaxHtmlHead from dom response once it has been processed. stable
2009-12-22 Sylvain Thénault msg isn't defined there, but we've to give traceback information to record error
2009-12-21 Sylvain Thénault all web tests OK
2009-12-21 Sylvain Thénault make new editcontroller works, based on a _cw_edited_fields hidden input
2009-12-21 Sylvain Thénault crecord introduced junk...
2009-12-21 Sylvain Thénault strip string by default
2009-12-21 Sylvain Thénault nicer StringField __init__
2009-12-21 Sylvain Thénault fix render (formerly form_render) prototype
2009-12-21 Sylvain Thénault process_posted yield field instead of field's name
2009-12-21 Sylvain Thénault proper field's role handling: may be 'subject' / 'object' *in case
2009-12-21 Sylvain Thénault form_add_hidden -> add_hidden
2009-12-21 Sylvain Thénault substitute _render_attrs by values_and_attributes method, keeping bw compat
2009-12-21 Sylvain Thénault replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
2009-12-21 Sylvain Thénault refactor vocabulary handling to avoid having to define methods
2009-12-21 Sylvain Thénault cleanup
2009-12-21 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
2009-12-21 Sylvain Thénault missing imports
2009-12-21 Sylvain Thénault yams api update
2009-12-21 Sylvain Thénault drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
2009-12-21 Sylvain Thénault NothingToEdit is not a ValidationError, simplify
2009-12-21 Sylvain Thénault fix translation of message to view newly created entity: must be done once language is set...
2009-12-21 Sylvain Thénault accord avec 'entité'
2009-12-21 Sylvain Thénault new catch_error context manager, nicer controller __init__ and new iter_and_commit(datakey) method
2009-12-21 Sylvain Thénault this bw compat doesn't work, drop it
2009-12-21 Sylvain Thénault don't try to write .row/.col, use new cw_row/cw_col attributes
2009-12-21 Sylvain Thénault etype_class('Any') should return bare 'Any' class
2009-12-18 Sylvain Thénault cubicweb security #36257: les urls /add/EntityName sont accessibles en anonyme stable
2009-12-18 Pierre-Yves David 3.6 remove deprecation warning
2009-12-18 Pierre-Yves Improve warning message
2009-12-18 Charles Hébert [mq]: fix_es_po_file_creation
2009-12-18 Charles Hébert [mq]: plural_display_name_fix
2009-12-18 Charles Hébert [mq]: doc
2009-12-18 Charles Hébert Add the search javascript to the html layout
2009-12-16 Pierre-Yves David improve error message
2009-12-18 Sylvain Thénault tweaks output
2009-12-18 Sylvain Thénault oops
2009-12-18 Sylvain Thénault clearer api: distinguish app_publish / ctrl_publish
2009-12-18 Sylvain Thénault override publisher's error handler to ease debugging
2009-12-18 Sylvain Thénault dataimport refactoring / improvments, keeping bw compat (for now)
2009-12-18 Sylvain Thénault look for cubicweb-ctl plugins in the ccplugin.py file, keeping bw compat on ecplugin.py
2009-12-18 Sylvain Thénault check entity has an eid before using absolute_url stable
2009-12-18 Sylvain Thénault force_session_key default to None in base form class... stable
2009-12-18 Sylvain Thénault fix mainvars detection bug with EXISTS (paren, actually) stable
2009-12-17 Sylvain Thénault call super class if choices specified to get std behaviour stable
2009-12-17 Sylvain Thénault merge stable
2009-12-17 Sylvain Thénault check name changed first stable
2009-12-17 Sylvain Thénault no 3.6 code in 3.5... stable
2009-12-16 Alexandre Fayolle merge stable
2009-12-16 Alexandre Fayolle make cubicweb-ctl db-init -d work with postgresql backend stable
2009-12-16 Sylvain Thénault merge stable
2009-12-16 Sylvain Thénault fix backout stable
2009-12-15 Aurelien Campeas merge stable
2009-12-15 Aurelien Campeas fix NameError stable
2009-12-15 Sylvain Thénault backout a75a6e770717, unmeetable condition and introduce a bug with boolean values stable
2009-12-15 Sylvain Thénault load site_cubicweb as a module instead of execing it, avoid reimport pbs stable
2009-12-14 Alexandre Fayolle fix name error stable
2009-12-14 Sylvain Thénault quick and dirty fix trying to avoid rest directive conflicts when using sphinx (which seems to import the code) stable
2009-12-14 Sylvain Thénault merge stable
2009-12-14 Sylvain Thénault oops stable
2009-12-14 Alexandre Fayolle merge stable
2009-12-14 Alexandre Fayolle Passwords need to be considered as binary fields stable
2009-12-14 Alexandre Fayolle TIMESTAMP column type has a special meaning for SQLServer, stable
2009-12-14 Sylvain Thénault merge stable
2009-12-14 Sylvain Thénault use edited_attributes and uniformize attribute schema retreival stable
2009-12-10 Arthur Lutz [mq]: fix_for_forms
2009-12-10 Sylvain Thénault fix deprecation warning
2009-12-10 Sylvain Thénault schema view fix
2009-12-10 Sylvain Thénault disable everything but metadata hooks while inserting schema
2009-12-10 Sylvain Thénault more advanced hooks control
2009-12-10 Sylvain Thénault fix 3.6 bug
2009-12-10 Arthur Lutz [mq]: small_api_changes_for_3.6
2009-12-10 Sylvain Thénault yams api update
2009-12-10 Sylvain Thénault missing underscore leads to infinite recursion error
2009-12-09 Arthur Lutz [mq]: fix_typo_and_forms
2009-12-09 Sylvain Thénault api update
2009-12-09 Sylvain Thénault yams api update
2009-12-14 Adrien Di Mascio [i18n] use named substitutions for proper localization stable
2009-12-10 Aurelien Campeas remove redundant line stable
2009-12-10 Administrator <> update sys.path at cubicweb startup stable
2009-12-10 Alexandre Fayolle changed log severity from critical to info if a plugin cannot be loaded stable
2009-12-09 Pierre-Yves David fix non-xml_escaped url in box
2009-12-09 Sylvain Thénault nicer fix
2009-12-09 Sylvain Thénault avoid failure by simply not displaying this section for now"
2009-12-09 Sylvain Thénault rschema doesn't have may_have_permission
2009-12-09 Sylvain Thénault shouldn't be called from here
2009-12-09 Sylvain Thénault typos, api update
2009-12-09 Sylvain Thénault don't use setdefault with a tuple as value, a set is expected
2009-12-09 Sylvain Thénault api update
2009-12-09 Sandrine Ribeau add hook selector
2009-12-09 Sandrine Ribeau api update again
2009-12-09 Sylvain Thénault more api update
2009-12-09 Sylvain Thénault 3.6 api update
2009-12-09 Sylvain Thénault 3.6 api update
2009-12-09 Sylvain Thénault avoid infinite recursion error
2009-12-09 Sylvain Thénault test fixes
2009-12-09 Sylvain Thénault check a permission has been specified first...
2009-12-09 Sylvain Thénault api update
2009-12-09 Sylvain Thénault missing role argument
2009-12-09 Sylvain Thénault no more handled by the renderer
2009-12-09 Sylvain Thénault use implements instead of entity_implements
2009-12-09 Sylvain Thénault merge
2009-12-09 Sandrine Ribeau cw 3.6 api update
2009-12-09 Sylvain Thénault some api update
2009-12-09 Sylvain Thénault deprecates entity_implements / but_etype selectors
2009-12-09 Pierre-Yves David fix initargs handling
2009-12-08 Pierre-Yves David fix guess_field to handle non internationalizable definition
2009-12-09 Sylvain Thénault perms are now held by the relation definition
2009-12-09 Sylvain Thénault password should now be named
2009-12-09 Sylvain Thénault __cmp__ should *NOT* return False when different
2009-12-09 Aurelien Campeas explain how to run as a windows service stable
2009-12-09 auc be able to run cw instances as windows services stable
2009-12-08 Sylvain Thénault merge
2009-12-08 Sylvain Thénault oops, bad indent stable
2009-12-08 Sylvain Thénault backport stable
2009-12-08 Sylvain Thénault should not xml_escape rql stable
2009-12-08 Sylvain Thénault backport stable
2009-12-08 Sylvain Thénault properly escape arguments of user callbacks stable
2009-12-08 Sylvain Thénault new rset argument stable
2009-12-08 Sylvain Thénault api update
2009-12-08 Sylvain Thénault test update
2009-12-08 Sylvain Thénault fix infered rdef propagation
2009-12-08 Sandrine Ribeau more api update
2009-12-08 Sylvain Thénault yams api update
2009-12-08 Sylvain Thénault move hook tests to hooks package tests
2009-12-08 Sylvain Thénault should use match_rtype, not entity_implements in such cases
2009-12-08 Sylvain Thénault 3.5 api update
2009-12-08 Sylvain Thénault had been involontarly dropped
2009-12-08 Sylvain Thénault cw 3.6 api update
2009-12-08 Pierre-Yves David add a dummy and stupid dummy method for dummy form
2009-12-08 Sandrine Ribeau cw 3.6 api update
2009-12-08 Sylvain Thénault card referenced later
2009-12-08 Sylvain Thénault give group mapping where needed
2009-12-08 Sylvain Thénault 3.6 api update
2009-12-08 Sylvain Thénault fix sync_schema*: new syncprops argument to sync relation definition as well
2009-12-08 Pierre-Yves David Update generic RQL Based Constraints and RQLUniqueConstraint doc
2009-12-08 Pierre-Yves David fix class reference in old hook warning
2009-12-08 Sylvain Thénault merge
2009-12-08 Sandrine Ribeau [mq]: typo
2009-12-08 Arthur Lutz [mq]: fix_set_addition
2009-12-08 Pierre-Yves David Update generic RQL Based Constraints and RQLUniqueConstraint doc
2009-12-08 Pierre-Yves David fix class reference in old hook warning
2009-12-08 Sylvain Thénault missing groupmap propagation to rschema2rql
2009-12-08 Pierre-Yves David Update generic RQL Based Constraints and RQLUniqueConstraint doc
2009-12-08 Sylvain Thénault test api update
2009-12-08 Sylvain Thénault remove debug print, fix error message
2009-12-08 Sylvain Thénault missing mainvars
2009-12-08 Sylvain Thénault missing cache key
2009-12-08 Sylvain Thénault duh???
2009-12-08 Sylvain Thénault add regid when tracing selection
2009-12-08 Sylvain Thénault duh???
2009-12-08 Sylvain Thénault more api update
2009-12-08 Sylvain Thénault drop common subpackage
2009-12-08 Sylvain Thénault merge
2009-12-08 Sylvain Thénault move i18n / migration modules from cw.common to cw
2009-12-07 Sandrine Ribeau merge
2009-12-07 Sandrine Ribeau api update
2009-12-08 Sylvain Thénault remove old bw (pre 3.2) compat modules
2009-12-08 Sylvain Thénault use commit in migration script instead of checkpoint
2009-12-08 Sylvain Thénault deprecated one more custom add_entity in favor of req.create_entity
2009-12-08 Sylvain Thénault some cw 3.6 api update
2009-12-08 Sylvain Thénault yams api update
2009-12-08 Sylvain Thénault .id backward compat
2009-12-08 Sylvain Thénault backport stable branch
2009-12-07 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
2009-12-07 Adrien Di Mascio [server] don't try to set perms twice on the same relation (e.g. symetric relations)
2009-12-07 Sylvain Thénault merge
2009-12-07 Pierre-Yves David fix class reference in old hook warning
2009-12-07 Sandrine Ribeau more api renaming/fixing update
2009-12-07 Sandrine Ribeau return relation property using rdef.get
2009-12-07 Sandrine Ribeau should return item type not relation
2009-12-07 Sandrine Ribeau api renaming update
2009-12-07 Sandrine Ribeau fix bad merge
2009-12-04 Sylvain Thénault should delete state once replacement has been done stable
2009-12-04 Sylvain Thénault dont crash if directory doesn't exist stable
2009-12-04 Sylvain Thénault fix jsonization of interval stable
2009-12-04 Sylvain Thénault added replace_state method to ease workflow migration. backported from forge as a reminder, not really tested yet stable
2009-12-03 Sylvain Thénault backport stable into default
2009-12-03 Sylvain Thénault Added tag cubicweb-debian-version-3.5.10-1 for changeset dfe2f245248c stable
2009-12-03 Sylvain Thénault Added tag cubicweb-version-3.5.10 for changeset 9b52725d8c53 stable cubicweb-debian-version-3.5.10-1
2009-12-03 Sylvain Thénault merge stable cubicweb-version-3.5.10
2009-12-03 Sylvain Thénault 3.5.10 stable
2009-12-03 Aurelien Campeas quick & dirty fix for auto completion widget stable
2009-12-03 Pierre-Yves David update i18n doc stable
2009-12-03 Pierre-Yves David Pasting blog about facet in the facet section of the doc book. stable
2009-12-03 Pierre-Yves David hide en apidoc in .hgignore stable
2009-12-03 Sylvain Thénault héhé, get the same result with a slightly enhanced condition and all this code removed stable
2009-12-03 Sylvain Thénault unused, cleanup stable
2009-12-03 Sylvain Thénault fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation stable
2009-12-03 Aurelien Campeas add postcommit_event on Operations stable
2009-12-03 Sylvain Thénault add some notes stable
2009-12-03 Sylvain Thénault i18nupdate stable
2009-12-03 Sylvain Thénault nicer error message on rql constraints stable
2009-12-03 Sylvain Thénault implements 'parent' method on workflow entity types stable
2009-12-03 Sylvain Thénault this invalid constraint now fails with new constraints checking stable
2009-12-03 Sylvain Thénault this constraint is actually unusable in yams schema for cw stable
2009-12-03 Sylvain Thénault unused since a long time now stable
2009-12-03 Sylvain Thénault finish yesterday work on rql constraints: stable
2009-12-02 Sylvain Thénault synchronize rdef where unique constraints have been updated/added stable
2009-12-02 Sylvain Thénault oops, should have been updated stable
2009-12-02 Sylvain Thénault add a fourth item to 'view box' defintion, dispctrl, so that stable
2009-12-02 Sylvain Thénault slightly adapt title and hide boxes when view is called as a non primary view stable
2009-12-02 Sylvain Thénault allow to override is_primary result using an argument given to object constructor (have to be given to 'initargs' argument of .render like initargs={'is_primary': False} stable
2009-12-02 Aurelien Campeas typo stable
2009-12-02 Sylvain Thénault new generic urlattr view stable
2009-12-02 Sylvain Thénault update _render_attribute / _render_relation prototype to gain more control on label through uicfg (for attributes and relations). Keep bw compat for crm/iliane stable
2009-12-02 Sylvain Thénault when fields are displayed in a table and label should'nt be displayed, set colspan to 2 on the field value cell stable
2009-12-02 Aurelien Campeas fix format string stable
2009-12-02 Sylvain Thénault cleanup stable
2009-12-02 Sylvain Thénault fix workflow consistency: check state/transition name uniqness in the wf when state/transition name is modified ; use the new msg argument of rql constraints to have a nicer error message on failure stable
2009-12-02 Sylvain Thénault nicer __str__ and __repr__ methods on rql constraints stable
2009-12-02 Sylvain Thénault refactor so that we can specify an extra argument to constraints which stable
2009-12-02 Sylvain Thénault nicer mainvars/expression handling when initializing rql constraints stable
2009-12-02 Sylvain Thénault merge stable
2009-12-02 Sylvain Thénault fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing stable
2009-12-02 Sylvain Thénault don't fail on error while render a notification mail stable
2009-12-01 Pierre-Yves David improve error message for redundant initial workflow states stable
2009-12-01 Sylvain Thénault fix name error while debugging stable
2009-12-01 Sylvain Thénault oops, this is an object relation stable
2009-12-01 Sylvain Thénault don't use html/dtd validator as default validator for non html views. Closes #550162 stable
2009-12-01 Sylvain Thénault support x.set_relations(a_relation=None) to delete a_relation relations from this entity stable
2009-12-01 Sylvain Thénault properly fail if user has entered wrong connection information for the system database, closes #549136 stable
2009-12-01 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
2009-12-01 Sylvain Thénault wfhistory isn't anymore selectable if the entity has no record in its history stable
2009-12-01 Sylvain Thénault fix name error if ValueError is raised stable
2009-11-30 Alexandre Fayolle merge stable
2009-11-30 Alexandre Fayolle fix rset.column_types docstring to reflect reality stable
2009-11-30 Sylvain Thénault make wfhistory non selectable for entities without record in its workflow history stable
2009-11-30 Sylvain Thénault when one is adding an inline entity for a relation of a single card, stable
2009-11-29 Nicolas Chauvat Added tag cubicweb-debian-version-3.5.9-1 for changeset d7f2d32340fb stable
2009-11-29 Nicolas Chauvat Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3 stable cubicweb-debian-version-3.5.9-1
2009-11-29 Nicolas Chauvat prepare 3.5.9 stable cubicweb-version-3.5.9
2009-11-29 Sylvain Thénault oops stable
2009-11-29 Sylvain Thénault merge stable
2009-11-29 Sylvain Thénault fix ze fix stable
2009-11-29 Nicolas Chauvat prepare 3.5.8 stable
2009-11-29 Sylvain Thénault fix inline-creation form when called through ajax stable
2009-11-28 Nicolas Chauvat Added tag cubicweb-debian-version-3.5.7-1 for changeset 7a96c0544c13 stable
2009-11-28 Nicolas Chauvat Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746 stable cubicweb-debian-version-3.5.7-1
2009-11-28 Nicolas Chauvat prepare 3.5.7 stable cubicweb-version-3.5.7
2009-11-28 Nicolas Chauvat imported patch cwctl-shell-textfile stable
2009-11-28 Nicolas Chauvat bugfix typo in exception name stable
2009-11-27 Sylvain Thénault ease customization of title stable
2009-11-27 Sylvain Thénault implements is enough stable
2009-11-27 Sylvain Thénault make title overriddable stable
2009-11-27 Sylvain Thénault fix test: required to fake parent form stable
2009-11-27 Nicolas Chauvat [web] rename TabedPrimary to TabbedPrimary with backward compat stable
2009-11-27 Nicolas Chauvat rename sql script to make cw3.5.6 happy stable
2009-11-27 Sylvain Thénault consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit stable
2009-11-27 Sylvain Thénault some doc stable
2009-11-27 Sylvain Thénault force_session_key default to None stable
2009-11-27 Sylvain Thénault don't type __maineid, it may not be an eid actually stable
2009-11-27 Sylvain Thénault fix previous post values handling (eg on validation error) for sub-forms stable
2009-11-27 Sylvain Thénault refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value stable
2009-11-27 Sylvain Thénault edit controller now informs server side about its main eid through transaction data stable
2009-11-27 Sylvain Thénault refactor to ease overriding stable
2009-11-27 Sylvain Thénault fix nasty pluggable mixins bug, where mixins take precedence other user class stable
2009-11-25 Sandrine Ribeau [views] fix gmap url / avoid double escaping stable
2009-11-24 Sandrine Ribeau [views] ticket #34808, make sure timetable view uses datetime and not date stable
2009-11-24 Sylvain Thénault more conditions have to be verified before unfolding the 'more actions' menu content directly into the box stable
2009-11-24 Sylvain Thénault allow to test cubes within apycot using cubicweb from the debian package stable
2009-11-24 Sylvain Thénault fix name error in timetable view, always write unicode stable
2009-11-24 Sylvain Thénault ignore validation error during auto-population of a test db stable
2009-11-24 Sylvain Thénault set appid attribute before super call to avoid attribute error when fetching configuration's defaults stable
2009-11-23 Adrien Di Mascio Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1 stable
2009-11-23 Adrien Di Mascio Added tag cubicweb-version-3.5.6 for changeset 4e619e97b3fd stable cubicweb-debian-version-3.5.6-1
2009-11-23 Adrien Di Mascio merge stable cubicweb-version-3.5.6
2009-11-23 Adrien Di Mascio Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6 stable
2009-11-23 Adrien Di Mascio Added tag cubicweb-version-3.5.6 for changeset b79f361839a7 stable
2009-11-23 Adrien Di Mascio version 3.5.6 stable
2009-11-23 Sylvain Thénault rhauum stable
2009-11-23 Sylvain Thénault default_instance id should also be available when silently rebuilding soures file stable
2009-11-23 Sylvain Thénault fix #544758 by calling custom sql scripts in add_cubes. stable
2009-11-23 Sylvain Thénault fix #499846 by handling timedelta type in json serialization stable
2009-11-23 Sylvain Thénault fix https://www.logilab.net/cwo/ticket/481727 stable
2009-11-23 Sylvain Thénault password is required, else we get obscure validation failure when inserting the admin user into cw stable
2009-11-23 Sylvain Thénault test update stable
2009-11-23 Sylvain Thénault a new help action has been introduced, fix test stable
2009-11-23 Sylvain Thénault cacheable queries to serialize permissions, update relevant tests stable
2009-11-23 Sylvain Thénault remove debug stable
2009-11-23 Sylvain Thénault merge
2009-11-20 Sylvain Thénault forgotten stuff
2009-11-22 Nicolas Chauvat fix buglet stable
2009-11-20 Nicolas Chauvat backport stable branch
2009-11-20 Nicolas Chauvat merge stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-20 Sylvain Thénault backport stable branch reldefsecurity
2009-11-20 Sylvain Thénault use ITree api stable
2009-11-20 Adrien Di Mascio remove bad invisible character stable
2009-11-20 Sylvain Thénault check we're not deleting the relation before checking its cardinality... stable
2009-11-19 Aurelien Campeas merge stable
2009-11-19 Aurelien Campeas fix typo stable
2009-11-19 Sylvain Thénault merge stable
2009-11-19 Sylvain Thénault backported from confman stable
2009-11-19 Sylvain Thénault typo stable
2009-11-19 Adrien Di Mascio [forms] muledit mainform should copy nav params, its subforms shouldn't stable
2009-11-19 Aurelien Campeas fix tests stable
2009-11-19 Sylvain Thénault merge stable
2009-11-19 Sylvain Thénault reldefsecurity branch : reldefsecurity
2009-11-18 Sylvain Thénault properly use substitution for rql query argument stable
2009-11-18 Sylvain Thénault use shorter notation stable
2009-11-18 Adrien Di Mascio [formfields] allow fields ordering with autoform_field_kwargs stable
2009-11-18 Adrien Di Mascio [web] remove widget.render backward compatibility stable
2009-11-18 Adrien Di Mascio [migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file stable
2009-11-17 Adrien Di Mascio merge stable
2009-11-17 Adrien Di Mascio [hooks] update CWUser class after schema changes stable
2009-11-17 Adrien Di Mascio [server] remove not-so-useful entity_name and entity_attr functions, introduce entity_oldnewvalue stable
2009-11-16 Sylvain Thénault oops, fix wf entity types vocabulary while in creation stable
2009-11-16 Sylvain Thénault fix vocabulary for destination_state/allowed_transitions when creating state or transition stable
2009-11-16 Sylvain Thénault fix potential key error stable
2009-11-16 Sylvain Thénault actually fix rgx_action stable
2009-11-16 Sylvain Thénault fix UnboundLocalError stable
2009-11-16 Adrien Di Mascio [forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms stable
2009-11-16 Adrien Di Mascio [breadcrumbs] make it easier to redefine html structure of breadcrumbs component stable
2009-11-16 Sylvain Thénault merge stable
2009-11-16 Sylvain Thénault add textparser object, designed to trigger some actions from textual content such as email or checkin-message (unused in the library itself yet, see email cube) stable
2009-11-16 Aurelien Campeas more helpful error message stable
2009-11-16 Sylvain Thénault add XX reminder stable
2009-11-16 Sylvain Thénault ensure pb is not None stable
2009-11-16 Sylvain Thénault fix rgx_action to ensure eids given to .execute are correctly typed stable
2009-11-16 Sylvain Thénault try to update ldap tests to make them work from the DMZ (eg using another ldap directory) stable
2009-11-16 Sylvain Thénault no progress bar in apycot environment stable
2009-11-16 Sylvain Thénault merge stable
2009-11-16 Sylvain Thénault test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
2009-11-16 Alexandre Fayolle added days_in_year function stable
2009-11-15 Nicolas Chauvat merge stable
2009-11-13 Sylvain Thénault deactivate toolbox until 3.6 stable
2009-11-13 Sylvain Thénault cleanup stable
2009-11-13 Nicolas Chauvat [common] add tr, th and td tags stable
2009-11-13 Sylvain Thénault new argument to provide extra content stable
2009-11-13 Sylvain Thénault introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)... stable
2009-11-13 Sylvain Thénault stop calling render_entity_metadata in primary view, provides a stable
2009-11-13 Sylvain Thénault display entity type in metadata section instead of default title of primary view stable
2009-11-13 Sylvain Thénault PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus) stable
2009-11-13 Sylvain Thénault merge stable
2009-11-13 Sylvain Thénault prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element stable
2009-11-13 Sylvain Thénault missing space between label and value stable
2009-11-13 Adrien Di Mascio [web] safety belt to avoid overriding pageid with loadxhtml() stable
2009-11-13 Sylvain Thénault merge stable
2009-11-13 Sylvain Thénault fix necessary when adding a cube which isn't listed in fs dependencies of the instance stable
2009-11-13 Sylvain Thénault more sensible default values to c-c "create" inputs stable
2009-11-12 Adrien Di Mascio [javascript] fid form / onfailure behaviour stable
2009-11-12 Sylvain Thénault add set_page_data as well stable
2009-11-12 Sylvain Thénault #473188: missing get_page_data when patching bare db-api request for web compatibility stable
2009-11-12 Sylvain Thénault benefit from the orm for clearer code stable
2009-11-12 Sylvain Thénault close #472361: omit password and bytes attributes in allowed mass-mailing keys stable
2009-11-12 Sylvain Thénault close #474415 by using 'is' instead of comparison which explicitly fails on entity classes stable
2009-11-12 Sylvain Thénault when instance is started normally (eg not in debug mode), check versions before daemonization stable
2009-11-12 Sylvain Thénault doc stable
2009-11-12 Sylvain Thénault close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) stable
2009-11-12 Sylvain Thénault typo stable
2009-11-12 Sylvain Thénault consider U when computing main variables stable
2009-11-12 Sylvain Thénault fix cut and paste stable
2009-11-12 Sylvain Thénault do not fail if anon user == manager, simply emit warning that it should not be done in production. stable
2009-11-12 Sylvain Thénault oops, junk stable
2009-11-12 Sylvain Thénault c-c create stopped asking if anonymous access should be activated stable
2009-11-12 Sylvain Thénault no more dependency on mx date time. Better description of optional dependencies stable
2009-11-11 Nicolas Chauvat [web ui] move help from header to footer stable
2009-11-10 Adrien Di Mascio merge stable
2009-11-10 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
2009-11-10 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
2009-11-10 Sylvain Thénault merge stable
2009-11-10 Sylvain Thénault Backed out changeset 8d0b5de8002b stable
2009-11-10 Julien Jehannet [B] migration: normalize migration script path stable
2009-11-09 Aurelien Campeas small fixes stable
2009-11-08 Nicolas Chauvat #509981: cw-ctl shell <instance> file.txt runs doctest.testfile
2009-11-08 Nicolas Chauvat [web ui] PrimaryView.render_attributes now uses a table stable
2009-11-08 Nicolas Chauvat [web ui] primaryview_section tags for CWGroup stable
2009-11-08 Nicolas Chauvat [web ui] change "table actions" icon to arrow-up stable
2009-11-08 Nicolas Chauvat [web ui] remove "trame_grise" from forms stable
2009-11-08 Nicolas Chauvat [web ui] rename form buttons to ok/cancel where workflow change state stable
2009-11-08 Nicolas Chauvat [i18n] fix typos stable
2009-11-07 Nicolas Chauvat [web ui] decorate form buttons with icons (at last) stable
2009-11-07 Nicolas Chauvat [web ui] very simple default configuration for ckeditor stable
2009-11-07 Nicolas Chauvat [clean] remove print polluting test outputs stable
2009-11-07 Nicolas Chauvat [web ui] fix the editable fields: better look and behaviour. stable
2009-11-07 Nicolas Chauvat [icons] make nomail icon more recognizable stable
2009-11-05 Alexandre Fayolle [doc] added note about the required js and css in TableWidget stable
2009-11-05 Alexandre Fayolle style: s/pourcent/percent/ stable
2009-11-05 Alexandre Fayolle added SimpleModel for TableWidget stable
2009-11-05 Alexandre Fayolle [doc] fix inaccurate docstring stable
2009-10-28 Julien Jehannet [B] views: fix wrong xhtml when empty rset stable
2009-11-03 Aurelien Campeas do not display anything when bein asked something (fix #504759) stable
2009-11-03 Aurelien Campeas fix wrong answer when the rset is empty but did not raise stable
2009-11-03 Aurelien Campeas put back url info started at the end of initialisations stable
2009-11-02 Julien Jehannet [B] web: weird display with internationalizable (Closes: #503071) stable
2009-11-02 Aurelien Campeas update docstring, xml escape exception description stable
2009-11-01 Nicolas Chauvat [migration] warn if 3.5 workflow migration is going to fail stable
2009-10-28 Nicolas Chauvat C - fix typo. make `lgp check` happy. stable
2009-10-26 Alexandre Fayolle force debug mode on cubicweb-ctl start on win32 stable
2009-10-23 Aurelien Campeas read form arg specifying json call context (to make it work under json controller) stable
2009-10-22 Adrien Di Mascio [javascript] handle cases where vid parameter is hijacked by parameter-injection stable
2009-10-22 Adrien Di Mascio [views] consider fallbackvid request parameter in ViewController stable
2009-10-22 Adrien Di Mascio [cleanup] reorder cubicweb namespace attributes declaration stable
2009-10-22 Adrien Di Mascio [javascript] asURL now escapes request arguments stable
2009-10-21 Aurelien Campeas merge stable
2009-10-21 Aurelien Campeas remove obsolete caveat stable
2009-10-21 Sylvain Thénault so bad tests hasn't find that one... stable
2009-10-21 Sylvain Thénault backport stable branch
2009-10-21 Sylvain Thénault Added tag cubicweb-debian-version-3.5.5-1 for changeset aad818d9d9b6 stable
2009-10-21 Sylvain Thénault Added tag cubicweb-version-3.5.5 for changeset 1eca47d59fd9 stable cubicweb-debian-version-3.5.5-1
2009-10-21 Sylvain Thénault on precommit / rollback of schema update op, clear order_relations cache of entity schemas stable cubicweb-version-3.5.5
2009-10-21 Sylvain Thénault don't allow that even with cow powers stable
2009-10-21 Aurelien Campeas fix reledit related test breakage stable
2009-10-21 Sylvain Thénault test fixes stable
2009-10-21 Sylvain Thénault merge stable
2009-10-21 Sylvain Thénault test fix stable
2009-10-21 Sylvain Thénault nicer relation|entity schema view stable
2009-10-21 Aurelien Campeas reledit: stuff the value into its own div and properly hide it when necessary (but dont lump it with the landingzone div for it switches the form on when one clicks on a value to traverse it) stable
2009-10-21 Aurelien Campeas work around a pb. with subquery_selection_index stable
2009-10-21 Aurelien Campeas latst_trinfo : do not crash on absent wf history stable
2009-10-21 Sylvain Thénault drop _prepare_copy method from rset in favor of a more generic copy method stable
2009-10-21 Sylvain Thénault i18nupdate stable
2009-10-21 Sylvain Thénault prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
2009-10-20 Aurelien Campeas small cleanup & revert to less intrusive icon stable
2009-10-20 Aurelien Campeas actually hide the value when editing, cleanup spurious arg stable
2009-10-20 Aurelien Campeas merge stable
2009-10-20 Aurelien Campeas yet another brain fart stable
2009-10-20 Sylvain Thénault 2.4 compat stable
2009-10-20 Aurelien Campeas remove spurious wview stable
2009-10-20 Sylvain Thénault deprecated api update stable
2009-10-20 Sylvain Thénault document stable
2009-10-20 Sylvain Thénault merge stable
2009-10-20 Sylvain Thénault when a query is grouped, ensure sort terms are grouped as well stable
2009-10-20 Sylvain Thénault take care to outer joins stable
2009-10-20 Sylvain Thénault display title in the component to avoid relying on view supporting title argument stable
2009-10-20 Aurelien Campeas turn make_relations_query into a true generator (this allows interleaving of actual entities linking and query generation) stable
2009-10-20 Aurelien Campeas node ids shall not begin with a number stable
2009-10-20 Sylvain Thénault remove debug print stable
2009-10-20 Sylvain Thénault accepts single values as create_entity stable
2009-10-20 Aurelien Campeas move these definitions below cell_call stable
2009-10-20 Aurelien Campeas reledit: load actual edition form on demand #471799 stable
2009-10-19 Aurelien Campeas merge stable
2009-10-19 Aurelien Campeas kill separate attribute client-side handling #473636 stable
2009-10-19 Aurelien Campeas use cuibicweb json encoder for json_dumps, still catch the TypeError in the request-less jsonize stable
2009-10-19 Sandrine Ribeau [doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering stable
2009-10-19 Sylvain Thénault oops
2009-10-19 Sylvain Thénault disable syncschema hooks during db initialization
2009-10-19 Sylvain Thénault finally
2009-10-19 Sylvain Thénault take care to already existant solutions local variable stable
2009-10-19 Sylvain Thénault bad merge
2009-10-19 Sylvain Thénault ignored_relations should be a set
2009-10-19 Sylvain Thénault remove some warnings
2009-10-19 Sylvain Thénault really need some holidays
2009-10-19 Sylvain Thénault mark class as abstract
2009-10-19 Sylvain Thénault editable-attributes return a list of 2-uple
2009-10-19 Sylvain Thénault remove some warnings
2009-10-19 Sylvain Thénault dumb name error
2009-10-19 Sylvain Thénault typo
2009-10-19 Sylvain Thénault forgotten some part of a merge
2009-10-19 Sylvain Thénault bad merge
2009-10-19 Sylvain Thénault .id has been renamed
2009-10-19 Sylvain Thénault be quiet w/ apycot
2009-10-19 Sylvain Thénault 2.4 compat
2009-10-19 Sylvain Thénault 2.4 compat
2009-10-19 Sylvain Thénault backport stable
2009-10-19 Sylvain Thénault typo stable
2009-10-19 Sylvain Thénault restrict follow action to one line rset stable
2009-10-19 Sylvain Thénault cleanup stable
2009-10-19 Sylvain Thénault merge stable
2009-10-19 Sylvain Thénault [shell] make process_script available throuhg c-c shell / migration script context stable
2009-10-18 Alexandre Fayolle ugly workaround to javascript serialisation problem #481437 (not considered fixed by this changeset) stable
2009-10-16 Alexandre Fayolle merge stable
2009-10-16 Alexandre Fayolle revert change, but there's something fishy here stable
2009-10-16 Alexandre Fayolle work around a problem in constraint application stable
2009-10-16 Sylvain Thénault should remove entities from kwargs (won't go through pyro) stable
2009-10-16 Sylvain Thénault properly close remote connections stable
2009-10-16 Sylvain Thénault update prototype stable
2009-10-16 Sylvain Thénault [c-c] fixes for shell w/ pyro instance stable
2009-10-16 Sylvain Thénault oops stable
2009-10-16 Sylvain Thénault get dispctrl through extra_kwargs to avoid error when a custom view is specified (potentially not taking any argument) stable
2009-10-16 Sylvain Thénault a way to distinguish __init__ vs render arguments stable
2009-10-16 Sylvain Thénault merge stable
2009-10-16 Sylvain Thénault skip final type stable
2009-10-16 Sylvain Thénault check we've some message to display stable
2009-10-16 Sylvain Thénault #481017: cubicweb-ctl shell on remote instance stable
2009-10-16 Sylvain Thénault initialize entity classes in repository initialization stable
2009-10-16 Aurelien Campeas revert to adim fix stable
2009-10-16 Aurelien Campeas merge stable
2009-10-16 Aurelien Campeas missing args stable
2009-10-16 Adrien Di Mascio [workflow] fix NameError in fire_transition() stable
2009-10-15 Sylvain Thénault cleanup stable
2009-10-15 Sylvain Thénault [optimisation] insert is / is_instance_of using sql stable
2009-10-15 Sylvain Thénault clear eschema caches on schema changes stable
2009-10-15 Sylvain Thénault reimplements some methods to traverse operations in reverse order, much efficient w/ transactions where there is a lot of pending operation stable
2009-10-15 Sylvain Thénault skip tidy hook for super session stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-15 Aurelien Campeas merge stable
2009-10-15 Sylvain Thénault update for new create_entity implementation stable
2009-10-15 Nicolas Chauvat [doc] document rql operator ILIKE stable
2009-10-15 Sylvain Thénault no integrity check for super session stable
2009-10-15 Sylvain Thénault support _cw_unsafe as set_attributes/set_relations stable
2009-10-15 Alexandre Fayolle fix related_rql when target_type specified stable
2009-10-15 Sylvain Thénault add kwargs to some base views stable
2009-10-15 Sylvain Thénault fix max-related of related entities handling in primary view stable
2009-10-15 Sylvain Thénault oops stable
2009-10-15 Sylvain Thénault only copy when necessary stable
2009-10-15 Sylvain Thénault add note
2009-10-15 Sylvain Thénault fix i18ncube
2009-10-15 Sylvain Thénault optional nbsessions arg
2009-10-15 Sylvain Thénault fix merge
2009-10-15 Sylvain Thénault backport stable branch
2009-10-15 Sylvain Thénault [testlib] hummm stable
2009-10-15 Sylvain Thénault [entity] make related_rql honors its targettypes argument stable
2009-10-14 Sylvain Thénault new set_relations method on entity stable
2009-10-14 Sylvain Thénault allow to link to multiple entities stable
2009-10-14 Sylvain Thénault nicer create_entity implementation (and test) stable
2009-10-14 Alexandre Fayolle merge stable
2009-10-14 Alexandre Fayolle use unicode in the example of create_entity stable
2009-10-14 Sylvain Thénault fix migration script stable
2009-10-14 Sylvain Thénault fix clear_all_cache: ensure we don't remove eid from entity's dict stable
2009-10-14 Sylvain Thénault use typed_eid stable
2009-10-14 Sylvain Thénault simpler implementation stable
2009-10-14 Aurelien Campeas defer trinfo creation when cancelling subworkflow stable
2009-10-13 Sylvain Thénault add a note
2009-10-13 Sylvain Thénault fix/prepare propagation hooks usage
2009-10-13 Sylvain Thénault 3.6 update
2009-10-13 Sylvain Thénault pluggable authentication information retreiver
2009-10-13 Sylvain Thénault factor out code reusable for authentication tests
2009-10-13 Sylvain Thénault missing authorized value
2009-10-13 Sylvain Thénault 3.6 updates
2009-10-13 Sylvain Thénault composite relation, should'nt be needed
2009-10-13 Sylvain Thénault [req] new expires argument to set_cookie
2009-10-13 Sylvain Thénault [testlib] nicer http headers and cookie faking in fake request
2009-10-13 Alexandre Fayolle fixed cut and pasted docstring stable
2009-10-13 Alexandre Fayolle ignore some internal warnings stable
2009-10-13 Sylvain Thénault 3.6 updates
2009-10-13 Sylvain Thénault on entity deletion query, return eids of deleted entities
2009-10-13 Sylvain Thénault refactor repo authentication to allow pluggable authentifier to login with something else than a password
2009-10-13 Sylvain Thénault fix bad merges
2009-10-13 Sylvain Thénault 3.6 updates
2009-10-12 Aurelien Campeas stronger wording stable
2009-10-12 Sylvain Thénault oops stable
2009-10-12 Sylvain Thénault ... stable
2009-10-12 Sylvain Thénault fix debug attribute conflict on configuration stable
2009-10-12 Sylvain Thénault oops stable
2009-10-12 Sylvain Thénault more doc stable
2009-10-12 Sylvain Thénault system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly stable
2009-10-12 Sylvain Thénault unused stable
2009-10-12 Sylvain Thénault [reledit] display value anyway when should not edit attribute/relation stable
2009-10-12 Sylvain Thénault do not override __iter__ on entities stable
2009-10-09 Sylvain Thénault don't duplicates restrictions stable
2009-10-09 Sylvain Thénault [multi-source] add test case for an encountered bug, fixed by adding state_of to dont_cross_relations. Added a note to remind me that something should be done to be smarter in handling this stable
2009-10-09 Sylvain Thénault [rql2sql] test we don't crash on dumb queries stable
2009-10-09 Sylvain Thénault give correctly typed eid stable
2009-10-09 Sylvain Thénault oops, feature killed by merge...
2009-10-09 Sylvain Thénault backport stable branch
2009-10-09 Sylvain Thénault [wf engine] support for subwf exit point with no destination state: go back to state from which we entered into the subworkflow stable
2009-10-09 Alexandre Fayolle fix title of CopyFormView stable
2009-10-09 Alexandre Fayolle [doc] updated docstrings stable
2009-10-09 Sylvain Thénault fix bug w/ get_entity and subqueries stable
2009-10-09 Sylvain Thénault fix buggy assertion stable
2009-10-08 Sylvain Thénault avoid progress bar when test launched from apycot stable
2009-10-08 Sylvain Thénault merge stable
2009-10-08 Sylvain Thénault [wf] fix detection of transition where we've entered a subworkflow stable
2009-10-08 Sylvain Thénault missing translation stable
2009-10-08 Sylvain Thénault enhance docstring stable
2009-10-08 Aurelien Campeas oops stable
2009-10-08 Aurelien Campeas add a commit point, a new transition exhibits the problem again stable
2009-10-08 Aurelien Campeas a problem with consecutive transition firing when subworkflows are involved stable
2009-10-07 Sylvain Thénault merge stable
2009-10-07 Sylvain Thénault Added tag cubicweb-debian-version-3.5.4-1 for changeset 37d025b2aa77 stable
2009-10-07 Sylvain Thénault Added tag cubicweb-version-3.5.4 for changeset 312349b3712e stable cubicweb-debian-version-3.5.4-1
2009-10-07 Adrien Di Mascio [migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5 stable
2009-10-07 Adrien Di Mascio [migration] fix 3.5.3_Any.py for migrations starting from before 3.5 stable
2009-10-07 Sylvain Thénault 3.5.4 stable cubicweb-version-3.5.4
2009-10-07 Sylvain Thénault ensure relation is properly created stable
2009-10-07 Adrien Di Mascio [editcontroller] backout (sort of) removal of entity.complete() in validate_form stable
2009-10-07 Sylvain Thénault don't crash if specified page size is greater than rset size stable
2009-10-07 Sylvain Thénault fix startup as a daemon stable
2009-10-07 Sylvain Thénault fix debug msg stable
2009-10-07 Sylvain Thénault merge stable
2009-10-07 Sylvain Thénault Added tag cubicweb-debian-version-3.5.3-1 for changeset 2e22b975f9c2 stable
2009-10-07 Sylvain Thénault Added tag cubicweb-version-3.5.3 for changeset 540210e138d3 stable cubicweb-debian-version-3.5.3-1
2009-10-07 Alexandre Fayolle [doc] added an example of use of create_entity in a shell session stable
2009-10-07 Sylvain Thénault 3.5.3 stable cubicweb-version-3.5.3
2009-10-07 Sylvain Thénault don't call complete here, it may fail in case of missing relation stable
2009-10-07 Sylvain Thénault merge stable
2009-10-07 Sylvain Thénault remove weird code leading to bug stable
2009-10-07 Adrien Di Mascio [treeview] pass back subvid parameter to treeview when computing an opened subtree stable
2009-10-07 Sylvain Thénault at this point we know this is true stable
2009-10-07 Sylvain Thénault rewrite form_needs_multipart using precomputed form views stable
2009-10-07 Sylvain Thénault fix inlined forms initialization stable
2009-10-07 Sylvain Thénault [i18n] msgid tweaks stable
2009-10-07 Sylvain Thénault i18n update stable
2009-10-07 Sylvain Thénault merge fix
2009-10-07 Sylvain Thénault backport stable branch
2009-10-07 Sylvain Thénault merge stable
2009-10-07 Sylvain Thénault test fixes stable
2009-10-07 Sylvain Thénault cleanup stable
2009-10-07 Sylvain Thénault use daemon thread stable
2009-10-07 Sylvain Thénault set edited_attributes before call to pre_add_hook stable
2009-10-07 Sylvain Thénault [entity] must not define __iter__ or other method from the dict protocal since entities are inheriting from dict (and expecting such behaviour) stable
2009-10-07 Aurelien Campeas two bits of docstring stable
2009-10-07 Nicolas Chauvat [doc] various fixes stable
2009-10-06 Sandrine Ribeau [sobjects] missing import stable
2009-10-06 Sandrine Ribeau [doc] include module uicfg and rtags doctring in the book stable
2009-10-06 Sylvain Thénault doesn't necessarily have parent stable
2009-10-06 Sylvain Thénault add version number to deprecation messages stable
2009-10-06 Sylvain Thénault set title to None so it doesn't appears in possible views stable
2009-10-06 Sylvain Thénault remove useless code stable
2009-10-06 Sylvain Thénault [forms] fix generated label for fields stable
2009-10-06 Sylvain Thénault merge stable
2009-10-06 Sylvain Thénault [forms] some style for htable renderer layout stable
2009-10-06 Sylvain Thénault [json validation] catch everything here stable
2009-10-06 Sylvain Thénault [tabs] some convenience classes for tabbed views stable
2009-10-06 Sylvain Thénault [tabs] refactor to more tab control stable
2009-10-06 Sylvain Thénault [hooks] don't delete composed of a composite where relation is being removed from the schema stable
2009-10-06 Sylvain Thénault add edited_attributes to entities from external sources stable
2009-10-06 Sylvain Thénault [entities] default implementation for after_deletion_path goes back to the parent if any stable
2009-10-06 Sylvain Thénault [vreg] fix reloading pb w/ module level error stable
2009-10-06 Sylvain Thénault [config] dumb implementation of default_instance_id on no app config since it's referenced stable
2009-10-06 Alexandre Fayolle fix label in generated form for relations stable
2009-10-06 Aurelien Campeas typo stable
2009-10-06 Aurelien Campeas bits about operations (from the actual docstrings) stable
2009-10-05 Aurelien Campeas fixlets on the workflow chapter stable
2009-10-05 Aurelien Campeas merge stable
2009-10-05 Aurelien Campeas smallest possible change to fix #472806 stable
2009-10-05 Aurelien Campeas provide missing image, build on local user tmp (to avoid permissions conflicts) stable
2009-10-05 Aurelien Campeas update chatper on permissions stable
2009-10-05 Alexandre Fayolle Hide Workflow related entities in the schema diagram stable
2009-10-02 Sylvain Thénault [schema] make RQL* constraints usable w/ attributes stable
2009-10-02 Sylvain Thénault [session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere stable
2009-10-02 Sylvain Thénault [entity] put cached related entities as tuple to be sure no one is modifying stable
2009-10-02 Sylvain Thénault [rset] new copy() method stable
2009-10-02 Sylvain Thénault [migration] fix bug when propagating newly inserted relation type to children classes stable
2009-10-02 Sylvain Thénault merge stable
2009-10-02 Sylvain Thénault add some notes stable
2009-10-02 Sylvain Thénault fix pyro-host option type stable
2009-10-02 Sylvain Thénault fix bug when renaming a full text indexed attribute stable
2009-10-01 Aurelien Campeas fix remove/do not remove action sequence (using a temp attribute instead of setting a wrong value in the resurrected hidden input) stable
2009-10-01 Aurelien Campeas fix #471746 stable
2009-10-01 Sylvain Thénault [migration] when adding a new attribute with a default value, set this value on existing entities (test and fix) stable
2009-10-01 Sylvain Thénault oops stable
2009-10-01 Sylvain Thénault unicode file name stable
2009-10-01 Sylvain Thénault by default skip new 'footer' category stable
2009-10-01 Sylvain Thénault [pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file stable
2009-09-30 Adrien Di Mascio [css] fix html_tree css, selected node use the selected class stable
2009-09-30 Julien Jehannet [B] urlrewite: basic patch for i18n vtitle stable
2009-09-30 Sylvain Thénault backport stable branch
2009-09-30 Sylvain Thénault more test stable
2009-09-30 Sylvain Thénault ensure str is given as field's name stable
2009-09-30 Sylvain Thénault nicer deprecation messages stable
2009-09-30 Sylvain Thénault [inlined forms] nicer add_hiddens implementation relying on standard entity forms handling stable
2009-09-30 Sylvain Thénault [migration] take care to entity being added stable
2009-09-30 Sylvain Thénault call special sql files in correct order stable
2009-09-30 Sylvain Thénault cleanup stable
2009-09-30 Sylvain Thénault support for automatic transition stable
2009-09-30 Sylvain Thénault log when connecting to an external pyro source stable
2009-09-30 Sylvain Thénault [migration] fix addition of attribute to a parent class stable
2009-09-29 Sandrine Ribeau [notification] add operation responsible for sending email notification when an entity is updated stable
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault don't accept None to avoid error stable
2009-09-29 Sylvain Thénault [selectors] add accept_none to EClassSelector so we can specify to not ignore None from outer join in some cases stable
2009-09-29 Sylvain Thénault can't edit in_state anymore, hide it stable
2009-09-29 Sylvain Thénault update test, record a failing test (commented out) stable
2009-09-29 Sylvain Thénault merge stable
2009-09-29 Sylvain Thénault [form] important refactoring of inlined forms to get proper separation of form object creation / rendering stable
2009-09-29 Sylvain Thénault __linkto may only appears in root form stable
2009-09-29 Sylvain Thénault [form] put unknown constructor args into extra_kwargs and consider them when looking for field display values stable
2009-09-29 Sylvain Thénault update to new file schema stable
2009-09-29 Sylvain Thénault forgotten that one stable
2009-09-29 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
2009-09-29 Sylvain Thénault move low-level form handling to base form class stable
2009-09-29 Sylvain Thénault fix warning stable
2009-09-29 Sylvain Thénault rename form_build_context to build_context, and call it from form, not renderer stable
2009-09-29 Sylvain Thénault merge stable
2009-09-28 Julien Jehannet [B] server: fix initial data structure in session.transaction_data stable
2009-09-29 Katia Saurfelt [form] make EntityFormRenderer a little bit easier to override stable
2009-09-28 Sylvain Thénault fix selectors stable
2009-09-28 Sylvain Thénault fix dumb name error
2009-09-28 Sylvain Thénault bad merge
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault oops stable
2009-09-28 Sylvain Thénault merge stable
2009-09-28 Sylvain Thénault [ui api] backport create_links from forge so it may be reused stable
2009-09-28 Sylvain Thénault [schema] set composite on state_of / transition_of stable
2009-09-28 Sylvain Thénault cleanup not necessary stable
2009-09-28 Sylvain Thénault [fti] don't catch BaseException subclasses stable
2009-09-28 Sylvain Thénault support name metadata on guess_field; add name_field to FileField stable
2009-09-28 Sylvain Thénault [ui] turn footer items into actions stable
2009-09-28 Sylvain Thénault cleanup unused stable
2009-09-26 Sylvain Thénault use default repo looping task so they are started in thread, else we get blocking task stable
2009-09-26 Sylvain Thénault skel fixes stable
2009-09-26 Sylvain Thénault cleanup
2009-09-26 Sylvain Thénault missing section
2009-09-25 Sylvain Thénault [index page] move workflow entity types to the 'system' entities stable
2009-09-27 Nicolas Chauvat [doc] add missing dependencies in annexes. explain more precisely source install. stable
2009-09-25 Nicolas Chauvat [views] workflow primary view: do not show states and transitions in side boxes stable
2009-09-25 Nicolas Chauvat [cwctl] improve dialog messages stable
2009-09-25 Sylvain Thénault cleanup
2009-09-25 Sylvain Thénault fix some actions selectors
2009-09-25 Sylvain Thénault [autoform] no need to recheck inlined tag here
2009-09-25 Sylvain Thénault [i18n] properly give context
2009-09-25 Sylvain Thénault remove useless rtag (correct default)
2009-09-25 Sylvain Thénault smarter default for actionbox_appearsin_addmenu
2009-09-25 Sylvain Thénault [inplace edit] we can now use edition form for both attributes and relations inplace form
2009-09-25 Sylvain Thénault handle display_fields in the form, not in the renderer
2009-09-25 Sylvain Thénault [uicfg, autoform] should have been in previous ci
2009-09-25 Sylvain Thénault [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
2009-09-25 Sylvain Thénault [forms] drop FormMixIn deprecated in 3.2
2009-09-25 Sylvain Thénault [api] use _cw
2009-09-25 Sylvain Thénault [rtags] ease overriding
2009-09-25 Sylvain Thénault [rtags] make internal key order consistent with api
2009-09-25 Sylvain Thénault can now give context to rschema.display_name(...)
2009-09-25 Adrien Di Mascio [forms] fix form_needs_multipart implementation stable
2009-09-25 Adrien Di Mascio [magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
2009-09-24 Adrien Di Mascio [tests] make unittest_viewselectors pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_views_editforms pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_views_actions pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_urlrewrite pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_uicfg pass again by using the correct test class
2009-09-24 Adrien Di Mascio [editcontroller] fix bad method name: s/process_form_data/process_form_value
2009-09-24 Adrien Di Mascio [magicsearch] make tests pass again: base preprocessor must have access to vreg
2009-09-24 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [entity] pass cw_row and cw_col to select(vid, ...) in self.view
2009-09-23 Sylvain Thénault don't use assert here
2009-09-23 Adrien Di Mascio [api] __regid__, cw_* and friends
2009-09-23 Adrien Di Mascio [facets] typo fix
2009-09-23 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [testlib] added some new required attributes on FakeRequest, fix dummy NameError
2009-09-23 Adrien Di Mascio [deprecation] better deprecation handling on self.varmaker
2009-09-23 Adrien Di Mascio [entity] fix view selection in entity.view
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__
2009-09-23 Sylvain Thénault no need to access to _ through entity.req...
2009-09-23 Sylvain Thénault remove dumb test
2009-09-23 Sylvain Thénault test fixes
2009-09-23 Sylvain Thénault use __regid__
2009-09-23 Sylvain Thénault update and simplify test
2009-09-23 Sylvain Thénault cleanup stable
2009-09-23 Sylvain Thénault [security] test and fix/refactor optimization of optional varialbe when rewriting rql stable
2009-09-23 Sylvain Thénault use maxsize stable
2009-09-23 Alexandre Fayolle typo fix stable
2009-09-23 Alexandre Fayolle typo fix stable
2009-09-23 Alexandre Fayolle documentation formatting fix stable
2009-09-23 Sylvain Thénault use __regid__, not id
2009-09-23 Sylvain Thénault cw.rqlrewrite shouldn't depend on cw.server stable
2009-09-23 Sylvain Thénault nicer test
2009-09-23 Sylvain Thénault add anon user for TestServerConfiguration, no only AppTestConfiguration
2009-09-23 Sylvain Thénault merge
2009-09-23 Sylvain Thénault state_of/transition_of could now be inlined
2009-09-23 Sylvain Thénault use ._cw instead of req on appobject classes
2009-09-23 Sylvain Thénault move hooks test to the hooks package, update them to work with a minimal schema
2009-09-23 Adrien Di Mascio [api] use cw_* in supervising
2009-09-23 Adrien Di Mascio [supervising] fix delete_relation() prototype and changedescr usage
2009-09-23 Adrien Di Mascio [tests] fix status change notification test: initial user state is set on commit
2009-09-23 Adrien Di Mascio [notification] add missing import, fix dummy AttributeError in RenderAndSendNotificationView
2009-09-23 Adrien Di Mascio [api] use cw_*
2009-09-23 Adrien Di Mascio [server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
2009-09-23 Adrien Di Mascio [tests] force hook registry instanciation for test configs
2009-09-23 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [hooks] fix dummy NameError in RenderAndSendNotification
2009-09-23 Adrien Di Mascio [hooks] fix dummy AttributeError in SetUseEmailRelationOp
2009-09-23 Adrien Di Mascio [tests] use maxsize instead of SizeConstraint
2009-09-23 Adrien Di Mascio fix deprecation warnings in appobject: display the correct expected replacement
2009-09-23 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
2009-09-23 Sylvain Thénault unregister hooks by using category
2009-09-23 Sylvain Thénault fix hook category selector
2009-09-23 Sylvain Thénault nicer error message
2009-09-23 Sylvain Thénault no more HooksManager but a HooksRegistry: update test accordingly
2009-09-23 Sylvain Thénault update imports, rename test module
2009-09-23 Sylvain Thénault indent
2009-09-23 Sylvain Thénault access to repo through session
2009-09-23 Sylvain Thénault fix class name
2009-09-23 Adrien Di Mascio [bootstrap] metadata hooks need to be registered at bootstrap time for db creation
2009-09-23 Adrien Di Mascio [api] use __regid__ instead of deprecated id
2009-09-23 Adrien Di Mascio [api] use cw_property_defs instead of deprecated property_defs
2009-09-23 Sylvain Thénault use self._cw instead of self.req
2009-09-23 Sylvain Thénault nicer deprecation warnings
2009-09-23 Sylvain Thénault fix some name errors
2009-09-23 Sylvain Thénault typo
2009-09-23 Sylvain Thénault should be a after_add hook
2009-09-23 Sylvain Thénault use ._cw instead of req on appobject classes
2009-09-23 Sylvain Thénault access to schema through vreg
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-23 Sylvain Thénault widgets has been removed
2009-09-23 Sylvain Thénault update hook api
2009-09-23 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
2009-09-23 Adrien Di Mascio [hooks] fix check for .events attribute in hooks
2009-09-23 Adrien Di Mascio [selectors] cls.vreg is not usable anymore, use req.vreg instead
2009-09-23 Adrien Di Mascio [schema] CWProperty is required at bootstrap time
2009-09-23 Adrien Di Mascio [hooks] fix deprecation warnings for old hook classes
2009-09-23 Adrien Di Mascio [appobject] detect old-style property_defs and emit a deprectaion warning
2009-09-23 Adrien Di Mascio merge
2009-09-22 Adrien Di Mascio backport old changesets corresponding to new form / controller implementation
2009-08-05 Adrien Di Mascio [forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
2009-08-05 Adrien Di Mascio [editcontroller] rename is_edited variable into is_main_entity to make things clearer
2009-08-05 Adrien Di Mascio [forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
2009-08-05 Adrien Di Mascio [forms] work-in-progress: get rid of edits- / edito-
2009-09-23 Sylvain Thénault nicer warnings
2009-09-23 Sylvain Thénault remove method deprecated since 3.2
2009-09-23 Sylvain Thénault use .session.repo instead of repo on operation classes
2009-09-23 Sylvain Thénault use ._cw.vreg instead of vreg on appobject classes
2009-09-23 Sylvain Thénault use .cw_rset instead of rset on appobject classes
2009-09-23 Sylvain Thénault use ._cw instead of req on appobject classes
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-23 Sylvain Thénault [appobjects] use __regid__ instead of __id__, more explicit
2009-09-23 Sylvain Thénault backport stable
2009-09-23 Sylvain Thénault [db-check] fix sql to fix bad eid referenced by inlined relation stable
2009-09-22 Sylvain Thénault use 3.6 attributes
2009-09-22 Sylvain Thénault typo stable
2009-09-22 Sylvain Thénault this has probably be killed by a bad merge... stable
2009-09-22 Sylvain Thénault [notification] use super_session to select the recipients finder stable
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-22 Adrien Di Mascio Added tag cubicweb-debian-version-3.5.2-1 for changeset 75cc4aa76fb1 stable
2009-09-22 Adrien Di Mascio Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2 stable cubicweb-debian-version-3.5.2-1
2009-09-22 Adrien Di Mascio preparing 3.5.2 stable cubicweb-version-3.5.2
2009-09-22 Adrien Di Mascio [i18n] updated catalogs stable
2009-09-22 Sylvain Thénault fix uid generation for py >= 2.5 stable
2009-09-22 Sylvain Thénault update to 3.5 wf api stable
2009-09-22 Adrien Di Mascio [magicsearch] update to match new i18n API: config.translations[lang] now returns a couple of function stable
2009-09-22 Adrien Di Mascio [tests] fix inline-creation/edition unit tests stable
2009-09-22 Sylvain Thénault cleanup, reorganize stable
2009-09-22 Sylvain Thénault [css] backported download box styles from forge stable
2009-09-22 Sylvain Thénault [forms] do similar refactoring for inline edition than for inline creation stable
2009-09-21 Sylvain Thénault merge stable
2009-09-21 Sylvain Thénault refactor to ease overriding stable
2009-09-21 Sylvain Thénault [inline forms] propagate kwargs to render_form stable
2009-09-21 Sylvain Thénault [forms] propagate parameters added to autoform method stable
2009-09-21 Sylvain Thénault [schema sync] fix so that new cardinality are considered when both inlined and cardinality change in the same transaction stable
2009-09-21 Aurelien Campeas a case for tidy : for your consideration stable
2009-09-21 Sylvain Thénault [uicfg] automatically set generated for the opposite of inlined relation as well stable
2009-09-21 Sylvain Thénault since we have the transition entity, give it directly stable
2009-09-21 Sylvain Thénault merge stable
2009-09-21 Sylvain Thénault this is actually a role, fix argument name stable
2009-09-21 Sylvain Thénault fix vocab param to avoid deprecation warning stable
2009-09-21 Sylvain Thénault fix case insensitive selector for entity creation stable
2009-09-21 Sylvain Thénault [selector] check read perm if action is add/update/delete stable
2009-09-21 Sylvain Thénault don't want this stable
2009-09-21 Adrien Di Mascio [validatecontroller] allow additional args to be passed to the js callback stable
2009-09-21 Adrien Di Mascio [javascript] make inlinedform-added event bindable stable
2009-09-21 Adrien Di Mascio [forms] take a look at inlined form to guess whether the form requires multipart or not stable
2009-09-21 Sylvain Thénault [form] simply skip unknown argument given to form constructor, don't fail stable
2009-09-21 Sylvain Thénault fix argument given to changestate form selection stable
2009-09-21 Sylvain Thénault can't use anymore make_uid to generate a valid js var name stable
2009-09-21 Sylvain Thénault remove debug raise stable
2009-09-21 Sylvain Thénault merge stable
2009-09-21 Sylvain Thénault statuschange form view only works w/ one entity, fix selector accordingly stable
2009-09-21 Sylvain Thénault fix sort of fields vocabulary: should consider option groups stable
2009-09-21 Adrien Di Mascio [widgets] change make_uid() seed to make slider ids xhtml-valid stable
2009-09-18 Sylvain Thénault introduced to ease overriding for fancy stuff... stable
2009-09-18 Sylvain Thénault cleaner code stable
2009-09-18 Sylvain Thénault don't propose inlined form if user can't edit the entity stable
2009-09-18 Sylvain Thénault cleanup, smarter sort control to avoid it when not necessary stable
2009-09-18 Sylvain Thénault facets enhancement: can now set label_vid to use a view instead of a simple attribute as label stable
2009-09-18 Sylvain Thénault fix/enhance i18n context usage for inlined forms stable
2009-09-18 Sylvain Thénault don't show label if no label given stable
2009-09-18 Julien Jehannet fix sys import stable
2009-09-18 Sylvain Thénault merge stable
2009-09-18 Sylvain Thénault merge stable
2009-09-18 Julien Jehannet [D] book: define a workflow stable
2009-09-18 Aurelien Campeas cleanup stable
2009-09-18 Aurelien Campeas more in the way of subclassability & args passing all the way down stable
2009-09-18 Alexandre Fayolle merge stable
2009-09-18 Alexandre Fayolle documentation : fixed docstring stable
2009-09-18 Sylvain Thénault backport 3.5 stable
2009-09-18 Sylvain Thénault backport old head 3.5
2009-09-18 Sylvain Thénault STABLE IS NOW 3.5 stable
2009-09-18 Sylvain Thénault Added tag cubicweb-debian-version-3.5.1-1 for changeset f476cecd4690 3.5
2009-09-18 Sylvain Thénault Added tag cubicweb-version-3.5.1 for changeset 77ed72f3c260 3.5 cubicweb-debian-version-3.5.1-1
2009-09-18 Sylvain Thénault 3.5.1 3.5 cubicweb-version-3.5.1
2009-09-18 Sylvain Thénault backport stable 3.5
2009-09-18 Sylvain Thénault i18nupdate 3.5
2009-09-18 Sylvain Thénault we may have some entity forms with nothing to edit for an entity, no RequestError in that case 3.5
2009-09-18 Sylvain Thénault fix generated label for object relation 3.5
2009-09-18 Sylvain Thénault [wf graph] translate group names as well 3.5
2009-09-18 Sylvain Thénault [wf] uicfg tweaks 3.5
2009-09-18 Sylvain Thénault [migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...) 3.5
2009-09-18 Sylvain Thénault [ui] translate state/tr names in wf image 3.5
2009-09-18 Sylvain Thénault cleanup 3.5
2009-09-18 Sylvain Thénault merge 3.5
2009-09-18 Sylvain Thénault remove 2.5 construct 3.5
2009-09-17 Sylvain Thénault missing import
2009-09-17 Aurelien Campeas make it easier to subclass 3.5
2009-09-17 Katia Saurfelt backport from 3.5 stable
2009-09-17 Sylvain Thénault merge 3.5
2009-09-17 Sylvain Thénault Added tag cubicweb-debian-version-3.5.0-1 for changeset 7e5d0ae8d202 3.5
2009-09-17 Sylvain Thénault Added tag cubicweb-version-3.5.0 for changeset 70c0dd1c3b7d 3.5 cubicweb-debian-version-3.5.0-1
2009-09-17 Aurelien Campeas do not wipe a good value if input is bad and cancelled 3.5
2009-09-17 Sylvain Thénault backport 3.5
2009-09-17 Sylvain Thénault backport stable 3.5 cubicweb-version-3.5.0
2009-09-17 Aurelien Campeas Added tag cubicweb-debian-version-3.4.11-1 for changeset 635a25031f4a stable
2009-09-17 Aurelien Campeas Added tag cubicweb-version-3.4.11 for changeset f3d2adf48332 stable cubicweb-debian-version-3.4.11-1
(0) -3000 -1000 -960 +960 +1000 +3000 tip