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.
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, by Sylvain Thénault
add postcommit_event on Operations
stable
2009-12-03, by Aurelien Campeas
add some notes
stable
2009-12-03, by Sylvain Thénault
i18nupdate
stable
2009-12-03, by Sylvain Thénault
nicer error message on rql constraints
stable
2009-12-03, by Sylvain Thénault
implements 'parent' method on workflow entity types
stable
2009-12-03, by Sylvain Thénault
this invalid constraint now fails with new constraints checking
stable
2009-12-03, by Sylvain Thénault
this constraint is actually unusable in yams schema for cw
stable
2009-12-03, by Sylvain Thénault
unused since a long time now
stable
2009-12-03, by Sylvain Thénault
finish yesterday work on rql constraints:
stable
2009-12-03, by Sylvain Thénault
synchronize rdef where unique constraints have been updated/added
stable
2009-12-02, by Sylvain Thénault
oops, should have been updated
stable
2009-12-02, by Sylvain Thénault
add a fourth item to 'view box' defintion, dispctrl, so that
stable
2009-12-02, by Sylvain Thénault
slightly adapt title and hide boxes when view is called as a non primary view
stable
2009-12-02, by 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, by Sylvain Thénault
typo
stable
2009-12-02, by Aurelien Campeas
new generic urlattr view
stable
2009-12-02, by 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, by 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, by Sylvain Thénault
fix format string
stable
2009-12-02, by Aurelien Campeas
cleanup
stable
2009-12-02, by 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, by Sylvain Thénault
nicer __str__ and __repr__ methods on rql constraints
stable
2009-12-02, by Sylvain Thénault
refactor so that we can specify an extra argument to constraints which
stable
2009-12-02, by Sylvain Thénault
nicer mainvars/expression handling when initializing rql constraints
stable
2009-12-02, by Sylvain Thénault
merge
stable
2009-12-02, by Sylvain Thénault
fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing
stable
2009-12-02, by Sylvain Thénault
don't fail on error while render a notification mail
stable
2009-12-02, by Sylvain Thénault
improve error message for redundant initial workflow states
stable
2009-12-01, by Pierre-Yves David
fix name error while debugging
stable
2009-12-01, by Sylvain Thénault
oops, this is an object relation
stable
2009-12-01, by Sylvain Thénault
don't use html/dtd validator as default validator for non html views. Closes #550162
stable
2009-12-01, by Sylvain Thénault
support x.set_relations(a_relation=None) to delete a_relation relations from this entity
stable
2009-12-01, by Sylvain Thénault
properly fail if user has entered wrong connection information for the system database, closes #549136
stable
2009-12-01, by Sylvain Thénault
[forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None)
stable
2009-12-01, by Sylvain Thénault
wfhistory isn't anymore selectable if the entity has no record in its history
stable
2009-12-01, by Sylvain Thénault
fix name error if ValueError is raised
stable
2009-12-01, by Sylvain Thénault
merge
stable
2009-11-30, by Alexandre Fayolle
fix rset.column_types docstring to reflect reality
stable
2009-11-30, by Alexandre Fayolle
make wfhistory non selectable for entities without record in its workflow history
stable
2009-11-30, by Sylvain Thénault
when one is adding an inline entity for a relation of a single card,
stable
2009-11-30, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.9-1 for changeset d7f2d32340fb
stable
2009-11-29, by Nicolas Chauvat
Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3
stable
cubicweb-debian-version-3.5.9-1
2009-11-29, by Nicolas Chauvat
prepare 3.5.9
stable
cubicweb-version-3.5.9
2009-11-29, by Nicolas Chauvat
oops
stable
2009-11-29, by Sylvain Thénault
merge
stable
2009-11-29, by Sylvain Thénault
fix ze fix
stable
2009-11-29, by Sylvain Thénault
prepare 3.5.8
stable
2009-11-29, by Nicolas Chauvat
fix inline-creation form when called through ajax
stable
2009-11-29, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.7-1 for changeset 7a96c0544c13
stable
2009-11-28, by Nicolas Chauvat
Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746
stable
cubicweb-debian-version-3.5.7-1
2009-11-28, by Nicolas Chauvat
prepare 3.5.7
stable
cubicweb-version-3.5.7
2009-11-28, by Nicolas Chauvat
imported patch cwctl-shell-textfile
stable
2009-11-28, by Nicolas Chauvat
bugfix typo in exception name
stable
2009-11-28, by Nicolas Chauvat
ease customization of title
stable
2009-11-27, by Sylvain Thénault
implements is enough
stable
2009-11-27, by Sylvain Thénault
make title overriddable
stable
2009-11-27, by Sylvain Thénault
fix test: required to fake parent form
stable
2009-11-27, by Sylvain Thénault
[web] rename TabedPrimary to TabbedPrimary with backward compat
stable
2009-11-27, by Nicolas Chauvat
rename sql script to make cw3.5.6 happy
stable
2009-11-27, by Nicolas Chauvat
consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit
stable
2009-11-27, by Sylvain Thénault
some doc
stable
2009-11-27, by Sylvain Thénault
force_session_key default to None
stable
2009-11-27, by Sylvain Thénault
don't type __maineid, it may not be an eid actually
stable
2009-11-27, by Sylvain Thénault
fix previous post values handling (eg on validation error) for sub-forms
stable
2009-11-27, by 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, by Sylvain Thénault
edit controller now informs server side about its main eid through transaction data
stable
2009-11-27, by Sylvain Thénault
refactor to ease overriding
stable
2009-11-27, by Sylvain Thénault
fix nasty pluggable mixins bug, where mixins take precedence other user class
stable
2009-11-27, by Sylvain Thénault
[views] fix gmap url / avoid double escaping
stable
2009-11-25, by Sandrine Ribeau
[views] ticket #34808, make sure timetable view uses datetime and not date
stable
2009-11-24, by Sandrine Ribeau
more conditions have to be verified before unfolding the 'more actions' menu content directly into the box
stable
2009-11-24, by Sylvain Thénault
allow to test cubes within apycot using cubicweb from the debian package
stable
2009-11-24, by Sylvain Thénault
fix name error in timetable view, always write unicode
stable
2009-11-24, by Sylvain Thénault
ignore validation error during auto-population of a test db
stable
2009-11-24, by Sylvain Thénault
set appid attribute before super call to avoid attribute error when fetching configuration's defaults
stable
2009-11-24, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1
stable
2009-11-23, by Adrien Di Mascio
Added tag cubicweb-version-3.5.6 for changeset 4e619e97b3fd
stable
cubicweb-debian-version-3.5.6-1
2009-11-23, by Adrien Di Mascio
merge
stable
cubicweb-version-3.5.6
2009-11-23, by Adrien Di Mascio
Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6
stable
2009-11-23, by Adrien Di Mascio
Added tag cubicweb-version-3.5.6 for changeset b79f361839a7
stable
2009-11-23, by Adrien Di Mascio
version 3.5.6
stable
2009-11-23, by Adrien Di Mascio
rhauum
stable
2009-11-23, by Sylvain Thénault
default_instance id should also be available when silently rebuilding soures file
stable
2009-11-23, by Sylvain Thénault
fix #544758 by calling custom sql scripts in add_cubes.
stable
2009-11-23, by Sylvain Thénault
fix #499846 by handling timedelta type in json serialization
stable
2009-11-23, by Sylvain Thénault
fix https://www.logilab.net/cwo/ticket/481727
stable
2009-11-23, by Sylvain Thénault
password is required, else we get obscure validation failure when inserting the admin user into cw
stable
2009-11-23, by Sylvain Thénault
test update
stable
2009-11-23, by Sylvain Thénault
a new help action has been introduced, fix test
stable
2009-11-23, by Sylvain Thénault
cacheable queries to serialize permissions, update relevant tests
stable
2009-11-23, by Sylvain Thénault
remove debug
stable
2009-11-23, by Sylvain Thénault
merge
2009-11-23, by Sylvain Thénault
forgotten stuff
2009-11-20, by Sylvain Thénault
fix buglet
stable
2009-11-22, by Nicolas Chauvat
backport stable branch
2009-11-20, by Nicolas Chauvat
merge
stable
2009-11-20, by Nicolas Chauvat
backport stable branch (one more time painfully)
2009-11-20, by Sylvain Thénault
backport stable branch
reldefsecurity
2009-11-20, by Sylvain Thénault
use ITree api
stable
2009-11-20, by Sylvain Thénault
remove bad invisible character
stable
2009-11-20, by Adrien Di Mascio
check we're not deleting the relation before checking its cardinality...
stable
2009-11-20, by Sylvain Thénault
merge
stable
2009-11-19, by Aurelien Campeas
fix typo
stable
2009-11-19, by Aurelien Campeas
merge
stable
2009-11-19, by Sylvain Thénault
backported from confman
stable
2009-11-19, by Sylvain Thénault
typo
stable
2009-11-19, by Sylvain Thénault
[forms] muledit mainform should copy nav params, its subforms shouldn't
stable
2009-11-19, by Adrien Di Mascio
fix tests
stable
2009-11-19, by Aurelien Campeas
merge
stable
2009-11-19, by Sylvain Thénault
reldefsecurity branch :
reldefsecurity
2009-11-19, by Sylvain Thénault
properly use substitution for rql query argument
stable
2009-11-18, by Sylvain Thénault
use shorter notation
stable
2009-11-18, by Sylvain Thénault
[formfields] allow fields ordering with autoform_field_kwargs
stable
2009-11-18, by Adrien Di Mascio
[web] remove widget.render backward compatibility
stable
2009-11-18, by Adrien Di Mascio
[migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file
stable
2009-11-18, by Adrien Di Mascio
merge
stable
2009-11-17, by Adrien Di Mascio
[hooks] update CWUser class after schema changes
stable
2009-11-17, by Adrien Di Mascio
[server] remove not-so-useful entity_name and entity_attr functions, introduce entity_oldnewvalue
stable
2009-11-17, by Adrien Di Mascio
oops, fix wf entity types vocabulary while in creation
stable
2009-11-16, by Sylvain Thénault
fix vocabulary for destination_state/allowed_transitions when creating state or transition
stable
2009-11-16, by Sylvain Thénault
fix potential key error
stable
2009-11-16, by Sylvain Thénault
actually fix rgx_action
stable
2009-11-16, by Sylvain Thénault
fix UnboundLocalError
stable
2009-11-16, by Sylvain Thénault
[forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms
stable
2009-11-16, by Adrien Di Mascio
[breadcrumbs] make it easier to redefine html structure of breadcrumbs component
stable
2009-11-16, by Adrien Di Mascio
merge
stable
2009-11-16, by 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, by Sylvain Thénault
more helpful error message
stable
2009-11-16, by Aurelien Campeas
add XX reminder
stable
2009-11-16, by Sylvain Thénault
ensure pb is not None
stable
2009-11-16, by Sylvain Thénault
fix rgx_action to ensure eids given to .execute are correctly typed
stable
2009-11-16, by Sylvain Thénault
try to update ldap tests to make them work from the DMZ (eg using another ldap directory)
stable
2009-11-16, by Sylvain Thénault
no progress bar in apycot environment
stable
2009-11-16, by Sylvain Thénault
merge
stable
2009-11-16, by Sylvain Thénault
test and fix case where remove_unsused_solutions remove some solutions that should be kept
stable
2009-11-16, by Sylvain Thénault
added days_in_year function
stable
2009-11-16, by Alexandre Fayolle
merge
stable
2009-11-15, by Nicolas Chauvat
deactivate toolbox until 3.6
stable
2009-11-13, by Sylvain Thénault
cleanup
stable
2009-11-13, by Sylvain Thénault
[common] add tr, th and td tags
stable
2009-11-13, by Nicolas Chauvat
new argument to provide extra content
stable
2009-11-13, by 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, by Sylvain Thénault
stop calling render_entity_metadata in primary view, provides a
stable
2009-11-13, by Sylvain Thénault
display entity type in metadata section instead of default title of primary view
stable
2009-11-13, by 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, by Sylvain Thénault
merge
stable
2009-11-13, by 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, by Sylvain Thénault
missing space between label and value
stable
2009-11-13, by Sylvain Thénault
[web] safety belt to avoid overriding pageid with loadxhtml()
stable
2009-11-13, by Adrien Di Mascio
merge
stable
2009-11-13, by Sylvain Thénault
fix necessary when adding a cube which isn't listed in fs dependencies of the instance
stable
2009-11-13, by Sylvain Thénault
more sensible default values to c-c "create" inputs
stable
2009-11-13, by Sylvain Thénault
[javascript] fid form / onfailure behaviour
stable
2009-11-12, by Adrien Di Mascio
add set_page_data as well
stable
2009-11-12, by Sylvain Thénault
#473188: missing get_page_data when patching bare db-api request for web compatibility
stable
2009-11-12, by Sylvain Thénault
benefit from the orm for clearer code
stable
2009-11-12, by Sylvain Thénault
close #472361: omit password and bytes attributes in allowed mass-mailing keys
stable
2009-11-12, by Sylvain Thénault
close #474415 by using 'is' instead of comparison which explicitly fails on entity classes
stable
2009-11-12, by Sylvain Thénault
when instance is started normally (eg not in debug mode), check versions before daemonization
stable
2009-11-12, by Sylvain Thénault
doc
stable
2009-11-12, by 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, by Sylvain Thénault
typo
stable
2009-11-12, by Sylvain Thénault
consider U when computing main variables
stable
2009-11-12, by Sylvain Thénault
fix cut and paste
stable
2009-11-12, by 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, by Sylvain Thénault
oops, junk
stable
2009-11-12, by Sylvain Thénault
c-c create stopped asking if anonymous access should be activated
stable
2009-11-12, by Sylvain Thénault
no more dependency on mx date time. Better description of optional dependencies
stable
2009-11-12, by Sylvain Thénault
[web ui] move help from header to footer
stable
2009-11-11, by Nicolas Chauvat
merge
stable
2009-11-10, by Adrien Di Mascio
[web] set pageid at request instanciation rather than in htmlheader template
stable
2009-11-10, by Adrien Di Mascio
test and fix http://www.logilab.org/ticket/499838
stable
2009-11-10, by Sylvain Thénault
merge
stable
2009-11-10, by Sylvain Thénault
Backed out changeset 8d0b5de8002b
stable
2009-11-10, by Sylvain Thénault
[B] migration: normalize migration script path
stable
2009-11-10, by Julien Jehannet
small fixes
stable
2009-11-09, by Aurelien Campeas
#509981: cw-ctl shell <instance> file.txt runs doctest.testfile
2009-11-08, by Nicolas Chauvat
[web ui] PrimaryView.render_attributes now uses a table
stable
2009-11-08, by Nicolas Chauvat
[web ui] primaryview_section tags for CWGroup
stable
2009-11-08, by Nicolas Chauvat
[web ui] change "table actions" icon to arrow-up
stable
2009-11-08, by Nicolas Chauvat
[web ui] remove "trame_grise" from forms
stable
2009-11-08, by Nicolas Chauvat
[web ui] rename form buttons to ok/cancel where workflow change state
stable
2009-11-08, by Nicolas Chauvat
[i18n] fix typos
stable
2009-11-08, by Nicolas Chauvat
[web ui] decorate form buttons with icons (at last)
stable
2009-11-07, by Nicolas Chauvat
[web ui] very simple default configuration for ckeditor
stable
2009-11-07, by Nicolas Chauvat
[clean] remove print polluting test outputs
stable
2009-11-07, by Nicolas Chauvat
[web ui] fix the editable fields: better look and behaviour.
stable
2009-11-07, by Nicolas Chauvat
[icons] make nomail icon more recognizable
stable
2009-11-07, by Nicolas Chauvat
[doc] added note about the required js and css in TableWidget
stable
2009-11-05, by Alexandre Fayolle
style: s/pourcent/percent/
stable
2009-11-05, by Alexandre Fayolle
added SimpleModel for TableWidget
stable
2009-11-05, by Alexandre Fayolle
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip