Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
remove useless code
stable
2009-10-06, by Sylvain Thénault
[forms] fix generated label for fields
stable
2009-10-06, by Sylvain Thénault
merge
stable
2009-10-06, by Sylvain Thénault
[forms] some style for htable renderer layout
stable
2009-10-06, by Sylvain Thénault
[json validation] catch everything here
stable
2009-10-06, by Sylvain Thénault
[tabs] some convenience classes for tabbed views
stable
2009-10-06, by Sylvain Thénault
[tabs] refactor to more tab control
stable
2009-10-06, by Sylvain Thénault
[hooks] don't delete composed of a composite where relation is being removed from the schema
stable
2009-10-06, by Sylvain Thénault
add edited_attributes to entities from external sources
stable
2009-10-06, by Sylvain Thénault
[entities] default implementation for after_deletion_path goes back to the parent if any
stable
2009-10-06, by Sylvain Thénault
[vreg] fix reloading pb w/ module level error
stable
2009-10-06, by Sylvain Thénault
[config] dumb implementation of default_instance_id on no app config since it's referenced
stable
2009-10-06, by Sylvain Thénault
fix label in generated form for relations
stable
2009-10-06, by Alexandre Fayolle
typo
stable
2009-10-06, by Aurelien Campeas
bits about operations (from the actual docstrings)
stable
2009-10-06, by Aurelien Campeas
fixlets on the workflow chapter
stable
2009-10-05, by Aurelien Campeas
merge
stable
2009-10-05, by Aurelien Campeas
smallest possible change to fix #472806
stable
2009-10-05, by Aurelien Campeas
provide missing image, build on local user tmp (to avoid permissions conflicts)
stable
2009-10-05, by Aurelien Campeas
update chatper on permissions
stable
2009-10-05, by Aurelien Campeas
Hide Workflow related entities in the schema diagram
stable
2009-10-05, by Alexandre Fayolle
[schema] make RQL* constraints usable w/ attributes
stable
2009-10-02, by Sylvain Thénault
[session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere
stable
2009-10-02, by Sylvain Thénault
[entity] put cached related entities as tuple to be sure no one is modifying
stable
2009-10-02, by Sylvain Thénault
[rset] new copy() method
stable
2009-10-02, by Sylvain Thénault
[migration] fix bug when propagating newly inserted relation type to children classes
stable
2009-10-02, by Sylvain Thénault
merge
stable
2009-10-02, by Sylvain Thénault
add some notes
stable
2009-10-02, by Sylvain Thénault
fix pyro-host option type
stable
2009-10-02, by Sylvain Thénault
fix bug when renaming a full text indexed attribute
stable
2009-10-02, by Sylvain Thénault
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, by Aurelien Campeas
fix #471746
stable
2009-10-01, by Aurelien Campeas
[migration] when adding a new attribute with a default value, set this value on existing entities (test and fix)
stable
2009-10-01, by Sylvain Thénault
oops
stable
2009-10-01, by Sylvain Thénault
unicode file name
stable
2009-10-01, by Sylvain Thénault
by default skip new 'footer' category
stable
2009-10-01, by 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-10-01, by Sylvain Thénault
[css] fix html_tree css, selected node use the selected class
stable
2009-09-30, by Adrien Di Mascio
[B] urlrewite: basic patch for i18n vtitle
stable
2009-09-30, by Julien Jehannet
backport stable branch
2009-09-30, by Sylvain Thénault
more test
stable
2009-09-30, by Sylvain Thénault
ensure str is given as field's name
stable
2009-09-30, by Sylvain Thénault
nicer deprecation messages
stable
2009-09-30, by Sylvain Thénault
[inlined forms] nicer add_hiddens implementation relying on standard entity forms handling
stable
2009-09-30, by Sylvain Thénault
[migration] take care to entity being added
stable
2009-09-30, by Sylvain Thénault
call special sql files in correct order
stable
2009-09-30, by Sylvain Thénault
cleanup
stable
2009-09-30, by Sylvain Thénault
support for automatic transition
stable
2009-09-30, by Sylvain Thénault
log when connecting to an external pyro source
stable
2009-09-30, by Sylvain Thénault
[migration] fix addition of attribute to a parent class
stable
2009-09-30, by Sylvain Thénault
[notification] add operation responsible for sending email notification when an entity is updated
stable
2009-09-29, by Sandrine Ribeau
backport stable branch
2009-09-29, by Sylvain Thénault
don't accept None to avoid error
stable
2009-09-29, by 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, by Sylvain Thénault
can't edit in_state anymore, hide it
stable
2009-09-29, by Sylvain Thénault
update test, record a failing test (commented out)
stable
2009-09-29, by Sylvain Thénault
merge
stable
2009-09-29, by Sylvain Thénault
[form] important refactoring of inlined forms to get proper separation of form object creation / rendering
stable
2009-09-29, by Sylvain Thénault
__linkto may only appears in root form
stable
2009-09-29, by Sylvain Thénault
[form] put unknown constructor args into extra_kwargs and consider them when looking for field display values
stable
2009-09-29, by Sylvain Thénault
update to new file schema
stable
2009-09-29, by Sylvain Thénault
forgotten that one
stable
2009-09-29, by Sylvain Thénault
[form] replace is_subform by parent_form, carrying more information at the same cost
stable
2009-09-29, by Sylvain Thénault
move low-level form handling to base form class
stable
2009-09-29, by Sylvain Thénault
fix warning
stable
2009-09-29, by Sylvain Thénault
rename form_build_context to build_context, and call it from form, not renderer
stable
2009-09-29, by Sylvain Thénault
merge
stable
2009-09-29, by Sylvain Thénault
[B] server: fix initial data structure in session.transaction_data
stable
2009-09-28, by Julien Jehannet
[form] make EntityFormRenderer a little bit easier to override
stable
2009-09-29, by Katia Saurfelt
fix selectors
stable
2009-09-28, by Sylvain Thénault
fix dumb name error
2009-09-28, by Sylvain Thénault
bad merge
2009-09-28, by Sylvain Thénault
backport stable
2009-09-28, by Sylvain Thénault
oops
stable
2009-09-28, by Sylvain Thénault
merge
stable
2009-09-28, by Sylvain Thénault
[ui api] backport create_links from forge so it may be reused
stable
2009-09-28, by Sylvain Thénault
[schema] set composite on state_of / transition_of
stable
2009-09-28, by Sylvain Thénault
cleanup not necessary
stable
2009-09-28, by Sylvain Thénault
[fti] don't catch BaseException subclasses
stable
2009-09-28, by Sylvain Thénault
support name metadata on guess_field; add name_field to FileField
stable
2009-09-28, by Sylvain Thénault
[ui] turn footer items into actions
stable
2009-09-28, by Sylvain Thénault
cleanup unused
stable
2009-09-28, by Sylvain Thénault
use default repo looping task so they are started in thread, else we get blocking task
stable
2009-09-26, by Sylvain Thénault
skel fixes
stable
2009-09-26, by Sylvain Thénault
cleanup
2009-09-26, by Sylvain Thénault
missing section
2009-09-26, by Sylvain Thénault
[index page] move workflow entity types to the 'system' entities
stable
2009-09-25, by Sylvain Thénault
[doc] add missing dependencies in annexes. explain more precisely source install.
stable
2009-09-27, by Nicolas Chauvat
[views] workflow primary view: do not show states and transitions in side boxes
stable
2009-09-25, by Nicolas Chauvat
[cwctl] improve dialog messages
stable
2009-09-25, by Nicolas Chauvat
cleanup
2009-09-25, by Sylvain Thénault
fix some actions selectors
2009-09-25, by Sylvain Thénault
[autoform] no need to recheck inlined tag here
2009-09-25, by Sylvain Thénault
[i18n] properly give context
2009-09-25, by Sylvain Thénault
remove useless rtag (correct default)
2009-09-25, by Sylvain Thénault
smarter default for actionbox_appearsin_addmenu
2009-09-25, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip