Wed, 26 May 2010 12:31:40 +0200 |
Sylvain Thénault |
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:39 +0200 |
Sylvain Thénault |
[c-c] use logilab.database, not lgc.db
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:37 +0200 |
Sylvain Thénault |
[sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604)
stable
|
changeset |
files
|
Wed, 26 May 2010 12:31:34 +0200 |
Sylvain Thénault |
[web] disallow authenticated users to access to the login form (closes #914873)
stable
|
changeset |
files
|
Wed, 26 May 2010 11:01:50 +0200 |
Sylvain Thénault |
[reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value
stable
|
changeset |
files
|
Wed, 26 May 2010 10:28:48 +0200 |
Sylvain Thénault |
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
|
changeset |
files
|
Tue, 25 May 2010 12:21:17 +0200 |
Sylvain Thénault |
[repo] ensure thread is alive before calling .join. Closes #963580
stable
|
changeset |
files
|
Tue, 25 May 2010 12:20:26 +0200 |
Sylvain Thénault |
[migration] add migration file commands to follow option group changes
stable
|
changeset |
files
|
Tue, 25 May 2010 11:56:16 +0200 |
Sylvain Thénault |
fix 978144: exception with view send-email if empty subject
stable
|
changeset |
files
|
Tue, 25 May 2010 11:51:48 +0200 |
Sylvain Thénault |
[test] fix test broken by introduction of adapters
|
changeset |
files
|
Tue, 25 May 2010 10:55:57 +0200 |
Sylvain Thénault |
[schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size
stable
|
changeset |
files
|
Tue, 25 May 2010 09:50:20 +0200 |
Sylvain Thénault |
[deprecation] fix 3.9 deprecation warning
|
changeset |
files
|
Tue, 25 May 2010 09:50:12 +0200 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
changeset |
files
|
Fri, 21 May 2010 18:40:26 +0200 |
Sylvain Thénault |
[fti] fix name conflict introduced by the new IFTIAdapter
|
changeset |
files
|
Fri, 21 May 2010 18:39:40 +0200 |
Sylvain Thénault |
[entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
|
changeset |
files
|
Fri, 21 May 2010 15:06:29 +0200 |
Sylvain Thénault |
[vreg] should raise exception on select ambiguity when running in test mode
|
changeset |
files
|
Fri, 21 May 2010 15:05:44 +0200 |
Sylvain Thénault |
[adapters compat] make implements_adapter_compat selector compatible with attributes
|
changeset |
files
|
Fri, 21 May 2010 15:04:56 +0200 |
Sylvain Thénault |
[test] no more Image type w/ cw 3.9
|
changeset |
files
|
Fri, 21 May 2010 15:04:29 +0200 |
Sylvain Thénault |
[adapters] refactoring fixes
|
changeset |
files
|
Fri, 21 May 2010 15:02:56 +0200 |
Sylvain Thénault |
[selectors] ensure selector return an int
|
changeset |
files
|
Fri, 21 May 2010 15:02:42 +0200 |
Sylvain Thénault |
[selectors] adaptable selector should not accept None in rset
|
changeset |
files
|
Fri, 21 May 2010 15:02:14 +0200 |
Sylvain Thénault |
[selectors] lltrace appobject_selectable selector
|
changeset |
files
|
Fri, 21 May 2010 15:01:46 +0200 |
Sylvain Thénault |
[selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
|
changeset |
files
|
Fri, 21 May 2010 15:00:01 +0200 |
Sylvain Thénault |
[selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
|
changeset |
files
|
Fri, 21 May 2010 13:35:08 +0200 |
Sylvain Thénault |
with cw 3.9, no more Image type
|
changeset |
files
|
Fri, 21 May 2010 13:34:52 +0200 |
Sylvain Thénault |
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
|
changeset |
files
|
Fri, 21 May 2010 13:34:03 +0200 |
Sylvain Thénault |
[selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
|
changeset |
files
|
Fri, 21 May 2010 08:45:25 +0200 |
Sylvain Thénault |
[primary view] fix name error on dispctrl w/ pre 3.5 box definition
stable
|
changeset |
files
|
Fri, 21 May 2010 07:56:39 +0200 |
Sylvain Thénault |
[entity] fix access to attribute which has been renamed two revisions ago
|
changeset |
files
|
Thu, 20 May 2010 20:50:03 +0200 |
Sylvain Thénault |
[schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
|
changeset |
files
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
changeset |
files
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
changeset |
files
|
Thu, 20 May 2010 20:47:13 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 20 May 2010 20:45:28 +0200 |
Sylvain Thénault |
[config] move web specific config to the web section of the configuration file
stable
|
changeset |
files
|
Thu, 20 May 2010 20:45:21 +0200 |
Sylvain Thénault |
* * *
stable
|
changeset |
files
|
Thu, 20 May 2010 10:55:33 +0200 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Thu, 20 May 2010 10:41:36 +0200 |
Sylvain Thénault |
[migration] fix storage_change migraction to avoid exhausting the server's memory
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:57 +0200 |
Sylvain Thénault |
[repo] set log methods on the actually desired class
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:33 +0200 |
Sylvain Thénault |
[bfss] ensure base name doesn't contain path separator
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:55 +0200 |
Nicolas Chauvat |
merge
stable
|
changeset |
files
|
Thu, 20 May 2010 10:40:29 +0200 |
Nicolas Chauvat |
[web] remove dead code
stable
|
changeset |
files
|
Thu, 20 May 2010 10:04:45 +0200 |
Adrien Di Mascio |
[forms] consider __action_xxx field if passed to JSonController.validate_form
stable
|
changeset |
files
|
Tue, 18 May 2010 18:18:08 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 18 May 2010 18:15:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.2-1 for changeset 2b962bb9eee8
stable
|
changeset |
files
|
Tue, 18 May 2010 18:15:42 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013
stable cubicweb-debian-version-3.8.2-1
|
changeset |
files
|
Tue, 18 May 2010 16:49:41 +0200 |
Sylvain Thénault |
[test] absolute sqlite database names in source initialization, avoid pb when cwd is changed later
stable
|
changeset |
files
|
Tue, 18 May 2010 16:49:00 +0200 |
Sylvain Thénault |
clenup
stable
|
changeset |
files
|
Tue, 18 May 2010 15:06:09 +0200 |
Sylvain Thénault |
3.8.2
stable cubicweb-version-3.8.2
|
changeset |
files
|
Tue, 18 May 2010 14:56:41 +0200 |
Sylvain Thénault |
[wdoc] update users changelog
stable
|
changeset |
files
|
Tue, 18 May 2010 14:28:44 +0200 |
Sylvain Thénault |
[integrity] keep ordering for schema integrity checks
stable
|
changeset |
files
|
Tue, 18 May 2010 14:26:19 +0200 |
Sylvain Thénault |
[i18ncube] do not crash if cube has nothing to translate
stable
|
changeset |
files
|
Tue, 18 May 2010 14:25:37 +0200 |
Sylvain Thénault |
[skel] enable wdoc support in new cubes
stable
|
changeset |
files
|
Tue, 18 May 2010 14:24:04 +0200 |
Sylvain Thénault |
[preferences] support dot (.) in registry id of configurable appobjects
stable
|
changeset |
files
|
Tue, 18 May 2010 10:30:34 +0200 |
Sylvain Thénault |
[i18ncube] we must load site_cubicweb file before calling set_schema, else we may miss some options or other initialization stuff necessary to appobject loading
stable
|
changeset |
files
|
Tue, 18 May 2010 10:28:50 +0200 |
Sylvain Thénault |
[dtd] add unselimg attribute use by widget for HasRelationFacet
stable
|
changeset |
files
|
Mon, 17 May 2010 17:31:45 +0200 |
Sylvain Thénault |
remove 3.7 deprecation warning
stable
|
changeset |
files
|
Mon, 17 May 2010 17:31:29 +0200 |
Sylvain Thénault |
catch unauthorized when executing rql to check an rql expression. Fix #968824
stable
|
changeset |
files
|
Mon, 17 May 2010 17:30:52 +0200 |
Sylvain Thénault |
[startup view] sort startup views by alphabetical order
stable
|
changeset |
files
|
Mon, 17 May 2010 17:30:28 +0200 |
Sylvain Thénault |
[table view] should use __regid__ instead of hard-coded 'table' view identifier
stable
|
changeset |
files
|
Mon, 17 May 2010 17:29:54 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Mon, 17 May 2010 11:05:37 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 17 May 2010 11:04:52 +0200 |
Sylvain Thénault |
[facet] control i18nization of values on AttributeFacet
stable
|
changeset |
files
|
Sun, 16 May 2010 19:00:07 +0200 |
Nicolas Chauvat |
[views] tab schema image renamed to schema diagram
stable
|
changeset |
files
|
Wed, 12 May 2010 17:07:07 +0200 |
Sylvain Thénault |
[uicfg] fix handling of 'order' in the primaryview_display_ctrl rtag: consider by default only schema order, not order of appearance of rules
stable
|
changeset |
files
|
Wed, 12 May 2010 15:25:17 +0200 |
Sylvain Thénault |
[db-check] RQLConstraint is not a 'unique' constraint
stable
|
changeset |
files
|
Wed, 12 May 2010 13:12:03 +0200 |
Sylvain Thénault |
[entity] avoid getting w in cw_extra_kwargs when calling .view
stable
|
changeset |
files
|
Wed, 12 May 2010 12:36:39 +0200 |
Sylvain Thénault |
[actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set
stable
|
changeset |
files
|
Wed, 12 May 2010 12:20:47 +0200 |
Sylvain Thénault |
[primary view] allow new 'subvid' parameter in primaryview_display_ctrl
stable
|
changeset |
files
|
Wed, 12 May 2010 12:19:41 +0200 |
Sylvain Thénault |
[primary view] give dispctrl to side box views as for relations section
stable
|
changeset |
files
|
Wed, 12 May 2010 12:18:48 +0200 |
Sylvain Thénault |
[web] unify list views call arguments: use subvid to specify the view to use for each item
stable
|
changeset |
files
|
Wed, 12 May 2010 12:17:46 +0200 |
Sylvain Thénault |
[web] refactor side box to use autolimited view
stable
|
changeset |
files
|
Wed, 12 May 2010 12:16:41 +0200 |
Sylvain Thénault |
[req] avoid getting w in cw_extra_kwargs when calling .view
stable
|
changeset |
files
|
Wed, 12 May 2010 09:29:53 +0200 |
Sylvain Thénault |
[config] rename remaining inputlevel to level in option definitions, as expected by lgc >= 0.50
stable
|
changeset |
files
|
Tue, 11 May 2010 16:58:35 +0200 |
Sylvain Thénault |
[fti] simplify UpdateFTIHook code
stable
|
changeset |
files
|
Tue, 11 May 2010 16:48:26 +0200 |
Sylvain Thénault |
[twisted] we must set response code before starting to write the answer, else it's ignored
stable
|
changeset |
files
|
Tue, 11 May 2010 16:26:29 +0200 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 11 May 2010 08:29:15 +0200 |
Sylvain Thénault |
[web data] remove files not used by the framework
|
changeset |
files
|
Mon, 10 May 2010 18:06:51 +0200 |
Sylvain Thénault |
[css] keep old css according to a configuration variable (true by default)
|
changeset |
files
|
Mon, 10 May 2010 17:49:42 +0200 |
Sylvain Thénault |
[3.8 execute] remove deprecation warnings
stable
|
changeset |
files
|
Mon, 10 May 2010 16:59:32 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 10 May 2010 15:20:54 +0200 |
Aurelien Campeas |
[dbapi] missing import
stable
|
changeset |
files
|
Mon, 10 May 2010 15:16:37 +0200 |
Sylvain Thénault |
[ajax] missing html heads processing in reloadComponent (sic\!)
stable
|
changeset |
files
|
Mon, 10 May 2010 15:15:06 +0200 |
Sylvain Thénault |
[deprecation] missing version number to old warning message
stable
|
changeset |
files
|
Mon, 10 May 2010 15:14:47 +0200 |
Sylvain Thénault |
[table view] we should call the cell view using the table rset, not one rebuilded for a specific entity
stable
|
changeset |
files
|
Mon, 10 May 2010 15:14:13 +0200 |
Sylvain Thénault |
[table view] take care to None label
stable
|
changeset |
files
|
Fri, 07 May 2010 20:07:54 +0200 |
Sylvain Thénault |
[selectors] new logged_user_in_rset selector
stable
|
changeset |
files
|
Fri, 07 May 2010 16:50:09 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 07 May 2010 15:25:09 +0200 |
egazoni |
replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows
stable
|
changeset |
files
|
Fri, 07 May 2010 15:03:03 +0200 |
egazoni |
fixed bug of non-normalized path under Windows, that broke the reload mechanism
stable
|
changeset |
files
|
Fri, 07 May 2010 14:42:18 +0200 |
Sylvain Thénault |
[c-c list] configuration pb cubes directly hold version number now, avoid crash when reporting errors
stable
|
changeset |
files
|
Thu, 06 May 2010 16:23:39 +0000 |
Alexandre Fayolle |
Handle new way of reporting unmodified FileFields
stable
|
changeset |
files
|
Thu, 06 May 2010 14:48:44 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Thu, 06 May 2010 14:46:58 +0200 |
Alexandre Fayolle |
attempt to port windows service to 3.8.1
stable
|
changeset |
files
|
Thu, 06 May 2010 14:26:47 +0200 |
Sylvain Thénault |
[web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs)
stable
|
changeset |
files
|
Thu, 06 May 2010 14:29:07 +0200 |
Katia Saurfelt |
[css] update print css
|
changeset |
files
|
Thu, 06 May 2010 14:29:05 +0200 |
Katia Saurfelt |
[doc] cleanup
|
changeset |
files
|
Thu, 06 May 2010 14:27:57 +0200 |
Alexandre Fayolle |
[python2.6] do not import simplejson directly
stable
|
changeset |
files
|
Thu, 06 May 2010 12:57:49 +0200 |
Sylvain Thénault |
[selectors] fix no_cnx selector's prototype
stable
|
changeset |
files
|
Thu, 06 May 2010 11:30:46 +0200 |
Sylvain Thénault |
[web config] set default uiprops on web config class to avoid error on commands such as i18n instance
|
changeset |
files
|
Thu, 06 May 2010 08:25:02 +0200 |
Sylvain Thénault |
backport stable
stable
|
changeset |
files
|
Thu, 06 May 2010 08:24:46 +0200 |
Sylvain Thénault |
[migration] ask_confirm argument of show_diff doesn't contain an _
oldstable
|
changeset |
files
|
Wed, 05 May 2010 18:55:19 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 05 May 2010 18:54:19 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
changeset |
files
|
Wed, 05 May 2010 18:54:04 +0200 |
Sylvain Thénault |
[upgrade] don't ask confirm to replace configuration file with -v0
oldstable
|
changeset |
files
|
Wed, 05 May 2010 18:48:31 +0200 |
Sylvain Thénault |
merge good/bad versions of imported patches...
|
changeset |
files
|
Wed, 05 May 2010 18:39:59 +0200 |
Katia Saurfelt |
[css] start using uiprops in cubicweb.css
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] progressively fixing rhythm
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] introducing scale and rhythm composition
|
changeset |
files
|
Wed, 05 May 2010 18:19:56 +0200 |
Katia Saurfelt |
[css] start using uiprops in cubicweb.css
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] progressively fixing rhythm
|
changeset |
files
|
Thu, 29 Apr 2010 08:39:13 +0200 |
Nicolas Chauvat |
[css] introducing scale and rhythm composition
|
changeset |
files
|
Wed, 05 May 2010 18:15:25 +0200 |
Aurelien Campeas |
[doc/book] a very simple example of entity form extension
stable
|
changeset |
files
|
Wed, 05 May 2010 16:52:27 +0200 |
Aurelien Campeas |
[doc/book] refresh a bit the edit controller section
stable
|
changeset |
files
|
Wed, 05 May 2010 15:29:39 +0200 |
Aurelien Campeas |
[doc/book] explain the form loop validation process
stable
|
changeset |
files
|
Wed, 05 May 2010 18:10:33 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 05 May 2010 18:10:07 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
changeset |
files
|
Wed, 05 May 2010 18:08:34 +0200 |
Sylvain Thénault |
[c-c dev] fix i18ncubicweb command
|
changeset |
files
|
Wed, 05 May 2010 16:44:02 +0200 |
Sandrine Ribeau |
[book] add generated js documentation to cw book
|
changeset |
files
|
Wed, 05 May 2010 16:24:27 +0200 |
Sylvain Thénault |
[packaging] we should add schemas to include_dirs so sql extensions files are properly installed
oldstable
|
changeset |
files
|
Wed, 05 May 2010 11:19:58 +0200 |
Sylvain Thénault |
[web test] missing test data file
|
changeset |
files
|
Wed, 05 May 2010 10:28:55 +0200 |
Sylvain Thénault |
[https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
|
changeset |
files
|
Wed, 05 May 2010 10:22:11 +0200 |
Sylvain Thénault |
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
|
changeset |
files
|
Tue, 04 May 2010 19:23:38 +0200 |
Aurelien Campeas |
[doc/book] not anymore ...
stable
|
changeset |
files
|
Tue, 04 May 2010 19:16:59 +0200 |
Aurelien Campeas |
[doc/book] dissection of a form chapter
stable
|
changeset |
files
|
Tue, 04 May 2010 16:14:33 +0200 |
Aurelien Campeas |
[doc/book] move examples to a separate chapter, fix autoform module docstring
stable
|
changeset |
files
|
Tue, 04 May 2010 15:46:36 +0200 |
Aurelien Campeas |
[doc/book] copious choices example
stable
|
changeset |
files
|
Tue, 04 May 2010 15:31:08 +0200 |
Aurelien Campeas |
[css] fix schema css + d-t-w
stable
|
changeset |
files
|
Tue, 04 May 2010 15:30:20 +0200 |
Aurelien Campeas |
[web/schemaviewer] fix bad call
stable
|
changeset |
files
|
Tue, 04 May 2010 11:09:18 +0200 |
Aurelien Campeas |
[doc/book] regroup form/editcontroller stuff under an "edition control" chapter
stable
|
changeset |
files
|
Tue, 04 May 2010 11:04:54 +0200 |
Aurelien Campeas |
[doc/book] complete a bit the request api
stable
|
changeset |
files
|
Tue, 04 May 2010 14:41:07 +0200 |
Alexandre Fayolle |
fixed unittest_wfobjs
stable
|
changeset |
files
|
Tue, 04 May 2010 14:16:04 +0200 |
Alexandre Fayolle |
merged back oldstable into stable
stable
|
changeset |
files
|
Tue, 04 May 2010 12:05:00 +0200 |
Alexandre Fayolle |
fix bad reading of options in ldapuser.py
oldstable
|
changeset |
files
|
Mon, 03 May 2010 14:17:45 +0200 |
Sandrine Ribeau |
[json-controller] - refactoring of js_component and js_view, it now uses _call_view
|
changeset |
files
|
Mon, 03 May 2010 14:10:23 +0200 |
Sylvain Thénault |
[widget] kill buggy / unused (only in cmhn) AddComboBox widget
|
changeset |
files
|
Mon, 03 May 2010 14:09:37 +0200 |
Sylvain Thénault |
[doc] typos
|
changeset |
files
|
Fri, 30 Apr 2010 19:58:17 +0200 |
Alexandre Fayolle |
ignore annoying warnings about pygments already being imported and stuff being added to python path
stable
|
changeset |
files
|
Fri, 30 Apr 2010 19:07:06 +0200 |
Aurelien Campeas |
[hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints)
stable
|
changeset |
files
|
Fri, 30 Apr 2010 18:24:29 +0200 |
Aurelien Campeas |
[hooks/...] fix previous commit
stable
|
changeset |
files
|
Fri, 30 Apr 2010 16:39:50 +0200 |
Aurelien Campeas |
[hooks/operations] use set_operations for three ops (huge gains for massive imports)
stable
|
changeset |
files
|
Fri, 30 Apr 2010 14:34:56 +0200 |
Sylvain Thénault |
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
|
changeset |
files
|
Fri, 30 Apr 2010 12:46:51 +0200 |
Sylvain Thénault |
[vreg] we should now reset in init_registration since we don't do it in __init__
|
changeset |
files
|
Fri, 30 Apr 2010 12:15:37 +0200 |
Sylvain Thénault |
[web] use uiprops value to compile css transparently, handlig cache and reloading in debug mode
|
changeset |
files
|
Fri, 30 Apr 2010 12:14:15 +0200 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
changeset |
files
|
Thu, 29 Apr 2010 14:21:59 +0200 |
Sylvain Thénault |
[webconfig] cleanup base_url management
|
changeset |
files
|
Thu, 29 Apr 2010 14:21:57 +0200 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
changeset |
files
|
Thu, 29 Apr 2010 14:34:13 +0200 |
Alexandre Fayolle |
Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d
oldstable
|
changeset |
files
|
Thu, 29 Apr 2010 14:34:13 +0200 |
Alexandre Fayolle |
Added tag cubicweb-version-3.7.5 for changeset c476d106705e
oldstable cubicweb-debian-version-3.7.5-1
|
changeset |
files
|
Thu, 29 Apr 2010 13:54:00 +0200 |
Alexandre Fayolle |
prepare 3.7.5 release
oldstable cubicweb-version-3.7.5
|
changeset |
files
|
Thu, 29 Apr 2010 11:09:03 +0200 |
Nicolas Chauvat |
[css] avoid repeating reset css
|
changeset |
files
|
Mon, 15 Feb 2010 22:15:02 +0100 |
Nicolas Chauvat |
[css] use meyer's public domain reset css
|
changeset |
files
|
Wed, 28 Apr 2010 17:57:36 +0200 |
Julien Jehannet |
[c-c shell] make script arguments available as __args__ in the script namespace. Use scriptargs instead of args as process_script argument name.
|
changeset |
files
|
Wed, 28 Apr 2010 18:13:38 +0200 |
Julien Jehannet |
[management] fix vocab: use cube instead of package
|
changeset |
files
|
Thu, 29 Apr 2010 07:03:08 +0200 |
Nicolas Chauvat |
[sparql] bugfix
stable
|
changeset |
files
|
Thu, 29 Apr 2010 07:02:14 +0200 |
Nicolas Chauvat |
[xy] define standard prefixes
stable
|
changeset |
files
|
Thu, 29 Apr 2010 06:53:48 +0200 |
Nicolas Chauvat |
[doc] various small improvements
stable
|
changeset |
files
|
Wed, 28 Apr 2010 16:55:39 +0200 |
Stephanie Marcu |
fix i18ncube for pegase where we do strange things by redefining relations
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 16:13:56 +0200 |
Julien Jehannet |
[shell] #715938: support of script parameters (using standard '--' as arguments separator)
|
changeset |
files
|
Wed, 28 Apr 2010 15:42:10 +0200 |
Sylvain Thénault |
[dbapi] more test and documentation of dbapi
stable
|
changeset |
files
|
Wed, 28 Apr 2010 14:05:50 +0200 |
Alexandre Fayolle |
move rarely used (imo) settings to inputlevel3 in cwctl create
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 12:25:11 +0200 |
Sylvain Thénault |
default is now forthcoming cw 3.9
|
changeset |
files
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
changeset |
files
|
Wed, 28 Apr 2010 12:21:48 +0200 |
Sylvain Thénault |
backport default into stable: stable is now actually cw 3.8
stable
|
changeset |
files
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
changeset |
files
|
Wed, 28 Apr 2010 11:54:13 +0200 |
Sylvain Thénault |
backport stable into oldstable: oldstable is now cw 3.7
oldstable
|
changeset |
files
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
changeset |
files
|
Tue, 27 Apr 2010 18:31:42 +0200 |
Sylvain Thénault |
[ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable
stable
|
changeset |
files
|
Tue, 27 Apr 2010 18:27:43 +0200 |
Sylvain Thénault |
[repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source
stable
|
changeset |
files
|
Tue, 27 Apr 2010 14:25:38 +0200 |
Sylvain Thénault |
[doc] reorganize for chapter structure
stable
|
changeset |
files
|
Tue, 27 Apr 2010 14:19:20 +0200 |
Sylvain Thénault |
[web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui
stable
|
changeset |
files
|
Tue, 27 Apr 2010 11:25:40 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 27 Apr 2010 11:23:20 +0200 |
Alexandre Fayolle |
ask pyro group config questions for all-in-one config site when pyro is enabled
stable
|
changeset |
files
|
Tue, 27 Apr 2010 10:32:25 +0000 |
Alexandre Fayolle |
enforce use of environment variables when running as a service
stable
|
changeset |
files
|
Tue, 27 Apr 2010 07:49:47 +0000 |
Alexandre Fayolle |
added db-extra-arguments to configuration parameters for native source
stable
|
changeset |
files
|
Mon, 26 Apr 2010 18:45:03 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.8.1-1 for changeset eb972d125eef
|
changeset |
files
|
Mon, 26 Apr 2010 18:45:03 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.8.1 for changeset 1e074c6150fe
cubicweb-debian-version-3.8.1-1
|
changeset |
files
|
Mon, 26 Apr 2010 17:55:36 +0200 |
Alexandre Fayolle |
cubicweb-ctl create improvements
stable
|
changeset |
files
|
Mon, 26 Apr 2010 17:11:59 +0200 |
Sylvain Thénault |
3.8.1
cubicweb-version-3.8.1
|
changeset |
files
|
Mon, 26 Apr 2010 16:31:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 26 Apr 2010 15:28:43 +0200 |
Sylvain Thénault |
disable CERT check
stable
|
changeset |
files
|
Mon, 26 Apr 2010 11:33:44 +0200 |
Sylvain Thénault |
proper copyright file
stable
|
changeset |
files
|
Mon, 26 Apr 2010 13:10:12 +0200 |
Nicolas Chauvat |
[web/views] fix docstring
stable
|
changeset |
files
|
Mon, 26 Apr 2010 12:52:48 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 23 Apr 2010 13:36:43 +0200 |
Alexandre Fayolle |
cleanup debugging trace
stable
|
changeset |
files
|
Fri, 23 Apr 2010 12:19:54 +0200 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
changeset |
files
|
Mon, 26 Apr 2010 10:41:40 +0200 |
Sylvain Thénault |
[testlib] move _cnxs initialization before setup_database so one can login in it
stable
|
changeset |
files
|
Fri, 23 Apr 2010 20:06:04 +0200 |
Aurelien Campeas |
[doc/book] various content fixes
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:01:45 +0200 |
Pierre-Yves David |
[cw-shell] Write ignored scripts warning on stderr instead of stdout.
stable
|
changeset |
files
|
Fri, 23 Apr 2010 17:56:01 +0200 |
Sylvain Thénault |
[repo] cleanup
|
changeset |
files
|
Fri, 23 Apr 2010 17:55:46 +0200 |
Sylvain Thénault |
[bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
|
changeset |
files
|
Fri, 23 Apr 2010 17:54:34 +0200 |
Sylvain Thénault |
[bfss] use set_operation for AddFileOp/DeleteFileOp
|
changeset |
files
|