Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-448
+448
+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.
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
[doc] fix inaccurate docstring
stable
2009-11-05, by Alexandre Fayolle
[B] views: fix wrong xhtml when empty rset
stable
2009-10-28, by Julien Jehannet
do not display anything when bein asked something (fix #504759)
stable
2009-11-03, by Aurelien Campeas
fix wrong answer when the rset is empty but did not raise
stable
2009-11-03, by Aurelien Campeas
put back url info started at the end of initialisations
stable
2009-11-03, by Aurelien Campeas
[B] web: weird display with internationalizable (Closes: #503071)
stable
2009-11-02, by Julien Jehannet
update docstring, xml escape exception description
stable
2009-11-02, by Aurelien Campeas
[migration] warn if 3.5 workflow migration is going to fail
stable
2009-11-01, by Nicolas Chauvat
C - fix typo. make `lgp check` happy.
stable
2009-10-28, by Nicolas Chauvat
force debug mode on cubicweb-ctl start on win32
stable
2009-10-26, by Alexandre Fayolle
read form arg specifying json call context (to make it work under json controller)
stable
2009-10-23, by Aurelien Campeas
[javascript] handle cases where vid parameter is hijacked by parameter-injection
stable
2009-10-22, by Adrien Di Mascio
[views] consider fallbackvid request parameter in ViewController
stable
2009-10-22, by Adrien Di Mascio
[cleanup] reorder cubicweb namespace attributes declaration
stable
2009-10-22, by Adrien Di Mascio
[javascript] asURL now escapes request arguments
stable
2009-10-22, by Adrien Di Mascio
merge
stable
2009-10-21, by Aurelien Campeas
remove obsolete caveat
stable
2009-10-21, by Aurelien Campeas
so bad tests hasn't find that one...
stable
2009-10-21, by Sylvain Thénault
backport stable branch
2009-10-21, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.5-1 for changeset aad818d9d9b6
stable
2009-10-21, by Sylvain Thénault
Added tag cubicweb-version-3.5.5 for changeset 1eca47d59fd9
stable
cubicweb-debian-version-3.5.5-1
2009-10-21, by 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, by Sylvain Thénault
don't allow that even with cow powers
stable
2009-10-21, by Sylvain Thénault
fix reledit related test breakage
stable
2009-10-21, by Aurelien Campeas
test fixes
stable
2009-10-21, by Sylvain Thénault
merge
stable
2009-10-21, by Sylvain Thénault
test fix
stable
2009-10-21, by Sylvain Thénault
nicer relation|entity schema view
stable
2009-10-21, by Sylvain Thénault
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, by Aurelien Campeas
work around a pb. with subquery_selection_index
stable
2009-10-21, by Aurelien Campeas
latst_trinfo : do not crash on absent wf history
stable
2009-10-21, by Aurelien Campeas
drop _prepare_copy method from rset in favor of a more generic copy method
stable
2009-10-21, by Sylvain Thénault
i18nupdate
stable
2009-10-21, by 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-21, by Sylvain Thénault
small cleanup & revert to less intrusive icon
stable
2009-10-20, by Aurelien Campeas
actually hide the value when editing, cleanup spurious arg
stable
2009-10-20, by Aurelien Campeas
merge
stable
2009-10-20, by Aurelien Campeas
yet another brain fart
stable
2009-10-20, by Aurelien Campeas
2.4 compat
stable
2009-10-20, by Sylvain Thénault
remove spurious wview
stable
2009-10-20, by Aurelien Campeas
deprecated api update
stable
2009-10-20, by Sylvain Thénault
document
stable
2009-10-20, by Sylvain Thénault
merge
stable
2009-10-20, by Sylvain Thénault
when a query is grouped, ensure sort terms are grouped as well
stable
2009-10-20, by Sylvain Thénault
take care to outer joins
stable
2009-10-20, by Sylvain Thénault
display title in the component to avoid relying on view supporting title argument
stable
2009-10-20, by Sylvain Thénault
turn make_relations_query into a true generator (this allows interleaving of actual entities linking and query generation)
stable
2009-10-20, by Aurelien Campeas
node ids shall not begin with a number
stable
2009-10-20, by Aurelien Campeas
remove debug print
stable
2009-10-20, by Sylvain Thénault
accepts single values as create_entity
stable
2009-10-20, by Sylvain Thénault
move these definitions below cell_call
stable
2009-10-20, by Aurelien Campeas
reledit: load actual edition form on demand #471799
stable
2009-10-20, by Aurelien Campeas
merge
stable
2009-10-19, by Aurelien Campeas
kill separate attribute client-side handling #473636
stable
2009-10-19, by Aurelien Campeas
use cuibicweb json encoder for json_dumps, still catch the TypeError in the request-less jsonize
stable
2009-10-19, by Aurelien Campeas
[doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering
stable
2009-10-19, by Sandrine Ribeau
oops
2009-10-19, by Sylvain Thénault
disable syncschema hooks during db initialization
2009-10-19, by Sylvain Thénault
finally
2009-10-19, by Sylvain Thénault
take care to already existant solutions local variable
stable
2009-10-19, by Sylvain Thénault
bad merge
2009-10-19, by Sylvain Thénault
ignored_relations should be a set
2009-10-19, by Sylvain Thénault
remove some warnings
2009-10-19, by Sylvain Thénault
really need some holidays
2009-10-19, by Sylvain Thénault
mark class as abstract
2009-10-19, by Sylvain Thénault
editable-attributes return a list of 2-uple
2009-10-19, by Sylvain Thénault
remove some warnings
2009-10-19, by Sylvain Thénault
dumb name error
2009-10-19, by Sylvain Thénault
typo
2009-10-19, by Sylvain Thénault
forgotten some part of a merge
2009-10-19, by Sylvain Thénault
bad merge
2009-10-19, by Sylvain Thénault
.id has been renamed
2009-10-19, by Sylvain Thénault
be quiet w/ apycot
2009-10-19, by Sylvain Thénault
2.4 compat
2009-10-19, by Sylvain Thénault
2.4 compat
2009-10-19, by Sylvain Thénault
backport stable
2009-10-19, by Sylvain Thénault
typo
stable
2009-10-19, by Sylvain Thénault
restrict follow action to one line rset
stable
2009-10-19, by Sylvain Thénault
cleanup
stable
2009-10-19, by Sylvain Thénault
merge
stable
2009-10-19, by Sylvain Thénault
[shell] make process_script available throuhg c-c shell / migration script context
stable
2009-10-19, by Sylvain Thénault
ugly workaround to javascript serialisation problem #481437 (not considered fixed by this changeset)
stable
2009-10-18, by Alexandre Fayolle
merge
stable
2009-10-16, by Alexandre Fayolle
revert change, but there's something fishy here
stable
2009-10-16, by Alexandre Fayolle
work around a problem in constraint application
stable
2009-10-16, by Alexandre Fayolle
should remove entities from kwargs (won't go through pyro)
stable
2009-10-16, by Sylvain Thénault
properly close remote connections
stable
2009-10-16, by Sylvain Thénault
update prototype
stable
2009-10-16, by Sylvain Thénault
[c-c] fixes for shell w/ pyro instance
stable
2009-10-16, by Sylvain Thénault
oops
stable
2009-10-16, by 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, by Sylvain Thénault
a way to distinguish __init__ vs render arguments
stable
2009-10-16, by Sylvain Thénault
merge
stable
2009-10-16, by Sylvain Thénault
skip final type
stable
2009-10-16, by Sylvain Thénault
check we've some message to display
stable
2009-10-16, by Sylvain Thénault
#481017: cubicweb-ctl shell on remote instance
stable
2009-10-16, by Sylvain Thénault
initialize entity classes in repository initialization
stable
2009-10-16, by Sylvain Thénault
revert to adim fix
stable
2009-10-16, by Aurelien Campeas
merge
stable
2009-10-16, by Aurelien Campeas
missing args
stable
2009-10-16, by Aurelien Campeas
[workflow] fix NameError in fire_transition()
stable
2009-10-16, by Adrien Di Mascio
cleanup
stable
2009-10-15, by Sylvain Thénault
[optimisation] insert is / is_instance_of using sql
stable
2009-10-15, by Sylvain Thénault
clear eschema caches on schema changes
stable
2009-10-15, by 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, by Sylvain Thénault
skip tidy hook for super session
stable
2009-10-15, by Sylvain Thénault
follow yams 0.25 api changes to improve performance
stable
2009-10-15, by Sylvain Thénault
merge
stable
2009-10-15, by Aurelien Campeas
update for new create_entity implementation
stable
2009-10-15, by Sylvain Thénault
[doc] document rql operator ILIKE
stable
2009-10-15, by Nicolas Chauvat
no integrity check for super session
stable
2009-10-15, by Sylvain Thénault
support _cw_unsafe as set_attributes/set_relations
stable
2009-10-15, by Sylvain Thénault
fix related_rql when target_type specified
stable
2009-10-15, by Alexandre Fayolle
add kwargs to some base views
stable
2009-10-15, by Sylvain Thénault
fix max-related of related entities handling in primary view
stable
2009-10-15, by Sylvain Thénault
oops
stable
2009-10-15, by Sylvain Thénault
only copy when necessary
stable
2009-10-15, by Sylvain Thénault
add note
2009-10-15, by Sylvain Thénault
fix i18ncube
2009-10-15, by Sylvain Thénault
optional nbsessions arg
2009-10-15, by Sylvain Thénault
fix merge
2009-10-15, by Sylvain Thénault
backport stable branch
2009-10-15, by Sylvain Thénault
[testlib] hummm
stable
2009-10-15, by Sylvain Thénault
[entity] make related_rql honors its targettypes argument
stable
2009-10-15, by Sylvain Thénault
new set_relations method on entity
stable
2009-10-14, by Sylvain Thénault
allow to link to multiple entities
stable
2009-10-14, by Sylvain Thénault
nicer create_entity implementation (and test)
stable
2009-10-14, by Sylvain Thénault
merge
stable
2009-10-14, by Alexandre Fayolle
use unicode in the example of create_entity
stable
2009-10-14, by Alexandre Fayolle
fix migration script
stable
2009-10-14, by Sylvain Thénault
fix clear_all_cache: ensure we don't remove eid from entity's dict
stable
2009-10-14, by Sylvain Thénault
use typed_eid
stable
2009-10-14, by Sylvain Thénault
simpler implementation
stable
2009-10-14, by Sylvain Thénault
defer trinfo creation when cancelling subworkflow
stable
2009-10-14, by Aurelien Campeas
add a note
2009-10-13, by Sylvain Thénault
fix/prepare propagation hooks usage
2009-10-13, by Sylvain Thénault
3.6 update
2009-10-13, by Sylvain Thénault
pluggable authentication information retreiver
2009-10-13, by Sylvain Thénault
factor out code reusable for authentication tests
2009-10-13, by Sylvain Thénault
missing authorized value
2009-10-13, by Sylvain Thénault
3.6 updates
2009-10-13, by Sylvain Thénault
composite relation, should'nt be needed
2009-10-13, by Sylvain Thénault
[req] new expires argument to set_cookie
2009-10-13, by Sylvain Thénault
[testlib] nicer http headers and cookie faking in fake request
2009-10-13, by Sylvain Thénault
fixed cut and pasted docstring
stable
2009-10-13, by Alexandre Fayolle
ignore some internal warnings
stable
2009-10-13, by Alexandre Fayolle
3.6 updates
2009-10-13, by Sylvain Thénault
on entity deletion query, return eids of deleted entities
2009-10-13, by Sylvain Thénault
refactor repo authentication to allow pluggable authentifier to login with something else than a password
2009-10-13, by Sylvain Thénault
fix bad merges
2009-10-13, by Sylvain Thénault
3.6 updates
2009-10-13, by Sylvain Thénault
stronger wording
stable
2009-10-12, by Aurelien Campeas
oops
stable
2009-10-12, by Sylvain Thénault
...
stable
2009-10-12, by Sylvain Thénault
fix debug attribute conflict on configuration
stable
2009-10-12, by Sylvain Thénault
oops
stable
2009-10-12, by Sylvain Thénault
more doc
stable
2009-10-12, by Sylvain Thénault
system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly
stable
2009-10-12, by Sylvain Thénault
unused
stable
2009-10-12, by Sylvain Thénault
[reledit] display value anyway when should not edit attribute/relation
stable
2009-10-12, by Sylvain Thénault
do not override __iter__ on entities
stable
2009-10-12, by Sylvain Thénault
don't duplicates restrictions
stable
2009-10-09, by 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, by Sylvain Thénault
[rql2sql] test we don't crash on dumb queries
stable
2009-10-09, by Sylvain Thénault
give correctly typed eid
stable
2009-10-09, by Sylvain Thénault
oops, feature killed by merge...
2009-10-09, by Sylvain Thénault
backport stable branch
2009-10-09, by 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, by Sylvain Thénault
fix title of CopyFormView
stable
2009-10-09, by Alexandre Fayolle
[doc] updated docstrings
stable
2009-10-09, by Alexandre Fayolle
fix bug w/ get_entity and subqueries
stable
2009-10-09, by Sylvain Thénault
fix buggy assertion
stable
2009-10-09, by Sylvain Thénault
avoid progress bar when test launched from apycot
stable
2009-10-08, by Sylvain Thénault
merge
stable
2009-10-08, by Sylvain Thénault
[wf] fix detection of transition where we've entered a subworkflow
stable
2009-10-08, by Sylvain Thénault
missing translation
stable
2009-10-08, by Sylvain Thénault
enhance docstring
stable
2009-10-08, by Sylvain Thénault
oops
stable
2009-10-08, by Aurelien Campeas
add a commit point, a new transition exhibits the problem again
stable
2009-10-08, by Aurelien Campeas
a problem with consecutive transition firing when subworkflows are involved
stable
2009-10-08, by Aurelien Campeas
merge
stable
2009-10-07, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.4-1 for changeset 37d025b2aa77
stable
2009-10-07, by Sylvain Thénault
Added tag cubicweb-version-3.5.4 for changeset 312349b3712e
stable
cubicweb-debian-version-3.5.4-1
2009-10-07, by Sylvain Thénault
[migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5
stable
2009-10-07, by Adrien Di Mascio
[migration] fix 3.5.3_Any.py for migrations starting from before 3.5
stable
2009-10-07, by Adrien Di Mascio
3.5.4
stable
cubicweb-version-3.5.4
2009-10-07, by Sylvain Thénault
ensure relation is properly created
stable
2009-10-07, by Sylvain Thénault
[editcontroller] backout (sort of) removal of entity.complete() in validate_form
stable
2009-10-07, by Adrien Di Mascio
don't crash if specified page size is greater than rset size
stable
2009-10-07, by Sylvain Thénault
fix startup as a daemon
stable
2009-10-07, by Sylvain Thénault
fix debug msg
stable
2009-10-07, by Sylvain Thénault
merge
stable
2009-10-07, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.3-1 for changeset 2e22b975f9c2
stable
2009-10-07, by Sylvain Thénault
Added tag cubicweb-version-3.5.3 for changeset 540210e138d3
stable
cubicweb-debian-version-3.5.3-1
2009-10-07, by Sylvain Thénault
[doc] added an example of use of create_entity in a shell session
stable
2009-10-07, by Alexandre Fayolle
3.5.3
stable
cubicweb-version-3.5.3
2009-10-07, by Sylvain Thénault
don't call complete here, it may fail in case of missing relation
stable
2009-10-07, by Sylvain Thénault
merge
stable
2009-10-07, by Sylvain Thénault
remove weird code leading to bug
stable
2009-10-07, by Sylvain Thénault
[treeview] pass back subvid parameter to treeview when computing an opened subtree
stable
2009-10-07, by Adrien Di Mascio
at this point we know this is true
stable
2009-10-07, by Sylvain Thénault
rewrite form_needs_multipart using precomputed form views
stable
2009-10-07, by Sylvain Thénault
fix inlined forms initialization
stable
2009-10-07, by Sylvain Thénault
[i18n] msgid tweaks
stable
2009-10-07, by Sylvain Thénault
i18n update
stable
2009-10-07, by Sylvain Thénault
merge fix
2009-10-07, by Sylvain Thénault
backport stable branch
2009-10-07, by Sylvain Thénault
merge
stable
2009-10-07, by Sylvain Thénault
test fixes
stable
2009-10-07, by Sylvain Thénault
cleanup
stable
2009-10-07, by Sylvain Thénault
use daemon thread
stable
2009-10-07, by Sylvain Thénault
set edited_attributes before call to pre_add_hook
stable
2009-10-07, by 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, by Sylvain Thénault
two bits of docstring
stable
2009-10-07, by Aurelien Campeas
[doc] various fixes
stable
2009-10-07, by Nicolas Chauvat
[sobjects] missing import
stable
2009-10-06, by Sandrine Ribeau
[doc] include module uicfg and rtags doctring in the book
stable
2009-10-06, by Sandrine Ribeau
doesn't necessarily have parent
stable
2009-10-06, by Sylvain Thénault
add version number to deprecation messages
stable
2009-10-06, by Sylvain Thénault
set title to None so it doesn't appears in possible views
stable
2009-10-06, by Sylvain Thénault
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
less
more
|
(0)
-3000
-1000
-448
+448
+1000
+3000
tip