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.
backport stable
2010-02-15, by Sylvain Thénault
DEFAULT_ATTRPERMS is now public
stable
2010-02-15, by Sylvain Thénault
[inlined formos] don't pop attributes from kwargs, so they end-up in
stable
2010-02-15, by Sylvain Thénault
[notification] we should use unsafe_execute here
stable
2010-02-15, by Sylvain Thénault
cleanup
stable
2010-02-15, by Sylvain Thénault
[calendar view] fix related to the date_range mess (max value exclusion). Calendar views authors should check if more similar fixes needed
stable
2010-02-15, by Sylvain Thénault
[forms] fix RelationField bug with pending eids (eg inlined forms): we have to override process_form_value to avoid caching when recomputing is needed
stable
2010-02-15, by Sylvain Thénault
[shell] rql() should use unsafe_execute when possible
stable
2010-02-15, by Sylvain Thénault
[autoform] we should consider role when checking delete permission
stable
2010-02-15, by Sylvain Thénault
don't update modification_date in repairing_mode (eg upgrade or shell)
stable
2010-02-15, by Sylvain Thénault
[security] we should save back edited_attributes in case of multiple modification of an entity during the same transaction
stable
2010-02-15, by Sylvain Thénault
tune startup logging
stable
2010-02-15, by Sylvain Thénault
[schema] fix RelationSchema.has_perm to properly works with attribute relations
stable
2010-02-15, by Sylvain Thénault
[schema] refactor/cleanup check_permissions
stable
2010-02-15, by Sylvain Thénault
use a close_form method for consistency w/ open_form and allow overriding
stable
2010-02-15, by Sylvain Thénault
add version info to deprecation warning
stable
2010-02-15, by Sylvain Thénault
remove debug print
stable
2010-02-15, by Sylvain Thénault
follow yams api change: attributes permissions are now defined for
stable
2010-02-15, by Sylvain Thénault
fix dumb name error causing error when non managers try to change his properties
stable
2010-02-15, by Sylvain Thénault
fix typo in deprecation warning
stable
2010-02-15, by Sylvain Thénault
remove crappy basket specific code
2010-02-11, by Sylvain Thénault
[views] toolbox must be rendered before the title to appear at top right
stable
2010-02-12, by Nicolas Chauvat
[uicfg] make deprecation message easier to understand
stable
2010-02-12, by Nicolas Chauvat
[uicfg] allow autoform_section's formtype parameter to be a tuple
stable
2010-02-12, by Adrien Di Mascio
merge
oldstable
2010-02-12, by Alexandre Fayolle
branch oldstable
oldstable
2010-02-12, by Alexandre Fayolle
create oldstable branch, remove 3.5 tag
oldstable
2010-02-12, by Aurelien Campeas
merge 3.6 default/stable
stable
2010-02-12, by Aurelien Campeas
merge 3.5/stable heads
stable
2010-02-12, by Aurelien Campeas
Added tag 3.5 for changeset a0571ff0cb5d
stable
2010-02-12, by Aurelien Campeas
[http cache/json controller] ensure json_view does proper cache validation #390986
stable
2010-02-10, by Aurelien Campeas
merge
stable
2010-02-12, by Alexandre Fayolle
typo fix in help string
stable
2010-02-12, by Alexandre Fayolle
use subprocess instead of os.popen to run diff
stable
2010-02-12, by Alexandre Fayolle
[migration] abort becomes possible when asked for confirmation before migration script
stable
2010-02-12, by Nicolas Chauvat
sort on sortvalue, not dc_title to allow customization
2010-02-11, by Sylvain Thénault
merge
cubicweb-version-3.6.0
2010-02-10, by Sylvain Thénault
fix bug when value is None
2010-02-10, by Sylvain Thénault
Added tag cubicweb-debian-version-3.6.0-1 for changeset 17e88f2485d1
2010-02-10, by Sylvain Thénault
Added tag cubicweb-version-3.6.0 for changeset 5f957e351b0a
2010-02-10, by Sylvain Thénault
added jquery.ui image files
2010-02-10, by Sylvain Thénault
provides a fallback_on_none_attribute field attribute, allowing to specify default value for attributes of *existing* entities
2010-02-10, by Sylvain Thénault
fix match_transition selector: for instance w/ forge version change state form overiding, we want the form with the publication_date selected by the editcontroller, whatever the transition
2010-02-10, by Sylvain Thénault
split introduced in the wrong place
2010-02-10, by Sylvain Thénault
packaging fix: no more test in common (2).
2010-02-10, by Sylvain Thénault
packaging fix: no more test in common. Should remove test from the hooks subpackage in rules for hardy
2010-02-10, by Sylvain Thénault
drop cubicweb-client package (there was only hercule.py inside)
2010-02-10, by Sylvain Thénault
remove ref to hercule.py
2010-02-10, by Sylvain Thénault
cw 3.6, itself
2010-02-10, by Sylvain Thénault
i18nupdate
2010-02-10, by Sylvain Thénault
i18n msg fix
2010-02-10, by Sylvain Thénault
cleanup 2.5 __future__ imports
2010-02-10, by Sylvain Thénault
update translatable docstring
2010-02-10, by Sylvain Thénault
fix test
2010-02-10, by Sylvain Thénault
rephrase
2010-02-10, by Sylvain Thénault
fix auto-rollback on unauthorized error:
2010-02-10, by Sylvain Thénault
fix ldap test, our ldap server name has changed
2010-02-10, by Sylvain Thénault
fix name error introduced by bad merging of stable
2010-02-10, by Sylvain Thénault
fix 'click here to see the created entity' link, which may not appear according to language settings
2010-02-09, by Sylvain Thénault
quick fix for typed formfield validation: accept empty string, split
2010-02-09, by Sylvain Thénault
[R] devtools: improve default data import mechanism
2010-02-05, by Julien Jehannet
merge
2010-02-09, by Adrien Di Mascio
backport stable branch
2010-02-09, by Adrien Di Mascio
[cw-shell] do not set arbitrary limit on number of arguments
stable
2010-02-09, by Adrien Di Mascio
use 'edit' as defaut path for expect_redirect_publish
2010-02-09, by Sylvain Thénault
propagation hooks cleanup
2010-02-09, by Sylvain Thénault
missing import for 2.4 compat
2010-02-09, by Sylvain Thénault
don't play with the custom_workflow relation in autofill
2010-02-09, by Sylvain Thénault
fix bug w/ object relation used as inlined form
2010-02-09, by Sylvain Thénault
cleanup
2010-02-09, by Sylvain Thénault
backport stable
2010-02-09, by Sylvain Thénault
turn down some info logs into debug
stable
2010-02-09, by Sylvain Thénault
turn down some info logs into debug
stable
2010-02-09, by Sylvain Thénault
fix constraint hook: a session may be involved in multiple transaction at time
stable
2010-02-09, by Sylvain Thénault
fix and begin to document autofill algorithm
2010-02-09, by Sylvain Thénault
unset_attribute_storage, for testing purpose at least
2010-02-08, by Sylvain Thénault
oops
2010-02-08, by Sylvain Thénault
backport stable
2010-02-08, by Sylvain Thénault
when no context specified, should return non-zero score as documented
2010-02-08, by Sylvain Thénault
typo
2010-02-08, by Sylvain Thénault
no need for a specific vid argument here
2010-02-08, by Sylvain Thénault
backport stable
2010-02-08, by Sylvain Thénault
merge
stable
2010-02-08, by Alexandre Fayolle
merge
stable
2010-02-08, by Alexandre Fayolle
add a note about modifying read only attribute
stable
2010-02-08, by Alexandre Fayolle
merge
stable
2010-02-08, by Alexandre Fayolle
use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot
stable
2010-02-05, by Alexandre Fayolle
must use in-place modification, pending_operations is a read-only property
stable
2010-02-08, by Sylvain Thénault
avoid to see the same warning twice, one for 3.6 another for 3.3
2010-02-08, by Sylvain Thénault
backport stable
2010-02-08, by Sylvain Thénault
fix session's commit handling: when an operation failed in [pre]commit, call rollback_event as well for already processed operation, not only the revert<event> callback
stable
2010-02-08, by Sylvain Thénault
race condition may makes this assertion fail, we don't want that
stable
2010-02-08, by Sylvain Thénault
unvisible field may have been modified, for instance relation added by an hidden input
2010-02-08, by Sylvain Thénault
AdaptedList -> SameETypeList
2010-02-08, by Sylvain Thénault
now raise UnknownProperty, not KeyError
2010-02-08, by Sylvain Thénault
fix test broken by introduction of ViewSameEType action
2010-02-08, by Sylvain Thénault
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
2010-02-08, by Sylvain Thénault
backport stable branch and some vreg cleanups:
2010-02-08, by Sylvain Thénault
fix security issue #36564 (integrity error w/ RQLUniqueConstraint) by using a global lock serializing commit when some RQLUniqueConstraint is encountered.
stable
2010-02-08, by Sylvain Thénault
errors on postcommit should never occurs, log it as critical
stable
2010-02-08, by Sylvain Thénault
missing test data
stable
2010-02-06, by Sylvain Thénault
reminder, cleanup
stable
2010-02-06, by Sylvain Thénault
initialize property once initialization has been fully completed, close #666573
stable
2010-02-06, by Sylvain Thénault
fix duplicated vregistry initialization during tests
stable
2010-02-06, by Sylvain Thénault
cleanup, don't fail if no context set on the sourcecode directive
2010-02-06, by Sylvain Thénault
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
2010-02-05, by Sylvain Thénault
hidden usage of datetime function which has been moved to lgc
2010-02-05, by Sylvain Thénault
i18nupdate
2010-02-05, by Sylvain Thénault
replace DevCubeConfiguration/DevDepsConfiguration by a single DevConfiguration, fixing recently introduced by w/ i18ncube command on the way
2010-02-05, by Sylvain Thénault
moved to lgc.date as well
2010-02-05, by Sylvain Thénault
oops, forgot that part of 3.2 bw compat
2010-02-05, by Sylvain Thénault
hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
2010-02-05, by Sylvain Thénault
kill most pre 3.2 bw compat code
2010-02-05, by Sylvain Thénault
kill mx compat code (dropped since 3.2), more efficient merge_args implementation
2010-02-05, by Sylvain Thénault
this test is now useless here
2010-02-05, by Sylvain Thénault
3.6 test api update
2010-02-05, by Sylvain Thénault
db fill api has changed, update test accordingly
2010-02-05, by Sylvain Thénault
no needs for a views package, 3.6 api update
2010-02-05, by Sylvain Thénault
need post_build_callbacks attribute with earlier yams version
2010-02-05, by Sylvain Thénault
update yams/rql dependencies
2010-02-05, by Sylvain Thénault
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-02-05, by Sylvain Thénault
moved generic datetime manipulation function to lgc
2010-02-05, by Sylvain Thénault
fix wrong autoclass inclusion
2010-02-05, by Sylvain Thénault
fix rest syntax error
2010-02-05, by Sylvain Thénault
more selectors doc in the book, mostly extracted from code
2010-02-05, by Sylvain Thénault
reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
2010-02-05, by Sylvain Thénault
3.6 api update
2010-02-05, by Sylvain Thénault
clear rest_path __unique cache in clear_all_caches, fix related test
2010-02-05, by Sylvain Thénault
backport stable
2010-02-05, by Sylvain Thénault
copy back __doc__ for proper sphinx doc generation
2010-02-04, by Sylvain Thénault
mimick actual request set_header method
stable
2010-02-04, by Sylvain Thénault
fix typo
stable
2010-02-04, by Sylvain Thénault
[views/treeview] fix non-ITree nodes last element computation
stable
2010-02-04, by Aurelien Campeas
[request] add a note about the encoding mgmt (or lack thereof)
stable
2010-02-04, by Aurelien Campeas
[views/plot] replace bogus jsoncall computation by something (statistically) more reliable (json_request being set to True in the JSoncontroller
stable
2010-02-04, by Aurelien Campeas
[doc] small fixes on security part
stable
2010-02-04, by Aurelien Campeas
misc typos found on my way: NameError / SyntaxError / double __select__, <sigh ...>
2010-02-04, by Adrien Di Mascio
fix bad rest
2010-02-03, by Sylvain Thénault
fix bad rest
2010-02-03, by Sylvain Thénault
more details on selectors debugging
2010-02-03, by Sylvain Thénault
add_state/add_transition are now deprecated, only add_workflow remaining
2010-02-03, by Sylvain Thénault
damn me, more stupid sed fix...
2010-02-03, by Sylvain Thénault
add note telling you don't et an UStreamIO for binary views
2010-02-03, by Sylvain Thénault
document the ~ operator
2010-02-03, by Sylvain Thénault
start documenting forms
2010-02-03, by Sylvain Thénault
fix stupid sed
2010-02-03, by Sylvain Thénault
moved content to the dbapi section
2010-02-03, by Sylvain Thénault
nicer docstring
2010-02-03, by Sylvain Thénault
live-server doesn't work, don't make think it does
2010-02-03, by Sylvain Thénault
more stuff in doc's README
2010-02-03, by Sylvain Thénault
update exemples using the 3.6 api and add/fix some sections (schema, vreg, talk about CW_MODE in concepts...). So much to do :'(
2010-02-03, by Sylvain Thénault
backport stable
2010-02-03, by Sylvain Thénault
discriminate against None, not False-ish values
stable
2010-02-03, by Aurelien Campeas
Improve the schema command with filtering option.
2010-02-02, by Pierre-Yves David
Added tag cubicweb-debian-version-3.5.12-1 for changeset 4281e1e2d76b
stable
2010-02-03, by Sylvain Thénault
Added tag cubicweb-version-3.5.12 for changeset 98af3d02b83e
stable
cubicweb-debian-version-3.5.12-1
2010-02-03, by Sylvain Thénault
Updated CW tutorial.
2010-02-03, by Adrien Chauve
le patch added_tips a été importé
2010-02-03, by Sylvain Thénault
le patch admin_tips_for_backup a été importé
2010-02-02, by Sylvain Thénault
Add a ``schema`` command to cmd ctrl to generate schema image.
2010-02-02, by Pierre-Yves David
fix rset.related_entity with variables coming from subquery while some others not
2010-02-02, by Sylvain Thénault
3.5.12
stable
cubicweb-version-3.5.12
2010-02-02, by Sylvain Thénault
cleanup
stable
2010-02-02, by Sylvain Thénault
fix spurious http cache bug: sometimes last-modified headers is generated using non-english local, which ends up in a date that twisted can't parse and make it feels the page may be cached while it may not
stable
2010-02-02, by Sylvain Thénault
simpler last_modified implementation
stable
2010-02-02, by Sylvain Thénault
merge
stable
2010-02-01, by Sylvain Thénault
fetch all forms, avoid potential initialization pb
stable
2010-02-01, by Sylvain Thénault
missing jsonize, avoid spurious error w/ ff
stable
2010-02-01, by Sylvain Thénault
refactor to use the 3.6 API
2010-02-01, by Nicolas Chauvat
merge
stable
2010-02-01, by Alexandre Fayolle
merge
stable
2010-02-01, by Alexandre Fayolle
partial backport of support for adbh's new interface to backup_command and restore_command
stable
2010-01-27, by Alexandre Fayolle
more escapes for the backslashes
stable
2010-02-01, by Aurelien Campeas
escape the backslashes
stable
2010-02-01, by Aurelien Campeas
bugfix
2010-01-29, by Nicolas Chauvat
add action to list entities of the CWEType currently displayed
2010-01-29, by Nicolas Chauvat
should take arbitrary arguments
stable
2010-01-29, by Sylvain Thénault
i18nupdate
stable
2010-01-29, by Sylvain Thénault
calling unicode instead of gettext...
stable
2010-01-29, by Sylvain Thénault
[entity] small optimization: once an entity has been completed, don't redo it (for nothing)
stable
2010-01-29, by Sylvain Thénault
[treeview] ensure items are ordered according to their dc_title, we can't rely on an ordered rset
stable
2010-01-29, by Sylvain Thénault
[entity] rename vid argument of .view(...) into __vid to avoid potential conflicts with kwargs
stable
2010-01-29, by Sylvain Thénault
eschema view is gone away
stable
2010-01-29, by Sylvain Thénault
remove misnamed argument
stable
2010-01-28, by Sylvain Thénault
add version number to deprecation warning
stable
2010-01-28, by Sylvain Thénault
[entities] fix CWUser.is_in_group implementation
stable
2010-01-28, by Adrien Di Mascio
missing import
2010-01-27, by Sylvain Thénault
must check for relation inlined in main form type
2010-01-27, by Sylvain Thénault
skip final relations at this point
2010-01-27, by Sylvain Thénault
add missing errno import in etwist/server.py
stable
2010-01-27, by Adrien Di Mascio
should not raise KeyError if key's missing
2010-01-27, by Sylvain Thénault
choices function should now take the field as argument
2010-01-27, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip