Thu, 20 Oct 2011 14:22:16 +0200 |
Adrien Di Mascio |
[uilib] add missing printer for integers
|
changeset |
files
|
Thu, 20 Oct 2011 14:20:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 20 Oct 2011 14:17:52 +0200 |
Sylvain Thénault |
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499
stable
|
changeset |
files
|
Tue, 18 Oct 2011 17:08:05 +0200 |
Sylvain Thénault |
[rset] use .iteritems() instead of items()
|
changeset |
files
|
Tue, 18 Oct 2011 15:52:50 +0200 |
Alexandre Fayolle |
merge back stable change
|
changeset |
files
|
Tue, 18 Oct 2011 15:52:12 +0200 |
Alexandre Fayolle |
remove stale debugging statement
stable
|
changeset |
files
|
Thu, 29 Sep 2011 16:44:55 +0200 |
Nicolas Chauvat |
[server] fix integrity checks that destroy data (closes #1972842)
|
changeset |
files
|
Mon, 17 Oct 2011 19:27:54 +0200 |
Sylvain Thénault |
[entity related rql] 'is' relation target constant should have 'etype' type, not String
|
changeset |
files
|
Mon, 17 Oct 2011 15:08:25 +0200 |
Sylvain Thénault |
[entity] fix dumb name error introduced by 3.14 entity refactoring
|
changeset |
files
|
Fri, 14 Oct 2011 16:42:10 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 14 Oct 2011 15:19:25 +0200 |
Sylvain Thénault |
[js] missing trailing comma
|
changeset |
files
|
Fri, 14 Oct 2011 14:42:00 +0200 |
Sylvain Thénault |
[test] map pgettext to unicode as _
stable
|
changeset |
files
|
Fri, 14 Oct 2011 14:41:44 +0200 |
Sylvain Thénault |
[table view] fix bug introduced in 7938:80c6e2155c3d leading to not translated table headers
stable
|
changeset |
files
|
Fri, 14 Oct 2011 13:51:54 +0200 |
Sylvain Thénault |
oops
|
changeset |
files
|
Fri, 14 Oct 2011 13:50:46 +0200 |
Sylvain Thénault |
[test] fix some failures recently introduced
stable
|
changeset |
files
|
Fri, 14 Oct 2011 13:36:39 +0200 |
Sylvain Thénault |
add missing imports
|
changeset |
files
|
Fri, 14 Oct 2011 10:34:08 +0200 |
Sylvain Thénault |
[selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
|
changeset |
files
|
Fri, 14 Oct 2011 10:33:31 +0200 |
Aurelien Campeas |
[cache] replace lgc.cache with something more appropriate (closes #1921713)
|
changeset |
files
|
Fri, 14 Oct 2011 09:21:45 +0200 |
Sylvain Thénault |
merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
|
changeset |
files
|
Fri, 14 Oct 2011 09:04:39 +0200 |
Adrien Di Mascio |
[table] use explicit add_onload() to setup table sorting (closes #2013493)
stable
|
changeset |
files
|
Fri, 14 Oct 2011 08:51:24 +0200 |
Sylvain Thénault |
[schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
|
changeset |
files
|
Fri, 14 Oct 2011 08:50:09 +0200 |
Sylvain Thénault |
[ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
|
changeset |
files
|
Fri, 14 Oct 2011 08:49:58 +0200 |
Sylvain Thénault |
[facets] on the way to vidargs removal
|
changeset |
files
|
Thu, 13 Oct 2011 11:49:19 +0200 |
Alexandre Fayolle |
[migraction] fix cmd_change_attribute_type command (closes #2015073)
stable
|
changeset |
files
|
Thu, 13 Oct 2011 10:24:27 +0200 |
Sylvain Thénault |
[action] has_editable_relation first argument is once_is_enough flag, not an action name
stable
|
changeset |
files
|
Tue, 11 Oct 2011 18:16:52 +0200 |
Pierre-Yves David |
[table] Only apply sorting event on the first row of a table header (closes #1988780)
|
changeset |
files
|
Fri, 07 Oct 2011 18:30:29 +0200 |
Pierre-Yves David |
[table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
|
changeset |
files
|
Thu, 13 Oct 2011 09:44:14 +0200 |
Pierre-Yves David |
init_facets: Add documentation
stable
|
changeset |
files
|
Thu, 13 Oct 2011 09:25:26 +0200 |
Aurelien Campeas |
[facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
|
changeset |
files
|
Thu, 13 Oct 2011 09:15:16 +0200 |
Florent Cayré |
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
|
changeset |
files
|
Wed, 12 Oct 2011 19:06:22 +0200 |
Sylvain Thénault |
pylint extension
stable
|
changeset |
files
|
Wed, 12 Oct 2011 19:06:15 +0200 |
Sylvain Thénault |
[printers] fix bug introduced by final view refactoring:   shouldn't be escaped.
|
changeset |
files
|
Tue, 11 Oct 2011 16:01:44 +0200 |
Pierre-Yves David |
Add a hidden input:submit field in facets form (closes #1988784)
stable
|
changeset |
files
|
Tue, 11 Oct 2011 18:18:14 +0200 |
Pierre-Yves David |
AnyRsetView: Refactor the columns_name method and update doc.
stable
|
changeset |
files
|
Tue, 11 Oct 2011 18:16:06 +0200 |
Pierre-Yves David |
[facets] FacetFilterMixIn: add documention for class and generate_form
|
changeset |
files
|
Tue, 11 Oct 2011 14:04:18 +0200 |
Pierre-Yves David |
[facet] Add infered type restriction to Filtered result set (closes #1988776)
stable
|
changeset |
files
|
Tue, 11 Oct 2011 14:28:48 +0200 |
Sylvain Thénault |
[source] remove uicfg rule for dropped synchronizing attribute
stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:55:58 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:54:17 +0200 |
Sylvain Thénault |
[datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131
stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:50:32 +0200 |
Sylvain Thénault |
[datafeed parser] only update an entity attributes when needed. Closes #1989142
stable
|
changeset |
files
|
Tue, 11 Oct 2011 11:00:24 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 11 Oct 2011 10:59:35 +0200 |
Sylvain Thénault |
[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585
stable
|
changeset |
files
|
Mon, 10 Oct 2011 16:15:55 +0200 |
Sylvain Thénault |
[forms] fix bug in linkto refactoring (misordered arguments)
|
changeset |
files
|
Fri, 07 Oct 2011 17:29:14 +0200 |
Sylvain Thénault |
[migration] update old yams api in change_attribute_type
stable
|
changeset |
files
|
Fri, 07 Oct 2011 17:18:10 +0200 |
Sylvain Thénault |
[schema] add missing import (trigger warning)
stable
|
changeset |
files
|
Fri, 07 Oct 2011 16:58:29 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.13.8-1 for changeset 43f83f5d0a4d
stable
|
changeset |
files
|
Fri, 07 Oct 2011 16:58:29 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.13.8 for changeset 249bd4169339
stable cubicweb-debian-version-3.13.8-1
|
changeset |
files
|
Fri, 07 Oct 2011 16:21:04 +0200 |
Sylvain Thénault |
3.13.8
stable cubicweb-version-3.13.8
|
changeset |
files
|
Fri, 07 Oct 2011 15:55:49 +0200 |
Adrien Di Mascio |
[facets] use encodeURIComponent instead of escape to encode url paremters (closes #1984727)
stable
|
changeset |
files
|
Fri, 07 Oct 2011 15:55:15 +0200 |
Sylvain Thénault |
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
stable
|
changeset |
files
|
Fri, 07 Oct 2011 15:55:14 +0200 |
Sylvain Thénault |
[datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676)
stable
|
changeset |
files
|
Fri, 07 Oct 2011 11:59:20 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 07 Oct 2011 11:56:04 +0200 |
Sylvain Thénault |
[view, plot] deprecate flot and encourage usage of the jqplot cube (closes #1625218)
|
changeset |
files
|
Thu, 06 Oct 2011 18:23:01 +0200 |
Sylvain Thénault |
remove 3.14 deprecation warning
|
changeset |
files
|
Fri, 07 Oct 2011 11:47:42 +0200 |
Sylvain Thénault |
sample script to turn a pyro source into a datafeed source
stable
|
changeset |
files
|
Fri, 07 Oct 2011 11:47:09 +0200 |
Sylvain Thénault |
[datafeed parser] properly recurse on nodes to follow all mapped relations (closes #1988432)
stable
|
changeset |
files
|
Thu, 06 Oct 2011 16:15:16 +0200 |
Sylvain Thénault |
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)
stable
|
changeset |
files
|
Thu, 06 Oct 2011 16:14:08 +0200 |
Sylvain Thénault |
[request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
|
changeset |
files
|
Thu, 06 Oct 2011 16:14:08 +0200 |
Sylvain Thénault |
[web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
|
changeset |
files
|
Thu, 06 Oct 2011 10:13:24 +0200 |
Pierre-Yves David |
[js] Remove tab mixed with space in ``web/data/cubicweb.facets.js``
stable
|
changeset |
files
|
Thu, 06 Oct 2011 10:09:42 +0200 |
Sylvain Thénault |
[xml/rdf views] handle case where the user hasn't read access to a relation (closes #1984598)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 18:45:38 +0200 |
Sylvain Thénault |
[datafeed] don't crash if url is not specified
|
changeset |
files
|
Tue, 04 Oct 2011 13:59:12 +0200 |
Sylvain Thénault |
[web session] ProgrammingError may be raised, we should catch it (closes #1980076)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 13:58:57 +0200 |
Sylvain Thénault |
[web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data
stable
|
changeset |
files
|
Tue, 04 Oct 2011 12:23:52 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 30 Sep 2011 18:10:28 +0200 |
Alexandre Fayolle |
repaire cctl db-init -d on sqlserver (closes #1979670)
|
changeset |
files
|
Tue, 04 Oct 2011 10:29:56 +0200 |
Sylvain Thénault |
[test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 10:18:35 +0200 |
Sylvain Thénault |
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 10:15:46 +0200 |
Sylvain Thénault |
[pyviews] new colheaders and cssclass arguments on pyvaltable (closes #1979718)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 10:15:45 +0200 |
Sylvain Thénault |
[rql2sql] support for outer join on column alias (closes #1979645)
stable
|
changeset |
files
|
Tue, 04 Oct 2011 10:21:05 +0200 |
Sylvain Thénault |
[linkto] update documentation
|
changeset |
files
|
Fri, 30 Sep 2011 18:08:00 +0200 |
Alexandre Fayolle |
improve EntityAttributesTableView perfs by adding a call to complete()
stable
|
changeset |
files
|
Fri, 30 Sep 2011 18:05:57 +0200 |
Alexandre Fayolle |
fix typo in comment
stable
|
changeset |
files
|
Fri, 30 Sep 2011 11:16:29 +0200 |
Sylvain Thénault |
[ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4
stable
|
changeset |
files
|
Fri, 30 Sep 2011 11:15:40 +0200 |
Sylvain Thénault |
[book] startup views: add a note about *manage* view
stable
|
changeset |
files
|
Tue, 09 Aug 2011 09:43:26 +0200 |
Nicolas Chauvat |
[lint] remove uses of "print >> sys.stderr" (closes #1908571)
|
changeset |
files
|
Thu, 29 Sep 2011 15:28:41 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Thu, 29 Sep 2011 14:47:04 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 29 Sep 2011 14:46:41 +0200 |
Sylvain Thénault |
[js] add proper excanvas.js (patched version provided with jqplot, but with proper copyrights
stable
|
changeset |
files
|
Thu, 29 Sep 2011 14:42:39 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.13.7-1 for changeset 2f93ce32febe
stable
|
changeset |
files
|
Thu, 29 Sep 2011 14:42:38 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.13.7 for changeset 68e8c81fa96d
stable cubicweb-debian-version-3.13.7-1
|
changeset |
files
|
Thu, 29 Sep 2011 14:09:34 +0200 |
Sylvain Thénault |
3.13.7
stable cubicweb-version-3.13.7
|
changeset |
files
|
Thu, 29 Sep 2011 14:07:37 +0200 |
Sylvain Thénault |
[linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
|
changeset |
files
|
Thu, 29 Sep 2011 14:05:45 +0200 |
Sylvain Thénault |
[req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681)
stable
|
changeset |
files
|
Thu, 29 Sep 2011 14:05:42 +0200 |
Sylvain Thénault |
[repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680)
stable
|
changeset |
files
|
Thu, 29 Sep 2011 13:53:34 +0200 |
Sylvain Thénault |
[ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767)
stable
|
changeset |
files
|
Thu, 29 Sep 2011 12:55:28 +0200 |
Sylvain Thénault |
[ms, test] propagate exception in test mode
stable
|
changeset |
files
|
Thu, 29 Sep 2011 12:55:20 +0200 |
Sylvain Thénault |
[repo] cleanup [_]delete_info prototype: extid argument isn't used
stable
|
changeset |
files
|
Tue, 27 Sep 2011 09:26:40 +0200 |
Nicolas Chauvat |
[views] fix docstring of tableview
stable
|
changeset |
files
|
Wed, 28 Sep 2011 14:33:43 +0200 |
Sylvain Thénault |
remove remaining junk from bad merge
|
changeset |
files
|
Wed, 28 Sep 2011 11:17:49 +0200 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Wed, 28 Sep 2011 10:36:41 +0200 |
Sylvain Thénault |
[sync schema hooks] pylint fixes have broken hasattr test
stable
|
changeset |
files
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
changeset |
files
|
Wed, 28 Sep 2011 09:01:17 +0200 |
Sylvain Thénault |
[doc] more doc about what's new in 3.14
|
changeset |
files
|
Wed, 28 Sep 2011 08:16:10 +0200 |
Sylvain Thénault |
[json] restore 2.5 compat
|
changeset |
files
|
Tue, 27 Sep 2011 18:47:11 +0200 |
Adrien Di Mascio |
[views] implement json / jsonp export views (closes #1942658)
|
changeset |
files
|
Tue, 27 Sep 2011 18:46:36 +0200 |
Florent Cayré |
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
|
changeset |
files
|
Tue, 27 Sep 2011 16:04:30 +0200 |
Aurelien Campeas |
[facet] add safety belt to rql path facet init (closes #1965481)
stable
|
changeset |
files
|
Tue, 27 Sep 2011 14:57:41 +0200 |
Sylvain Thénault |
[cleanup] kill broken livetest module
stable
|
changeset |
files
|
Tue, 27 Sep 2011 08:17:56 +0200 |
Sylvain Thénault |
[req cookie] fix name error
stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:46:04 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:45:51 +0200 |
Sylvain Thénault |
[test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...)
stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:35:44 +0200 |
Sylvain Thénault |
fix bad merge (unsaved buffers...)
|
changeset |
files
|
Mon, 26 Sep 2011 19:24:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:09:12 +0200 |
Sylvain Thénault |
fix merge
stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:08:44 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.13.6-1 for changeset 8a8949ca5351
stable
|
changeset |
files
|
Mon, 26 Sep 2011 19:08:43 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.13.6 for changeset 17c007ad845a
stable cubicweb-debian-version-3.13.6-1
|
changeset |
files
|
Mon, 26 Sep 2011 18:38:38 +0200 |
Sylvain Thénault |
backport oldstable
stable cubicweb-version-3.13.6
|
changeset |
files
|
Mon, 26 Sep 2011 18:37:23 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.12.10-1 for changeset 9dfd21fa0a8b
oldstable
|
changeset |
files
|
Mon, 26 Sep 2011 18:37:23 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.12.10 for changeset 074c848a3712
oldstable cubicweb-debian-version-3.12.10-1
|
changeset |
files
|
Mon, 26 Sep 2011 18:36:09 +0200 |
Sylvain Thénault |
3.13.6
stable
|
changeset |
files
|
Mon, 26 Sep 2011 18:25:22 +0200 |
Aurelien Campeas |
[web/facet] fix example selector in docstring
stable
|
changeset |
files
|
Mon, 26 Sep 2011 18:03:38 +0200 |
Sylvain Thénault |
[migration doc] talk about changes in Entity.fetch_rql
|
changeset |
files
|
Mon, 26 Sep 2011 17:48:48 +0200 |
Sylvain Thénault |
[web request] fix stupid error that gone through the review
stable
|
changeset |
files
|
Mon, 26 Sep 2011 17:23:01 +0200 |
Sylvain Thénault |
3.12.10
oldstable cubicweb-version-3.12.10
|
changeset |
files
|
Tue, 07 Jun 2011 11:42:08 +0200 |
Julien Jehannet |
[skeleton] fix new class configuration in realdbtest
stable
|
changeset |
files
|
Fri, 23 Sep 2011 12:16:29 +0200 |
Sylvain Thénault |
[web request] fix cookie 'expires' formating (closes #1953945)
stable
|
changeset |
files
|
Fri, 23 Sep 2011 12:17:12 +0200 |
Sylvain Thénault |
[web] properly redirect when user login on loggedout view (closes #1954050)
stable
|
changeset |
files
|
Mon, 26 Sep 2011 09:31:54 +0200 |
Sylvain Thénault |
[i18n] update
stable
|
changeset |
files
|
Mon, 26 Sep 2011 09:31:44 +0200 |
Sylvain Thénault |
[schema, cleanup] one more case for add_etype_button
stable
|
changeset |
files
|
Mon, 26 Sep 2011 09:31:09 +0200 |
Sylvain Thénault |
[i18n, facet] missing registration of <no relation> msgid
stable
|
changeset |
files
|
Fri, 23 Sep 2011 15:41:21 +0200 |
Sylvain Thénault |
[test] sort to avoid random failure due to dict order
stable
|
changeset |
files
|
Fri, 23 Sep 2011 15:05:09 +0200 |
Aurelien Campeas |
[facets] fix height computation (incorporates and/or element if present, use css value to compute likely maximum height, kill wdg_stack_size) (closes #1954077)
stable
|
changeset |
files
|
Fri, 23 Sep 2011 14:56:31 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 23 Sep 2011 14:56:13 +0200 |
Sylvain Thénault |
[primary view] add 'verbatim' attribute view (closes #1947475)
stable
|
changeset |
files
|
Fri, 23 Sep 2011 14:43:44 +0200 |
Sylvain Thénault |
[primary view] add 'verbatim' attribute view (closes #1947475)
|
changeset |
files
|
Fri, 23 Sep 2011 14:18:13 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 23 Sep 2011 12:40:50 +0200 |
Sylvain Thénault |
[doc] split API/book part of stuff that has been moved in primary view module docstring
stable
|
changeset |
files
|
Fri, 23 Sep 2011 12:23:09 +0200 |
Sylvain Thénault |
[rqlrewrite] if inlined relation has to be moved to a subquery, take care of the object of the relation (closes #1945725)
stable
|
changeset |
files
|
Fri, 23 Sep 2011 10:42:16 +0200 |
Aurelien Campeas |
[views/facets] simple horizontal layout when there are a few facets only (closes #1921709)
stable
|
changeset |
files
|
Fri, 23 Sep 2011 09:17:37 +0200 |
Sylvain Thénault |
[breadcrumbs] keep proper breadcrumbs when creating an entity linked to another by inspecting __linkto (closes #1947476)
|
changeset |
files
|
Fri, 23 Sep 2011 09:10:58 +0200 |
Sylvain Thénault |
[web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass
stable
|
changeset |
files
|
Thu, 22 Sep 2011 17:29:40 +0200 |
Alexandre Fayolle |
ensure the test for asource column won't crash on SQLServer (closes #1949621)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 19:13:58 +0200 |
Sylvain Thénault |
[doc] backport primary view documentation into the code, also document [URL]AttributeView
stable
|
changeset |
files
|
Thu, 22 Sep 2011 19:02:39 +0200 |
Sylvain Thénault |
[primary sub views] use entity_call instead of cell_call
stable
|
changeset |
files
|
Thu, 22 Sep 2011 19:02:36 +0200 |
Sylvain Thénault |
[doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly
stable
|
changeset |
files
|
Thu, 22 Sep 2011 19:02:29 +0200 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Thu, 22 Sep 2011 17:20:52 +0200 |
Sylvain Thénault |
[reledit] honore 'rvid' for attribute relations (closes #1947471)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 17:20:41 +0200 |
Sylvain Thénault |
[view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 17:20:38 +0200 |
Sylvain Thénault |
[sources management] nicer source management view and breadcrumbs (closes #1946329)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 16:53:46 +0200 |
Aurelien Campeas |
[cubicweb.js] log evalJSON errors (closes #1947473)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 16:53:43 +0200 |
Aurelien Campeas |
[views/table] parametrize table view co-classes (closes #1947472)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 16:12:33 +0200 |
Sylvain Thénault |
[cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
|
changeset |
files
|
Thu, 22 Sep 2011 16:12:28 +0200 |
Sylvain Thénault |
[entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)
|
changeset |
files
|
Thu, 22 Sep 2011 16:12:23 +0200 |
Sylvain Thénault |
[entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
|
changeset |
files
|
Thu, 22 Sep 2011 15:55:58 +0200 |
Sylvain Thénault |
[schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 15:54:57 +0200 |
Sylvain Thénault |
[cleanup]
stable
|
changeset |
files
|
Thu, 22 Sep 2011 10:04:20 +0200 |
Aurelien Campeas |
[jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 10:02:25 +0200 |
Sylvain Thénault |
[repo] ensure we don't restart a task while the repo is shutting down (closes #1942736)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 10:02:17 +0200 |
Sylvain Thénault |
[warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760)
stable
|
changeset |
files
|
Thu, 22 Sep 2011 09:56:20 +0200 |
Adrien Di Mascio |
[testlib] make self.view() return raw output if no validator is used
|
changeset |
files
|
Wed, 21 Sep 2011 19:04:33 +0200 |
Aurelien Campeas |
[tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522)
stable
|
changeset |
files
|
Wed, 21 Sep 2011 19:00:49 +0200 |
Aurelien Campeas |
[tabs] fix clic on tab that does nothing (closes #1942750)
stable
|
changeset |
files
|
Wed, 21 Sep 2011 18:35:45 +0200 |
Sylvain Thénault |
[idownloadable] dtw and up copyright
stable
|
changeset |
files
|
Wed, 21 Sep 2011 18:35:39 +0200 |
Sylvain Thénault |
[test] fix test broken by 7815:2a164a9cf81c
stable
|
changeset |
files
|
Wed, 21 Sep 2011 17:38:44 +0200 |
Sylvain Thénault |
[entity doc] fix typo (rest_var instead of rest_attr) and cleanup doc
|
changeset |
files
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
changeset |
files
|
Tue, 20 Sep 2011 15:14:04 +0200 |
Sylvain Thénault |
[tableview] fix view selection when value is None (closes #1936781)
stable
|
changeset |
files
|
Tue, 20 Sep 2011 15:13:42 +0200 |
Sylvain Thénault |
[book] merge pyro chapter with faq entry with connexion snippet
stable
|
changeset |
files
|
Tue, 20 Sep 2011 09:20:41 +0200 |
Sylvain Thénault |
i18n update
|
changeset |
files
|
Tue, 20 Sep 2011 09:20:17 +0200 |
Sylvain Thénault |
[schema view] fix label/name inversion leading to wrong css class / group url depending on user's language
stable
|
changeset |
files
|
Mon, 19 Sep 2011 19:13:50 +0200 |
Sylvain Thénault |
[i18n] tweaks
|
changeset |
files
|
Mon, 19 Sep 2011 14:22:51 +0200 |
Sylvain Thénault |
[i18n] cleanup messages moved to localperms cube
|
changeset |
files
|
Mon, 19 Sep 2011 14:22:28 +0200 |
Sylvain Thénault |
[security view] slight changes to make things clearer
|
changeset |
files
|
Fri, 16 Sep 2011 17:30:26 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 16 Sep 2011 16:42:42 +0200 |
Sylvain Thénault |
[refactoring] introduce add_etype_button function to properly create button to add a new entity
stable
|
changeset |
files
|
Fri, 16 Sep 2011 17:10:33 +0200 |
Sylvain Thénault |
[user prefs] use same title as the action for consistency
stable
|
changeset |
files
|
Fri, 16 Sep 2011 14:43:41 +0200 |
Sylvain Thénault |
[sources management] properly set __linkto, closes #1922970
stable
|
changeset |
files
|
Fri, 16 Sep 2011 14:01:17 +0200 |
Sylvain Thénault |
some minor cleanups
|
changeset |
files
|
Fri, 16 Sep 2011 13:56:00 +0200 |
Sylvain Thénault |
[web test] fix test broken by new users/groups management views
|
changeset |
files
|
Fri, 16 Sep 2011 12:48:28 +0200 |
Sylvain Thénault |
[table view] allow to set None in 'headers', meaning the label should be fetched from the result set as done by default (closes #1931533)
|
changeset |
files
|
Fri, 16 Sep 2011 12:48:26 +0200 |
Sylvain Thénault |
[user management] users and groups management now really lead to that (closes #1931478)
|
changeset |
files
|
Fri, 16 Sep 2011 12:48:02 +0200 |
Sylvain Thénault |
[css] use h* title properties from uiprops in cubicweb.old.css (closes #1931476)
stable
|
changeset |
files
|
Fri, 16 Sep 2011 10:36:46 +0200 |
Florent Cayré |
[entity fetchattrs] also fetch ambiguous rtypes even if we do not recurse on them (closes #1720823)
|
changeset |
files
|
Thu, 15 Sep 2011 18:39:55 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 15 Sep 2011 17:36:58 +0200 |
Sylvain Thénault |
[jquery] upgrade to jquery 1.6.4
|
changeset |
files
|
Thu, 15 Sep 2011 17:03:37 +0200 |
Sylvain Thénault |
[test] fix some tests broken since localperms cube extraction
|
changeset |
files
|
Thu, 15 Sep 2011 16:40:52 +0200 |
Florent Cayré |
refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650
|
changeset |
files
|
Thu, 15 Sep 2011 08:34:31 +0200 |
Alexandre Fayolle |
[doc] add some documentation in cubicweb.web.action
stable
|
changeset |
files
|
Wed, 14 Sep 2011 09:55:51 +0200 |
Sylvain Thénault |
[test] fix bad sed
|
changeset |
files
|
Wed, 14 Sep 2011 09:11:50 +0200 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
changeset |
files
|
Wed, 14 Sep 2011 09:10:58 +0200 |
Sylvain Thénault |
[test] fix test subsquently to localperms introduction
|
changeset |
files
|
Tue, 13 Sep 2011 18:24:35 +0200 |
Sylvain Thénault |
[deprecation] specify name/doc to deprecated else it's fetched from the object, which has then to be importable. Cleanup debian/control dependancy on the way (needs lgc 0.56.3 api)
|
changeset |
files
|
Tue, 13 Sep 2011 17:50:03 +0200 |
Julien Cristau |
[debian] fix init script dependencies (closes #1921729)
stable
|
changeset |
files
|
Tue, 13 Sep 2011 17:42:22 +0200 |
Sylvain Thénault |
[server] portable dump format supports now ZIP64 extensions by default (closes #1912535)
stable
|
changeset |
files
|
Tue, 13 Sep 2011 17:35:14 +0200 |
Adrien Di Mascio |
[repo] use smarter query to check asource presence on startup (closes #1922099)
stable
|
changeset |
files
|
Tue, 13 Sep 2011 15:41:36 +0200 |
Sylvain Thénault |
[js] closes #1558870 : update to jquery 1.6 (1.6.3)
|
changeset |
files
|
Tue, 13 Sep 2011 15:41:11 +0200 |
Sylvain Thénault |
[cubification] moved CWPermission handling into a localperms cube. closes #1914011
|
changeset |
files
|
Tue, 13 Sep 2011 15:40:31 +0200 |
Sylvain Thénault |
backout 7781:e95cfd5eca61
stable
|
changeset |
files
|
Tue, 13 Sep 2011 15:40:06 +0200 |
Sylvain Thénault |
backout 7780:a1d5365fefc1
stable
|
changeset |
files
|
Tue, 13 Sep 2011 14:54:00 +0200 |
Sylvain Thénault |
[js] closes #1558870 : update to jquery 1.6 (1.6.3)
stable
|
changeset |
files
|
Tue, 13 Sep 2011 14:48:24 +0200 |
Sylvain Thénault |
[cubification] moved CWPermission handling into a localperms cube. closes #1914011
stable
|
changeset |
files
|