Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-896
+896
+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.
[dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling)
stable
2010-09-22, by Sylvain Thénault
[entity] fix typo in absolute_url method, breaking some code w/ control of absolute url of external entities
stable
2010-09-22, by Sylvain Thénault
[test] fix test broken by introduction of CWUniqueTogetherConstraint
stable
2010-09-22, by Sylvain Thénault
[doc] fixing install doc (reapply cset that was erroneously overriden)
stable
2010-09-22, by Nicolas Chauvat
[doc,bin] add script to fetch & update most cw dependencies + some cubes
stable
2010-09-22, by Aurelien Campeas
[book] backport documentation about primary/base views sent on the list
stable
2010-09-22, by Sylvain Thénault
[book - #1251259] reorganize plan for basetemplate, talk about class attributes
stable
2010-09-22, by Stephanie Marcu
imported patch doc_test_commit.diff
stable
2010-09-22, by Stephanie Marcu
[doc] fixing install doc
stable
2010-09-22, by Nicolas Chauvat
[sqlite] quick hacks to fix #1251873 and #1251874
stable
2010-09-22, by Sylvain Thénault
[doc/book] fix session types
stable
2010-09-22, by Aurelien Campeas
[rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction
stable
2010-09-22, by Sylvain Thénault
[skel] MANIFEST.in cleanup
stable
2010-09-22, by Sylvain Thénault
updated yams and logilab.database dependency, start preparing 3.9.8
stable
2010-09-22, by Alexandre Fayolle
use new logilab.database interface for multicol indexes
stable
2010-09-22, by Alexandre Fayolle
[dbapi] Connection.check() must return the latest activity timestamp (dropped accidentally during latest merge)
2010-09-21, by Adrien Di Mascio
[migractions] add a dropped_constraints() migration command
2010-09-21, by Adrien Di Mascio
[primary view] we should not limit related rset, else if something else than autolimited view is used, some content will be missed without a 'view all' link
stable
2010-09-20, by Sylvain Thénault
handle displayctrl['limit'] == None correctly
stable
2010-09-20, by Alexandre Fayolle
[views/reledit] bw compat code is unneeded there
stable
2010-09-17, by Aurelien Campeas
[primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago)
stable
2010-09-17, by Sylvain Thénault
[js] update js for reledit to 3.9 ajax api
stable
2010-09-17, by Sylvain Thénault
cleanup
stable
2010-09-17, by Sylvain Thénault
[boolean field] we've to override format_single_value as well in case where None are allowed
stable
2010-09-17, by Sylvain Thénault
[repo/sql] don't do anything when value is None. This will avoid None to be turned into False in the case of a boolean for instance.
stable
2010-09-17, by Sylvain Thénault
[reledit] more api cleanup
stable
2010-09-17, by Sylvain Thénault
[reledit] new rtag entry to control apparition of relation label in default value
stable
2010-09-17, by Sylvain Thénault
[test] fix setting of base-url during test: override default_base_url, else we set it too late (after uiprops generation)
stable
2010-09-17, by Sylvain Thénault
[navigation] move hack from page_link to page_url so '#1251858: Can't see all the elements when a limited list is shown' if fixed as well
stable
2010-09-17, by Sylvain Thénault
backport stable into default
2010-09-16, by Sylvain Thénault
merge stable heads
stable
2010-09-16, by Sylvain Thénault
merge stable heads
stable
2010-09-16, by Sylvain Thénault
cleanup
stable
2010-09-16, by Sylvain Thénault
[ReST] settings update: add traceback=True to avoid sys.exit, and set stylesheet to None since we don't care about it and that may makes docutils stupidly fail according to the cwd at import time...
stable
2010-09-16, by Sylvain Thénault
[url publishing] fix regression introduced by refactoring in 3.9.7, leading to table view being choosen when one would expect the primary view. Fix similar pb with /<etype> url and list view (this one has been there for a while)
stable
2010-09-16, by Sylvain Thénault
[publisher] avoid extra Name error on unexpected error
stable
2010-09-16, by Sylvain Thénault
[publisher] with python>=2.5, we should catch BaseException here
stable
2010-09-16, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.7-1 for changeset 1c01f9dffd64
stable
2010-09-16, by Sylvain Thénault
Added tag cubicweb-version-3.9.7 for changeset de588e756f4f
stable
cubicweb-debian-version-3.9.7-1
2010-09-16, by Sylvain Thénault
ewrongattribute
stable
2010-09-16, by Alexandre Fayolle
force debug mode to false in service mode
stable
2010-09-16, by Alexandre Fayolle
repair service mode start on windows
stable
2010-09-16, by Alexandre Fayolle
3.9.7
stable
cubicweb-version-3.9.7
2010-09-16, by Sylvain Thénault
[navigation] for rql to the one of the rset being paginated
stable
2010-09-16, by Sylvain Thénault
[reledit] cut methods to make overriding easier, add event on success update after reload
stable
2010-09-16, by Aurelien Campeas
[propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way
stable
2010-09-16, by Sylvain Thénault
add permission relations to schema types
stable
2010-09-16, by Sylvain Thénault
[syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way)
stable
2010-09-16, by Sylvain Thénault
raise ProcessFormError when a problem occurs during date / time parsing
stable
2010-09-16, by Alexandre Fayolle
[request] memoize tabindex across ajax calls (on pageid) to avoid ui confusion
stable
2010-09-16, by Aurelien Campeas
[entity] give ordermethod=None to fetch_rql to tell you don't want a specific order
stable
2010-09-16, by Sylvain Thénault
[repo] new method on repo+dbapi.Connection to get a value from repository's configuration
stable
2010-09-16, by Sylvain Thénault
[repo] docstring cleanup
stable
2010-09-16, by Sylvain Thénault
[primary view] should specify rtype/role when selecting a rtype view
stable
2010-09-16, by Sylvain Thénault
[table view] use get instead of has_key so one can specify he doesn't want actions or filter
stable
2010-09-16, by Sylvain Thénault
[urlpublishing] refactor to ease overriding
stable
2010-09-16, by Sylvain Thénault
[dbapi] reorganize Connection methods and use a @check_not_closed decorator
stable
2010-09-16, by Sylvain Thénault
[facet] add missing @property making subsequent access always true
stable
2010-09-15, by Sylvain Thénault
cleanup
stable
2010-09-15, by Sylvain Thénault
fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d)
stable
2010-09-15, by Sylvain Thénault
[navigation] refactor base navigation component: replace deprecated replacePageChunk js call by loadxhtml, using the magic js object
stable
2010-09-15, by Sylvain Thénault
unique_together: recast exception raised by sqlite
stable
2010-09-15, by Alexandre Fayolle
[views/reledit] refactor composite handling
stable
2010-09-15, by Aurelien Campeas
[doc] add note about x-ref in doc's README
stable
2010-09-15, by Sylvain Thénault
[book - #1251197] add a section in migration page for add_cube and add_cubes command
stable
2010-09-15, by Stephanie Marcu
[book - #1251780] add a section to explain how to write tests to test which actions are visible
stable
2010-09-15, by Stephanie Marcu
[book - #1251260] add a warning in automatic test when user redefine the base class
stable
2010-09-15, by Stephanie Marcu
should not use pyro 4
stable
2010-09-15, by Sylvain Thénault
cleanups
stable
2010-09-14, by Sylvain Thénault
[basecontroller] we should consume divid to avoid it being reused by the table view, leading to duplicated id (and hence weird rendering)
stable
2010-09-14, by Sylvain Thénault
[basecontroller] pagination / ajax fixes
stable
2010-09-14, by Sylvain Thénault
[basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input
stable
2010-09-14, by Sylvain Thénault
[repo tests] add test case for RQLUniqueConstraint
stable
2010-09-14, by Sylvain Thénault
[primary view] properly handle case where view specified in pvdc['vid'] isn't selectable
stable
2010-09-14, by Sylvain Thénault
[primary view] don't need to pick arbitrary target, this is properly handled by the rtag
stable
2010-09-14, by Sylvain Thénault
[schema] turn comment into docstring for RQLUniqueConstraint
stable
2010-09-14, by Sylvain Thénault
[schema] ensure DISTINCT is displayed for constraint using it, this ease debugging
stable
2010-09-14, by Sylvain Thénault
[windows distrib] trailing slashes in MANIFEST.in breaks windows install (sic)
stable
2010-09-14, by Sylvain Thénault
[schema] mark CWUniqueTogetherConstraint and its relations as schema entity/relations
stable
2010-09-14, by Sylvain Thénault
[schema] mark CWUniqueTogetherConstraint and its relations as schema entity/relations
2010-09-14, by Sylvain Thénault
[windows distrib] trailing slashes in MANIFEST.in breaks windows install (sic)
2010-09-14, by Sylvain Thénault
backport stable
2010-09-13, by Sylvain Thénault
merge stable heads
stable
2010-09-13, by Sylvain Thénault
backport stable
2010-09-13, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.6-1 for changeset 7d2cab567735
stable
2010-09-13, by Sylvain Thénault
Added tag cubicweb-version-3.9.6 for changeset d37428222a63
stable
cubicweb-debian-version-3.9.6-1
2010-09-13, by Sylvain Thénault
[migration] attempt to fix pre 3.6 migration
stable
2010-09-13, by Sylvain Thénault
[migration] remove buggy assertion
stable
2010-09-13, by Sylvain Thénault
[js] jqNode is more robust here wrt some node ids
stable
2010-09-13, by Aurelien Campeas
[migration] .pop() is more readable
stable
2010-09-13, by Aurelien Campeas
[form fields] option may be a 3-uple (3d element being dict containing widget options)
stable
cubicweb-version-3.9.6
2010-09-13, by Sylvain Thénault
[migration] fix so that context modification are reflected on the currently executed migration script
stable
2010-09-13, by Sylvain Thénault
3.9.6
stable
2010-09-13, by Sylvain Thénault
[javascript] get rid of tabs
stable
2010-09-13, by Adrien Di Mascio
[javascript] fix test_ajax.js implementation
stable
2010-09-13, by Adrien Di Mascio
[migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this)
stable
2010-09-13, by Sylvain Thénault
[doc] fix link to appendix
stable
2010-09-12, by Nicolas Chauvat
nicer error reporting for unique together constraints
stable
2010-09-10, by Alexandre Fayolle
removed print_exc
stable
2010-09-10, by Alexandre Fayolle
fix tests
stable
2010-09-10, by syt
unique_together integration in CW (alf+syt)
stable
2010-09-10, by Alexandre Fayolle
cleanup
stable
2010-09-10, by Sylvain Thénault
[test] skip unittest_fti if we don't have the required setup...
stable
2010-09-10, by Sylvain Thénault
[test] fix in 6203:d3dea5f84404 wasn't enough
stable
2010-09-10, by Sylvain Thénault
[json controller] check rql is really specified
stable
2010-09-10, by Sylvain Thénault
[test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there
stable
2010-09-10, by Sylvain Thénault
i18n update
stable
2010-09-10, by Sylvain Thénault
[c-c create] ask for database driver by default
stable
2010-09-10, by Sylvain Thénault
[migration] when some CWGroup is added during migration, we should reset migration handler's group mapping cache and the set telling what have been synchronized (we may be able to add some new groups on perms syncing...)
stable
2010-09-09, by Sylvain Thénault
remove debug print
stable
2010-09-09, by Sylvain Thénault
add a small c-c shell script to detect cycle for a given relation
stable
2010-09-09, by Sylvain Thénault
[test] fixes to follow recent changes
stable
2010-09-09, by Sylvain Thénault
cleanups
stable
2010-09-09, by Sylvain Thénault
[rset] add test for #1251252, actually fixed in rql; fix docstring and add comments in rset.related_entity to make things clearer
stable
2010-09-09, by Sylvain Thénault
[querier test] remove some actually bad tests that were passing thanks to a sqlite bug
stable
2010-09-09, by Sylvain Thénault
[views] do not underline h1 titles for tabbedprimary views
stable
2010-09-08, by Nicolas Chauvat
[doc] improve doc thanks to user feedback
stable
2010-09-08, by Nicolas Chauvat
[schema deserial] fix loading of schema when mapping an entity type to an existing one
stable
2010-09-08, by Sylvain Thénault
[migration] more rename_entity_type fix
stable
2010-09-07, by Sylvain Thénault
cleanups
stable
2010-09-07, by Sylvain Thénault
[integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation
stable
2010-09-07, by Sylvain Thénault
[migration] propose to open pdb on error during execution of rql/sql query
stable
2010-09-07, by Sylvain Thénault
[migration] set ask_confirm=False by default on rqlexec
stable
2010-09-07, by Sylvain Thénault
[c-c db-check] skip error while checking relation, useful when analyzing really broken database (after a migration failure for instance
stable
2010-09-07, by Sylvain Thénault
[c-c db-check] add missing import
stable
2010-09-07, by Sylvain Thénault
[doc] fix typo
stable
2010-09-07, by Nicolas Chauvat
merged unpushed changes
2010-09-07, by Alexandre Fayolle
merged unpushed changes
stable
2010-09-07, by Alexandre Fayolle
fix name error by adding missing import
2010-09-02, by Alexandre Fayolle
migration actions for unique_together constraints
stable
2010-09-01, by Alexandre Fayolle
remove buggy call to builtins._ on navigation content
stable
2010-09-07, by Sylvain Thénault
[views] rename Edition to Modification and personal information to profile
stable
2010-09-06, by Nicolas Chauvat
[cw.utils] avoid spurious warning, ustrftime may be globally imported
stable
2010-09-06, by Sylvain Thénault
typo
stable
2010-09-06, by Sylvain Thénault
add missing msgstr
2010-09-06, by Sylvain Thénault
backport stable
2010-09-06, by Sylvain Thénault
[web/uicfg] better error reporting for reledit_ctrl
stable
2010-09-03, by Aurelien Campeas
merge
stable
2010-09-01, by Alexandre Fayolle
merge
stable
2010-08-26, by Alexandre Fayolle
fix order of parameters in call to callfunc_every
stable
2010-08-26, by Alexandre Fayolle
[test/entity] fix test (following mtconverter 0.8+ plain text transform change)
stable
2010-08-31, by Aurelien Campeas
[doc] add documentation on RealDatabaseConfiguration
stable
2010-08-27, by Adrien Di Mascio
[devtools] add url_publish() method on CubicWebTC to test a full publishing process from the url_resolver to the html generation
stable
2010-08-27, by Adrien Di Mascio
[devtools] make CubiwebTC.login() context-manager restore the testcase connection on exit
stable
2010-08-27, by Adrien Di Mascio
[devtools] restore ability to test on real databases
stable
2010-08-27, by Adrien Di Mascio
[migration] fix add_relation_type() for symmetric relations
stable
2010-08-27, by Adrien Di Mascio
backport stable
2010-08-26, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.5-1 for changeset 12038ca95f0f
stable
2010-08-26, by Sylvain Thénault
Added tag cubicweb-version-3.9.5 for changeset 0a1fce8ddc67
stable
cubicweb-debian-version-3.9.5-1
2010-08-26, by Sylvain Thénault
3.9.5
stable
cubicweb-version-3.9.5
2010-08-26, by Sylvain Thénault
i18nupdate
stable
2010-08-26, by Sylvain Thénault
[doc, adapters] drop deprecated code from examples
stable
2010-08-26, by Sylvain Thénault
[doc] interesting stuff backported
stable
2010-08-26, by Sylvain Thénault
[doc] clean ITreeAdapter documentation
stable
2010-08-26, by Sylvain Thénault
cleanup
2010-08-26, by Sylvain Thénault
remove useless import
2010-08-26, by Sylvain Thénault
use is_instance in a number of places (esp. documentation) rather than the deprecated implements
stable
2010-08-26, by Alexandre Fayolle
[new components] fix dumb name error
2010-08-25, by Sylvain Thénault
remove some deprecated stuff about relation definition
stable
2010-08-25, by Sylvain Thénault
backport stable
2010-08-25, by Sylvain Thénault
[book] more about has_<action>_permission and enhance a bit security definition section
stable
2010-08-25, by Sylvain Thénault
update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
2010-08-25, by Sylvain Thénault
cwconfig module already used by another autodocstring. Drop this currently useless file
2010-08-25, by Sylvain Thénault
more cwctl api update and fixes
stable
2010-08-25, by Sylvain Thénault
[c-c create] argument inversed accidentally
stable
2010-08-25, by Sylvain Thénault
merge
stable
2010-08-25, by Sylvain Thénault
[session] cleanup hook / operation / entity edition api
2010-08-25, by Sylvain Thénault
[web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-25, by Sylvain Thénault
[boxes] introduce new boxes system
2010-08-25, by Sylvain Thénault
backport stable
2010-08-25, by Sylvain Thénault
update to lgc.clcommands 0.51 api
stable
2010-08-25, by Sylvain Thénault
[css] make sure the toolbar is clickable because layered over title
stable
2010-08-24, by Nicolas Chauvat
[dataimport] refactor commitevery to gain readability
stable
2010-08-24, by Nicolas Chauvat
[win32] no os.getuid on windows
stable
2010-08-23, by Alexandre Fayolle
use logilab.common.date.ustrftime in json encoder to work around datetime.strftime limitation on dates < 1900
stable
2010-08-23, by Alexandre Fayolle
use iter_and_commit in example
stable
2010-08-23, by Alexandre Fayolle
[c-c check-mapping] fix dumb name error and add a warning about inlined crossed relation
stable
2010-08-20, by Sylvain Thénault
[ms] more planning bug fixes
stable
2010-08-20, by Sylvain Thénault
oops, missing part of 6125:628cf5213154 (mapping file checking)
stable
2010-08-20, by Sylvain Thénault
[ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source
stable
2010-08-20, by Sylvain Thénault
cleanups
stable
2010-08-20, by Sylvain Thénault
[ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance
stable
2010-08-20, by Sylvain Thénault
[repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources
stable
2010-08-20, by Sylvain Thénault
[migration] enhance RqlForIterator so we can do 'for e in rqliter(...).entities()'
stable
2010-08-20, by Sylvain Thénault
[ms] when entity is coming from an external source, don't add non final relations on complete
stable
2010-08-20, by Sylvain Thénault
[querier] add_types_restriction_cleanups: remove useless try/except (we already filtered out variables not in newroot.defined_vars) and dict accss. Also systematically set computed solutions instead of modifying existing ones
stable
2010-08-20, by Sylvain Thénault
improvements in dataimport.py
stable
2010-08-20, by Alexandre Fayolle
add missing semi colon in js
stable
2010-08-19, by Alexandre Fayolle
[book] some more documentation and cleanups
stable
2010-08-18, by Sylvain Thénault
new RelationAttributeFacet + other fixes and cleanup + facets test
stable
2010-08-18, by Sylvain Thénault
[migration] remove bad test when constructing attributes to copy in rename_entity_type: the old entity type is not in the fschema due to schema deserialization trick
stable
2010-08-18, by Sylvain Thénault
cleanup
stable
2010-08-17, by Sylvain Thénault
[migration] fix rename_entity_type: avoid removal of attributes on the new entity type from the schema during migration
stable
2010-08-17, by Sylvain Thénault
[migration] we can now specify attributes to backport to rename_entity_type using its attrs argument
stable
2010-08-17, by Sylvain Thénault
[formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans
stable
2010-08-17, by Sylvain Thénault
[primary view] consider rtypevid flag for relations in the 'relations' section as well
stable
2010-08-17, by Sylvain Thénault
[db-fti-index] simple fix fpr progressbar-related crash when etypes is None in reindex_entities()
stable
2010-08-17, by Adrien Di Mascio
[views/reledit] small refactoring
stable
2010-08-16, by Aurelien Campeas
[views/reledit] fix bad role handling in _may_add_related
stable
2010-08-16, by Aurelien Campeas
integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places
stable
2010-08-13, by Sylvain Thénault
[web] fix typo in ajax_build_url (s/xtml/xhtml)
stable
2010-08-13, by Adrien Di Mascio
[web controller] don't try to translate arbitrary exception message
stable
2010-08-12, by Sylvain Thénault
[selectors] fix match_transition & introduce new edited_attribute selector
stable
2010-08-12, by Aurelien Campeas
RQLUniqueConstraint not in CWConstraintType for some old instances
stable
2010-08-12, by Sylvain Thénault
[tableview] take care, description may include None (try Any NULL)
stable
2010-08-12, by Alexandre Richardson
fix typo
stable
2010-08-12, by Aurelien Campeas
backport stable
2010-08-12, by Sylvain Thénault
[form, migration] etype_relation_field should not raise error, it may block migration if used for a non yet existing field
stable
2010-08-12, by Sylvain Thénault
fix bug introduced by 6098:a0fde9334dd0
stable
2010-08-11, by Sylvain Thénault
work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected
stable
2010-08-11, by Alexandre Fayolle
[entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control)
stable
2010-08-11, by Sylvain Thénault
[cleanup] remove debug print
stable
2010-08-11, by Sylvain Thénault
backport stable
2010-08-11, by Sylvain Thénault
[dot] oops, should use dc_title here
stable
2010-08-10, by Sylvain Thénault
backport stable
2010-08-10, by Sylvain Thénault
more generic dot graph generator
stable
2010-08-10, by Stephanie Marcu
backport stable
2010-08-10, by Sylvain Thénault
[login template] missing xml_escape
stable
2010-08-10, by Sylvain Thénault
[primary] backport _rel_label method from the default branch
stable
2010-08-10, by Sylvain Thénault
backport stable
2010-08-10, by Sylvain Thénault
[doc] docstring more explicit for pyviews
stable
2010-08-10, by Stephanie Marcu
[debug] change severity of 'site_cubicweb loaded' message to debug
stable
2010-08-10, by Sylvain Thénault
[primary] handle final relation (eg attribute) in the relations section, and give dispctrl to view's extra kwargs as for non final relation
stable
2010-08-10, by Sylvain Thénault
[entity] entity.view now support initargs as req.view
stable
2010-08-10, by Sylvain Thénault
[schema view] use rdef.ACTIONS, attribute/relation don't use the same actions permission, that causes a crash for attribute rdefs
stable
2010-08-10, by Sylvain Thénault
[tabs] take care, vid may not be a valid dom id (for jQuery at least)
stable
2010-08-10, by Sylvain Thénault
[forms] callable field kwargs now always take form _and_ field parameters
2010-08-10, by Adrien Di Mascio
[forms] test abs() rql function
2010-08-10, by Adrien Di Mascio
[schema] consider ETYPE_NAME_MAP when deserializing specialization relations
stable
2010-08-09, by Adrien Di Mascio
fix the fix
stable
2010-08-09, by Nicolas Chauvat
fix missing import in web.request
stable
2010-08-09, by Nicolas Chauvat
backport stable
2010-08-06, by Sylvain Thénault
[migration] when some inlined relation definition is added to an entity type which has some specialized types, it should be propagated to those types else they may miss the necessary table column to store the relation
stable
2010-08-06, by Sylvain Thénault
[migration] dont crash if a group doesn't exists (it may not exists yet)
stable
2010-08-06, by Sylvain Thénault
[migration] fix rename_entity_type bug: not putting eids of relation deleted using sql query may cause later error on commit, complaining on missing relation on an entity which has been actually deleted
stable
2010-08-06, by Sylvain Thénault
[migration] fix crash when adding symmetric relation type
stable
2010-08-06, by Sylvain Thénault
[db-create] fix bug introduced by 6060:353bec342e2a (we ask for user while in non verbose mode)
stable
2010-08-06, by Sylvain Thénault
[session] should be _cw, not req
stable
2010-08-06, by Sylvain Thénault
[primary] use a new rtypevid flag in primary view display controller, allowing to tell the view for a non final relation should be called as an attribute view (eg, not on the target rset)
stable
2010-08-06, by Sylvain Thénault
[cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
2010-08-04, by Sylvain Thénault
[vreg] rename select* object id argument to avoid name clash with arbitrary kwargs, just in case...
2010-08-04, by Sylvain Thénault
[primary] refactor primary view handling of relation's label
2010-08-04, by Sylvain Thénault
backport stable
2010-08-04, by Sylvain Thénault
[doc/book] note about bootstrap_cubes file
stable
2010-08-04, by Aurelien Campeas
[request] missing paren
stable
2010-08-04, by Sylvain Thénault
[request] js is defined in uilib, not utils
stable
2010-08-04, by Sylvain Thénault
[request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object.
stable
2010-08-04, by Sylvain Thénault
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
2010-08-04, by Sylvain Thénault
[db create] don't ask user/password if the underlying db doesn't support it (eg sqlite)
stable
2010-08-03, by Sylvain Thénault
added tip on config file migration in scripts
stable
2010-08-03, by Alexandre Fayolle
[ms] ensure owned_by/created_by can't be crossed among pyro-rql sources
stable
2010-08-03, by Sylvain Thénault
[ms] cleanups
stable
2010-08-03, by Sylvain Thénault
[ms] fix a ms plannification bug with NOT is
stable
2010-08-03, by Sylvain Thénault
backport stable
2010-08-02, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.4-1 for changeset 8d32d82134dc
stable
2010-08-02, by Sylvain Thénault
Added tag cubicweb-version-3.9.4 for changeset 6cebb361dcb2
stable
cubicweb-debian-version-3.9.4-1
2010-08-02, by Sylvain Thénault
3.9.4
stable
cubicweb-version-3.9.4
2010-08-02, by Sylvain Thénault
i18nupdate
stable
2010-08-02, by Sylvain Thénault
[rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...)
stable
2010-08-02, by Sylvain Thénault
[doc] started js/css coding standards
stable
2010-08-02, by Sylvain Thénault
fix idownload view pb. for xhtml browsers
stable
2010-07-30, by Aurelien Campeas
backport stable
2010-07-30, by Sylvain Thénault
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods
stable
2010-07-30, by Sylvain Thénault
[schema view] we don't support multiple inheritance
stable
2010-07-30, by Sylvain Thénault
[view] use the new magic js object to generate javascript func call for auto reload user callbacks
stable
2010-07-30, by Sylvain Thénault
[js/edition] fix pb with IE not handling long GETs #1203789
stable
2010-07-30, by Aurelien Campeas
[migration] commit only sql script migration
stable
2010-07-30, by Julien Jehannet
[index page] refactor add_entity_link: no need to give request, nicer to check perm before calling the method, and use the new create url factory
2010-07-30, by Sylvain Thénault
[facet] refactor bookmark this search link creation: check perm before calling the method, and use the new create url factory
2010-07-30, by Sylvain Thénault
[view] deprecate create_url in favor of a cw_create_url class method on entity classes
2010-07-30, by Sylvain Thénault
small cleanups
stable
2010-07-30, by Sylvain Thénault
[vreg debug] use classid to get cleaner output
stable
2010-07-30, by Sylvain Thénault
[windmill] add xul-ext firefox plugin
stable
2010-07-29, by Julien Jehannet
[migration] unify process_script command
stable
2010-07-29, by Julien Jehannet
tests: use larger timeouts in windmill tests
stable
2010-07-27, by Julien Jehannet
backport stable
2010-07-28, by Sylvain Thénault
[session] session auto reconnect feature has gone with the session-time refactoring in 6012:d56fd78006cd
2010-07-28, by Sylvain Thénault
[debug view] action moved
stable
2010-07-28, by Sylvain Thénault
[test] check_session returns an int since 6012:d56fd78006cd
2010-07-28, by Sylvain Thénault
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)
stable
2010-07-28, by Aurelien Campeas
[session] this log should be at the debug level, not info
stable
2010-07-28, by Sylvain Thénault
[ms] log after preprocessing, else we don't see the query which is actually planned (may have been modified by security insertion)
stable
2010-07-28, by Sylvain Thénault
backport stable
2010-07-27, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.3-1 for changeset ab1f9686ff3e
stable
2010-07-27, by Sylvain Thénault
Added tag cubicweb-version-3.9.3 for changeset 900772fd9caa
stable
cubicweb-debian-version-3.9.3-1
2010-07-27, by Sylvain Thénault
[forms] default combobox view should accept arbitrary keyword arguments
stable
cubicweb-version-3.9.3
2010-07-27, by Sylvain Thénault
3.9.3
stable
2010-07-27, by Sylvain Thénault
i18n update
stable
2010-07-27, by Sylvain Thénault
backport stable
2010-07-27, by Sylvain Thénault
backport oldstable
stable
2010-07-27, by Sylvain Thénault
[security] don't put uncrypted password in query parameters, else it may be logged on error
oldstable
2010-07-27, by Sylvain Thénault
[relations in ui] provide context information when computing label for a relation
stable
2010-07-27, by Sylvain Thénault
[security] do not show sessions information to non managers users. Close security ticket #38246
stable
2010-07-27, by Sylvain Thénault
[dbapi] update renamed argument
2010-07-27, by Sylvain Thénault
[debug] improve debug messages
stable
2010-07-26, by Nicolas Chauvat
[dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
2010-07-26, by Sylvain Thénault
[session] cleanup session-time / cleanup-session-time...
2010-07-26, by Sylvain Thénault
[debug] when a loop is detected in a tree, log the entity involved in it to ease repair
stable
2010-07-26, by Sylvain Thénault
[image js] fix image fit screen function
stable
2010-07-26, by Sylvain Thénault
[idownloadable primary view] when file is an image, display attributes below the image
stable
2010-07-26, by Sylvain Thénault
[selector] adjuts score returned by the adaptable selector to get correct priority over is_instance
stable
2010-07-26, by Sylvain Thénault
[navigation] refactor previous / next navigation component to ease overriding
stable
2010-07-26, by Sylvain Thénault
[massmailing] need edition.js for the freeezeFormButtons function
stable
2010-07-23, by Sylvain Thénault
[views] link to public url when trying https without an account
stable
2010-07-23, by Nicolas Chauvat
[image] more handy image resizing using javascript
stable
2010-07-21, by Sylvain Thénault
[rql2sql] fix bug with NOT of inlined relation: NULL values are not properly handled and hence some rows won't be returned while the should
stable
2010-07-21, by Sylvain Thénault
[schema sync] if something went wrong while getting rdef in precommit event, rdef adttribute won't be set in revertprecommit. We don't want to fail in such case
stable
2010-07-21, by Sylvain Thénault
[migration] add script to repair instances which have lost some relation due to 3.9 + file 1.9 migration (bad Image -> File entity type renaming)
stable
2010-07-21, by Sylvain Thénault
[uiprops] check that STYLESHEETS* and JAVASCRIPTS are lists
stable
2010-07-21, by Nicolas Chauvat
[migration] fix rename_entity_type to avoid to loose some relations on the way
stable
2010-07-20, by Sylvain Thénault
[js] fix bug encountered with IE (result evaluated to true while no response text -> json parse error)
stable
2010-07-20, by Sylvain Thénault
[table view] fix bad arguments given to form_filter method
stable
2010-07-20, by Sylvain Thénault
[deprecation] remove 3.8 deprecation warning
stable
2010-07-19, by Sylvain Thénault
[test] improve windmill integration, new test on relation edition
stable
2010-07-19, by Julien Jehannet
backport default into stable. STABLE IS NOW 3.9, default 3.10
stable
2010-07-19, by Sylvain Thénault
backport stable into oldstable. oldstable is now 3.8
oldstable
2010-07-19, by Sylvain Thénault
cleanup
2010-07-19, by Sylvain Thénault
[css] set 100% width/height on image from idownloadable primary view
2010-07-19, by Sylvain Thénault
[c-c start repo] config log's threshold is upper case while option accepts lower case. This break c-c start of repository instances.
2010-07-19, by Sylvain Thénault
[querier] actually fix bug attempted to be fixed in 5942:f1abba8ccc01. The pb was not in multi-sources but because of missing annotation on rql generated by security insertion
2010-07-19, by Sylvain Thénault
[basetemplate nav] no need for an attribute here
2010-07-17, by Sylvain Thénault
[images] use tags.img and allow to add arbitrary attributes on the image. Use it to set a class when image is the primary entity
2010-07-17, by Sylvain Thénault
[images] add link around main image
2010-07-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.2-1 for changeset 8a23821dc138
2010-07-16, by Sylvain Thénault
Added tag cubicweb-version-3.9.2 for changeset e51796b9caf3
cubicweb-debian-version-3.9.2-1
2010-07-16, by Sylvain Thénault
3.9.2
cubicweb-version-3.9.2
2010-07-16, by Sylvain Thénault
backport stable
2010-07-16, by Sylvain Thénault
[idownloadable] fix download_url prototype: should accept arbitrary kwargs to add as form parameters to the generated url
2010-07-16, by Sylvain Thénault
[entity] fix setdefault implementation: should return actual value
2010-07-16, by Sylvain Thénault
[web] eid key is deprecated
2010-07-16, by Nicolas Chauvat
[js] cleanup
2010-07-15, by Sylvain Thénault
[js] fix typo causing blank page...
2010-07-15, by Sylvain Thénault
[transaction] if error on rollbacking a source, replace the connection by a new one
stable
2010-07-15, by Sylvain Thénault
[transaction] do not attempt to reconnect if there has been some write during the transaction
stable
2010-07-15, by Sylvain Thénault
[testlib] when no validator specified, simply return stripped output, not None
2010-07-15, by Sylvain Thénault
[3.6] fix deprecation warnings
2010-07-15, by Stephanie Marcu
[ldap] take care, email address may be a list. In such case, only consider the first one (XXX). Also, fix call to reset_caches.
2010-07-15, by Sylvain Thénault
[ajax] fix the fix introduced in 3.9.1 to avoid duplicated loads: it cause some other errors since the browser may load the script *after* the server-response event is emited, causing pb if the script interact with this event
2010-07-13, by Sylvain Thénault
[broken schema] fix the group_mapping function in case where some standard group isn't found: we currently loop for ever, boring the user by asking ever and ever the same question...
2010-07-13, by Sylvain Thénault
[ldap] fix update script
2010-07-13, by Sylvain Thénault
[c-c shell] script to update the base dn of an ldap source
2010-07-13, by Sylvain Thénault
cleanups
2010-07-13, by Sylvain Thénault
[iprevnext] implements cell_call to remove warning when displayed in the main content zone
2010-07-13, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.1-1 for changeset 9bd75af3dca3
2010-07-13, by Sylvain Thénault
Added tag cubicweb-version-3.9.1 for changeset 4d75f743ed49
cubicweb-debian-version-3.9.1-1
2010-07-13, by Sylvain Thénault
[actions] homogen action/view selectors. Move action together with associated view to avoid such thing in the future
cubicweb-version-3.9.1
2010-07-12, by Sylvain Thénault
3.9.1
2010-07-12, by Sylvain Thénault
i18nupdate
2010-07-12, by Sylvain Thénault
[config] run time directory created when necessary on startup, don't check it exists while creating the instance (closes #1177687)
2010-07-12, by Sylvain Thénault
backport stable
2010-07-12, by Sylvain Thénault
merge stable heads
stable
2010-07-12, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.7-1 for changeset 1cccf88d6dfe
stable
2010-07-12, by Sylvain Thénault
Added tag cubicweb-version-3.8.7 for changeset a1a334d93439
stable
cubicweb-debian-version-3.8.7-1
2010-07-12, by Sylvain Thénault
[form] take care to not unicodify None values
2010-07-12, by Sylvain Thénault
[fti migration] test and fix reindexation of some specific entity types
stable
2010-07-12, by Sylvain Thénault
[doc/book] fix & enhance rql intro chapter
2010-07-09, by Aurelien Campeas
[ajax box] shouldn't give js object directly to xml_escape
2010-07-08, by Sylvain Thénault
[uilib] js objects implements __unicode__
2010-07-08, by Sylvain Thénault
[test] fix test_ajax js tests. We have to mock some of our js functions / variables (e.g. _ or pageid) in the test environment
2010-07-08, by Adrien Di Mascio
[box] provide a new generic base box class to edit relation to simple entities, backported from the 'tag' cube
2010-07-08, by Sylvain Thénault
backport stable
2010-07-08, by Sylvain Thénault
[test] remove deprecated test file
2010-07-08, by Sylvain Thénault
merge
2010-07-08, by Aurelien Campeas
[web/views/reledit] explicitely add the field if the formid is base + line cleanups
2010-07-08, by Aurelien Campeas
[ftirank] when ordered by fti rank, we don't want page navigation. Anyway, sorted nav component shouldn't consider has_text relation.
2010-07-08, by Sylvain Thénault
[multi-sources] we should annotate those queries, else there is a chance to get bad sql...
2010-07-08, by Sylvain Thénault
[tests] make sure controllers created by ctrl_publish() have a valid appli attribute
stable
2010-07-08, by Adrien Di Mascio
[test] buggy import make test fails
2010-07-08, by Sylvain Thénault
[uilib] refactor json_dumps code organization
2010-07-08, by Sylvain Thénault
[uiprops] use lazystr and update some variables usage in css
2010-07-08, by Sylvain Thénault
[uiprops] introduce lazystr to get a chance to change style without having to change all properties
2010-07-08, by Sylvain Thénault
[javascript] more cleanups and deprecation warnings removal
2010-07-08, by Sylvain Thénault
[js] fix misplaced bracket
2010-07-08, by Sylvain Thénault
[forms] we need a wrapping list to avoid bug caused by flatening done by $.map. Closes #1164908
2010-07-08, by Sylvain Thénault
[web configuration] http/https ui properties should not share the same cache directory
2010-07-08, by Sylvain Thénault
[web configuration] ensure data home directory / uicache file belong to daemon user and are writeable
2010-07-08, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.0-1 for changeset eda4940ffef8
2010-07-08, by Sylvain Thénault
Added tag cubicweb-version-3.9.0 for changeset d9936c39d478
cubicweb-debian-version-3.9.0-1
2010-07-08, by Sylvain Thénault
[debian/control] do not forbid shipment with python 2.6
2010-07-07, by Aurelien Campeas
[cube dist] fix default setup.py, well we get the cube also installed in lib/python, that may cause pb (eg the email cube for instance). UPDATE YOUR CUBE's setup.py
stable
2010-07-07, by Sylvain Thénault
[migration] new migration command to change fti weight for an entity t ype
cubicweb-version-3.9.0
2010-07-07, by Sylvain Thénault
[form] field.vocabulary return values as string, more fixes
2010-07-07, by Sylvain Thénault
backport stable
2010-07-07, by Sylvain Thénault
prepare 3.8.7 release
stable
cubicweb-version-3.8.7
2010-07-07, by Julien Jehannet
[book] update rql documentation and some erroneous/deprecated examples
2010-07-07, by Julien Jehannet
fix bad merge
2010-07-07, by Sylvain Thénault
[interface deprecation] fix bad comment
2010-07-07, by Sylvain Thénault
[test] class has been renamed
2010-07-07, by Sylvain Thénault
backport stable
2010-07-07, by Sylvain Thénault
3.9
2010-07-07, by Sylvain Thénault
i18nupdate
2010-07-07, by Sylvain Thénault
[config] expand_cubes(with_recommends=True) shouldn't return recommened-but-not-installed cubes
2010-07-07, by Sylvain Thénault
[form fields] smarter __str__ / __repr__
2010-07-07, by Sylvain Thénault
[skel] nicer test file skeleton
2010-07-07, by Sylvain Thénault
[form] test update/remove deprecation warnings: form vocabulary should contains unicode values
2010-07-07, by Sylvain Thénault
[test] add default generic test Tags to CubicWeb TestCase class
2010-07-06, by Pierre-Yves David
[itree] backport default combobox view for entities implementing ITree (from folder/zone cube)
2010-07-06, by Sylvain Thénault
[form] vocab function must now return values as unicode
2010-07-06, by Sylvain Thénault
[facets] fix bug w/ vid in facet's js introduced in 3.9, improve navigation component so that show all link use ajax when called from ajax.
2010-07-06, by Stephanie Marcu
[javascript] fix some javascript errors and remove some deprecation warnings
2010-07-06, by Sylvain Thénault
[forms] bw compat code for vocabulary function returning typed values
2010-07-06, by Sylvain Thénault
[web config] fix old css compat code: we have to modify locate_resource prototype so it return (potentially hacked) file name as well. Should only impact the file cube which has to be released anyway.
2010-07-06, by Sylvain Thénault
[repository] fix so that when repository is shutting down, internal session in transaction are interrupted
stable
2010-07-06, by Sylvain Thénault
[test] windmill: add a timeout between JS assertion in test_creation use case
2010-07-06, by Julien Jehannet
backport stable
2010-07-06, by Sylvain Thénault
[selectors] fix dumb name error introduced in parent changeset
stable
2010-07-06, by Sylvain Thénault
[css] old css bw compat with @import in a custom css
2010-07-06, by Sylvain Thénault
backport stable
2010-07-06, by Sylvain Thénault
[selectors] relation_possible selector should check user may read target entity type when specified
stable
2010-07-06, by Sylvain Thénault
imported patch selstrfix.diff
stable
2010-07-06, by Sylvain Thénault
imported patch rql2sqlfix.diff
stable
2010-07-06, by Sylvain Thénault
[migration] fix rename_entity_type to an existant entity type: get back relation from the old entity type non existant on the target type
2010-07-06, by Sylvain Thénault
cleanups
2010-07-06, by Sylvain Thénault
[selectors] avoid spurious warning when using implements by design
2010-07-05, by Sylvain Thénault
[session] don't log reraised error occured during precommit
2010-07-05, by Sylvain Thénault
[doc] proof-reading and improvements
2010-07-05, by Nicolas Chauvat
[selectors] fix warning stack level
2010-07-05, by Sylvain Thénault
[schema migration] import refactoring to fix #1109558 and enhances things on the way
2010-07-05, by Sylvain Thénault
backport stable
2010-07-05, by Sylvain Thénault
[test] running transaction while session is closed are now killed, update test accordingly
stable
2010-07-05, by Sylvain Thénault
[security] fix read rql expression insertion: we should not insert rql expr on variables only referenced in neged relation
stable
2010-07-05, by Sylvain Thénault
[rql2sql] test and fix crash when OR in HAVING where both expresion are 'fake' having terms (eg not using aggregat function)
stable
2010-07-05, by Sylvain Thénault
cleanups
stable
2010-07-05, by Sylvain Thénault
[config] use hashlib to avoid warning w/ py2.6
stable
2010-07-05, by Sylvain Thénault
[req] hashlib has no hash function, but has an hash1 function even in python 2.5
stable
2010-07-05, by Sylvain Thénault
[utils] improve repr() of RepeatList
2010-07-05, by Nicolas Chauvat
[doc] fix typo
2010-07-05, by Nicolas Chauvat
[selectors] use before-registry-reset event to init is_instance cache: cleaner code and avoid reloading bug (making hooks test fail for instance)
2010-07-05, by Sylvain Thénault
[vreg] new [before|after]-registry-reset event, taking vreg as argument
2010-07-05, by Sylvain Thénault
[doc] update book for adapters
2010-07-05, by Aurelien Campeas
[reledit] fix relation cardinality handling
2010-07-05, by Aurelien Campeas
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-07-05, by Sylvain Thénault
[web/views/massmailing] fix cancel button msg/icon
2010-07-02, by Aurelien Campeas
[testlib] improve test description messages
2010-07-02, by Nicolas Chauvat
[web/views/reledit] fix typo (-add we used as id component in delete id)
2010-07-02, by Aurelien Campeas
[web/test] fix test (doreledit must have a formid and this is now checked)
2010-07-02, by Aurelien Campeas
[web ui] add missing image
2010-07-02, by Sylvain Thénault
[ITree] small fixes: parent_entity is a IBreadCrumbs method, we should use .parent on ITree
2010-07-02, by Sylvain Thénault
restore bw compat on Entity.related_rql
2010-07-02, by Sylvain Thénault
reledit refactoring
2010-07-02, by Aurelien Campeas
backport stable
2010-07-02, by Sylvain Thénault
cleanup
stable
2010-07-02, by Sylvain Thénault
[idownloadable] make the download view http cache friendly
stable
2010-07-02, by Sylvain Thénault
[publisher] avoid useless rollback after successful commit, which clutters debug logs and may also not be cost-free
stable
2010-07-02, by Sylvain Thénault
[controller] same method defined on the base class
stable
2010-07-02, by Sylvain Thénault
backport stable
2010-07-02, by Sylvain Thénault
merge stable heads
stable
2010-07-02, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.6-1 for changeset 607a90073911
stable
2010-07-02, by Sylvain Thénault
Added tag cubicweb-version-3.8.6 for changeset 1a24c62aefc5
stable
cubicweb-debian-version-3.8.6-1
2010-07-02, by Sylvain Thénault
[dbapi] refactor so that cw 3.8.6 can still speak with a 3.8.5 server
stable
2010-07-02, by Sylvain Thénault
cleanup
2010-07-02, by Sylvain Thénault
[bfss] fix file update to ensure file's content is available on the fs asap...
stable
cubicweb-version-3.8.6
2010-06-23, by Sylvain Thénault
[ldap] fix exception handling on authentication error
stable
2010-07-02, by Sylvain Thénault
[ldap] cleanup password checking
stable
2010-07-02, by Sylvain Thénault
cleanup
2010-07-02, by Sylvain Thénault
[css] make body bg color configurable
2010-07-02, by Sylvain Thénault
bump version number to trigger migration
2010-07-02, by Sylvain Thénault
3.8.6
stable
2010-07-02, by Sylvain Thénault
[migration] schema should be accessed through .repo
stable
2010-07-01, by Sylvain Thénault
backport stable
2010-07-01, by Sylvain Thénault
[security] use set_operation for relation permission checking operation
stable
2010-07-01, by Sylvain Thénault
[migration] refactor schema migration fix introduced by 5833:d7256ae7c1d1
stable
2010-07-01, by Sylvain Thénault
[schema migration] fix name error introduced in parent changeset
stable
2010-07-01, by Sylvain Thénault
[schema migration] avoid potential duplicated ft reindexation due to multiple UpdateFTIndexOp operations by using set_operation
stable
2010-07-01, by Sylvain Thénault
[sql generation] fix bug with inlined relation and referenced by other neged relation
stable
2010-06-30, by Sylvain Thénault
[refactor] refactor rtag keys generations.
stable
2010-06-22, by Pierre-Yves David
[fix] fix a uicfg bug in autoform_section
stable
2010-06-22, by Pierre-Yves David
[debian] fix logrotate error introduced by 5806:9ef0e95f4d2b: sh don't want spaces here
stable
2010-06-30, by Sylvain Thénault
[debian] fix logrotate error introduced by 5806:9ef0e95f4d2b: sh don't want spaces here
2010-06-30, by Sylvain Thénault
cleanups
stable
2010-06-30, by Sylvain Thénault
[login form] fix bad login field label by using pgettext
stable
2010-06-30, by Sylvain Thénault
updated docstrings on Operation class
stable
2010-06-26, by Alexandre Fayolle
do not allow password-less bind: windows accepts this as Anonymous Logon
stable
2010-06-26, by Alexandre Fayolle
[#969169] don't display remove link in edition forms if the cardinality is 1
stable
2010-06-25, by Stephanie Marcu
fix name error
stable
2010-06-24, by Alexandre Fayolle
fix schema migration hooks (partial)
stable
2010-06-24, by Alexandre Fayolle
delete trailing whitespace
stable
2010-06-24, by Alexandre Fayolle
Had thought this could be done in cube, but it really needs to be done earlier in the migration process
stable
2010-06-24, by Alexandre Fayolle
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
2010-06-23, by Stéphanie Marcu
Backed out changeset c29c90223125 which breaks the cw tests
stable
2010-06-23, by Alexandre Fayolle
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
2010-06-23, by Stephanie Marcu
reduce log verbosity in ldapuser source
stable
2010-06-23, by Alexandre Fayolle
[session] refactor session handling so that when calling session.close(), pool of long running transaction of the same session is properly freed
stable
2010-06-23, by Alexandre Fayolle
[debug views] set http cache max age to 0 on debug views
stable
2010-06-22, by Sylvain Thénault
cleanup
stable
2010-06-22, by Sylvain Thénault
[schema view] width isn't in authorized th attribute in xhtml DTD. katia, please do it another way.
2010-06-21, by Sylvain Thénault
[schema view] fix typo
2010-06-21, by Sylvain Thénault
[rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
2010-06-21, by Sylvain Thénault
fix bad merge
2010-06-21, by Sylvain Thénault
[css] more css rework, need visual test in compat/new modes
2010-06-21, by katia
backport stable
2010-06-21, by Sylvain Thénault
[config] fix dumb name error
stable
2010-06-21, by Sylvain Thénault
[form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
2010-06-21, by Sylvain Thénault
backport stable
2010-06-21, by Sylvain Thénault
[repo] fix 'c-c start --loglevel LEVEL' for repository only configuration. Closes #1058269.
2010-06-21, by Sylvain Thénault
[transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes
stable
2010-06-21, by Sylvain Thénault
[dbapi] Connection.load_appobjects should load site_cubicweb files as well, they may contains necessary RQL extension function definitions. Also kill some broken deprecated code in this method.
stable
2010-06-21, by Sylvain Thénault
backport stable
2010-06-21, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.5-1 for changeset 5d05b08adeab
stable
2010-06-21, by Sylvain Thénault
Added tag cubicweb-version-3.8.5 for changeset 2de32c0c293b
stable
cubicweb-debian-version-3.8.5-1
2010-06-21, by Sylvain Thénault
[repo] call entity.check() once before_update hooks has been called, to let them a chance to transform data
stable
cubicweb-version-3.8.5
2010-06-21, by Sylvain Thénault
3.8.5
stable
2010-06-21, by Sylvain Thénault
[debian] #1027463: logrotate script should filter out warnings
stable
2010-06-21, by Sylvain Thénault
[schema migration] fix fix introduced in 5803:589e2e3fb997, test for backend alter column support should be done in the operation, else the associated index is not dropped while this is supported
stable
2010-06-21, by Sylvain Thénault
[schema migration] fix backend compatibility issue by using type_from_constraints / sql_change_col_type instead of bare ALTER COLUMN
stable
2010-06-21, by Sylvain Thénault
[schema migration] don't try to drop column if backend doesn't support column alteration (eg sqlite)
stable
2010-06-21, by Sylvain Thénault
[session] when rollback_on_failure is false, we should not try to reconnect if the sql raised an error
stable
2010-06-21, by Sylvain Thénault
Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN)
stable
2010-06-20, by Alexandre Fayolle
reduced logging verbosity in ldapuser source
stable
2010-06-20, by Alexandre Fayolle
use sessionid in log message
stable
2010-06-19, by Alexandre Fayolle
constraints can contain unicode values
stable
2010-06-19, by Alexandre Fayolle
[entity] fix .complete so we don't crash on missing mandatory relation. Also simplify code. Closes #1058267
2010-06-18, by Sylvain Thénault
closes #1059729: cw-ctl upgrade : i18n upgrade not performed if DB does not need upgrade
stable
2010-06-18, by Sylvain Thénault
[devtools/qunit] prefix jquery_dir with 'file://'
2010-06-18, by Aurelien Campeas
[devtools/qunit] Locate jquery through cubicwew config to handle installed setup
2010-06-18, by Pierre-Yves David
[rql2sql] use new dbhelper.sql_concat_string function to deal with sql string concatenation. This together with lgdb 1.0.4 fixes #1055133: SQL Server support : string concatenation issue
stable
2010-06-18, by Sylvain Thénault
[session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository
stable
2010-06-18, by Sylvain Thénault
[repo session] expected argument is the source, not the session
stable
2010-06-18, by Sylvain Thénault
[devtools/qunit] in safe mode, ffox launches a stupid popup
2010-06-18, by Aurelien Campeas
[ldapuser] quieter ldap result info, fix commented block style
stable
2010-06-18, by Aurelien Campeas
[qunit] use safe mode for firefox
2010-06-18, by Pierre-Yves David
[qunit] Move qunit.js and qunit.css in devtools/datadirectory
2010-06-18, by Pierre-Yves David
[test] fix stupd name error
stable
2010-06-18, by Sylvain Thénault
[test] fix test w/ closed connection pb
stable
2010-06-18, by Sylvain Thénault
[ms] orderby/groupby/having attributes of Select node should be resetted to empty tuple, not None
stable
2010-06-18, by Sylvain Thénault
[devtools/teslib] be more defensive on rollbacks
stable
2010-06-17, by Aurelien Campeas
[rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603.
stable
2010-06-17, by Sylvain Thénault
[doc/book/faq] question on security
stable
2010-06-17, by Aurelien Campeas
[qunit] check that the browser has not died by himself before we asked him to stop.
2010-06-17, by Pierre-Yves David
[qunit] improve output of suprocess error
2010-06-17, by Pierre-Yves David
[test] workaround connection leak making tests fail under windows environment (though we've still probably some open connection leak to resolve...)
stable
2010-06-17, by Sylvain Thénault
[web request] in python 2.5 hashlib has no .hash attribute
stable
2010-06-17, by Aurelien Campeas
[web actions] fix recent refactoring, leading to missing redirect parameters in action's url
stable
2010-06-17, by Sylvain Thénault
[packaging] more cleanups, handle javascript test files
2010-06-17, by Sylvain Thénault
backport stable
2010-06-17, by Sylvain Thénault
[facet] use vreg.parse so the rql syntax tree is properly annotated as well
stable
2010-06-17, by Katia Saurfelt
[text search] fix fulltext_container indexation
stable
2010-06-17, by Katia Saurfelt
[md5script] cleanup
stable
2010-06-17, by Sylvain Thénault
[py2.6] use hashlib to silence python 2.6 deprecation warnings
stable
2010-06-17, by auc
[autoform] do not show remove link for inline form if card == 1
stable
2010-06-17, by Aurelien Campeas
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
2010-06-17, by Sylvain Thénault
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
stable
2010-06-17, by Sylvain Thénault
[js tests] fix javascripts tests definition, test_datetime.js now included in test_utils.js, which test other stuff as well
2010-06-17, by Sylvain Thénault
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
2010-06-17, by Sylvain Thénault
backport stable
2010-06-17, by Sylvain Thénault
[vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently
stable
2010-06-17, by Sylvain Thénault
backport stable
2010-06-16, by Sylvain Thénault
[test] unittest_multisources: external source shouldn't use the same database as the main repo...
stable
2010-06-16, by Sylvain Thénault
[test] miss main
stable
2010-06-16, by Sylvain Thénault
imported patch asynchronous multipart parsing.diff
stable
2010-06-16, by Sylvain Thénault
imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web)
stable
2010-06-16, by Sylvain Thénault
[entity] when .related() is called on a not-yet-saved entity, return an empty rset/list instead of raising an assertion error
stable
2010-06-16, by Sylvain Thénault
[filefield] normalized file names to deal with windows files
stable
2010-06-16, by Stephanie Marcu
[c-c exlog] fix code and documentation
stable
2010-06-16, by Stephanie Marcu
[test] support for test on postgres database using the same mecanism as sqlite: one template database generated when necessary + actual test database created from the template
2010-06-16, by Sylvain Thénault
fix bad merge
2010-06-15, by Sylvain Thénault
backport stable
2010-06-15, by Sylvain Thénault
[test] properly close connections during test
stable
2010-06-15, by Sylvain Thénault
[repo] on repository initialization, properly shutdown intermediary repository
stable
2010-06-15, by Sylvain Thénault
[repo] on repository shutdown, we've to close the new eid creation connection
stable
2010-06-15, by Sylvain Thénault
[auto-reload] we should never call load_module with use_sys=False, that may lead to inconsistency with module interdependancy (eg module get imported by another one, then is reimported by the vreg to load its appobjects. Cleanup of sys.modules done before reloading should be enough.
stable
2010-06-15, by Sylvain Thénault
[rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand
stable
2010-06-14, by Aurelien Campeas
[security] SchemaRelation.has_perm grows to new arguments allowing to specify subject/object entity type when actual eid are not known, but their types are
stable
2010-06-14, by Sylvain Thénault
[linkto action] refactor to ease overriding to control redirection
stable
2010-06-14, by Sylvain Thénault
[hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value
stable
2010-06-14, by Sylvain Thénault
Use the qunit automatic launcher for existing testcase.
2010-06-14, by Pierre-Yves David
Add a QUnitTestCase class to run qunit test case.
2010-06-01, by Pierre-Yves David
[twctl] add missing poststop method #1058268
stable
2010-06-11, by Aurelien Campeas
[rset] make rsets picklable (again ?) #1056422
stable
2010-06-11, by Aurelien Campeas
[jstests] nicer test page title
2010-06-11, by Sylvain Thénault
[jstest] get back more tests writen during the sprint by vgodard
2010-06-11, by Sylvain Thénault
cleanup
stable
2010-06-11, by Sylvain Thénault
backport stable
2010-06-11, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.4-1 for changeset b7883287f40c
stable
2010-06-11, by Sylvain Thénault
Added tag cubicweb-version-3.8.4 for changeset d00d1fab42af
stable
cubicweb-debian-version-3.8.4-1
2010-06-11, by Sylvain Thénault
cleanup
stable
cubicweb-version-3.8.4
2010-06-11, by Sylvain Thénault
[selectors] relation_possible selector accept None as action, in which case no perms checking is done
stable
2010-06-11, by Sylvain Thénault
3.8.4
stable
2010-06-11, by Sylvain Thénault
[xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value
stable
2010-06-11, by Sylvain Thénault
[source] remove debug
stable
2010-06-11, by Sylvain Thénault
[entity] add .clear() for bw compat
2010-06-11, by Sylvain Thénault
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
2010-06-11, by Sylvain Thénault
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
2010-06-11, by Sylvain Thénault
[adapters] enhanced warning
2010-06-11, by Sylvain Thénault
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
2010-06-10, by Sylvain Thénault
[3.9] update warning message
2010-06-10, by Sylvain Thénault
[iprogress] move adapter to entities.adapters
2010-06-10, by Sylvain Thénault
fix wrong calculation of clean_session_interval
stable
2010-06-10, by Alexandre Fayolle
[ITree] more fixes, fix fixes
2010-06-10, by Sylvain Thénault
[idownloadable] depends on a new mtconverter release
2010-06-10, by Sylvain Thénault
[ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
2010-06-10, by Sylvain Thénault
[3.9] fix tests
2010-06-10, by Sylvain Thénault
[web] move itree adapter to entities, it may be used outside the web interface
2010-06-10, by Sylvain Thénault
[view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
2010-06-10, by Sylvain Thénault
[idownloadable] refactor IDownloadable primary view to make overriding easier
2010-06-10, by Sylvain Thénault
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
2010-06-10, by Sylvain Thénault
[form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
2010-06-10, by Sylvain Thénault
[repo] fix typo
stable
2010-06-10, by Aurelien Campeas
[req] fix format_time w/ 0:0 which is evaluated to False
stable
2010-06-10, by Sylvain Thénault
[view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception
stable
2010-06-10, by Sylvain Thénault
fix merge, forgot to save a buffer :(
2010-06-10, by Sylvain Thénault
backport stable
2010-06-10, by Sylvain Thénault
[rql2sql] fix special 'X relation NULL' case (used by security insertion), broken by recent removal of IS operator in RQL
stable
2010-06-10, by Sylvain Thénault
[javascript] add a name property to namespaces, mainly for convenience in helpers such as movedToNamespace
2010-06-09, by Adrien Di Mascio
[rql] IS operator killed in rql 0.26.2, use equal instead
stable
2010-06-09, by Sylvain Thénault
[security] consider any rql expression refering to X while X is being created as satisfied
stable
2010-06-09, by Sylvain Thénault
[rql] more update to 0.26.2 api
stable
2010-06-09, by Sylvain Thénault
[querier] fix rset description bug with some union queries
stable
2010-06-09, by Sylvain Thénault
[devtools] fix get_available_port implementation: it should only return the port number if unable to connect
2010-06-09, by Adrien Di Mascio
[javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
2010-06-09, by Adrien Di Mascio
[javascript] move Deferred implementation to cubicweb.ajax.js
2010-06-09, by Adrien Di Mascio
[form] fix untested (unread?) has_been_modified implementation...
2010-06-09, by Sylvain Thénault
backport stable
2010-06-09, by Sylvain Thénault
[autoform] fix vreg module name
stable
2010-06-09, by Sylvain Thénault
[pylint] fix detected name errors
2010-06-09, by Sylvain Thénault
[pylint] fix detected name errors
stable
2010-06-09, by Sylvain Thénault
[repo server] fix startup bug, lgc.daemon.daemonize return 1 for the parent process, not -1
stable
2010-06-09, by Sylvain Thénault
backport stable branch
2010-06-09, by Adrien Di Mascio
[source] don't create the eid_creation connection at source initiliaztion time
stable
2010-06-09, by Adrien Di Mascio
[schema view] only catch key errors
2010-06-07, by Sylvain Thénault
[schema view] improve it slightly by attributing the same color to rdef of the same relation type
2010-06-07, by Sylvain Thénault
[rset] Add a line break the first result in repr of multiple rows rset
2010-06-07, by Pierre-Yves David
[schema diagram] ticket #191599, make schema image look better
2010-06-07, by Sandrine Ribeau
backport stable
2010-06-07, by Sylvain Thénault
[workflow image] remove debug code
stable
2010-06-07, by Sylvain Thénault
[request] fix typo
stable
2010-06-07, by Sylvain Thénault
[security] view was giving web access to every fs file accessible by the web server process. Fix this security hole by storing file in session data, not direct form parameters
stable
2010-06-07, by Sylvain Thénault
[hooks] fix typo in workflow hooks category
stable
2010-06-07, by Sylvain Thénault
[security hooks] fix bad merge
2010-06-07, by Sylvain Thénault
backport stable
2010-06-07, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.3-1 for changeset 1ccaa9247860
stable
2010-06-07, by Sylvain Thénault
Added tag cubicweb-version-3.8.3 for changeset 7e6c6a2a272d
stable
cubicweb-debian-version-3.8.3-1
2010-06-07, by Sylvain Thénault
[edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
2010-06-07, by Sylvain Thénault
[web test] add basic windmill tests and documentation
2010-05-31, by Julien Jehannet
[web test] Add windmill functional testing capability.
2010-06-01, by Julien Jehannet
3.8.3
stable
cubicweb-version-3.8.3
2010-06-07, by Sylvain Thénault
i18nupdate
stable
2010-06-07, by Sylvain Thénault
[editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit
stable
2010-06-04, by Sylvain Thénault
on entity creation, accept attributes without any update access
stable
2010-06-04, by Sylvain Thénault
[table] propagate paginate
stable
2010-06-04, by Sylvain Thénault
no more need for specific handling of table view's displayaction
stable
2010-06-04, by Sylvain Thénault
[rset] do not break when rset.related_entity(x,y) is not an entity
stable
2010-06-04, by Nicolas Chauvat
[migration] fix schema synchronization bug
stable
2010-06-04, by Sylvain Thénault
[javascript] refactor execution flow of handleFormValidationResponse so that location hash is set to #header whatever the error is
stable
2010-06-03, by Adrien Di Mascio
[package] now depends on yams 0.30 because of xy API changes
2010-06-03, by Nicolas Chauvat
[xy] switch order of arguments for register_prefix()
2010-06-03, by Nicolas Chauvat
HAVING sql clause don't know about comma...
stable
2010-06-03, by Sylvain Thénault
[web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids
stable
2010-06-03, by Aurelien Campeas
merge
stable
2010-06-03, by Alexandre Fayolle
[win32] defer import of logilab.common.daemon
stable
2010-06-03, by Alexandre Fayolle
[ajax] refactor/cleanup low-level ajax functions
2010-06-03, by Adrien Di Mascio
[querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed).
stable
2010-06-03, by Sylvain Thénault
[form] avoid spurious warning subsequent for form's action refactoring w/ autoforms
stable
2010-06-03, by Sylvain Thénault
backport stable
2010-06-03, by Sylvain Thénault
[web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
2010-06-01, by Pierre-Yves David
[web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
2010-05-31, by Julien Jehannet
[etwist] twisted won't install signal handler outside the main thread.
stable
2010-06-01, by Pierre-Yves David
[vreg] ensure you can register an object from module not known yet.
stable
2010-06-01, by Pierre-Yves David
[web] cleanup use of config in web application initialisation
stable
2010-06-01, by Julien Jehannet
fix unit tests by not using the new create_eid implementation with sqlite
stable
2010-06-03, by Alexandre Fayolle
cleanup the no_sqlite_wrap attribute after this test is executed
stable
2010-06-03, by Alexandre Fayolle
merge back on-site fixes
stable
2010-06-02, by Alexandre Fayolle
various brown paper bag fixes
stable
2010-06-02, by Alexandre Fayolle
merge
stable
2010-06-02, by Alexandre Fayolle
fix create_eid for sqlite (and bring back tests)
stable
2010-06-02, by Alexandre Fayolle
backport improved on-site change
stable
2010-06-02, by Alexandre Fayolle
TimedCache now only accepts values expressed in seconds
stable
2010-06-02, by Alexandre Fayolle
backported to stable some changes made on site for a customer
stable
2010-06-02, by Alexandre Fayolle
logging settings
stable
2010-06-02, by Alexandre Fayolle
[win32] fix deadlock occuring on the sequence tables with SQLServer
stable
2010-06-02, by Alexandre Fayolle
log the user name on session opening for easier debugging
stable
2010-06-02, by Alexandre Fayolle
more robust handling of looping task configuration in ldap source
stable
2010-06-02, by Alexandre Fayolle
backport stable
2010-06-02, by Sylvain Thénault
[rql2sql] fix scope computation of variable from temporary table
stable
2010-06-02, by Sylvain Thénault
stop being dumb please
stable
2010-06-02, by Sylvain Thénault
backport stable
2010-06-02, by Sylvain Thénault
[tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified
stable
2010-06-02, by Sylvain Thénault
[test] generated html differs w/ pygments version
stable
2010-06-02, by Sylvain Thénault
[storage] source's callback has a new prototype, update usage
stable
2010-06-02, by Sylvain Thénault
grmbl
stable
2010-06-02, by Sylvain Thénault
grmbl
2010-06-02, by Sylvain Thénault
backport stable
2010-06-02, by Sylvain Thénault
cleanup
stable
2010-06-02, by Sylvain Thénault
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
2010-06-02, by Sylvain Thénault
[navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
2010-06-02, by Sylvain Thénault
[test] update test to follow recent navigation/facets fixes
stable
2010-06-02, by Sylvain Thénault
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
2010-06-02, by Sylvain Thénault
[sparql] improve error reporting and fix one bug
stable
2010-06-01, by Nicolas Chauvat
[test] add missing __main__ as expected by apycot pyunit checker
stable
2010-06-01, by Sylvain Thénault
[tableview] don't fail with AttributeError when paginated as main content view
stable
2010-06-01, by Sylvain Thénault
[facet] we must add type restriction for attribute facets as well
stable
2010-06-01, by Sylvain Thénault
[tableview] support for json-paginated table if paginable
stable
2010-06-01, by Sylvain Thénault
[navigation] view may implements page_navigation_url to handle them self url generated for pagination
stable
2010-06-01, by Sylvain Thénault
[navigation] when there are to much results, use a <select> based page navigation
stable
2010-06-01, by Sylvain Thénault
[primary] add missing version number to deprecation warnings
stable
2010-06-01, by Sylvain Thénault
[sparql] fix type inference (test_dctitle_both_project_cwuser) and support for <http://www.w3.org/1999/02/22-rdf-syntax-ns#type tag (test_base_rdftype)
stable
2010-06-01, by Sylvain Thénault
[form] remove double property call
stable
2010-06-01, by Stephanie Marcu
cleanups
2010-06-01, by Sylvain Thénault
[sparql] add failing test for two entities with dc:title
stable
2010-05-30, by Nicolas Chauvat
[sparql] adding test for "rdf:type -> is"
stable
2010-05-30, by Nicolas Chauvat
proof read documentation
stable
2010-05-29, by Alexandre Fayolle
skip flymake junk when reloading
stable
2010-05-29, by Alexandre Fayolle
merge back to stable some changes made on site for a customer.
stable
2010-05-29, by Alexandre Fayolle
[win32 SQLServer] connection lost detection
stable
2010-05-29, by Alexandre Fayolle
ldap: reset cache when a user is deleted
stable
2010-05-29, by Alexandre Fayolle
ldap source logging
stable
2010-05-29, by Alexandre Fayolle
forbid looping tasks with an interval of 0
stable
2010-05-29, by Alexandre Fayolle
/siteinfo page: display information about the names of the running threads
stable
2010-05-29, by Alexandre Fayolle
[win32 service] activate logging to the configured file as soon as possible
stable
2010-05-29, by Alexandre Fayolle
[bfss] Rename filenames according to their metadata on entity update.
stable
2010-05-28, by Pierre-Yves David
[form] missing return...
stable
2010-05-26, by Sylvain Thénault
[adapters] fix NameError introduced by adapters refactoring
2010-05-26, by Sylvain Thénault
[security] fix security insertion on DISTINCT queries
stable
2010-05-26, by Sylvain Thénault
[adapters] fix bad copy and past....
2010-05-26, by Sylvain Thénault
backport stable
2010-05-26, by Sylvain Thénault
[rql2sql] properly compute scope for variable from temporary tables
stable
2010-05-26, by Sylvain Thénault
[form] fix bw compat issue introduced by 5588:377c9adfe81e
stable
2010-05-26, by Sylvain Thénault
[web] update to 3.9 Entity api
2010-05-26, by Sylvain Thénault
backport stable
2010-05-26, by Sylvain Thénault
[migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length)
stable
2010-05-26, by Sylvain Thénault
[forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167)
stable
2010-05-26, by Sylvain Thénault
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
2010-05-26, by Sylvain Thénault
[c-c] use logilab.database, not lgc.db
stable
2010-05-26, by Sylvain Thénault
[sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604)
stable
2010-05-26, by Sylvain Thénault
[web] disallow authenticated users to access to the login form (closes #914873)
stable
2010-05-26, by Sylvain Thénault
[reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value
stable
2010-05-26, by Sylvain Thénault
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
2010-05-26, by Sylvain Thénault
[repo] ensure thread is alive before calling .join. Closes #963580
stable
2010-05-25, by Sylvain Thénault
[migration] add migration file commands to follow option group changes
stable
2010-05-25, by Sylvain Thénault
fix 978144: exception with view send-email if empty subject
stable
2010-05-25, by Sylvain Thénault
[test] fix test broken by introduction of adapters
2010-05-25, by Sylvain Thénault
[schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size
stable
2010-05-25, by Sylvain Thénault
[deprecation] fix 3.9 deprecation warning
2010-05-25, by Sylvain Thénault
no more Image type w/ cw 3.9
2010-05-25, by Sylvain Thénault
[fti] fix name conflict introduced by the new IFTIAdapter
2010-05-21, by Sylvain Thénault
[entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
2010-05-21, by Sylvain Thénault
[vreg] should raise exception on select ambiguity when running in test mode
2010-05-21, by Sylvain Thénault
[adapters compat] make implements_adapter_compat selector compatible with attributes
2010-05-21, by Sylvain Thénault
[test] no more Image type w/ cw 3.9
2010-05-21, by Sylvain Thénault
[adapters] refactoring fixes
2010-05-21, by Sylvain Thénault
[selectors] ensure selector return an int
2010-05-21, by Sylvain Thénault
[selectors] adaptable selector should not accept None in rset
2010-05-21, by Sylvain Thénault
[selectors] lltrace appobject_selectable selector
2010-05-21, by Sylvain Thénault
[selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
2010-05-21, by Sylvain Thénault
[selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
2010-05-21, by Sylvain Thénault
with cw 3.9, no more Image type
2010-05-21, by Sylvain Thénault
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
2010-05-21, by Sylvain Thénault
[selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
2010-05-21, by Sylvain Thénault
[primary view] fix name error on dispctrl w/ pre 3.5 box definition
stable
2010-05-21, by Sylvain Thénault
[entity] fix access to attribute which has been renamed two revisions ago
2010-05-21, by Sylvain Thénault
[schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
2010-05-20, by Sylvain Thénault
[entity] continue cleanup of Entity/AnyEntity namespace
2010-05-20, by Sylvain Thénault
[entity] introduce a new 'adapters' registry
2010-05-20, by Sylvain Thénault
backport stable
2010-05-20, by Sylvain Thénault
[config] move web specific config to the web section of the configuration file
stable
2010-05-20, by Sylvain Thénault
* * *
stable
2010-05-20, by Sylvain Thénault
typo
stable
2010-05-20, by Sylvain Thénault
[migration] fix storage_change migraction to avoid exhausting the server's memory
stable
2010-05-20, by Sylvain Thénault
[repo] set log methods on the actually desired class
stable
2010-05-20, by Sylvain Thénault
[bfss] ensure base name doesn't contain path separator
stable
2010-05-20, by Sylvain Thénault
merge
stable
2010-05-20, by Nicolas Chauvat
[web] remove dead code
stable
2010-05-20, by Nicolas Chauvat
[forms] consider __action_xxx field if passed to JSonController.validate_form
stable
2010-05-20, by Adrien Di Mascio
backport stable
2010-05-18, by Sylvain Thénault
Added tag cubicweb-debian-version-3.8.2-1 for changeset 2b962bb9eee8
stable
2010-05-18, by Sylvain Thénault
Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013
stable
cubicweb-debian-version-3.8.2-1
2010-05-18, by Sylvain Thénault
[test] absolute sqlite database names in source initialization, avoid pb when cwd is changed later
stable
2010-05-18, by Sylvain Thénault
clenup
stable
2010-05-18, by Sylvain Thénault
3.8.2
stable
cubicweb-version-3.8.2
2010-05-18, by Sylvain Thénault
[wdoc] update users changelog
stable
2010-05-18, by Sylvain Thénault
[integrity] keep ordering for schema integrity checks
stable
2010-05-18, by Sylvain Thénault
[i18ncube] do not crash if cube has nothing to translate
stable
2010-05-18, by Sylvain Thénault
[skel] enable wdoc support in new cubes
stable
2010-05-18, by Sylvain Thénault
[preferences] support dot (.) in registry id of configurable appobjects
stable
2010-05-18, by Sylvain Thénault
[i18ncube] we must load site_cubicweb file before calling set_schema, else we may miss some options or other initialization stuff necessary to appobject loading
stable
2010-05-18, by Sylvain Thénault
[dtd] add unselimg attribute use by widget for HasRelationFacet
stable
2010-05-18, by Sylvain Thénault
remove 3.7 deprecation warning
stable
2010-05-17, by Sylvain Thénault
catch unauthorized when executing rql to check an rql expression. Fix #968824
stable
2010-05-17, by Sylvain Thénault
[startup view] sort startup views by alphabetical order
stable
2010-05-17, by Sylvain Thénault
[table view] should use __regid__ instead of hard-coded 'table' view identifier
stable
2010-05-17, by Sylvain Thénault
cleanup
stable
2010-05-17, by Sylvain Thénault
backport stable
2010-05-17, by Sylvain Thénault
[facet] control i18nization of values on AttributeFacet
stable
2010-05-17, by Sylvain Thénault
[views] tab schema image renamed to schema diagram
stable
2010-05-16, by Nicolas Chauvat
[uicfg] fix handling of 'order' in the primaryview_display_ctrl rtag: consider by default only schema order, not order of appearance of rules
stable
2010-05-12, by Sylvain Thénault
[db-check] RQLConstraint is not a 'unique' constraint
stable
2010-05-12, by Sylvain Thénault
[entity] avoid getting w in cw_extra_kwargs when calling .view
stable
2010-05-12, by Sylvain Thénault
[actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set
stable
2010-05-12, by Sylvain Thénault
[primary view] allow new 'subvid' parameter in primaryview_display_ctrl
stable
2010-05-12, by Sylvain Thénault
[primary view] give dispctrl to side box views as for relations section
stable
2010-05-12, by Sylvain Thénault
[web] unify list views call arguments: use subvid to specify the view to use for each item
stable
2010-05-12, by Sylvain Thénault
[web] refactor side box to use autolimited view
stable
2010-05-12, by Sylvain Thénault
[req] avoid getting w in cw_extra_kwargs when calling .view
stable
2010-05-12, by Sylvain Thénault
[config] rename remaining inputlevel to level in option definitions, as expected by lgc >= 0.50
stable
2010-05-12, by Sylvain Thénault
[fti] simplify UpdateFTIHook code
stable
2010-05-11, by Sylvain Thénault
[twisted] we must set response code before starting to write the answer, else it's ignored
stable
2010-05-11, by Sylvain Thénault
cleanup
stable
2010-05-11, by Sylvain Thénault
[web data] remove files not used by the framework
2010-05-11, by Sylvain Thénault
[css] keep old css according to a configuration variable (true by default)
2010-05-10, by Sylvain Thénault
[3.8 execute] remove deprecation warnings
stable
2010-05-10, by Sylvain Thénault
backport stable
2010-05-10, by Sylvain Thénault
[dbapi] missing import
stable
2010-05-10, by Aurelien Campeas
[ajax] missing html heads processing in reloadComponent (sic\!)
stable
2010-05-10, by Sylvain Thénault
[deprecation] missing version number to old warning message
stable
2010-05-10, by Sylvain Thénault
[table view] we should call the cell view using the table rset, not one rebuilded for a specific entity
stable
2010-05-10, by Sylvain Thénault
[table view] take care to None label
stable
2010-05-10, by Sylvain Thénault
[selectors] new logged_user_in_rset selector
stable
2010-05-07, by Sylvain Thénault
merge
stable
2010-05-07, by Alexandre Fayolle
replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows
stable
2010-05-07, by egazoni
fixed bug of non-normalized path under Windows, that broke the reload mechanism
stable
2010-05-07, by egazoni
[c-c list] configuration pb cubes directly hold version number now, avoid crash when reporting errors
stable
2010-05-07, by Sylvain Thénault
Handle new way of reporting unmodified FileFields
stable
2010-05-06, by Alexandre Fayolle
merge
stable
2010-05-06, by Alexandre Fayolle
attempt to port windows service to 3.8.1
stable
2010-05-06, by Alexandre Fayolle
[web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs)
stable
2010-05-06, by Sylvain Thénault
[css] update print css
2010-05-06, by Katia Saurfelt
[doc] cleanup
2010-05-06, by Katia Saurfelt
[python2.6] do not import simplejson directly
stable
2010-05-06, by Alexandre Fayolle
[selectors] fix no_cnx selector's prototype
stable
2010-05-06, by Sylvain Thénault
[web config] set default uiprops on web config class to avoid error on commands such as i18n instance
2010-05-06, by Sylvain Thénault
backport stable
stable
2010-05-06, by Sylvain Thénault
[migration] ask_confirm argument of show_diff doesn't contain an _
oldstable
2010-05-06, by Sylvain Thénault
backport stable
2010-05-05, by Sylvain Thénault
backport oldstable
stable
2010-05-05, by Sylvain Thénault
[upgrade] don't ask confirm to replace configuration file with -v0
oldstable
2010-05-05, by Sylvain Thénault
merge good/bad versions of imported patches...
2010-05-05, by Sylvain Thénault
[css] start using uiprops in cubicweb.css
2010-05-05, by Katia Saurfelt
[css] progressively fixing rhythm
2010-04-29, by Nicolas Chauvat
[css] introducing scale and rhythm composition
2010-04-29, by Nicolas Chauvat
[css] start using uiprops in cubicweb.css
2010-05-05, by Katia Saurfelt
[css] progressively fixing rhythm
2010-04-29, by Nicolas Chauvat
[css] introducing scale and rhythm composition
2010-04-29, by Nicolas Chauvat
[doc/book] a very simple example of entity form extension
stable
2010-05-05, by Aurelien Campeas
[doc/book] refresh a bit the edit controller section
stable
2010-05-05, by Aurelien Campeas
[doc/book] explain the form loop validation process
stable
2010-05-05, by Aurelien Campeas
backport stable
2010-05-05, by Sylvain Thénault
backport oldstable
stable
2010-05-05, by Sylvain Thénault
[c-c dev] fix i18ncubicweb command
2010-05-05, by Sylvain Thénault
[book] add generated js documentation to cw book
2010-05-05, by Sandrine Ribeau
[packaging] we should add schemas to include_dirs so sql extensions files are properly installed
oldstable
2010-05-05, by Sylvain Thénault
[web test] missing test data file
2010-05-05, by Sylvain Thénault
[https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
2010-05-05, by Sylvain Thénault
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
2010-05-05, by Sylvain Thénault
[doc/book] not anymore ...
stable
2010-05-04, by Aurelien Campeas
[doc/book] dissection of a form chapter
stable
2010-05-04, by Aurelien Campeas
[doc/book] move examples to a separate chapter, fix autoform module docstring
stable
2010-05-04, by Aurelien Campeas
[doc/book] copious choices example
stable
2010-05-04, by Aurelien Campeas
[css] fix schema css + d-t-w
stable
2010-05-04, by Aurelien Campeas
[web/schemaviewer] fix bad call
stable
2010-05-04, by Aurelien Campeas
[doc/book] regroup form/editcontroller stuff under an "edition control" chapter
stable
2010-05-04, by Aurelien Campeas
[doc/book] complete a bit the request api
stable
2010-05-04, by Aurelien Campeas
fixed unittest_wfobjs
stable
2010-05-04, by Alexandre Fayolle
merged back oldstable into stable
stable
2010-05-04, by Alexandre Fayolle
fix bad reading of options in ldapuser.py
oldstable
2010-05-04, by Alexandre Fayolle
[json-controller] - refactoring of js_component and js_view, it now uses _call_view
2010-05-03, by Sandrine Ribeau
[widget] kill buggy / unused (only in cmhn) AddComboBox widget
2010-05-03, by Sylvain Thénault
[doc] typos
2010-05-03, by Sylvain Thénault
ignore annoying warnings about pygments already being imported and stuff being added to python path
stable
2010-04-30, by Alexandre Fayolle
[hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints)
stable
2010-04-30, by Aurelien Campeas
[hooks/...] fix previous commit
stable
2010-04-30, by Aurelien Campeas
[hooks/operations] use set_operations for three ops (huge gains for massive imports)
stable
2010-04-30, by Aurelien Campeas
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
2010-04-30, by Sylvain Thénault
[vreg] we should now reset in init_registration since we don't do it in __init__
2010-04-30, by Sylvain Thénault
[web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
2010-04-30, by Sylvain Thénault
[webconfig] introduce property sheets. Use them to replace external_resources
2010-04-30, by Sylvain Thénault
[webconfig] cleanup base_url management
2010-04-29, by Sylvain Thénault
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
2010-04-29, by Sylvain Thénault
Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d
oldstable
2010-04-29, by Alexandre Fayolle
Added tag cubicweb-version-3.7.5 for changeset c476d106705e
oldstable
cubicweb-debian-version-3.7.5-1
2010-04-29, by Alexandre Fayolle
prepare 3.7.5 release
oldstable
cubicweb-version-3.7.5
2010-04-29, by Alexandre Fayolle
[css] avoid repeating reset css
2010-04-29, by Nicolas Chauvat
[css] use meyer's public domain reset css
2010-02-15, by Nicolas Chauvat
[c-c shell] make script arguments available as __args__ in the script namespace. Use scriptargs instead of args as process_script argument name.
2010-04-28, by Julien Jehannet
[management] fix vocab: use cube instead of package
2010-04-28, by Julien Jehannet
[sparql] bugfix
stable
2010-04-29, by Nicolas Chauvat
[xy] define standard prefixes
stable
2010-04-29, by Nicolas Chauvat
[doc] various small improvements
stable
2010-04-29, by Nicolas Chauvat
fix i18ncube for pegase where we do strange things by redefining relations
oldstable
2010-04-28, by Stephanie Marcu
[shell] #715938: support of script parameters (using standard '--' as arguments separator)
2010-04-28, by Julien Jehannet
[dbapi] more test and documentation of dbapi
stable
2010-04-28, by Sylvain Thénault
move rarely used (imo) settings to inputlevel3 in cwctl create
oldstable
2010-04-28, by Alexandre Fayolle
default is now forthcoming cw 3.9
2010-04-28, by Sylvain Thénault
backport oldstable changes
stable
2010-04-28, by Sylvain Thénault
backport default into stable: stable is now actually cw 3.8
stable
2010-04-28, by Sylvain Thénault
replace logilab-common by CubicWeb in disclaimer
oldstable
2010-04-28, by Sylvain Thénault
backport default into stable: stable is now cw 3.8
2010-04-28, by Sylvain Thénault
backport stable into oldstable: oldstable is now cw 3.7
oldstable
2010-04-28, by Sylvain Thénault
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
2010-04-28, by Sylvain Thénault
[ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable
stable
2010-04-27, by Sylvain Thénault
[repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source
stable
2010-04-27, by Sylvain Thénault
[doc] reorganize for chapter structure
stable
2010-04-27, by Sylvain Thénault
[web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui
stable
2010-04-27, by Sylvain Thénault
merge
stable
2010-04-27, by Alexandre Fayolle
ask pyro group config questions for all-in-one config site when pyro is enabled
stable
2010-04-27, by Alexandre Fayolle
enforce use of environment variables when running as a service
stable
2010-04-27, by Alexandre Fayolle
added db-extra-arguments to configuration parameters for native source
stable
2010-04-27, by Alexandre Fayolle
less
more
|
(0)
-3000
-1000
-896
+896
+1000
+3000
tip