Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1536
+1536
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.
[views/iprogress] rename to make things easier to read and understand
stable
2011-06-09, by Nicolas Chauvat
[datafeed cwxml parser] cache processed urls/entities to avoid unnecessary http requests and processing
2011-06-08, by Sylvain Thénault
backport stable
2011-06-08, by Sylvain Thénault
[rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery
stable
2011-06-08, by Sylvain Thénault
[dataimport] fix #1732685: cached entity and shared cw_edited data with NoHookRQLObjectStore
2011-06-07, by Adrien Di Mascio
[parsers] fix python2.5 compat problem introduced by 7466:395c966a1cb3
2011-06-07, by Nicolas Chauvat
[test] update cubicweb/test/unittest_schema.py (to follow yams#.....)
2011-05-26, by Nicolas Chauvat
[server] fix NameError (missing VIRTUAL_RTYPES import) in checkintegrity.py
stable
2011-06-07, by Adrien Di Mascio
[schema] fix computing of has_text relation: when a fulltext_container relation is added, we need to recompute has_text for the target entity type as well. Also, avoid computation when not needed
stable
2011-06-07, by Sylvain Thénault
[parsers] remove build_search_rql() that duplicates find_entities()
2011-06-07, by Nicolas Chauvat
[vreg] help understanding assertion error
stable
2011-06-07, by Sylvain Thénault
[datetime] by default display 'UTC' string when displaying TZDatetime
2011-06-06, by Nicolas Chauvat
[test] update test to avoid failure
2011-06-06, by Sylvain Thénault
[web] fix typo
2011-06-06, by Nicolas Chauvat
[datafeed] fix stupid error introduced by 'just before qfinish' refactoring...
2011-06-06, by Sylvain Thénault
[schema] support for BigInt type. Closes #1720995
2011-06-06, by Sylvain Thénault
[test,i18n] update test and i18n catalog to follow addition of 'synchronizing' attribute on sources
2011-06-06, by Sylvain Thénault
[i18n] update yams error messages (requires yams#67668)
2011-06-06, by Nicolas Chauvat
[datafeed] provide a source-sync command to launch source synchronization through the command line. Closes #1725692
2011-06-06, by Sylvain Thénault
[datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
2011-06-06, by Sylvain Thénault
[views] add columns parser and latest_retrieval to cwsource admin view
2011-06-06, by Nicolas Chauvat
backport stable
2011-06-06, by Sylvain Thénault
Fix name error introduced in c21d845836e4
stable
2011-06-06, by Pierre-Yves David
Fix conditionnal logic broken in 195b24fe3a03
stable
2011-06-06, by Pierre-Yves David
[session] provide a simple transaction context manager for session. Closes #1725640
stable
2011-06-06, by Sylvain Thénault
[formwidgets] make the select size a class attribute (more easily tuned)
stable
2011-06-01, by Aurelien Campeas
[bfss] Make ``current_fs_path`` return None when an attribute has no value
stable
2011-05-30, by Pierre-Yves David
[selectors] take care, Session has no cnx
stable
2011-05-30, by Sylvain Thénault
don't crash if we can't fetch data or if xml is malformed
2011-05-27, by Sylvain Thénault
[datafeed] extract some methods from pull_data to ease writing custom datafeed sources
2011-05-27, by Sylvain Thénault
drop useless code
2011-05-27, by Sylvain Thénault
backport stable
2011-05-26, by Sylvain Thénault
[datafeed] we should use utc timestamp to avoid pb with local times
stable
2011-05-26, by Sylvain Thénault
[test] fix failure introduced by yams'changeset 644:f9c79356b758
2011-05-26, by Sylvain Thénault
[testlib] add convenience assertion method to check __message
2011-05-26, by Sylvain Thénault
[test] fix failure introduced by 1719eab69551: the regexp should be fixed, not the error message
2011-05-26, by Sylvain Thénault
[web test] fix test failures introduced by 7431:cab99ccdb774
2011-05-25, by Sylvain Thénault
backport stable changes
2011-05-25, by Aurelien Campeas
[ui message] fix regression introduced by 7429:ef5165fa99e0, leading to 'None' message displayed in the ui
stable
2011-05-25, by Sylvain Thénault
backport stable changes
2011-05-25, by Aurelien Campeas
[json controller] fix .exception call msg format string (missing one slot)
stable
2011-05-25, by Aurelien Campeas
[test] fix tests broken by 7427:5338d895b891
stable
2011-05-25, by Sylvain Thénault
merge default heads
2011-05-25, by Sylvain Thénault
[ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
2011-05-25, by Arthur Lutz
backport stable
2011-05-25, by Sylvain Thénault
[ui messages] make application message component works when request has no cnx set and support for explicit message given through render argument
stable
2011-05-25, by Sylvain Thénault
backport stable
2011-05-25, by Sylvain Thénault
[web session] fix session handling so we get a chance to have for instance the 'forgotpwd' feature working on a site where anonymous are not allowed
stable
2011-05-25, by Sylvain Thénault
[ajax js/css] modconcat fix: load code exactly once (auc, fcayre)
2011-05-25, by Aurelien Campeas
[test] update test broken by previous commit
stable
2011-05-25, by Sylvain Thénault
[entity fetch_attrs] remove ambiguous relations on different etypes from fetched attrs or it may produce wrong related results; closes #1700896
stable
2011-05-25, by Florent Cayré
typo : s/undoed/undone/
stable
2011-05-24, by Arthur Lutz
[cwvreg] inline function dump_class()
2011-05-23, by Nicolas Chauvat
[js/ajax] undeprecate (async)remoteExec. closes #1381205
stable
2011-05-24, by Aurelien Campeas
[rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables
stable
2011-05-24, by Sylvain Thénault
backport stable
2011-05-23, by Sylvain Thénault
Added tag cubicweb-debian-version-3.12.5-1 for changeset 6dfe78a0797c
stable
2011-05-23, by Sylvain Thénault
Added tag cubicweb-version-3.12.5 for changeset ae33197db1f0
stable
cubicweb-debian-version-3.12.5-1
2011-05-23, by Sylvain Thénault
3.12.5
stable
cubicweb-version-3.12.5
2011-05-23, by Sylvain Thénault
i18nupdate
stable
2011-05-23, by Sylvain Thénault
[views/table (facetform)] introduced in facetbox, was missing in tableview form filter
2011-05-20, by Aurelien Campeas
[web.facet] self.w -> w
2011-05-20, by Aurelien Campeas
[web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
2011-05-20, by Aurelien Campeas
backport stable
2011-05-20, by Sylvain Thénault
cleanup and update some copyright
stable
2011-05-20, by Sylvain Thénault
[migractions] fix change_attribute_type
stable
2011-05-20, by Sylvain Thénault
[migractions] dropped_constraints should accept only droprequired without cstrtype
stable
2011-05-20, by Sylvain Thénault
[form rendering] some refactoring to ease FormRenderer overriding
stable
2011-05-20, by Sylvain Thénault
[deprecation] drop remaining warnings
stable
2011-05-19, by Sylvain Thénault
backport stable
2011-05-19, by Sylvain Thénault
[session] new methods on session to ease access to security/hooks control context managers
stable
2011-05-19, by Sylvain Thénault
[workflow] new 'fire_transition_if_possible' method on IWorkflowable to fire a transition if it's possible
stable
2011-05-19, by Sylvain Thénault
[workflow] new 'incontext-state' view for IWorkflowable entities
stable
2011-05-19, by Sylvain Thénault
[facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
2011-05-19, by Aurelien Campeas
[workflow] add method on IWorkflowable to set initial state of an entity (closes #1686357)
stable
2011-05-19, by Sylvain Thénault
[web test] fix test broken by making cw_source editable by managers
2011-05-19, by Sylvain Thénault
[multi-sources] support for moving an entity from an external source (closes #343818)
2011-05-19, by Sylvain Thénault
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-19, by Sylvain Thénault
backport stable
2011-05-19, by Sylvain Thénault
[rql2sql] fix in 7394:d11d88bd08e8 was actually not needed
stable
2011-05-19, by Sylvain Thénault
[rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat
stable
2011-05-19, by Sylvain Thénault
[rql2sql] fix generated sql for eid comparison. closes #1638695
stable
2011-05-19, by Sylvain Thénault
fix some deprecation warnings
stable
2011-05-18, by Sylvain Thénault
[querier test] test groupby function call / column number
2011-05-18, by Sylvain Thénault
backport stable
2011-05-17, by Sylvain Thénault
[plot views] don't paginate
stable
2011-05-16, by Sylvain Thénault
backport oldstable
stable
2011-05-16, by Sylvain Thénault
[url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository)
oldstable
2011-05-16, by Sylvain Thénault
[hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
2011-04-28, by Alexandre Fayolle
[repo test] datafeed parser's process method should now take raise_on_error argument
2011-05-16, by Sylvain Thénault
[datafeed] propagate raise_on_error to parser's process method
2011-05-16, by Sylvain Thénault
[http] Make a better __repr__ for Status responce exception.
stable
2011-05-16, by Pierre-Yves David
[schema] fix imprecise error message
2011-05-13, by Aurelien Campeas
fix name error introduced in previous changeset
2011-05-13, by Alexandre Fayolle
[server test] restore logging level after test end
2011-05-13, by Sylvain Thénault
[web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
2011-05-13, by Sylvain Thénault
remove debug print
2011-05-13, by Sylvain Thénault
[datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
2011-05-13, by Sylvain Thénault
backport stable
2011-05-13, by Sylvain Thénault
[entity] fix cw_instantiate w/ reverse_ relation crash when either multiple entities are given or an eid instead of an entity
stable
2011-05-13, by Sylvain Thénault
[cw source ui] fix mapping checking for datafeed source (avoid false positive error, but doesn't check that much things)
stable
2011-05-13, by Sylvain Thénault
[web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call)
stable
2011-05-12, by Sylvain Thénault
[repo cache] there are some relations we don't want to cache, they may cause memory leak
stable
2011-05-11, by Sylvain Thénault
[c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro
stable
2011-05-11, by Sylvain Thénault
[cwpermission, cwgroup] convenience method on CWGroup to grant a local permission (ie CWPermission) on an entity
stable
2011-05-11, by Sylvain Thénault
[cleanup] kill some remaining traces of goa
stable
2011-05-11, by Sylvain Thénault
[c-c shell] closes #1669147: autocommit in maintenance scripts
stable
2011-05-11, by Sylvain Thénault
backport stable
2011-05-11, by Sylvain Thénault
Added tag cubicweb-debian-version-3.12.4-1 for changeset 7c4d34a5ec57
stable
2011-05-11, by Sylvain Thénault
Added tag cubicweb-version-3.12.4 for changeset 5cd0dbc26882
stable
cubicweb-debian-version-3.12.4-1
2011-05-11, by Sylvain Thénault
3.12.4
stable
cubicweb-version-3.12.4
2011-05-11, by Sylvain Thénault
missing future import
2011-05-11, by Sylvain Thénault
don't let windmill/qunit test break apycot warning for all web/test
stable
2011-05-11, by Sylvain Thénault
[selectors] enhance rql_condition to make it usable as a condition on request's user
stable
2011-05-11, by Sylvain Thénault
[repo test] fix test broken by c2452cd57026 by using proper fake session
2011-05-11, by Sylvain Thénault
[testlib] fake session can be given a vreg
2011-05-11, by Sylvain Thénault
backport stable
2011-05-10, by Sylvain Thénault
fix some test failures introduced by 7350:c2452cd57026
2011-05-10, by Sylvain Thénault
[rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395
stable
2011-05-10, by Sylvain Thénault
resurrect code lost by too much patch manipulation
2011-05-10, by Sylvain Thénault
backport stable
2011-05-10, by Sylvain Thénault
[parsers] various refactorings
stable
2011-05-02, by Nicolas Chauvat
backport oldstable
stable
2011-05-10, by Sylvain Thénault
backport stable
2011-05-10, by Sylvain Thénault
fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests
stable
2011-05-10, by Sylvain Thénault
[session] enhance session's transaction storage handling to fix cases where commit/rollback is done while in the context of hooks_control/security_enabled managers. Closes #1412648: commit or rollback during postcreate reset hooks control state
2011-05-10, by Sylvain Thénault
[session] nicer local variable names
2011-05-10, by Sylvain Thénault
[web server] #1642893 issue a 403 instead of a 500 on Unauthorized exception
oldstable
2011-05-10, by Pierre-Yves David
[css] repair selected slice distinctiveness (with a nice, discrete bg color)
2011-05-09, by Aurelien Campeas
[view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others
stable
2011-05-09, by Sylvain Thénault
[selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col
stable
2011-05-09, by Sylvain Thénault
[etwist] fix bug w/ new resources concantenation and https-url enabled sites
2011-05-09, by Sylvain Thénault
oops
stable
2011-05-09, by Sylvain Thénault
adds support for a portable db import/export format (closes: #1521112)
stable
2011-04-21, by Sylvain Thénault
add a new method iter_process_result which does the same as proces_result but is a generator (closes #1625374)
stable
2011-04-21, by Alexandre Fayolle
[session] lock self._closed and session.close to avoid race conditions
stable
2011-05-09, by Sylvain Thénault
[server test] use a lock instead of sleep to have higher green probability :/
stable
2011-05-09, by Sylvain Thénault
backport stable
2011-05-09, by Sylvain Thénault
[testlib] create_user may now create user's email address
stable
2011-05-09, by Sylvain Thénault
enhanced comment
2011-05-09, by Sylvain Thénault
[i18n] en translation fixes
stable
2011-05-09, by Sylvain Thénault
[users management] use an existing msgid...
stable
2011-05-09, by Sylvain Thénault
[cwgroup views] uicfg rules cleanup
stable
2011-05-09, by Sylvain Thénault
backport stable
2011-05-07, by Sylvain Thénault
[testlib] grant_permission now accept either an entity or en eid
stable
2011-05-07, by Sylvain Thénault
[session selector] missing not
stable
2011-05-07, by Sylvain Thénault
[session] new selectors according to session type (eg user or internal
stable
2011-05-06, by Sylvain Thénault
[ajax] reload method should return underlying deferred
stable
2011-05-06, by Sylvain Thénault
[user mgmt] should show user login in first column in any case (e.g. application specific override)
stable
2011-05-06, by Sylvain Thénault
[component|i18n] give imgs an alt attribute, refresh i18n po files
2011-05-06, by Aurelien Campeas
[i18n/es] repair es.po
2011-05-06, by Aurelien Campeas
[testlib] fix deprecation warning stack level
stable
2011-05-06, by Sylvain Thénault
[nav component/cosmetics] have nice looking arrows insteads of << / >>
2011-05-06, by Aurelien Campeas
backport stable
2011-05-06, by Sylvain Thénault
Added tag cubicweb-debian-version-3.12.3-1 for changeset ba8fe4f2e408
stable
2011-05-06, by Sylvain Thénault
Added tag cubicweb-version-3.12.3 for changeset e712bc6f1f71
stable
cubicweb-debian-version-3.12.3-1
2011-05-06, by Sylvain Thénault
3.12.3
stable
cubicweb-version-3.12.3
2011-05-05, by Sylvain Thénault
backport oldstable
stable
2011-05-05, by Sylvain Thénault
Added tag cubicweb-debian-version-3.11.3-1 for changeset b3c6702761a1
oldstable
2011-05-05, by Sylvain Thénault
Added tag cubicweb-version-3.11.3 for changeset b7a124f9aed2
oldstable
cubicweb-debian-version-3.11.3-1
2011-05-05, by Sylvain Thénault
3.11.3 hopefuly closing the 3.11 serie
oldstable
cubicweb-version-3.11.3
2011-05-05, by Sylvain Thénault
backport stable
2011-05-05, by Sylvain Thénault
[testlib] fix assertAuthFailure to consider both None and dbapi._NeedAuthAccessMock as meaning 'no connection has been set'
stable
2011-05-05, by Sylvain Thénault
[i18n] update spanish translation, thanks to Celso from CreaLibre
stable
2011-05-05, by Sylvain Thénault
[i18n] fix french translation
stable
2011-05-05, by Sylvain Thénault
[primary, metadata] reuse existing msgids
stable
2011-05-05, by Sylvain Thénault
fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
2011-05-05, by Florent Cayré
[entity] make set_relations() accept entities and eids (closes #1631391)
stable
2011-05-05, by Nicolas Chauvat
[CubicWebTC] fix create_user bw compat
stable
2011-05-05, by Sylvain Thénault
[msplanner] fix regression and test failure introduced in 7292:258c92805066
stable
2011-05-05, by Sylvain Thénault
[repository quick start] should modify class attribute to get this actually working (used by a classmethod)
stable
2011-05-04, by Sylvain Thénault
backport stable
2011-05-04, by Adrien Di Mascio
[js] use minified jquery
stable
2011-05-04, by Aurelien Campeas
[entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282)
stable
2011-05-04, by Florent Cayré
[configuration] exit with proper message when sources file is unreadable (you usually started cw while logged with a wrong user). Closes #1631238
2011-05-03, by Sylvain Thénault
[js] remove facet-loading.png, use plain-text / i18n
2011-05-03, by Adrien Di Mascio
backport stable
2011-05-03, by Sylvain Thénault
[selectors] fix on_fire_transition for cases where change_state is called (eg no transition specified)
stable
2011-05-03, by Sylvain Thénault
[workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition
stable
2011-05-02, by Sylvain Thénault
backport stable
2011-05-02, by Sylvain Thénault
[migration] new command to get default workflow for an entity type
stable
2011-05-02, by Sylvain Thénault
[workflow hooks] reuse metadata/integrity categories instead of a new 'workflow' category and drop useless hook
2011-05-02, by Sylvain Thénault
[entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
2011-05-02, by Sylvain Thénault
[ms planner] ignore neged source relation when trying to restrict query sources
stable
2011-04-29, by Sylvain Thénault
[users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link)
stable
2011-04-29, by Sylvain Thénault
[primary view] display entity source in 'metadata' view if it's not the system source
stable
2011-04-29, by Sylvain Thénault
[users management] enhance users table: show state, primary email and data source; show filter form
stable
2011-04-29, by Sylvain Thénault
merge changes from oldstable
stable
2011-04-29, by Nicolas Chauvat
[entity] improve error message
oldstable
2011-04-29, by Nicolas Chauvat
[doc] fix doc and tutorials about hooks and operations
oldstable
2011-04-29, by Nicolas Chauvat
[optim] cache rset column structures
2011-04-29, by Adrien Di Mascio
[js] make _loadAjaxHtmlHead aware of mod_concat-like urls
2011-04-29, by Adrien Di Mascio
[etwist] in debug-mode, concat-file is rebuilt if one of the concatenated file is more recent
2011-04-29, by Adrien Di Mascio
[facets] display splash image while facets are reloading content (closes #1624851)
2011-04-14, by Nicolas Chauvat
[facets] mark titles of active facets with red dot (closes #1624857)
2011-04-14, by Nicolas Chauvat
[facet] add missing selector to HasRelationFacet
stable
2011-04-29, by Sylvain Thénault
[facets] proper fix for #1625112: we should rather call unicode() as we always manipulate string as unicode internally
stable
2011-04-29, by Sylvain Thénault
merge
2011-04-29, by Adrien Di Mascio
[etwist] Generates apache's mod_concat-like urls for js and css
2011-04-28, by Quentin Roquefort
handle js/ css file concatenation with twisted
2011-04-28, by Florent Cayré
put data version md5 into a new url segment to ease static serving
2011-04-28, by Florent Cayré
add cwctl command to generate a consolidated data directory with all cubes/ cubicweb data directories content to be delivered statically
2011-04-28, by Florent Cayré
[etwist] refactor child resources management
2011-04-28, by Adrien Di Mascio
[vreg] vregistry._select_best was needlessly instanciating NoSelectableObject (closes #1626708)
2011-04-27, by Alexandre Fayolle
backport stable
2011-04-28, by Sylvain Thénault
merge stable
stable
2011-04-28, by Sylvain Thénault
merge oldstable
oldstable
2011-04-28, by Sylvain Thénault
backport oldstable
stable
2011-04-28, by Sylvain Thénault
[page data] don't call unload_page_data too many time (closes #1518398)
oldstable
2011-04-28, by Sylvain Thénault
[request] don't init tabindex unnecessarily, since it's added to page data which will makes an ajax call to unload_page_data necessary
oldstable
2011-04-28, by Sylvain Thénault
[deprecation] kill a remaining 3.6 warning
oldstable
2011-04-28, by Sylvain Thénault
[web config] fix md5 version to ensure cubes order and to include cubicweb version
stable
2011-04-27, by Florent Cayré
merged stable bugfix
2011-04-28, by Alexandre Fayolle
merged oldstable bugfix
stable
2011-04-28, by Alexandre Fayolle
place the disable hooks context manager at the right place (closes: #1626694)
oldstable
2011-04-27, by Alexandre Fayolle
backport stable into default
2011-04-28, by Adrien Di Mascio
backport oldstable into stable
stable
2011-04-28, by Adrien Di Mascio
[js] fix inArray usage in reorderTabIndex() : inArray returns -1 if element is not found, not 'false'
oldstable
2011-04-28, by Adrien Di Mascio
[rql] basic support for regexp-based pattern matching
2011-04-27, by Adrien Di Mascio
[rql] support CAST() Function
2011-04-27, by Adrien Di Mascio
stable is now 3.12
stable
2011-04-27, by Sylvain Thénault
oldstable is now 3.11
oldstable
2011-04-27, by Sylvain Thénault
[js] delete empty js files (incluced in cw.ajax.js)
2011-04-27, by Sylvain Thénault
[sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
2011-04-27, by Sylvain Thénault
[rql rewrite] backout 7177:f2a976cf7dac : since EXISTS is the variable scope, we want to insert snippets here anyway (other solution would be to NOT insert snippets at all in such case). Closes #1625464
2011-04-26, by Sylvain Thénault
[book] fix documentation + add chpasswd.py script
2011-04-22, by Julien Jehannet
[facets] fix unicode encode error; closes #1625112
2011-04-22, by Aurelien Campeas
[facets] fix RangeFacet get_widget: do no return a widget unless there are at least 2 values; closes #1625203
2011-04-22, by Aurelien Campeas
merge
2011-04-22, by Alexandre Fayolle
Backed out changeset 7a58581d842c
2011-04-22, by Alexandre Fayolle
small reformatting (but test still fails)
2011-04-22, by Alexandre Fayolle
fix tests broken by fcb8932082a5 (continued)
2011-04-22, by Alexandre Fayolle
fix bad handling of inlined relations when entities of different etypes are passed as subject to add_relations
2011-04-22, by Alexandre Fayolle
fix failing test_migration test caused by schema change
2011-04-22, by Alexandre Fayolle
fix tests broken by fcb8932082a5
2011-04-22, by Alexandre Fayolle
merge back stable
2011-04-21, by Alexandre Fayolle
fix server/test/unittest_checkintegrity (failing since 70538ea2532d)
stable
2011-04-21, by Alexandre Fayolle
fix implementation of repository.glob_add_relations (closes ##1625257)
2011-04-20, by Alexandre Fayolle
[server] improve the speed of setting relations between entities (closes #1625257)
2011-04-15, by Alexandre Fayolle
added test case to monitor speed improvements in the repository code.
2011-04-15, by Alexandre Fayolle
backport stable changes to default
2011-04-20, by Alexandre Fayolle
[js] update jquery.corner.js to the latest version (uses native css support for browser that provide it); closes #1625065
2011-04-18, by Aurelien Campeas
[js/css] remove old versions of ui.tabs/slider etc.; closes #1625085
2011-04-18, by Adrien Di Mascio
[devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True)
stable
2011-04-18, by Adrien Di Mascio
[widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
2011-04-15, by Aurelien Campeas
[doc] update of the update
stable
2011-04-15, by Nicolas Chauvat
[tz postgres support] we've to commit the connection once time-zone is set, else we may loose the setting
2011-04-15, by Sylvain Thénault
[tz support] more tests
2011-04-15, by Sylvain Thénault
[dataimport] actually commit every desired number...
2011-04-15, by Sylvain Thénault
[doc] major update of the install documentation
stable
2011-04-06, by Alain Leufroy
[facets] make rangefacet comply with start_unfolded (closes #1615869)
stable
2011-04-14, by Nicolas Chauvat
[testlib] make a clear distinction between input / output HTTP headers
stable
2011-04-14, by Adrien Di Mascio
[entity] create_entity/cw_instantiate should initialize entity's cache to avoid later queries
2011-04-14, by Sylvain Thénault
[testlib] refactor create_user and grant_permission to make them usable from pre_setup_database
2011-04-14, by Sylvain Thénault
[3.12 regression] don't access to __class__ directly, it may raise AttributeError
2011-04-14, by Sylvain Thénault
[testlib] fix typos / NameErrors in devtools/__init__.py
stable
2011-04-13, by Adrien Di Mascio
[schema serialization] add warning on missing group
stable
2011-04-13, by Sylvain Thénault
backport stable
2011-04-13, by Sylvain Thénault
[testlib] fix bug in backup file name generation: it may erroneously replace '-' by '_' in database **parent directories**. This should fix random error when test are run under apycot.
stable
2011-04-13, by Sylvain Thénault
backport stable
2011-04-13, by Sylvain Thénault
[schema diagram] proper url generation (closes #1621276)
stable
2011-04-13, by Sylvain Thénault
[testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089)
stable
2011-04-13, by Adrien Di Mascio
[entities] fix cw_instantiate typo
stable
2011-04-13, by Aurelien Campeas
[entities/test] add failing test for cw_instantiate
stable
2011-04-12, by Aurelien Campeas
[timezone] ensure tzinfo is None
2011-04-12, by Sylvain Thénault
[entity] use a list comprehension
stable
2011-04-12, by Sylvain Thénault
Added tag cubicweb-debian-version-3.12.2-1 for changeset 6d418fb3ffed
2011-04-11, by Nicolas Chauvat
Added tag cubicweb-version-3.12.2 for changeset 5a9b6bc56538
cubicweb-debian-version-3.12.2-1
2011-04-11, by Nicolas Chauvat
[packaging] prepare the release of version 3.12.2
cubicweb-version-3.12.2
2011-04-11, by Nicolas Chauvat
merge changes from stable branch
2011-04-11, by Nicolas Chauvat
[facet] ignore range extremas to avoid filtering out rows where value is NULL (closes #1251192)
stable
2011-04-11, by Sylvain Thénault
Backed out changeset e0e802afa8e1, widgets are actually defined below
stable
2011-04-11, by Sylvain Thénault
[facet] refactor: a simple class attribute is enough
stable
2011-04-11, by Sylvain Thénault
[native source] eid_creation_lock actually lock the eid connection creation and usage
stable
2011-04-11, by Sylvain Thénault
[dataimport] allow to specify columns on which result should be sorted in lazydbtable
stable
2011-04-11, by Sylvain Thénault
[entity creation] ensure this is a relation and not an attribute before moving things into pending_relations because value is a list
stable
2011-04-08, by Sylvain Thénault
[fckeditor] fix fckeditor relative url: use baseuri()
stable
2011-04-07, by Adrien Di Mascio
Added tag cubicweb-debian-version-3.12.1-1 for changeset 07e2c9c7df26
2011-04-07, by Sylvain Thénault
Added tag cubicweb-version-3.12.1 for changeset 59701627adba
cubicweb-debian-version-3.12.1-1
2011-04-07, by Sylvain Thénault
3.12.1
cubicweb-version-3.12.1
2011-04-06, by Sylvain Thénault
i18n update
2011-04-06, by Sylvain Thénault
backport stable
2011-04-06, by Sylvain Thénault
[sql generation] fix missing join with outer joins w/ rhs invariant variable...
stable
2011-04-06, by Sylvain Thénault
[test, cw props] ensure we can't add user specific / system-wide properties
stable
2011-04-06, by Sylvain Thénault
[ms planner] fix buggy temp table name generation, may generate duplicated unique id with subqueries/union
stable
2011-04-06, by Sylvain Thénault
[system source] drop now useless bw compat
stable
2011-04-06, by Sylvain Thénault
[test] silent warning
stable
2011-04-06, by Sylvain Thénault
[ms planner] use an index to avoid doing the same step twice
stable
2011-04-06, by Sylvain Thénault
[views] extend HTMLStream API to be able to change doctype / xmldecl
2011-04-06, by Adrien Di Mascio
[test] drop some warnings introduced by new test dabase handling
stable
2011-04-06, by Sylvain Thénault
rephrase
stable
2011-04-06, by Sylvain Thénault
backport stable
2011-04-06, by Sylvain Thénault
[web] fix CalendarView : both icalendarable.start and icalendarable.stop dates can be None
stable
2011-04-04, by Katia Saurfelt
[edit controller] fix subform formid in EditController (would need further improvement)
stable
2011-03-31, by Florent Cayré
[schema synchronization] get back eid when adding a final entity type, else it may cause pb on later schema synchronization during the migration where the type is added
stable
2011-04-06, by Sylvain Thénault
backport fix from oldstable
2011-04-05, by Alexandre Fayolle
backport fix from oldstable
stable
2011-04-05, by Alexandre Fayolle
fileConfig is in logging.config
oldstable
cubicweb-version-3.10.x
2011-04-05, by Alexandre Fayolle
[entity vocab] fix bug introduced in 3.12 vs/ entity vocabulary, leading to some unexpected empty vocabulary. Fix test accordingly.
2011-04-05, by Sylvain Thénault
[rql rewriter] take care not to introduce snippets into a neged scope
2011-04-05, by Sylvain Thénault
[old css] use aColor property
stable
2011-04-05, by Sylvain Thénault
[uipros] drop unused properties
stable
2011-04-05, by Sylvain Thénault
[selectors] abstract ExpectedValueSelector now accept a set as single argument
stable
2011-04-05, by Sylvain Thénault
[igeocodable] import adapter description
stable
2011-04-05, by Sylvain Thénault
[dataimport] tell more and nicely about transaction status
stable
2011-04-04, by Sylvain Thénault
[dataimport] propagate stack
stable
2011-04-04, by Sylvain Thénault
Added tag cubicweb-debian-version-3.12.0-1 for changeset 92b56939b7c7
2011-04-01, by Alexandre Fayolle
Added tag cubicweb-version-3.12.0 for changeset fd502219eb76
cubicweb-debian-version-3.12.0-1
2011-04-01, by Alexandre Fayolle
prepare 3.12.0
cubicweb-version-3.12.0
2011-04-01, by Alexandre Fayolle
[time zone] support for TZDatetime and TZTime data type
2011-04-01, by Sylvain Thénault
merged test fix from stable
2011-04-01, by Alexandre Fayolle
[http] implement 1587305: provide better implementation of Accept header parsing + tests
2011-04-01, by Adrien Di Mascio
[web test] extract a set_auth_mode method from init_authentication and use it in test_fb_login_concept to avoid bad test interaction
stable
2011-04-01, by Sylvain Thénault
merge stable to default
2011-04-01, by Alexandre Fayolle
fix failing tests before 3.12 release
2011-04-01, by Alexandre Fayolle
[dataimport] new 'lazydbtable' generator function to feed data from a database table
stable
2011-04-01, by Sylvain Thénault
[dataimport] ObjectStore.create_entity should return something that looks like an entity (eg no more using dict protocol to access to attributes)
stable
2011-04-01, by Sylvain Thénault
[dataimport] cleanups, update docstring to up-to-date usage
stable
2011-04-01, by Sylvain Thénault
[doc] improve dostring of server.hook
stable
2011-03-31, by Nicolas Chauvat
merge back stable to default
2011-03-31, by Alexandre Fayolle
[cwctl] refactor ui messages aiming for consistency and simplicity
stable
2011-03-31, by Nicolas Chauvat
[entity vocabulary] refactor unrelated rql to allow usage of RQLRewriter to insert schema constraints. Closes #1561806
2011-03-31, by Sylvain Thénault
[entity vocabulary] fix unrelated rql generation to skip rql constraints that don't make sense
2011-03-31, by Sylvain Thénault
[schema, refactoring] use RQLExpression as base class for RQL constraint classes
2011-03-31, by Sylvain Thénault
[reledit] fix crash due to wrong attributes usage
stable
2011-03-31, by Sylvain Thénault
merge
2011-03-31, by Alexandre Fayolle
make it easier to inherit from EditionFormView
stable
2011-03-31, by Florent Cayré
more TZDatetime/TZTime test fixes
2011-03-30, by Alexandre Fayolle
fix test_knownValues_load_schema
2011-03-30, by Alexandre Fayolle
backport stable to default
2011-03-30, by Alexandre Fayolle
[doc] fix typo
stable
2011-03-30, by Nicolas Chauvat
[doc] fix typo
stable
2011-03-30, by Nicolas Chauvat
[AnyEntity] rename __linkto attribute as cw_linkto to avoid name mangling which make overriding/monkey-patching unnecessarily harder
stable
2011-03-30, by Sylvain Thénault
[sql generation test] avoid lgdb warnings when a db module is faked
stable
2011-03-30, by Sylvain Thénault
backport stable
2011-03-30, by Sylvain Thénault
[c-c create] unification of c-c create and its subcommands handling
stable
2011-03-30, by Sylvain Thénault
[rql rewriter] to properly handle 'relation' rql expressions, rql rewriter must support multiple variables (eg S and O) at once to be given as varmap
stable
2011-03-30, by Sylvain Thénault
[rql rewriter] drop unused argument
stable
2011-03-30, by Sylvain Thénault
[rql rewriter] don't add unnecessary (potentially buggy) exists
stable
2011-03-30, by Sylvain Thénault
update lgc dependency also in pkginfo
stable
2011-03-29, by Alexandre Fayolle
updated lgc dependency
stable
2011-03-29, by Alexandre Fayolle
allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533)
stable
2011-03-29, by Alexandre Fayolle
[date picker] apply Carlos patch fixing spanish date picker translation file. Closes #1558893
stable
2011-03-29, by Sylvain Thénault
cleanup
stable
2011-03-28, by Sylvain Thénault
[c-c create] we should also skip option with no type, else we may generate title for section without any option to fill
stable
2011-03-28, by Sylvain Thénault
[config] do not set base-url during instance creation, we don't want generated value to ends up in the configuration file
stable
2011-03-28, by Sylvain Thénault
[config] generalise config.creating, allowing to drop set_language class attribute
stable
2011-03-28, by Sylvain Thénault
[web test] fix broken url in reledit. tests BROKEN ANYWAY (crash due to missing attribute)
stable
2011-03-28, by Sylvain Thénault
merge
stable
2011-03-28, by Nicolas Chauvat
Added tag cubicweb-debian-version-3.11.2-1 for changeset 954b5b51cd92
stable
2011-03-28, by Nicolas Chauvat
Added tag cubicweb-version-3.11.2 for changeset 56ae3cd5f855
stable
cubicweb-debian-version-3.11.2-1
2011-03-28, by Nicolas Chauvat
[packaging] prepare 3.11.2
stable
cubicweb-version-3.11.2
2011-03-28, by Nicolas Chauvat
try to reconstruct the file forgotten by syt in changeset e094b3d4eb95
stable
2011-03-28, by Alexandre Fayolle
[javascript] fix loadRemote test for JSON_BASE_URL / baseuri matching
stable
2011-03-28, by Adrien Di Mascio
cleanups
stable
2011-03-28, by Sylvain Thénault
[cwuser, persistent properties] fix recent set_property implementation on CWUser: for_user is automatically handled for non-managers users (this is seriously debatable though)
stable
2011-03-28, by Sylvain Thénault
[repository] fix crash in optimized [add|remove]_relation w/ inlined relation (broken by cw 3.10 refactoring)
stable
2011-03-28, by Sylvain Thénault
[server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py
stable
2011-03-28, by Sylvain Thénault
[facets] closes #1569459 (date-range facet with year < 1900)
stable
2011-03-28, by Adrien Di Mascio
[session] add find_entities and find_one_entity to session/request API (closes #1550045)
stable
2011-03-28, by Nicolas Chauvat
[web formwidgets] add missing tabindex to jquery date and time widgets (closes #1568475)
stable
2011-03-28, by Nicolas Chauvat
[c-c create] db-create doesn't not take a verbose option any longer
stable
2011-03-28, by Sylvain Thénault
[css] we should use padding instead of margin here, else the element as size greater than <body>, forcing an horizontal scrollbar to appear
stable
2011-03-28, by Sylvain Thénault
[db connection] fix db connections method: verbose should be named interactive, it's not a question of verbosity but wether question should be asked or not
stable
2011-03-25, by Sylvain Thénault
[cwprops, migration] fix [set_]property to ensure we don't retrieve a user specific value. Add some docstring along the way
stable
2011-03-25, by Sylvain Thénault
[cwprops] add set_property method on CWUser instances, to ease setting of user specific properties
stable
2011-03-25, by Sylvain Thénault
[merge] backport stable fixes into default
2011-03-24, by Aurelien Campeas
Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation
stable
2011-03-22, by Alexandre Fayolle
backport oldstable
stable
2011-03-24, by Sylvain Thénault
[migration] Lesser memory consumption of cwuri fix + actually commit every 100 processed entities
oldstable
2011-03-24, by Sylvain Thénault
[migration] improve fix cwuri progress bar
oldstable
2011-03-24, by Sylvain Thénault
[migration] explicit first step of 3.10.9 migration.
oldstable
2011-03-24, by Sylvain Thénault
cleanups
stable
2011-03-24, by Sylvain Thénault
[uiprops, css] make header background actually modifiable through uiprops
stable
2011-03-24, by Sylvain Thénault
[components] add **kwargs to render method of header components to make them usable as regular components (eg in other places than the header
stable
2011-03-24, by Sylvain Thénault
[schema views] don't propose 'view all' action for final entity types (closes #1560549)
stable
2011-03-23, by Sylvain Thénault
[doc] fix urls pointing to repositories and download sites
stable
2011-03-23, by Nicolas Chauvat
backported tag to stable
stable
2011-03-21, by Alexandre Fayolle
Added tag cubicweb-version-3.9.x for changeset 48f468f33704
oldstable
2011-03-21, by Alexandre Fayolle
merge
stable
2011-03-17, by Aurelien Campeas
[devtools] missing py2.5 compat import
oldstable
2011-03-17, by Aurelien Campeas
merge oldstable into default
stable
2011-03-17, by Pierre-Yves David
fix stupid typo
oldstable
2011-03-17, by Pierre-Yves David
merge
oldstable
2011-03-17, by Pierre-Yves David
merge: [testlib] require explicite overwriting of TestDataBaseHandler.
stable
2011-03-17, by Pierre-Yves David
[testlib] require explicite overwriting of TestDataBaseHandler.
oldstable
2011-03-17, by Pierre-Yves David
remove conflict marker
stable
2011-03-17, by Pierre-Yves David
merge old stable into stable
stable
2011-03-16, by Pierre-Yves David
fix pylint helper methods: need a classmathod in cwconfig.py
stable
2011-03-16, by Alexandre Fayolle
fix pylint helper methods: need a classmathod in cwconfig.py
oldstable
2011-03-16, by Alexandre Fayolle
merged back pylint help changes to stable
stable
2011-03-16, by Alexandre Fayolle
merge
oldstable
2011-03-16, by Alexandre Fayolle
help pylint by explicitely defining some attributes
oldstable
2011-03-16, by Alexandre Fayolle
[doc] fix indentation spelling and grammar of tutorials/advanced/part03_bfss
stable
2011-03-15, by Nicolas Chauvat
[doc] complete description of EXISTS in rql/language.rst
stable
2011-03-15, by Nicolas Chauvat
[doc] fix rql/debugging.rst and server.__init__ docstrings
stable
2011-03-15, by Nicolas Chauvat
[doc] fix rql/debugging.rst and server.__init__ docstrings
oldstable
2011-03-15, by Nicolas Chauvat
[test] New Handling of database for test.
oldstable
2010-12-07, by Aurelien Campeas
[reledit] repair some brokennes
2011-03-11, by Aurelien Campeas
[reledit] kill the reledit/doreledit duality
2011-01-19, by Aurelien Campeas
default (3.11.X) is now stable
stable
2011-03-11, by Sylvain Thénault
stable (3.10.X) is now oldstable
oldstable
2011-03-11, by Sylvain Thénault
[test] add some tags
stable
2011-03-10, by Sylvain Thénault
[test] properly close connections
stable
2011-03-10, by Sylvain Thénault
[devtools] fix anonymous user handling in test classes
stable
2011-03-10, by Sylvain Thénault
[web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
2011-03-10, by Adrien Di Mascio
[views] #1499661 get rid of base tag
2011-03-10, by Adrien Di Mascio
backport stable
2011-03-10, by Sylvain Thénault
[tabs] forward url parameters to lazy tabs views
stable
2011-03-10, by Adrien Di Mascio
[testlib] fix regression introduced in 7065:6a6ea9966931
stable
2011-03-09, by Sylvain Thénault
[testlib] simplify code by using a class attribute
stable
2010-12-07, by Sylvain Thénault
[repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206)
stable
2011-03-09, by Sylvain Thénault
fix editable_attributes bug (closes #1534802)
stable
2011-03-09, by Alexandre Fayolle
[http test] fix typo in super call
2011-03-08, by Sylvain Thénault
backport stable
2011-03-08, by Sylvain Thénault
[testlib] New assertion method assertSentEmail() to test presence of emails in system mailbox
stable
2011-03-08, by Sylvain Thénault
[tests] Fix web test for windmill and forms
2011-02-18, by Julien Jehannet
[uilib] fix eid_param implementation
stable
2011-03-08, by Sylvain Thénault
[test] fix bad super call
stable
2011-03-08, by Sylvain Thénault
[dbapi] split in_memory_cnx functions
stable
2011-03-08, by Sylvain Thénault
Remove trailing white space
stable
2011-03-08, by Sylvain Thénault
Add a "closed" property on session
stable
2011-03-08, by Sylvain Thénault
[test] Improve tagging and error message of TwistedCWIdentTC
stable
2011-03-08, by Sylvain Thénault
[test/windmill] Gracefully skip windmill test if windmill can't be imported.
stable
2011-03-03, by Pierre-Yves David
[devtools/qunit] had "qunit" test for tag.
stable
2011-03-03, by Pierre-Yves David
[3.10.9 migration] don't display progress bar if stdout is not a tty
stable
2011-03-08, by Sylvain Thénault
[source host alias] match_host is the attribute, match is the method
2011-03-07, by Sylvain Thénault
Added tag cubicweb-debian-version-3.11.1-1 for changeset 77318f1ec4aa
2011-03-07, by Sylvain Thénault
Added tag cubicweb-version-3.11.1 for changeset d0410eb4d8bb
cubicweb-debian-version-3.11.1-1
2011-03-07, by Sylvain Thénault
3.11.1
cubicweb-version-3.11.1
2011-03-07, by Sylvain Thénault
i18nupdate
2011-03-07, by Sylvain Thénault
backport stable
2011-03-07, by Sylvain Thénault
some copyrigh updates
stable
2011-03-07, by Sylvain Thénault
[sql generation] fix exists table scope pb: when iterating other solutions inner to an EXISTS subquery, we should reset variables which have this exists node as scope
stable
2011-03-07, by Sylvain Thénault
[sql generation] fix table scope pb: when an inlined relation is used as principal for the rhs variable, we should adjust lhs variable'scope
stable
2011-03-07, by Sylvain Thénault
merge stable changes into default
2011-03-07, by Nicolas Chauvat
[testlib] backport some useful testing utilities from tracker's testutils module
stable
2011-03-07, by Sylvain Thénault
[testlib] fix rql generation bug w/ groups given as unicode string
stable
2011-03-07, by Sylvain Thénault
[multi-sources] add missing close method on ConnectionWrapper
stable
2011-03-03, by Sylvain Thénault
[c-c db-check] new checks for entities missing a mandatory relation/attribute
stable
2011-03-03, by Sylvain Thénault
[c-c db-check] factorize code by introducing notify_fixed dumb function
stable
2011-03-03, by Sylvain Thénault
[migration] cleanup corrupted database, pb noticed on several instances
stable
2011-03-03, by Sylvain Thénault
[dataimport] remove eid_key deprecation warning and prints
stable
2011-03-03, by Adrien Di Mascio
[config] fix option group clash causing anonymous user configuration to end in the MAIN section instead of the WEB section if cubicweb-dev is installed
stable
2011-02-28, by Sylvain Thénault
[config refactoring] rename eproperty_definition method to cwproperty_definition
stable
2011-02-28, by Sylvain Thénault
allow configuring the level of the configuration settings for cw-ctl add-source and db-init (which may call add-source)
stable
2011-02-22, by Alexandre Fayolle
add some tips for users who want to bind to an AD server
stable
2011-02-22, by Alexandre Fayolle
[c-c upgrade] rename force-componant-version option to force-cube-version and cleanup code
stable
2011-02-21, by Sylvain Thénault
[repo querier] fix rqlst cache no limit issue, comment the code
stable
2011-02-21, by Sylvain Thénault
[migration] missing future import
stable
2011-02-18, by Sylvain Thénault
backport stable
2011-02-18, by Sylvain Thénault
[source hooks] filter out case where source configuration doesn't have to be reloaded
2011-02-18, by Sylvain Thénault
Added tag cubicweb-debian-version-3.11.0-1 for changeset 8daabda9f571
2011-02-18, by Sylvain Thénault
Added tag cubicweb-version-3.11.0 for changeset 37432cede4fe
cubicweb-debian-version-3.11.0-1
2011-02-18, by Sylvain Thénault
[schema sync] we don't want to react on after_update_entity, it may only causes bug. CWUniqueConstraint should be deleted then a fresh one readded on change (as we do in sync_schema_props_perms)
stable
2011-02-18, by Sylvain Thénault
i18n update
cubicweb-version-3.11.0
2011-02-18, by Sylvain Thénault
[source ui] uicfg tweaks
2011-02-18, by Sylvain Thénault
3.11
2011-02-18, by Sylvain Thénault
[web test] fix some tests broken by recent (and various) changesets
2011-02-18, by Sylvain Thénault
[web/views] add a generic rdf view
2011-02-18, by Nicolas Chauvat
backport stable
2011-02-18, by Sylvain Thénault
[testlib pageinfo] extract matching_node method from has_tag to ease looking for a node with a given set of attributes
stable
2011-02-18, by Sylvain Thénault
backport stable
2011-02-18, by Sylvain Thénault
[schema serialization] for relation type, ertidx contains the relation type as string, for relation def, the RelationDefinitionSchema instance
stable
2011-02-17, by Sylvain Thénault
[schema deserialization] enhance fix done in 7010:fa707848a88a to properly deal with cw 3.9 database
stable
2011-02-17, by Sylvain Thénault
[schema deserialization] _unique_together should hold string, not schema instance (may lead to crash during sync_schema_props_perms for instance)
stable
2011-02-17, by Sylvain Thénault
backport stable
2011-02-17, by Sylvain Thénault
cleanup
stable
2011-02-17, by Sylvain Thénault
[web test] ensure we're using proper instance home
stable
2011-02-17, by Sylvain Thénault
backport stable
2011-02-17, by Sylvain Thénault
[config] we should load available configuration before search for an instance configuration
stable
2011-02-17, by Sylvain Thénault
[dbapi] fix for cases where one want to use 'connect' for an in-memory connection
stable
2011-02-17, by Sylvain Thénault
[skel] avoid pylint warning for newly generated cube
stable
2011-02-17, by Sylvain Thénault
[sobjects/parsers] compatibility with xml view of cw <= 3.10
2011-02-17, by Nicolas Chauvat
[sobjects/parsers] on validationerror, skip entity and continue processing feed
2011-02-17, by Nicolas Chauvat
[web test] fix test name conflict
stable
2011-02-16, by Sylvain Thénault
merge default heads
2011-02-16, by Sylvain Thénault
merge default heads
2011-02-16, by Sylvain Thénault
[tabs] use datadir_url to build image url instead of hardcoding data/
2011-02-16, by Adrien Di Mascio
[wdoc] fallback to english title when no translation found
stable
2011-02-16, by Sylvain Thénault
[datafeed] don't crash if python-kerberos isn't installed
2011-02-16, by Sylvain Thénault
[sobjects/parsers] add gssapi auth handler to urllib2 opener
2011-02-15, by Nicolas Chauvat
[data operation] add new remove_data method
stable
2011-02-15, by Sylvain Thénault
[migtration] fix migration script for 'dont cross' relations
2011-02-14, by Sylvain Thénault
backport stable
2011-02-14, by Adrien Di Mascio
[dataimport] implement create_entity() on ObjectStore to provide a consistent interface
stable
2011-02-14, by Adrien Di Mascio
[dataimport] make it possible to insert 'empty' (i.e. no-attrs) entities
stable
2011-02-14, by Adrien Di Mascio
[hooks] do not break if no entity created or updated during feed update
2011-02-14, by nico
[ajax box] fix ajaxBoxShowSelector w/ mono-valued fields + minor cleanups
stable
2011-02-14, by Sylvain Thénault
[ldap test] use get_available_port from cw.devtools.httptest
stable
2011-02-11, by Sylvain Thénault
[test] generate slapd.conf to be cwd independant
stable
2011-02-11, by Sylvain Thénault
[ldap test] use get_available_port from cw.devtools.httptest
2011-02-11, by Sylvain Thénault
[test] generate slapd.conf to be cwd independant
2011-02-11, by Sylvain Thénault
backport stable
2011-02-11, by Sylvain Thénault
[test] missing future import
stable
2011-02-11, by Sylvain Thénault
backport stable
2011-02-11, by Sylvain Thénault
[testlib] take care, validator may be None
stable
2011-02-11, by Sylvain Thénault
[testlib] extract get_validator method from _check_html, move assertDocTestFile
stable
2011-02-11, by Sylvain Thénault
[testlib] new method on page info object to ensure some tag with arbitrary attributes is found
stable
2011-02-11, by Sylvain Thénault
[packaging, test] include ldap test files in sdist
stable
2011-02-11, by Sylvain Thénault
[test] python 2.5 specifix
2011-02-10, by Sylvain Thénault
add a note
2011-02-10, by Sylvain Thénault
[manage view] get etypes first to avoid xhtml validation error if no one found
2011-02-10, by Sylvain Thénault
[datafeed] return empty dict when source is fresh avoid crash in the looping task because None returned
2011-02-10, by Sylvain Thénault
[manage view] fix skipping of startup views
2011-02-10, by Nicolas Chauvat
[parser host mapping] take care to cases where apphome is None (c-c i18ncube command for instance)
2011-02-10, by Sylvain Thénault
backport stable
2011-02-09, by Sylvain Thénault
[test] update cwxml tests: computed cwuri have changed, and parser.parse isn't anymore a static method
2011-02-09, by Sylvain Thénault
[testlib] by default skip new 'manage' action's category
2011-02-09, by Sylvain Thénault
[manage view] filter before displaying anything avoid xhtml errors
2011-02-09, by Sylvain Thénault
[test] update cwuri test
stable
2011-02-09, by Sylvain Thénault
[test] test extracted from unittest_hooks + new test for unique constraint check
2011-02-09, by Sylvain Thénault
[datafeed] introduce a host mapping so dev instance may transparently redirect request to another host than the actual's one
2011-02-09, by Sylvain Thénault
[management ui] add views to manage sources similarly to users
2011-02-09, by Sylvain Thénault
[manage view] cleanup manage view and user menu
2011-02-09, by Sylvain Thénault
[datafeed] add parser to import cubicweb xml
2011-02-09, by Sylvain Thénault
[xml] enhance default entity xml view
2011-02-09, by Sylvain Thénault
[pyro source] benefit from addition of latest_retrieval on CWSource
2011-02-09, by Sylvain Thénault
[repository] #1460066: backport datafeed cube as cubicweb source
2011-02-09, by Sylvain Thénault
backport stable
2011-02-09, by Sylvain Thénault
[entity, metadata] huuum, use resolvable url as cwuri... And fix existing ones.
stable
2011-02-09, by Sylvain Thénault
[doc] update some copyrights
stable
2011-02-09, by Sylvain Thénault
[repo, ms] fix pb introduced in 6941:9ed02daa7dbb resulting in missing relation deletes when an entity is deleted
2011-02-09, by Sylvain Thénault
[tabs js] merge tabs and lazy js files into cw.ajax.js and use camel case names to satisfy js coding standards
2011-02-08, by Sylvain Thénault
[schema, ui] fix is_subobject to skip cw_source relation (else everything is considered as a subobject, since this relation is now composite)
2011-02-08, by Sylvain Thénault
[admin ui] nicer views for users/groups management
2011-02-08, by Charles Hébert
[test, ui] mark CWSourceSchemaConfig as an internal type
2011-02-08, by Sylvain Thénault
backport stable
2011-02-08, by Sylvain Thénault
[js] using the actual registry fixes spurious warnings
stable
2011-02-07, by Sylvain Thénault
[pyrorql source] using 'time' option type is more convenient
2011-02-07, by Sylvain Thénault
[sources] refactor source creation and options handling
2011-02-07, by Sylvain Thénault
[sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
2011-02-07, by Sylvain Thénault
[sources] reorganize abstract source code, drop no more used cleanup_entities_info and _cleanup_system_relations methods
2011-02-07, by Sylvain Thénault
[source schema] fix permission pb on cw_host_config_of relation + add composite on cw_source, so entities from a source are properly removed when the source is removed
2011-02-07, by Sylvain Thénault
[repo, ms] optimise external source deletion by using source's eid instead of name
2011-02-07, by Sylvain Thénault
[rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation
stable
2011-02-06, by Sylvain Thénault
[c-c] fix crash on delete instance + potential others when user don't specify db user's password
stable
2011-02-04, by Sylvain Thénault
add a rql directive to restructuredtext
stable
2010-12-13, by Nicolas Chauvat
[pkg] bump dependency on logilab.database
stable
2011-02-03, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.8-1 for changeset 132b525de25b
stable
2011-02-02, by Sylvain Thénault
Added tag cubicweb-version-3.10.8 for changeset e581a86a68f0
stable
cubicweb-debian-version-3.10.8-1
2011-02-02, by Sylvain Thénault
3.10.8
stable
cubicweb-version-3.10.8
2011-02-02, by Sylvain Thénault
i18nupdate
stable
2011-02-02, by Sylvain Thénault
undo part of #6911
2011-02-01, by Aurelien Campeas
backport stable
2011-02-01, by Sylvain Thénault
[test] add test for != operator
stable
2011-02-01, by Sylvain Thénault
[rql2sql] fix bug with NOT in "fake" having terms
stable
2011-02-01, by Sylvain Thénault
[doc/book] simplify & fix the overview chapter
stable
2011-02-01, by Aurelien Campeas
ooops :D
stable
2011-01-31, by Sylvain Thénault
cleanups
stable
2011-01-31, by Sylvain Thénault
[ctxcomponents vreg] allow to specify 'no cache' using __cache argument
stable
2011-01-31, by Sylvain Thénault
[js utils] backport some generic code from comments cube
stable
2011-01-31, by Sylvain Thénault
[doc] update photo web site tutorial: we're starting from cw 3.10/file 1.9+
stable
2011-01-31, by Sylvain Thénault
[view] fix/enhance view.render
stable
2011-01-28, by Sylvain Thénault
[js lib] new string.rstrip method
stable
2011-01-28, by Sylvain Thénault
[ibreadcrumb] fix breadcrumb adapter backward compat
stable
2011-01-28, by Sylvain Thénault
[selectors] modify workflow selectors: is_in_state, on_transition
stable
2011-01-28, by Julien Jehannet
[cw-ctl] use default `mkdtemp()` behaviour to store backup file internally
stable
2011-01-28, by Julien Jehannet
[debian] fix lintian errors
stable
2011-01-28, by Julien Jehannet
[devtools] fix understanding of boundary constraint on db automatic population
stable
2011-01-28, by Sylvain Thénault
[rset] fix entity building for some result set with UNION and subqueries
stable
2011-01-28, by Sylvain Thénault
[c-c] lgc 0.54 check for duplicated commands, this may occurs with cw where plugins are automaticall (re)loaded
stable
2011-01-28, by Sylvain Thénault
[utils] support_args now support classes, searching if __init__ supports the arguments
stable
2011-01-28, by Sylvain Thénault
[schema sync] fix crash when bad inlinment detected, inlined is not in the locals
stable
2011-01-28, by Sylvain Thénault
cleanup, docstring update
stable
2011-01-27, by Sylvain Thénault
fix test broken by addition of new entity in test schema
stable
2011-01-27, by Alexandre Fayolle
[view] missing class on label span
stable
2011-01-27, by Sylvain Thénault
fix #1452413 : is_in_state selector does not match initial state of an entity
stable
2011-01-27, by Alexandre Fayolle
[component] refactor layout retrieval to handle case where we've an entity without rset properly
stable
2011-01-27, by Sylvain Thénault
[forms] EntityFieldsForm now take extra mainentity argument, for usage with composite form (the main form) where one of the subform edits the main entity
stable
2011-01-27, by Sylvain Thénault
[selectors] one_line_rset selector should also work when rset is None but an entity is specified
stable
2011-01-27, by Sylvain Thénault
[workflow] fix warning: we want to see the adapted entity, not the adapter
stable
2011-01-27, by Sylvain Thénault
[js] fix deprecated call
stable
2011-01-27, by Sylvain Thénault
[uicfg] fix reledit rtag initialization for final relations
stable
2011-01-27, by Sylvain Thénault
[uicfg] use INTERNAL_TYPES and WORKFLOW_TYPES to initialize indexview_etype_section dict
stable
2011-01-27, by Sylvain Thénault
[rtags] fix NoTargetRelationTagsDict to ensure relation are tagged using '*' during initialization
stable
2011-01-27, by Sylvain Thénault
[rtags] speepup initialization by avoiding to get file entity types relations (useless)
stable
2011-01-27, by Sylvain Thénault
[skel] try to generate warning free stub...
stable
2011-01-26, by Sylvain Thénault
[deprecation] kill remaining 3.6 warning
stable
2011-01-26, by Sylvain Thénault
[migration] cwunique constraint schema fix must be done in bootstrap migration
stable
2011-01-26, by Sylvain Thénault
[i18n] missing some english translation
stable
2011-01-26, by Sylvain Thénault
we must check constraint for all concerned entities and not stop at the first deleted one
stable
2011-01-26, by Alexandre Fayolle
avoid creating a new instance of CleanupDeletedEidsCacheOp if nothing was deleted
stable
2011-01-26, by Alexandre Fayolle
[css] fix popup css (login box) for IE7
stable
2011-01-25, by Katia Saurfelt
[user form] use InOutWidget to edit CWUser in_group relation
stable
2011-01-26, by Sylvain Thénault
[widgets, js] add a InOutWidget for multiple select
stable
2011-01-25, by Katia Saurfelt
improve massive deletion performance
stable
2011-01-25, by Alexandre Fayolle
[ldap] remove useless hack in unittest_ldapuser.py
stable
2011-01-25, by David Douard
[tests] make ldap source test run its own local (Open)LDAP server
stable
2011-01-25, by David Douard
[ldap] small code cleanups
stable
2011-01-25, by David Douard
[test] fix score_entity test
stable
2011-01-25, by Sylvain Thénault
[testlib] missing method on value generator to generate the Interval type
2011-01-24, by Sylvain Thénault
[cleanup]
2011-01-24, by Sylvain Thénault
backport stable
2011-01-24, by Sylvain Thénault
[selector] update `match_transition` selector to match form & as well as form view.
stable
2011-01-24, by Charles Hébert
[book] fixes some references and other doc construction pbs
stable
2011-01-24, by Sylvain Thénault
[book] advanced tutorial part 5 improvments: add some roles, talk about cube's layout, strip image
stable
2011-01-24, by Sylvain Thénault
update code sample to 3.10 api
stable
2011-01-24, by Sylvain Thénault
blog proofreading
stable
2011-01-24, by Alexandre Fayolle
[doc] backport part 3 & 4 of the sytweb's tutorial + to be published part 5
stable
2011-01-23, by Sylvain Thénault
[test] missing future imports
stable
2011-01-21, by Sylvain Thénault
[test] fix typo
stable
2011-01-21, by Sylvain Thénault
[schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
stable
2011-01-21, by Sylvain Thénault
[vreg] check for identical app objects when replacing
stable
2011-01-21, by Julien Jehannet
[docstring] minor: add warning about entity cache for rql_condition selector
stable
2011-01-20, by Julien Jehannet
[selectors] minor: use similar __repr__ implementation for selector instances
stable
2011-01-21, by Sylvain Thénault
[tests] new unit tests about score_entity selector (inscore machinery)
stable
2011-01-20, by Julien Jehannet
[tests] use migration api to create workflow
stable
2011-01-19, by Julien Jehannet
[c-c delete] closes #1433117 and other flavours where we don't want to crash on error
stable
2011-01-21, by Sylvain Thénault
[after edition ui] closes #1381425: Wrong message : 'entity edited (click here to see created entity)'
stable
2011-01-21, by Sylvain Thénault
[i18n] cleanup catalogs
stable
2011-01-21, by Sylvain Thénault
[adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class
stable
2011-01-21, by Sylvain Thénault
[c-c delete] add quote on db drop statement to be more robust to exotic database names
stable
2011-01-20, by Sylvain Thénault
[ajax] apply Ronan Dunklau patch closing #1433305: loadRemote js function failure on Firefox 4 with upper cased base domain name
stable
2011-01-20, by Sylvain Thénault
[schema] ease understanding of schema naming error
stable
2011-01-20, by Sylvain Thénault
[db-create] we should always ask db user that should be used when special privileges are required
stable
2011-01-20, by Sylvain Thénault
[entity] fix some docstrings
stable
2011-01-20, by Sylvain Thénault
[js] always lowercase baseuri #1433305
stable
2011-01-20, by Aurelien Campeas
[rset] add utility method to get entities and attributes from any rset
stable
2011-01-19, by Aurelien Campeas
[url publishing] evaluate url rewrite rules before rest path so one may easily override schema based urls
2011-01-20, by Sylvain Thénault
[ui, index page] drop useless 'schema entities' table
2011-01-20, by Sylvain Thénault
[views] delete ``permission`` tab in ``SchemaView``
2011-01-20, by cheb
[schema] fix CWSource permissions
stable
2011-01-20, by Sylvain Thénault
[migration] fix migration of old cw instances which do not have yet the CWUniqueTogetherConstraint entity type
stable
2011-01-20, by Sylvain Thénault
[repo] kill no more needed 'recreate' feature
2011-01-19, by Sylvain Thénault
[repo] move cursor creation into the try/except, it may raises an InterfaceError if the connection is closed
stable
2011-01-19, by Sylvain Thénault
[repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
2011-01-19, by Sylvain Thénault
[web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
2011-01-19, by Sylvain Thénault
[primary view] support for entity_call on primary view
2011-01-19, by Sylvain Thénault
[doc] fix typo
stable
2011-01-19, by Sylvain Thénault
[c-c list] don't crash if there are no 'version' attribute in pkginfo
stable
2011-01-19, by Sylvain Thénault
[config] stop using a metaclass for registration of "public" configuration, simply do it explicitly
stable
2011-01-19, by Sylvain Thénault
[devtools] set configuration name to all-in-one so test/data/all-in-one.conf file will be loaded as one may expected
stable
2011-01-19, by Sylvain Thénault
backport stable
2011-01-19, by Sylvain Thénault
[sparql] fix an url generation bug breaking sparqlxml results view + remove a deprecation warning
stable
2011-01-19, by Sylvain Thénault
[skel] setup.py patched to get easy_install to work
stable
2011-01-17, by Sylvain Thénault
[tutorial] make things clearer
stable
2011-01-17, by Sylvain Thénault
[hook] drop now deprecated comment (pop handled by get_data)
stable
2011-01-17, by Sylvain Thénault
tutorial proof reading
stable
2011-01-17, by Alexandre Fayolle
[pkg] fix small bug appearing on Windows
stable
2011-01-17, by Alain Leufroy
[doc] major rework of the simple blog tutorial
stable
2011-01-17, by Sylvain Thénault
[doc] fix match_rtype_sets docstring
stable
2011-01-17, by Sylvain Thénault
[doc] some ReST syntax fixes
stable
2011-01-17, by Sylvain Thénault
[doc] update cw api (XXX: similar changes have to be done in book probably)
stable
2011-01-17, by Sylvain Thénault
added note about the effect of commit/rollback on the hooks_control context manager
stable
2011-01-17, by Alexandre Fayolle
[doc] fix security bug in photo web site tutorial
stable
2011-01-14, by Sylvain Thénault
[c-c create] don't ask for web server interface at level 0
stable
2011-01-14, by Sylvain Thénault
[skeleton] nicer pkginfo organization
stable
2011-01-14, by Sylvain Thénault
[ui tweaks] fix default ui
stable
2011-01-14, by Sylvain Thénault
[i18n] missing english translation
stable
2011-01-14, by Sylvain Thénault
[doc] update unittest api
stable
2011-01-14, by Sylvain Thénault
backport stable branch
2011-01-14, by Adrien Di Mascio
[views] fix typo (invalid format character) in deprecation warning
stable
2011-01-14, by Adrien Di Mascio
backport stable
2011-01-13, by Sylvain Thénault
merge stable heads
stable
2011-01-13, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.7-1 for changeset bf5d9a1415e3
stable
2011-01-13, by Sylvain Thénault
Added tag cubicweb-version-3.10.7 for changeset 1959d97ebf2e
stable
cubicweb-debian-version-3.10.7-1
2011-01-13, by Sylvain Thénault
[server test] can't use skipTest method as a class method, raise appropriate exception instead
stable
2011-01-13, by Sylvain Thénault
[etwist] add an 'interface' config option (passed to reactor.listenTCP)
stable
cubicweb-version-3.10.7
2011-01-13, by david douard
[wf migration] allow to deactivate assertion on wfable entity to quick-fix tests
stable
2011-01-13, by Sylvain Thénault
[schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration.
stable
2011-01-13, by Sylvain Thénault
[idownloadable] deprecate download_box function
stable
2011-01-13, by Sylvain Thénault
[idownloadable] restore backward compat
stable
2011-01-12, by Sylvain Thénault
typo in deprecation warning
stable
2011-01-12, by Sylvain Thénault
[doc] stop trying to compile useless files with logilab's internal tools
stable
2011-01-12, by Sylvain Thénault
update version number of dependancy to rql
stable
2011-01-12, by Sylvain Thénault
prepare 3.10.7
stable
2011-01-12, by Sylvain Thénault
i18nupdate
stable
2011-01-12, by Sylvain Thénault
[cleanup] pylint detected error (among a ton of false positives due to the dynamic nature of cubicweb's code...)
stable
2011-01-11, by Sylvain Thénault
[testlib] extract validation logic into a ``assertWellFormed`` method.
stable
2010-11-09, by Pierre-Yves David
[migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720)
stable
2011-01-11, by Sylvain Thénault
unittest2 fix: can't skip test in setUp, but it's fine in setUpClass
stable
2011-01-11, by Sylvain Thénault
[c-c] #1193302: Only show Deprecation warnings when using cubicweb-ctl (not /etc/init.d/cubicweb)
stable
2011-01-11, by Sylvain Thénault
[pyviews] document the fact that content is not xml-escaped (closes #1382038)
stable
2011-01-11, by Sylvain Thénault
[repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002)
stable
2011-01-11, by Sylvain Thénault
[web action] refactor box menu handling, fixing #1401943 on the way
stable
2011-01-11, by Sylvain Thénault
[config] use %r instead of %s for cube name makes things clearer
stable
2011-01-11, by Sylvain Thénault
missing future import
stable
2011-01-10, by Sylvain Thénault
[web test] fix authentication test: session cookie should now be computed by the session handler (changed in cw 3.10.6)
stable
2011-01-10, by Sylvain Thénault
[unittest2] update to unittest2 assertRaises api
stable
2011-01-10, by Sylvain Thénault
[server test] fix test inter-dependancy issue
stable
2011-01-07, by Sylvain Thénault
[multi-sources] fix planning of crossed relation w/ some complex queries
stable
2011-01-07, by Sylvain Thénault
[idownloadable] oneline view display entity's default title instead of file name, while download box display file name
stable
2011-01-07, by Sylvain Thénault
[deprecation] fix bad warning on entity.querier_pending_relations
stable
2011-01-07, by Sylvain Thénault
[web session] refactor to finally closes #343036: allow _postlogin behaviour overloading
stable
2011-01-07, by Sylvain Thénault
[schema migration] add a test to ensure default value are considered
stable
2011-01-07, by Sylvain Thénault
[schema hook] don't depends on lgc.testlib, hence unittest2 for a dumb mock
stable
2011-01-06, by Sylvain Thénault
[bfss storage] Improve fspath() error message.
stable
2011-01-06, by Pierre-Yves David
[json controler] extraargs in js_component contains unicode keys which may not be given as argument names
stable
2011-01-06, by Sylvain Thénault
[footer template] refactor to ease addition of some content into the footer
stable
2011-01-06, by Sylvain Thénault
[boxes] add id of the rset to generated dom id of RsetBox to lower chance of id conflict (object id may be reused later)
stable
2011-01-06, by Sylvain Thénault
[doc] fix bad class ref
stable
2011-01-06, by Sylvain Thénault
oops, forgotten to save buffer...
2011-01-05, by Sylvain Thénault
backport stable
2011-01-05, by Sylvain Thénault
[unittest2] use unittest2 module fixture api
stable
2011-01-05, by Julien Jehannet
[server/test] raise SkipTest from setUpModule instead of setUp( unittest2 behaviour) + kill some deprecation warnings
stable
2011-01-05, by Julien Jehannet
[daemon] make process umask configurable
stable
2011-01-05, by Sylvain Thénault
properly tell we've started an instance (close #1391262)
stable
2011-01-05, by Sylvain Thénault
[ctxcomponents] RQLCtxComponent: refactor init_rendering/render_body to ease overriding
stable
2010-12-23, by Julien Jehannet
[tests] use TextTestRunner from unittest, no more need to use SkipAwareTextRunner from lgc.testlib (which doesn't exist anymore in recent releases
stable
2011-01-05, by Julien Jehannet
[i18n/fr] minor change in etypenavigation component
stable
2011-01-03, by Julien Jehannet
d-t-w
stable
2011-01-05, by Sylvain Thénault
merge stable heads
stable
2011-01-04, by Sylvain Thénault
[test, html validation] make validator selection somewhat smarter (at least it works properly when content is demoted from xhtml to html, making the XMLDemotingValidator class useless
stable
2011-01-04, by Sylvain Thénault
minor code cleanup
stable
2011-01-04, by Sylvain Thénault
merge
stable
2011-01-04, by Sylvain Thénault
Backed out changeset 84b67ae41a0d: with this fix, some
stable
2011-01-04, by Sylvain Thénault
fix unittest broken by TrInfo schema change
stable
2011-01-04, by Alexandre Fayolle
check the validity of kwargs passed to match_rtype
stable
2011-01-04, by Alexandre Fayolle
merge stable heads
stable
2011-01-04, by Sylvain Thénault
fix ticket #1382716 (problem was actually more subtle than I originally thought)
stable
2011-01-04, by Alexandre Fayolle
[web/views/basetemplates] nbsp breaks tests, use #160 instead
stable
2011-01-04, by Aurelien Campeas
[web/views/workflow] hide tr_count attribute in wf transition form
stable
2011-01-04, by Aurelien Campeas
backport stable
2011-01-04, by Sylvain Thénault
[html generation] even when doctype without extension are asked, we should define the xmlns:cubicweb attribute to avoid html validation error during tests (break tests with new calendar view in default branch since it demote to html)
stable
2011-01-04, by Sylvain Thénault
handle the fact that there might be no views registered in some configurations (#1382716)
stable
2011-01-04, by Alexandre Fayolle
[ms] fix ms planner crash on some ambiguous queries, as demonstrated in a comment on http://www.cubicweb.org/ticket/1382452
stable
2011-01-04, by Sylvain Thénault
[ms] #1382452: incorrect results with multi-sources
stable
2011-01-04, by Sylvain Thénault
#1382705 forbid with sql level locking the simultaneous fireing of a transition on a given entity
stable
2010-12-21, by Alexandre Fayolle
[doc/book] add missing mixin
stable
2011-01-03, by Aurelien Campeas
[views/reledit] funky API made this fatal (it was previously only eating the second argument)
stable
2010-12-22, by Aurelien Campeas
[views/reledit] ajax.js not there by default #1382713
stable
2010-12-22, by Aurelien Campeas
[doc/book] fix/update a bit the hooks chapter
stable
2010-12-22, by Aurelien Campeas
fix error message for unique together constraint
stable
2010-12-21, by Alexandre Fayolle
backport stable
2010-12-18, by Sylvain Thénault
backport oldstable
stable
2010-12-18, by Sylvain Thénault
[config, i18n] Create default translation mechanism for all supported languages.
oldstable
cubicweb-version-3.9.x
2010-12-10, by Pierre-Yves David
[config] Use newstyle call to parent classe method.
oldstable
2010-12-10, by Pierre-Yves David
[security] fix access control problem
oldstable
2010-12-13, by Nicolas Chauvat
[js/edition] remove trailing coma
stable
2010-12-14, by Aurelien Campeas
[doc/book] move ctl tool in Admin chapter (from Appendages)
stable
2010-12-14, by Aurelien Campeas
[doc/book] mention that the shell is a python shell
stable
2010-12-14, by Aurelien Campeas
[web/components] fix typo in warning
stable
2010-12-10, by Aurelien Campeas
[registry] backout 120c7ea6e1fa: errors should not pass silently
stable
2010-12-10, by Adrien Di Mascio
[config] revert change that breaks i18nxxx commands
oldstable
2010-12-09, by Aurelien Campeas
remove "metadata" class from MetaDataView as it is now set by SectionLayout (view.cssclass)
stable
2010-12-09, by Katia Saurfelt
[js] fix initial value for autocomplete
stable
2010-12-09, by Katia Saurfelt
[pkginfo|debian/control] adjust ldb version
oldstable
2010-12-09, by Aurelien Campeas
add localization files for jquery datepicker
2010-12-09, by Stephanie Marcu
[#615712] replace calendar views with views using fullcalendar jquery plugin (remove old_calendar)
2010-12-09, by Stephanie Marcu
brown paperbag fix
oldstable
2010-12-09, by Alexandre Fayolle
make rename_table work with MS SQL (needs updated logilab.database)
oldstable
2010-12-09, by Alexandre Fayolle
[ldap] fix user-filter handling
oldstable
2010-12-09, by Alexandre Fayolle
[migration] improve doctest report format
stable
2010-11-29, by Julien Jehannet
[book] Notes about literate testing
stable
2010-12-03, by Julien Jehannet
[hook] update DataOperationMixIn docstring
stable
2010-12-06, by Julien Jehannet
[config, i18n] Create default translation mechanism for all supported languages.
oldstable
2010-11-09, by Pierre-Yves David
allow additional filtering to be performed on the LDAP source (#1382380)
oldstable
2010-12-03, by Alexandre Fayolle
[edition js] update docstring and remove a 3.9 deprecation warning
stable
2010-12-02, by Sylvain Thénault
[autoform] fix call to remove pending generic relation: reference bad function name
stable
2010-12-02, by Sylvain Thénault
[autoform] fix restoration of pending generic relation: inconsistent id was generated (eg different from the one generated by javascript
stable
2010-12-02, by Sylvain Thénault
[pyro source] store pyro source mapping file into the database
2010-12-01, by Sylvain Thénault
backport stable
2010-12-01, by Sylvain Thénault
[repo source] rename attribute so it's much easier to grasp its role
stable
2010-12-01, by Sylvain Thénault
backport oldstable
stable
2010-12-01, by Sylvain Thénault
[testlib] Use logilab.common.shellutils.getlogin instead of local hack.
oldstable
2010-12-01, by Pierre-Yves David
[doc] minor fixes
oldstable
2010-12-01, by Sylvain Thénault
[doc/book] Improve installation doc mostly about pip ans easy_install
oldstable
2010-12-01, by Pierre-Yves David
[doc/book] Update cubicweb repository url
oldstable
2010-12-01, by Pierre-Yves David
[doc/book] Add a note about <database>-support virtual package.
oldstable
2010-12-01, by Pierre-Yves David
Added tag cubicweb-debian-version-3.10.6-1 for changeset 1484257fe9ae
stable
2010-11-30, by Nicolas Chauvat
Added tag cubicweb-version-3.10.6 for changeset 3c81dbb58ac4
stable
cubicweb-debian-version-3.10.6-1
2010-11-30, by Nicolas Chauvat
prepare 3.10.6
stable
cubicweb-version-3.10.6
2010-11-30, by Nicolas Chauvat
[merge] backport stable
2010-11-30, by Aurelien Campeas
merge olstable back (3.9.9 packaging fix)
stable
2010-11-23, by Pierre-Yves David
Merge back fix to 3.9.9 packaging
oldstable
2010-11-23, by Pierre-Yves David
Added tag cubicweb-debian-version-3.9.9-3 for changeset 09c98763ae9d
oldstable
2010-11-23, by Pierre-Yves David
[pkg/debian] Add source format information
oldstable
cubicweb-debian-version-3.9.9-3
2010-11-23, by Pierre-Yves David
prepare 3.9.9-3
oldstable
2010-11-23, by Pierre-Yves David
[debian] i18n directory should actually be in cubicweb-common
oldstable
2010-10-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.9-2 for changeset b7db1f593558
oldstable
2010-11-23, by Pierre-Yves David
[pkg-debian] prepare 3.9.9-2
oldstable
cubicweb-debian-version-3.9.9-2
2010-11-23, by Pierre-Yves David
[debian] cleanup -common package
oldstable
2010-10-17, by Sylvain Thénault
[migration] 3.10.4 migration should not ask confirmation when adding CWSource
stable
2010-11-15, by Nicolas Chauvat
backport oldstable
stable
2010-11-12, by Nicolas Chauvat
fix typo
stable
2010-11-12, by Nicolas Chauvat
[download box] refactor to ease when one want to propose multiple elements to download
stable
2010-11-09, by Julien Jehannet
[basetemplates] breadcrumbs component context sticks to ApplicationName
stable
2010-11-09, by Julien Jehannet
[basetemplates] define header ctx components categories as attribute to ease overriding
stable
2010-11-09, by Julien Jehannet
[migration] put some migration context info in doctest environment: __file__ and __args__
stable
2010-11-09, by Julien Jehannet
[windmill tests] use extra timeouts, else we get failure simplu because we didn't wait enough
stable
2010-11-05, by Julien Jehannet
[devtools] make migration handler easily available from CubicWebTC through .shell() method
stable
2010-11-05, by Julien Jehannet
[ldap] make instance still usable if we can't contact ldap server
stable
2010-11-12, by Sylvain Thénault
[change state form] set domid to avoid data conflict with other (eg edition) form
stable
2010-11-05, by Sylvain Thénault
[action] set mainform=False to ensure we don't consume previously posted form validation errors
stable
2010-11-05, by Sylvain Thénault
[forms] remove some deprecation warnings
stable
2010-11-05, by Sylvain Thénault
backport stable
2010-11-05, by Sylvain Thénault
update note
stable
2010-11-05, by Sylvain Thénault
[shell, testlib] return doc test results in process_script and new assertDocTestFile method on CubicWebTC
stable
2010-11-05, by Julien Jehannet
[migration] fix rqliter when some query arguments are given
stable
2010-11-05, by Sylvain Thénault
[uilib] soup2xhtml uses now lxml.html.Cleaner
stable
2010-10-22, by Julien Jehannet
minor cleanups
stable
2010-11-05, by Sylvain Thénault
fix #724689: exception's display during ajax call
stable
2010-11-05, by Sylvain Thénault
test and fix #1232202: [bookmarks] broken link for startupviews
stable
2010-11-05, by Sylvain Thénault
fix #1376317: facet: no_relation feature crash when rql has no restriction
stable
2010-11-05, by Sylvain Thénault
[web session] fix '#1375582: sometime have to relogin since secure session cookie are used' by having different session cookie for http/https version. Also add application name to avoid potential pb when developping differents appls on the same port.
stable
2010-11-05, by Sylvain Thénault
[migration] use eschema.type for nicer display when confirmation is asked
stable
2010-11-05, by Sylvain Thénault
[base template header] changeset 6669:e4532c6acf34 introduce a visual regression on standard site, fix it by merging header-left/header-center context, it simplify things and have proper display. Cubes using 'firstcolumn' css class will have to be upgraded
stable
2010-11-05, by Sylvain Thénault
[timetable view] ensure we actually have a user in the rset cell
stable
2010-11-05, by Sylvain Thénault
cleanup
stable
2010-11-05, by Sylvain Thénault
[c-c list] tell more about the pb when some cube information is missing
stable
2010-11-05, by Sylvain Thénault
[repository] don't crash when cascading delete a relation, this may let the database in an inconsistent state anyway, so simply log the error
stable
2010-11-05, by Sylvain Thénault
[ms planning] test and fix bad plannification of a query used on cascading delete of a deleted (external) entity relations
stable
2010-11-05, by Sylvain Thénault
[ms] fix error in synchronisation: local_eid return a 2-uple
stable
2010-11-05, by Sylvain Thénault
[ms test] fix nasty cache effect break unittest_multisources.test_not_relation since introduction of local_eid method andfor full dereferencement of external eids
stable
2010-11-05, by Sylvain Thénault
[c-c reset-admin-pwd] don't crash on unknown option, and silently ignore 'adapter' which may be present in pre 3.10 sources file
stable
2010-11-04, by Sylvain Thénault
[component] restore logo position in left column
stable
2010-11-03, by Julien Jehannet
[boxes] PossibleViewsBox is contextual, StartupViewsBox isn't
stable
2010-11-03, by Sylvain Thénault
stable is now 3.10
stable
2010-11-03, by Sylvain Thénault
backport stable
2010-11-03, by Sylvain Thénault
oldstable is now 3.9
oldstable
2010-11-03, by Sylvain Thénault
[repo] don't attempt to read sources from database on quick start. Fix crash after restoring a pre 3.10 database
2010-11-02, by Sylvain Thénault
typo
2010-11-02, by Sylvain Thénault
[facet] only String attributes have internationalizable property
2010-11-02, by Sylvain Thénault
fix grammar in docstring
stable
2010-10-29, by Nicolas Chauvat
merge changes from stable branch
2010-10-29, by Nicolas Chauvat
fix problem introduced with previous commit
stable
2010-10-29, by Nicolas Chauvat
merge changes from stable branch
2010-10-28, by Nicolas Chauvat
[cwctl] command list now checks version of cw, not only versions of cubes
stable
2010-10-28, by Nicolas Chauvat
[ms entity] proper error on external entity fetch error
2010-10-27, by Sylvain Thénault
[ms pyro] skipping external entities is not enough else we may miss some relations with our configuration (eg X refinement_of Y WHERE X comes from cwo while Y comes from elo)
2010-10-27, by Sylvain Thénault
[ms planner] fix changeset 6650:72f2fd93a622: we should sometime complete input map anyway
2010-10-27, by Sylvain Thénault
[ldap] don't refuse to start if ldap is unreachable
2010-10-27, by Sylvain Thénault
[3.10] use cw_attr_cache, entity has no more iteritems method
2010-10-26, by Sylvain Thénault
[ms planning] fix potential key error due to additional entries in input maps
2010-10-26, by Sylvain Thénault
[ms planning] fix bug in merge_input_map causing bad plans computed
2010-10-26, by Sylvain Thénault
[ms planning] fix/enhance cw_source consideration in ms planning
2010-10-26, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.5-1 for changeset e2e7410e9947
2010-10-26, by Sylvain Thénault
Added tag cubicweb-version-3.10.5 for changeset 159d0dbe07d9
cubicweb-debian-version-3.10.5-1
2010-10-26, by Sylvain Thénault
[book] move bit about rql logs to its own section
cubicweb-version-3.10.5
2010-10-25, by Nicolas Chauvat
backport stable
2010-10-25, by Sylvain Thénault
3.10.5
2010-10-25, by Sylvain Thénault
i18n update german translation
2010-10-25, by Sylvain Thénault
[i18n] include german translation provided by Dr Leo
2010-10-25, by Sylvain Thénault
i18nupdate
2010-10-25, by Sylvain Thénault
[test] more cwd independant tests
2010-10-25, by Sylvain Thénault
[test] cleanup: don't need expensive auto_populate(), use a single test class
2010-10-25, by Sylvain Thénault
[cwprops] validation error message now include key value
2010-10-25, by Sylvain Thénault
[3.10] more form api update
2010-10-25, by Sylvain Thénault
[ms] script to drop external entities from an external source
2010-10-25, by Sylvain Thénault
[test] repair test: we now have another unique constraint on CWSourceHostConfig
2010-10-25, by Sylvain Thénault
[primary view] properly deprecates render_entity_[summary|metadata]
2010-10-25, by Sylvain Thénault
[ms] simplify cw_source handling : don't try evil optmization that may hurt in some cases
2010-10-25, by Sylvain Thénault
cleanup
2010-10-25, by Sylvain Thénault
[test] make test independant from the working directory
2010-10-25, by Sylvain Thénault
[inline form] ensure entity has an actual eid before using it to check perms
2010-10-25, by Sylvain Thénault
[repo] fix crash introduced in 6625:5c20a005bddc
2010-10-25, by Sylvain Thénault
[ms / integrity] skip properties whose pkey starts with 'sources.' avoid validation error when setting last update time for instance
2010-10-25, by Sylvain Thénault
[sources] method to ease modification of a source config through c-c shell
2010-10-25, by Sylvain Thénault
[pyro source] when cleaning relations of an external entity being cleaned up, only delete local relationsd
2010-10-25, by Sylvain Thénault
[pyro source] new option to control wether external entities should be skipped or not
2010-10-25, by Sylvain Thénault
[d-c check-mapping] small enhancements to avoid spurious warnings
2010-10-25, by Sylvain Thénault
[facet] return else we get name error later
2010-10-25, by Sylvain Thénault
[core schema] CWSourceHostConfig.match_host only unique per source
2010-10-25, by Sylvain Thénault
[migration] stupid typo, cw_source still not properly set
2010-10-25, by Sylvain Thénault
[facets] cleanup and use RelationAttributeFacet for InState
2010-10-25, by Sylvain Thénault
[cleanup] drop accidentally commited print
2010-10-25, by Sylvain Thénault
[js/ajax] switch to POST by default, fixes an IE7 caching bug
stable
2010-10-25, by Aurelien Campeas
[registration] don't crash on import error while initializing the registry and not in debug mode
2010-10-25, by Sylvain Thénault
[primary view bw compat] we should actually drop 3.2 compat and have proper pre 3.10 compat
2010-10-25, by Sylvain Thénault
[dbapi] 'before-registry-reset' not called for db-api connections, cache may not be initialized
2010-10-25, by Sylvain Thénault
[web] proper error when no json module available
2010-10-25, by Sylvain Thénault
[dbapi] web request compatibility fixes
2010-10-25, by Sylvain Thénault
[3.10 bw compat] ensure context is specified, else crash on RsetBox
2010-10-25, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.4-1 for changeset 7b41930e1d32
2010-10-22, by Sylvain Thénault
Added tag cubicweb-version-3.10.4 for changeset d73733479a3a
cubicweb-debian-version-3.10.4-1
2010-10-22, by Sylvain Thénault
oops, use unicode
cubicweb-version-3.10.4
2010-10-22, by Aurelien Campeas
[migration] skip final entity types
2010-10-22, by Sylvain Thénault
[migration] dumb name error
2010-10-22, by Sylvain Thénault
backport stable
2010-10-22, by Sylvain Thénault
merge
stable
2010-10-22, by Sylvain Thénault
Added tag cubicweb-debian-version-3.9.9-1 for changeset 1ba51b00fc44
stable
2010-10-22, by Sylvain Thénault
Added tag cubicweb-version-3.9.9 for changeset df0b2de62cec
stable
cubicweb-debian-version-3.9.9-1
2010-10-22, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.4-1 for changeset 49f1226f2fab
2010-10-22, by Sylvain Thénault
Added tag cubicweb-version-3.10.4 for changeset 3829498510a7
2010-10-22, by Sylvain Thénault
3.10.4
2010-10-22, by Sylvain Thénault
[ms] catch exception on executing rql, work-around #1356884 until a proper fix
2010-10-22, by Sylvain Thénault
[ms] fix an infinite loop in ms planner and another crash
2010-10-22, by Sylvain Thénault
[test/renderer] fix html form/field generation & adapt a bit one test
2010-10-22, by Aurelien Campeas
[3.10] drop deprecation warning
2010-10-22, by Sylvain Thénault
[test] fix test to follow recent changes
2010-10-22, by Sylvain Thénault
backport stable
2010-10-22, by Sylvain Thénault
[testlib] self.appid not yet defined
stable
2010-10-22, by Sylvain Thénault
[book] FAQ: reorganize content, improve NoSelectableObject section, add database
2010-10-22, by Stephanie Marcu
[book] complete datamodel definition section with default permissions
2010-10-22, by Stephanie Marcu
backport stable
2010-10-22, by Sylvain Thénault
[testlib] /me stupid
stable
2010-10-22, by Sylvain Thénault
backport stable
2010-10-22, by Sylvain Thénault
[testlib] missing import
stable
2010-10-22, by Sylvain Thénault
merge
2010-10-22, by Sylvain Thénault
[test] start to make tests independant from cwd (more to do for tests which don't inherit from CubicWebTC
stable
2010-10-22, by Sylvain Thénault
[3.10] renderer.render prototype bw compat
2010-10-22, by Sylvain Thénault
[deprecation] add version info
2010-10-22, by Sylvain Thénault
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-22, by Sylvain Thénault
[dbapi] enhanced web compatible request when using dbapi
2010-10-21, by Sylvain Thénault
some docstrings
2010-10-21, by Aurelien Campeas
[migration] fix 3.10 migration: since cw_source is marked as meta relation, it has not been automatically added to all existant entity type
2010-10-21, by Sylvain Thénault
[cwsource] fix dumb name error
2010-10-21, by Sylvain Thénault
[inline forms] check for permission to add relation/target type before to add the 'add new' link (else we get a NoSelectableObject exception)
2010-10-21, by Sylvain Thénault
[3.10] remove a deprecation warning
2010-10-21, by Sylvain Thénault
[3.10] include field's info in deprecation warning
2010-10-21, by Sylvain Thénault
backport stable
2010-10-21, by Sylvain Thénault
[boxes] take care to duplicated 'title' argument if already specified in cw_extra_kwargs
2010-10-21, by Sylvain Thénault
3.9.9
stable
cubicweb-version-3.9.9
2010-10-21, by Sylvain Thénault
[dependancy] do not use testlib from outside test: recent lgc versions recommends unittest2 while lgc.testlib needs it, and we don't want it to be necessary to run cw
stable
2010-10-21, by Sylvain Thénault
#1346310: Add `Secure` attribute to cookie when navigating on https
2010-10-21, by Sylvain Thénault
[boxes] add bw compat on BoxWidget, we mix string and box items until htmlwidgets are gone
2010-10-20, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.3-1 for changeset 303b150ebb7a
2010-10-20, by Sylvain Thénault
Added tag cubicweb-version-3.10.3 for changeset 8eb58d00a0ce
cubicweb-debian-version-3.10.3-1
2010-10-20, by Sylvain Thénault
3.10.3
cubicweb-version-3.10.3
2010-10-20, by Sylvain Thénault
backport stable
2010-10-20, by Sylvain Thénault
[request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function
2010-10-20, by Sylvain Thénault
[view] log error on view_func call
2010-10-20, by Sylvain Thénault
make stdout and stderr non buffered for cwctl commands (#1330647)
stable
2010-10-20, by Alexandre Fayolle
[distribution] 3.10 depends on lgc 0.52
2010-10-20, by Sylvain Thénault
[js/ajax] fix deferred race condition (errback case)
stable
2010-10-20, by Aurelien Campeas
cleanup
2010-10-20, by Sylvain Thénault
[css] don't transform text in form title
2010-10-20, by Sylvain Thénault
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
2010-10-20, by Sylvain Thénault
[js/ajax] use proper operator
stable
2010-10-20, by Aurelien Campeas
[javascript] fix loadRemote implementation for synchronous requests
2010-10-20, by Adrien Di Mascio
[js preferences] fix various pb with js for preferences form: buggy clearPreviousError, bad prototype of callbacks given to validate form, dunno how error display was expecting to work...
2010-10-19, by Sylvain Thénault
add note
2010-10-19, by Sylvain Thénault
[js/ajax] fix deferred race condition
stable
2010-10-19, by Sylvain Thénault
breadcrumbs/edid_box are now contextual component (closes #1334196)
2010-10-19, by Sylvain Thénault
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
2010-10-19, by Sylvain Thénault
js cleanup
2010-10-19, by Sylvain Thénault
[css] cleanup and fix by removing display: block on <a> in boxes
2010-10-19, by Sylvain Thénault
[new components] render_title must write title, not return it
2010-10-19, by Sylvain Thénault
[3.10 migration] must skip None values
2010-10-19, by Sylvain Thénault
cleanups
2010-10-19, by Sylvain Thénault
[jquery] className doesn't exist anymore in 1.4
2010-10-19, by Sylvain Thénault
[js] remove deprecation warnings by using $.noop instead of noop
2010-10-19, by Sylvain Thénault
[ui controller] closes #1333236: configuring boxes crashes with traceback
2010-10-19, by Sylvain Thénault
[selectors] close #1333238: appobject_selectable with multiple regids fails
stable
2010-10-19, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.2-1 for changeset 4a87c8af6f3f
2010-10-18, by Sylvain Thénault
Added tag cubicweb-version-3.10.2 for changeset 3fc6b4aaaff3
cubicweb-debian-version-3.10.2-1
2010-10-18, by Sylvain Thénault
3.10.2
cubicweb-version-3.10.2
2010-10-18, by Sylvain Thénault
backport stable
2010-10-18, by Sylvain Thénault
[old boxes] fix dumb name error
2010-10-18, by Sylvain Thénault
[devtools] Clean up import of f328ec853e18 and use lgc's getlogin.
stable
2010-10-18, by Pierre-Yves David
[pkg] no zipped egg
stable
2010-10-18, by Alain Leufroy
[debian] i18n directory should actually be in cubicweb-common
2010-10-17, by Sylvain Thénault
[debian] cleanup -common package
2010-10-17, by Sylvain Thénault
[doc] fix build dir
2010-10-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.1-1 for changeset 3abb41c47925
2010-10-17, by Sylvain Thénault
Added tag cubicweb-version-3.10.1 for changeset 6c6859a67673
cubicweb-debian-version-3.10.1-1
2010-10-17, by Sylvain Thénault
[doc] generate doc in cw/doc/html and include html files in cubicweb-documentation
cubicweb-version-3.10.1
2010-10-17, by Sylvain Thénault
[3.10] user changelog
2010-10-17, by Sylvain Thénault
cleanup
2010-10-17, by Sylvain Thénault
[css] need some pading in bookmark box
2010-10-17, by Sylvain Thénault
[test] take care to unicode __regid__ (usually when using _()), may lead to later unicode decode error
2010-10-17, by Sylvain Thénault
[css] typo
2010-10-17, by Sylvain Thénault
backport stable
2010-10-15, by Sylvain Thénault
merge
stable
2010-10-15, by Sylvain Thénault
Backed out changeset 1f8b902f3143: this block compilation under distrib with old sphinx package
stable
2010-10-15, by Sylvain Thénault
merge
stable
2010-10-15, by Sylvain Thénault
Backed out changeset 88b3172eb7c7: alain's patch 6517:c991ad161d8f does a better job at this
stable
2010-10-15, by Sylvain Thénault
[pkg] force copying data files in sys.path
stable
2010-10-15, by Alain Leufroy
[pkg] use argument *package_data*
stable
2010-10-15, by Alain Leufroy
[3.10] enhanced deprecation warning: add problematic class name
2010-10-15, by Sylvain Thénault
[devtools] Firefox need write access to $HOME
stable
2010-10-15, by Pierre-Yves David
backport stable
2010-10-15, by Sylvain Thénault
[debian] include compiled documentation instead of source in cubicweb-documentation debian pkg
stable
2010-10-15, by Pierre-Yves David
[book] don't rely on importable cubicweb to extract cubicweb version number
stable
2010-10-15, by Pierre-Yves David
3.10.1
2010-10-15, by Sylvain Thénault
backport stable
2010-10-15, by Sylvain Thénault
[pkg] fix install_data import not present in setuptools
stable
2010-10-15, by Pierre-Yves David
backport stable
2010-10-15, by Sylvain Thénault
[packaging] add a __init__.py to cubes directory when installing data
stable
2010-10-15, by Pierre-Yves David
[distribution] Handle missing instance directory when listing and running instance command.
stable
2010-10-15, by Pierre-Yves David
[setuptools] Automaticly move data content of a cubicweb's egg in the proper location.
stable
2010-10-15, by Pierre-Yves David
[packaging] Egg are not valid cubicweb prefix.
stable
2010-10-15, by Pierre-Yves David
[config] Put "Instance" and "Instance data" directory within cubiweb install prefix.
stable
2010-10-13, by Pierre-Yves David
[debian] goa package gone for now
stable
2010-10-14, by Sylvain Thénault
[component] remove row argument which is actually discarded by registry's cache (untill we feel we need a per context cache...)
2010-10-15, by Sylvain Thénault
[deprecation] enhanced messages
2010-10-15, by Sylvain Thénault
[bw compat] fix compat for entity.attr assigment
2010-10-15, by Sylvain Thénault
fix typo
2010-10-14, by Nicolas Chauvat
[iprogress] None resilience
stable
2010-10-14, by Sylvain Thénault
#1251878: Cubicweb no longer crash for missing instance and data dir at create.
stable
2010-10-13, by Pierre-Yves David
[config] make config.cubes() available on NoAppCubicWebConfiguration
2010-10-14, by Sylvain Thénault
[rql2sql] properly compute has_text relation table scope
2010-10-14, by Sylvain Thénault
fix some pylint detected errors
2010-10-14, by Sylvain Thénault
pylint option update
2010-10-14, by Sylvain Thénault
[components] add missing imports for code copied/pasted. Forgot to run pylint afterward...
2010-10-14, by Sylvain Thénault
[component] avoid conflict on global/local identifier
2010-10-14, by Sylvain Thénault
[migration] missing future import
2010-10-14, by Sylvain Thénault
[debian] goa package gone for now
2010-10-14, by Sylvain Thénault
[doc] kill deprecated french documentation
2010-10-14, by Sylvain Thénault
Added tag cubicweb-debian-version-3.10.0-1 for changeset 9ef1347f8d99
2010-10-14, by Sylvain Thénault
Added tag cubicweb-version-3.10.0 for changeset 0793fe84651b
cubicweb-debian-version-3.10.0-1
2010-10-14, by Sylvain Thénault
3.10
cubicweb-version-3.10.0
2010-10-13, by Sylvain Thénault
backport stable
2010-10-13, by Sylvain Thénault
[schema categorization] new NO_I18NCONTEXT set usable to somewhat control c-c i18n
2010-10-13, by Sylvain Thénault
i18n catalog cleanup
2010-10-13, by Sylvain Thénault
[primary] RsetBox view should give dispctrl & all to its subview. Also, don't use csv when in boxes.
2010-10-13, by Sylvain Thénault
[server] fix dumb name error
2010-10-13, by Sylvain Thénault
[see also component] drop it, we can acheive the same result with uicfg rules
2010-10-13, by Sylvain Thénault
[primary] fix autolimited view which was not limited at all
2010-10-13, by Sylvain Thénault
[see also component] avoid seeing see_also entities in side boxes as well
2010-10-13, by Sylvain Thénault
[components] remove old deprecation warning
2010-10-13, by Sylvain Thénault
[wf history] avoid title duplication
2010-10-13, by Sylvain Thénault
i18n tweaks
2010-10-13, by Sylvain Thénault
[book] small note about test/data/schema.py
stable
2010-10-13, by Alexandre Fayolle
backport stable
2010-10-13, by Sylvain Thénault
[test] reset uncommitable flag on ValidationError raised during automatic db population
stable
2010-10-13, by Sylvain Thénault
[ctx component] has no wview method
2010-10-13, by Sylvain Thénault
[entity, repo] move prefill_entity_cache function back to repository due to usage of del_existing_rel_if_needed function which is also defined there
2010-10-13, by Sylvain Thénault
cleanup and 3.10 updates
2010-10-12, by Sylvain Thénault
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
2010-10-12, by Sylvain Thénault
[repo, entity] move entity cache initialization to a function, and call it before source.add_entity so it may be used in error handler or such
2010-10-12, by Sylvain Thénault
i18n update
2010-10-12, by Sylvain Thénault
[ui component] restore see_also component
2010-10-12, by Sylvain Thénault
[ui component] RelatedObjectsCtxComponent to superseede RelatedObjectsVComponent (still there for bw compat)
2010-10-12, by Sylvain Thénault
[c-c i18ncubicweb] fix 'non-contextual' relations
2010-10-12, by Sylvain Thénault
[i18n] uniformize footer capitalization
2010-10-12, by Sylvain Thénault
cleanup
2010-10-12, by Sylvain Thénault
[selector] more efficient rql_condition by simply retreiving COUNT()
2010-10-12, by Sylvain Thénault
[workflow] fix bw compat code
2010-10-12, by Sylvain Thénault
[baseviews] new cw.archive.[by_author|by_date] views, extracted from blog
2010-10-12, by Sylvain Thénault
[test/possible views] skip deprecated views
2010-10-12, by Sylvain Thénault
[form] unify form.render prototype to take a 'w' argument as other view/components render method
2010-10-12, by Sylvain Thénault
[ui] nicer ajax edit relation table (tags box for instance)
2010-10-12, by Sylvain Thénault
fix pre 3.10 bw compat
2010-10-11, by Sylvain Thénault
small typo on mustMach, handle initialvalue, handle empty userInput
2010-10-11, by Katia Saurfelt
[formwidgets] rewrite autocomplete cw widgets to get rid of div-style declaration API
2010-10-11, by Adrien Di Mascio
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
2010-10-11, by Adrien Di Mascio
[tests] update windmill use cases from link corrections
2010-10-11, by Julien Jehannet
[contextual components] missing layout for components in the toolbar
2010-10-11, by Sylvain Thénault
[selectors] make configuration_values selector works for startup/maintainance hook
2010-10-11, by Sylvain Thénault
[c-c i18ncube] proper command class name
2010-10-11, by Sylvain Thénault
[i18n cube] skip bw compat registries boxes and contentnavigation
2010-10-11, by Sylvain Thénault
backport stable
2010-10-11, by Sylvain Thénault
TestServerConfig needs default_base_url
stable
2010-10-11, by Sylvain Thénault
backport stable
2010-10-11, by Sylvain Thénault
[test] we must consider default_base_url()
stable
2010-10-11, by Sylvain Thénault
[js test] cleanup, move anonymous_logged handling to the test class (easier to control there
stable
2010-10-11, by Sylvain Thénault
CtxComponent don't have wview
2010-10-11, by Sylvain Thénault
[test] missing main
stable
2010-10-11, by Sylvain Thénault
backport stable
2010-10-11, by Sylvain Thénault
[test] fix ldap test when executed from certain hosts
stable
2010-10-11, by Sylvain Thénault
[test] missing main
stable
2010-10-11, by Sylvain Thénault
restore line dropped in 6424:f443a2b8a5c7 which is necessary to have proper base-url on test server config (used for ms tests at least)
stable
2010-10-11, by Sylvain Thénault
typo
2010-10-11, by Sylvain Thénault
[breadcrumb] infinite loop safety belt, bw compatible by hi-jacking 'recurs' argument
2010-10-11, by Sylvain Thénault
[login] fix some previously introduced login box css breakage
2010-10-09, by Aurelien Campeas
[components] refactor main template header: make it much more flexible by using CtxComponent
2010-10-09, by Sylvain Thénault
[schema / sources] store data sources as cubicweb entities
2010-10-09, by Sylvain Thénault
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
2010-10-09, by Sylvain Thénault
backport stable
2010-10-09, by Sylvain Thénault
[devtools] refactor http server initialization in a much saner way
stable
2010-10-08, by Julien Jehannet
[pre 3.10 compat] if CtxComponent as a call() method, emit a deprecation warning but use it. Also ensure default value on class for visible and order, and define wview for bw compat as well
2010-10-08, by Sylvain Thénault
[reledit] do not reload on the parent node
2010-10-08, by Sylvain Thénault
[js/edition] kill deprecated (& dead) reledit code
2010-10-08, by Aurelien Campeas
[views/wdoc] do not crash on malconstructed stuff
stable
2010-10-08, by Aurelien Campeas
typo
stable
2010-10-08, by Sylvain Thénault
[views/authentication] fix http auth regression (no message)
2010-10-08, by Aurelien Campeas
[test] fixes
2010-10-08, by Sylvain Thénault
fix bad merge
2010-10-08, by Sylvain Thénault
cleanups
2010-10-08, by Sylvain Thénault
[test] skip test when dbhelper has no underlying dbapi module available
stable
2010-10-08, by Sylvain Thénault
backport stable
2010-10-08, by Sylvain Thénault
[test] cleanup / unittest2 api update
stable
2010-10-08, by Sylvain Thénault
[test] don't add unnecessary dependency to blog
stable
2010-10-08, by Sylvain Thénault
[test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable)
stable
2010-10-08, by Sylvain Thénault
backport stable
2010-10-07, by Sylvain Thénault
[testlib] fix mail monkey patching, former patch was applied on stable instead of default
stable
2010-10-07, by Sylvain Thénault
[primary view] default to outofcontext view for entities displayed in boxes
stable
2010-10-07, by Sylvain Thénault
xml-escape <script> tags generated by HTMLHead
stable
2010-10-07, by Adrien Di Mascio
fix some issues in DotGraphView, and enhance reusability
stable
2010-10-06, by Alexandre Fayolle
backport stable
2010-10-06, by Sylvain Thénault
[testlib] Fix mail monkeypatch in testlib
stable
2010-10-06, by Pierre-Yves David
[selector] fix iterable detection
2010-10-06, by Sylvain Thénault
backport stable
2010-10-06, by Sylvain Thénault
restore vital block of code (gone in 6384:89d5b339ebdd)
2010-10-06, by Aurelien Campeas
[debian] constrain pyro version in debian packaging
stable
2010-10-06, by Sylvain Thénault
[test] send mail synchronously during tests
stable
2010-10-06, by Sylvain Thénault
[book] improve documentation lisibility for cwconfig chapter and fix some references
2010-10-05, by Stephanie Marcu
[login ui] cleanup and somewhat bw compat
2010-10-05, by Sylvain Thénault
[selectors] move selectors according to their type, add missing ones to documentation
2010-10-05, by Sylvain Thénault
[forms] remove dead code and simplify inlineviews creation
2010-10-05, by Adrien Di Mascio
include fcayre's patch #1060507 to get extra rql query parameters from form content in rgx_action
stable
2010-10-04, by Sylvain Thénault
[forms] catching KeyError closes #961831: migration failure when defining form fields
stable
2010-10-04, by Sylvain Thénault
[authentication] force retriever implementor to think about it
2010-10-04, by Aurelien Campeas
[repo] add a find_users method for under-privileged accounts
2010-10-04, by Aurelien Campeas
refactor login box & form to enable easy pluggability
2010-10-04, by Aurelien Campeas
[js] add cubes namespace
2010-10-04, by Sylvain Thénault
new script cwuser_ldap2system
2010-10-04, by Alexandre Fayolle
[vreg] fix bad copy and paste introduced in 6347:ef47a2100c66
stable
2010-10-04, by Sylvain Thénault
[repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting
stable
2010-10-01, by Sylvain Thénault
#1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py
2010-10-01, by Sylvain Thénault
Add a fsimport context manage to localy enable fsimporting.
stable
2010-10-01, by Pierre-Yves David
[test] improve tag for server/test/unittest_storage.py
stable
2010-10-01, by Pierre-Yves David
[repo threads] Add several safety when looking for a callable name.
stable
2010-10-01, by Pierre-Yves David
[facets] support for `no_relation` on RelationFacet
2010-10-01, by Sylvain Thénault
[R] use dbhelper.binary_value to process passwords and other Bytes fields
2010-10-01, by Alexandre Fayolle
[3.10 migration] fix migration of cwproperties related to components/boxes
2010-10-01, by Sylvain Thénault
[schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
2010-10-01, by Sylvain Thénault
backport stable
2010-10-01, by Sylvain Thénault
[schema] introduce new WORKFLOW_RTYPES set and use it to build SYSTEM_RTYPES/DONT_CHECK_RTYPES_ON_ADD/DONT_CHECK_RTYPES_ON_DEL sets
stable
2010-10-01, by Sylvain Thénault
[rset] support for delitem on repeat list (may be necessary in pyro source)
stable
2010-10-01, by Sylvain Thénault
merged timeline changes into default
2010-10-01, by Alexandre Fayolle
timeline view minor enhancements
stable
2010-10-01, by Alexandre Fayolle
fix bad merge
2010-09-30, by Sylvain Thénault
backport stable
2010-09-30, by Sylvain Thénault
[test] more update to unittest2 api
stable
2010-09-30, by Sylvain Thénault
[repo] properly mark object as saved once added to its source (code much probably gone during a merge...)
2010-09-30, by Sylvain Thénault
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
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
less
more
|
(0)
-1536
+1536
tip