Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
fix merge, some buffers weren't saved...
2010-09-29, by Sylvain Thénault
backport stable
2010-09-29, by Sylvain Thénault
[test] must now commit file creation since the later ValidationError trigger a rollback
stable
2010-09-29, by Sylvain Thénault
cleanup and micro-optimization
stable
2010-09-29, by Sylvain Thénault
[web action] has_editable_relations should not filter out final relations, fix regression introduced in 6358:22c95c5ef12d
stable
2010-09-29, by Sylvain Thénault
[c-c] fix RuntimeError: 'maximum recursion depth exceeded while calling a Python object' we get when creating/upgrading/shelling an instance: hasattr() call __getattribute__, creating an infinite recursion error catched by the interpretor. Avoid this by testing the method is available on the class instead of the instance
stable
2010-09-29, by Sylvain Thénault
[transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError
stable
2010-09-29, by Sylvain Thénault
[selector] cleanup
stable
2010-09-29, by Sylvain Thénault
[sync schema] take care rdef may not be final, in which case we want to use type of eid attribute
stable
2010-09-29, by Sylvain Thénault
[web action] has_permission_update checked implicitly by has_editable_relation, don't check it twice
stable
2010-09-29, by Sylvain Thénault
[muledit] form may contains subforms with nothing editable that will be s kipped, so ensure we choose one with something to display when rendering table headers
stable
2010-09-29, by Sylvain Thénault
[c-c i18n] namespace/line wrap cleanup + dynamically compute available language + make it works in installed mode
stable
2010-09-29, by Sylvain Thénault
[i18n] no more necessary, those msgids are no more generated
stable
2010-09-29, by Sylvain Thénault
[wf component] reversing selectors here may be a huge performance win on big rsets, since EntityVComponent selector starts with one_line_rset
stable
2010-09-28, by Sylvain Thénault
don't add another encoding if already present in content-type
stable
2010-09-28, by Alexandre Fayolle
[book] note about different encryption on Unix and Windows
stable
2010-09-28, by Alexandre Fayolle
make reset-admin-pwd work with sqlserver as db backend
stable
2010-09-28, by Alexandre Fayolle
[book] updated FAQ 'How to reset the password for user joe' with SQL Server syntax
stable
2010-09-28, by Alexandre Fayolle
fix test so that we don't actually depends on file and email cubes
stable
2010-09-28, by Sylvain Thénault
[selectors] multi_lines_rset selector supports now optional operator for richer comparaisons
stable
2010-09-24, by Julien Jehannet
exception: specify expected parameter in NoSelectableException
stable
2010-09-24, by Julien Jehannet
[testlib] don't wrap main test connection into TestCaseConnectionProxy, it should not be closed afterwards
stable
2010-09-27, by Sylvain Thénault
[doc] add note about propagation on deletion of a watched relation
stable
2010-09-27, by Sylvain Thénault
[book] add a link in hooks section to test, talk about create_entity in tests section
stable
2010-09-24, by Stephanie Marcu
[book] add editable-table in views/table section and add an example to illustrate this view
stable
2010-09-24, by Stephanie Marcu
[book] Talk about RichString in 'Yams schema' section
stable
2010-09-24, by Stephanie Marcu
[tests] import TestSuite from lgc.testlib for further compatibility
stable
2010-09-24, by Julien Jehannet
[test] update test to unittest2 api (still using lgc.testlib though)
stable
2010-09-24, by Sylvain Thénault
[foaf] we should encode email addr: even if we know it should be ascii, nothing prevent from putting something else in (tests at least do it)
stable
2010-09-24, by Sylvain Thénault
add test case demonstrating #1251910
stable
2010-09-24, by Sylvain Thénault
stop relying on person cube, it isn't needed
stable
2010-09-24, by Sylvain Thénault
[facet] use contextified label when possible
stable
2010-09-24, by Sylvain Thénault
[primary view] refactor label handling (hence render_[attribute|relation]) so we uniformly use _rel_label which provides properly contextified labels
stable
2010-09-24, by Sylvain Thénault
add some styling required by ReST figures
stable
2010-09-24, by Alexandre Fayolle
backport stable
2010-09-23, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.8-1 for changeset e4dba8ae9637
stable
2010-09-23, by Sylvain Thénault
Added tag cubicweb-version-3.9.8 for changeset eed788018b59
stable
cubicweb-debian-version-3.9.8-1
2010-09-23, by Sylvain Thénault
3.9.8
stable
cubicweb-version-3.9.8
2010-09-23, by Sylvain Thénault
[reledit] drop compute_best_vid method now useless
stable
2010-09-23, by Sylvain Thénault
i18n update
stable
2010-09-23, by Sylvain Thénault
[easy_install] stop installing recommends, user should install them manually if desired (avoid errors on optional packages blocking install)
stable
2010-09-23, by Sylvain Thénault
[skel] update pylint instruction in default setup.py
stable
2010-09-23, by Sylvain Thénault
[views] fix foaf view for CWUser
stable
2010-09-23, by Nicolas Chauvat
[book] minor update about windmill + reformat
stable
2010-07-16, by Julien Jehannet
[c-c shell/upgrade] raise ExecutionError when traceback is not relevant
stable
2010-07-30, by Julien Jehannet
[windmill] initialize windmill registry if not already existing (possible error case in dev)
stable
2010-09-23, by Julien Jehannet
[req] build_url: detect None values in arguments and raise ValueError
stable
2010-09-23, by Julien Jehannet
[doc/book] make it colorful
stable
2010-09-23, by Aurelien Campeas
[doc/book] complete section on authentication plugins
stable
2010-09-23, by Aurelien Campeas
[publisher] add session id when logging published path
stable
2010-09-23, by Sylvain Thénault
[entity, url] we should not set base_url in kwargs when actually unset
stable
2010-09-23, by Sylvain Thénault
[test] we actually still need the set_option on base-url for multi-sources (eg repo) configuration
stable
2010-09-23, by Sylvain Thénault
[test] fix broken tests and minor cleanups
stable
2010-09-23, by Sylvain Thénault
[test] add some fake cubes necessary for test so we don't depend on the actual forge cube
stable
2010-09-23, by Sylvain Thénault
[doc/book] begin an howto write auth plugins chapter
stable
2010-09-22, by Aurelien Campeas
[dbapi] fix typo
stable
2010-09-22, by Aurelien Campeas
[doc/book] tell a more complete story on sessions and the authentication process
stable
2010-09-22, by Aurelien Campeas
[doc/book] more notes on setup
stable
2010-09-22, by Aurelien Campeas
cleanup
stable
2010-09-22, by Sylvain Thénault
[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
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip