Wed, 31 Mar 2010 11:52:15 +0200 |
Pierre-Yves David |
Add context management methode to dbapi.Connection
stable
|
changeset |
files
|
Wed, 31 Mar 2010 11:41:20 +0200 |
Sylvain Thénault |
i18n update
stable
|
changeset |
files
|
Wed, 31 Mar 2010 11:41:17 +0200 |
Sylvain Thénault |
[i18n] use named substitution to avoid gettext warnings
stable
|
changeset |
files
|
Wed, 31 Mar 2010 10:56:43 +0200 |
Sylvain Thénault |
[dataimport] print transaction id when we get one
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:58:44 +0200 |
Sylvain Thénault |
[cleanup] add some notes
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:58:20 +0200 |
Sylvain Thénault |
[optimisation] _select_best is used very intensivly. Peanuts optimization may count :)
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:57:18 +0200 |
Sylvain Thénault |
[optimization] traced_selection is used very intensively in debug mode
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
changeset |
files
|
Wed, 31 Mar 2010 09:45:14 +0200 |
Sylvain Thénault |
[upgrade] after upgrade, fork command to start instance avoid grave uicfg pb (explicit rules all removed...)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 19:59:56 +0200 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 30 Mar 2010 19:55:20 +0200 |
Sylvain Thénault |
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
|
changeset |
files
|
Tue, 30 Mar 2010 18:41:17 +0200 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 30 Mar 2010 16:29:32 +0200 |
Alexandre Fayolle |
handle Service Close request correctly (closes #736039)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:59:18 +0200 |
Sylvain Thénault |
[js form validation] fix case where we've None/null keys in the errors dictionnary
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:56:10 +0200 |
Sylvain Thénault |
[cleanup] exists imported, use it
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:54:28 +0200 |
Sylvain Thénault |
[form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:50:09 +0200 |
Sylvain Thénault |
[repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance)
stable
|
changeset |
files
|
Tue, 30 Mar 2010 17:29:03 +0200 |
Sylvain Thénault |
[distribution] sql extensions files now have proper extension, fix manifest file
stable
|
changeset |
files
|
Tue, 30 Mar 2010 14:32:03 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:32:01 +0200 |
Sylvain Thénault |
[events manager] onevent decorator may be given extra arguments to give to em.bind
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:31:21 +0200 |
Sylvain Thénault |
[cleanup] some notes
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:29:55 +0200 |
Sylvain Thénault |
[reload] on registry reloading, we should change class of users of opened session
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:28:19 +0200 |
Sylvain Thénault |
[appobject imports] don't include __init__ in package's name. See comment for more info
stable
|
changeset |
files
|
Tue, 30 Mar 2010 13:27:30 +0200 |
Sylvain Thénault |
[rset] cubes such as iliane hi-jack rset description by poping some lines from it. Handle this on RepeatList
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:18:31 +0200 |
Sylvain Thénault |
[undo] basic support for undoing of entity creation / relation addition
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:17:50 +0200 |
Sylvain Thénault |
[undo] init entity cache when undoing an entity deletion
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:17:21 +0200 |
Sylvain Thénault |
[undo] consistent is/is_instance_of processing
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:15:57 +0200 |
Sylvain Thénault |
[repo] don't need rset description on those queries
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:06:13 +0200 |
Sylvain Thénault |
[undo] during undoing, call hooks in the [active]integrity and undo categories
stable
|
changeset |
files
|
Tue, 30 Mar 2010 11:01:34 +0200 |
Sylvain Thénault |
[repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:57:42 +0200 |
Sylvain Thénault |
[querier] introduce RepeatList class, used to optimize size of data returned for result set description
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:50:46 +0200 |
Sylvain Thénault |
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:28:41 +0200 |
Sylvain Thénault |
[repo] move eschema_eid function from hooks.metadata to server.utils
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:20:03 +0200 |
Sylvain Thénault |
[primary view] skip virtual rtypes anyway
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:18:23 +0200 |
Sylvain Thénault |
[test] CubicWebTC.create_user expect an actual query, and we don't need to give session here
stable
|
changeset |
files
|
Tue, 30 Mar 2010 10:17:29 +0200 |
Sylvain Thénault |
[dataimport] stop disabling undo ; commit return transaction id
stable
|
changeset |
files
|
Mon, 29 Mar 2010 19:10:22 +0200 |
Aurelien Campeas |
[logging] demote static file served to debug
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:34:24 +0200 |
Sylvain Thénault |
[cleanup]
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:34:06 +0200 |
Sylvain Thénault |
[repo] optimize massive insertion/deletion by using the new set_operation function
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:28:41 +0200 |
Sylvain Thénault |
[repo] make etype which should go in deleted_entities configurable: we only need this for types imported from other multi-sources instances
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:26:20 +0200 |
Sylvain Thénault |
[repo] don't execute child step twice in EntitiesDeleteStep
stable
|
changeset |
files
|
Mon, 29 Mar 2010 13:25:13 +0200 |
Sylvain Thénault |
[form] consider autoform_field_kwargs for meta fields; allow required customization
stable
|
changeset |
files
|
Mon, 29 Mar 2010 11:51:46 +0200 |
Sylvain Thénault |
[workflow] support for automatic transition starting from the initial state
stable
|
changeset |
files
|
Mon, 29 Mar 2010 11:51:02 +0200 |
Sylvain Thénault |
[testlib] create_user support extra kwargs to give to create_entity(CWUser)
stable
|
changeset |
files
|
Mon, 29 Mar 2010 10:20:01 +0200 |
Sylvain Thénault |
fix dataimport for 3.7.2
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:22:04 +0100 |
Sylvain Thénault |
use lgc.testlib.TestCase
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:21:17 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:20:49 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.2-1 for changeset 8fda29a6c219
stable
|
changeset |
files
|
Fri, 26 Mar 2010 19:20:48 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.2 for changeset d010f749c21d
stable cubicweb-debian-version-3.7.2-1
|
changeset |
files
|
Fri, 26 Mar 2010 17:07:41 +0100 |
Sylvain Thénault |
take care to empty string in cubes search path
|
changeset |
files
|
Fri, 26 Mar 2010 16:15:41 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 26 Mar 2010 16:15:16 +0100 |
Sylvain Thénault |
[ms] fix name error introduced by rql 0.26 api update
|
changeset |
files
|
Fri, 26 Mar 2010 16:13:27 +0100 |
Sylvain Thénault |
add note
stable cubicweb-version-3.7.2
|
changeset |
files
|
Fri, 26 Mar 2010 15:54:35 +0100 |
Sylvain Thénault |
3.7.2
stable
|
changeset |
files
|
Fri, 26 Mar 2010 15:54:01 +0100 |
Sylvain Thénault |
[selectors] new is_in_state select to avoid common error when writing state based selector
stable
|
changeset |
files
|
Fri, 26 Mar 2010 15:53:07 +0100 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
changeset |
files
|
Fri, 26 Mar 2010 14:13:34 +0100 |
Sylvain Thénault |
fix #726167: i18ninstance use data in bootstrab_cubes instead of the database one
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:45:48 +0100 |
Sylvain Thénault |
[cleanup] remove 3.7 deprecation warning
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:45:21 +0100 |
Sylvain Thénault |
[form controller] clear caches in case some attribute participating to the rest path has been modified, avoid redirection to a no more existant page (fix #753567)
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:33:47 +0100 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:33:32 +0100 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:23:25 +0100 |
Sylvain Thénault |
[captcha] handle captcha validation properly in the captcha widget
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:21:25 +0100 |
Sylvain Thénault |
[testlib] __errorurl may be a relative path, check we're actually removing base url first
stable
|
changeset |
files
|
Fri, 26 Mar 2010 13:20:42 +0100 |
Sylvain Thénault |
[i18ncube] clear_rtag_objects imported when generating cube's .po file
stable
|
changeset |
files
|
Fri, 26 Mar 2010 09:19:09 +0100 |
Sylvain Thénault |
[maintainance] don't crash if we've no in-memory repository
stable
|
changeset |
files
|
Fri, 26 Mar 2010 09:18:21 +0100 |
Sylvain Thénault |
[db dump/restore] fix '#615840: db-dump must be always runnable' by setting repairing on config. Also, avoid to read the whole schema from the database on dump/restore: the bootstrap schema is enough.
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:30:25 +0100 |
Sylvain Thénault |
__missing__ main
stable
|
changeset |
files
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
changeset |
files
|
Fri, 26 Mar 2010 06:57:52 +0100 |
Sylvain Thénault |
[test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts)
stable
|
changeset |
files
|
Thu, 25 Mar 2010 20:32:10 +0100 |
Sylvain Thénault |
...
|
changeset |
files
|
Thu, 25 Mar 2010 20:46:26 +0100 |
Sylvain Thénault |
[config] move ConfigurationProblem to migration + refactor it to benefit from config methods
|
changeset |
files
|
Thu, 25 Mar 2010 20:46:22 +0100 |
Sylvain Thénault |
[config] more cleanup
|
changeset |
files
|
Thu, 25 Mar 2010 20:38:58 +0100 |
Sylvain Thénault |
deprecate __use__ and __recommend__
|
changeset |
files
|
Thu, 25 Mar 2010 20:33:03 +0100 |
Alain Leufroy |
add egg support with dependencies auto-installation
|
changeset |
files
|
Thu, 25 Mar 2010 20:32:52 +0100 |
Sylvain Thénault |
fix dumb name error
|
changeset |
files
|
Thu, 25 Mar 2010 19:32:04 +0100 |
Sylvain Thénault |
fix _cubes dir
|
changeset |
files
|
Thu, 25 Mar 2010 17:55:24 +0100 |
Sylvain Thénault |
handle nicely typical installation other than debian package / mercurial forest
|
changeset |
files
|
Thu, 25 Mar 2010 15:11:44 +0100 |
Pierre-Yves David |
When a TC failed to initiliase the database, the following test are SKIPPED
stable
|
changeset |
files
|
Thu, 25 Mar 2010 15:08:27 +0100 |
Sylvain Thénault |
[c-c] new server_maintenance hook, called on c-c shell / upgrade
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:49:24 +0100 |
Sylvain Thénault |
[appobject] add version number to deprecation warning
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:33:50 +0100 |
Sylvain Thénault |
update rql dependency
|
changeset |
files
|
Thu, 25 Mar 2010 14:26:13 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:25:44 +0100 |
Sylvain Thénault |
fix migration script
stable
|
changeset |
files
|
Thu, 25 Mar 2010 14:00:01 +0100 |
Sylvain Thénault |
[cleanup] useless try except
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:59:47 +0100 |
Sylvain Thénault |
[source storage] refactor source sql generation and results handling to allow repository side callbacks
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:49:07 +0100 |
Sylvain Thénault |
[bfss] fix name error
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:46:55 +0100 |
Sylvain Thénault |
[source storage] on deletion, entity has no edited_attributes
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:44:24 +0100 |
Sylvain Thénault |
[cleanup] rename dbms_helper to dbhelper for consistency
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:42:17 +0100 |
Sylvain Thénault |
[entity] we also have to override dict.pop to properly maintain edited_attributes consistency
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:41:26 +0100 |
Sylvain Thénault |
[bfss test] some minor refactoring. Test deletion + creation/update/deletion rollback
stable
|
changeset |
files
|
Thu, 25 Mar 2010 13:27:09 +0100 |
Sylvain Thénault |
don't put hooks deleting orphan composites into the 'integrity' category, we usually want it when integrity is deactivated
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:38:23 +0100 |
Sylvain Thénault |
[facet] allow to specify a target type on relation facets for case such as Keyword/CodeKeyword where we only targets Keyword
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:38:19 +0100 |
Sylvain Thénault |
don't rewrite config's url during migration
stable
|
changeset |
files
|
Wed, 24 Mar 2010 18:04:59 +0100 |
Sylvain Thénault |
le patch rql26 a été importé
|
changeset |
files
|
Wed, 24 Mar 2010 17:58:05 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:18:48 +0100 |
Julien Jehannet |
[D] book: update backup procedures in additional tips
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:42:23 +0100 |
Sylvain Thénault |
[cleanup] remove accidentaly commited print
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:40:57 +0100 |
Sylvain Thénault |
[test] don't try to reset session manager during test,
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:22:01 +0100 |
Sylvain Thénault |
don't update dontcheck until everything went fine:
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:21:21 +0100 |
Sylvain Thénault |
[test] having two eid relations is now forbiden by rql
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:09:49 +0100 |
Sylvain Thénault |
[web test] a basic test, to be completed
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:09:21 +0100 |
Sylvain Thénault |
[test] don't clear rtags during tests, may cause breakage with manually import appobjects modules (see unittest_tracker for instance)
stable
|
changeset |
files
|
Wed, 24 Mar 2010 15:08:24 +0100 |
Sylvain Thénault |
[web] move workflow related uicfg stuff to the workflow module
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:17:01 +0100 |
Sylvain Thénault |
dont get eid from entity's dict
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:12:47 +0100 |
Sylvain Thénault |
[notification] don't create 'changes' in transaction data until actually needed
stable
|
changeset |
files
|
Wed, 24 Mar 2010 14:11:01 +0100 |
Sylvain Thénault |
backport pending_operations on hi-jacked session, see comment
stable
|
changeset |
files
|
Wed, 24 Mar 2010 13:51:52 +0100 |
Sylvain Thénault |
[entity] fix dumb name error on .set_relations(rel=None)
stable
|
changeset |
files
|
Wed, 24 Mar 2010 13:40:53 +0100 |
Sylvain Thénault |
[security] don't add attribute into skip_security if already in edited_attributes, else we may accidentaly skip a desired security check
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:15:57 +0100 |
Sylvain Thénault |
[repo entity] we have to provide a __delitem__ implementation as well, see example in the docstring
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:00:51 +0100 |
Sylvain Thénault |
[yams] on creation, specify relations anyway so we don't get spurious warning for accessing eid through the dict api on yams validation
stable
|
changeset |
files
|
Wed, 24 Mar 2010 11:00:02 +0100 |
Sylvain Thénault |
[repo] fix warning message and implementation of bw compat unsafe_execute
stable
|
changeset |
files
|
Wed, 24 Mar 2010 10:23:57 +0100 |
Sylvain Thénault |
stable is now 3.7
stable
|
changeset |
files
|
Wed, 24 Mar 2010 10:23:31 +0100 |
Sylvain Thénault |
oldstable is now 3.6
oldstable
|
changeset |
files
|
Wed, 24 Mar 2010 08:42:49 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 24 Mar 2010 08:40:21 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Wed, 24 Mar 2010 08:40:00 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.3-1 for changeset f9fce56d6a0c
stable
|
changeset |
files
|
Wed, 24 Mar 2010 08:39:59 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.3 for changeset 9c342fa4f1b7
stable cubicweb-debian-version-3.6.3-1
|
changeset |
files
|
Wed, 24 Mar 2010 07:55:31 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.1-1 for changeset 9194740f070e
|
changeset |
files
|
Wed, 24 Mar 2010 07:55:30 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.1 for changeset 6b0832bbd1da
cubicweb-debian-version-3.7.1-1
|
changeset |
files
|
Wed, 24 Mar 2010 08:04:32 +0100 |
Sylvain Thénault |
backport debian control changes done in 3.7
stable cubicweb-version-3.6.3
|
changeset |
files
|
Wed, 24 Mar 2010 07:52:15 +0100 |
Sylvain Thénault |
3.6.3
stable
|
changeset |
files
|
Tue, 23 Mar 2010 18:35:04 +0100 |
Sylvain Thénault |
ticket #636927, add ajaxhtmlhead in controller js_component
stable
|
changeset |
files
|
Tue, 23 Mar 2010 18:16:35 +0100 |
Sylvain Thénault |
[widget] allow kwargs passed to Select widget
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:08:50 +0100 |
Sylvain Thénault |
take care to empty breadcrumbs
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:06:05 +0100 |
Sylvain Thénault |
fix bug with damned transmutation functionality, occuring when using an INSERT query which also add relation to the entity
stable
|
changeset |
files
|
Tue, 23 Mar 2010 17:05:05 +0100 |
Sylvain Thénault |
update skeleton for __pkginfo__.py
stable
|
changeset |
files
|
Tue, 23 Mar 2010 09:19:42 +0100 |
Sylvain Thénault |
don't use optional on final relation
stable
|
changeset |
files
|
Mon, 22 Mar 2010 17:58:03 +0100 |
Sylvain Thénault |
fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
|
changeset |
files
|
Mon, 22 Mar 2010 16:33:29 +0100 |
Sylvain Thénault |
[form js] apply vgodard patch fixing #750056: reorderTabindex js function crashes when form dom id is not 'entityForm'
stable
|
changeset |
files
|
Mon, 22 Mar 2010 11:11:00 +0100 |
Sylvain Thénault |
missing unittest_main
stable
|
changeset |
files
|
Sun, 21 Mar 2010 18:21:27 +0100 |
Adrien Di Mascio |
[server] add unit tests for storages
|
changeset |
files
|
Fri, 19 Mar 2010 19:25:53 +0100 |
Adrien Di Mascio |
[registry] trigger reload events on set_schema()
|
changeset |
files
|
Fri, 19 Mar 2010 19:24:34 +0100 |
Adrien Di Mascio |
[source] only consider edited_attributes in source.preprocess_entity()
|
changeset |
files
|
Fri, 19 Mar 2010 19:21:31 +0100 |
Adrien Di Mascio |
[source] implement storages right in the source rather than in hooks
|
changeset |
files
|
Fri, 19 Mar 2010 15:27:45 +0100 |
Sylvain Thénault |
i18n update
cubicweb-version-3.7.1
|
changeset |
files
|
Fri, 19 Mar 2010 14:47:34 +0100 |
Sylvain Thénault |
3.7.1
|
changeset |
files
|
Fri, 19 Mar 2010 14:47:09 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 19 Mar 2010 14:43:49 +0100 |
Sylvain Thénault |
[etwist] cleanup, use cProfile instead of hotshot
|
changeset |
files
|
Fri, 19 Mar 2010 14:43:15 +0100 |
Sylvain Thénault |
[repo] start looping task on repo only config (though I bet more work is needed to get it actually working
|
changeset |
files
|
Fri, 19 Mar 2010 14:42:35 +0100 |
Sylvain Thénault |
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
|
changeset |
files
|
Fri, 19 Mar 2010 10:10:18 +0100 |
Sylvain Thénault |
[security] take care uidrels may contains a relation targetting something else than a constant node (eg IN function)
|
changeset |
files
|
Fri, 19 Mar 2010 10:07:30 +0100 |
Sylvain Thénault |
[ms] this test is already done before putting a relation in uidrels
|
changeset |
files
|
Fri, 19 Mar 2010 09:08:09 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Fri, 19 Mar 2010 09:08:00 +0100 |
Sylvain Thénault |
[security] experimental rqlst cache for read security: to activate using a 'security-rqlst-cache' flag in transaction data when you'll issue a lot of identic queries with only kwargs varying
|
changeset |
files
|
Fri, 19 Mar 2010 08:18:31 +0100 |
Sylvain Thénault |
[read security] minor optimizations
|
changeset |
files
|
Thu, 18 Mar 2010 23:22:40 +0100 |
Adrien Di Mascio |
[web] get rid of spurious '[Errno 2] No such file or directory' on load
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:39:17 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:37:55 +0100 |
Sylvain Thénault |
[schema sync] fix another potential name error on synchronizing rdefs
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:36:08 +0100 |
Sylvain Thénault |
[schema sync] don't try to synchronize infered relation defs, fixing a name error on the way
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:54 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:35 +0100 |
Sylvain Thénault |
don't update constraints when it's not necessary
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:33:03 +0100 |
Sylvain Thénault |
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup hooks
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:31:22 +0100 |
Sylvain Thénault |
[migration] new build_descr argument to rqlexec on the migration helper
|
changeset |
files
|
Thu, 18 Mar 2010 17:28:59 +0100 |
Sylvain Thénault |
fix migration when upgrading from cw < 3.6 to cw 3.7
|
changeset |
files
|
Thu, 18 Mar 2010 17:17:50 +0100 |
Sylvain Thénault |
disable security when undoing
|
changeset |
files
|
Thu, 18 Mar 2010 17:16:17 +0100 |
Adrien Di Mascio |
merge
stable
|
changeset |
files
|
Thu, 18 Mar 2010 14:06:53 +0100 |
Adrien Di Mascio |
[sql] fix FSPATH implementation
stable
|
changeset |
files
|
Thu, 18 Mar 2010 17:14:01 +0100 |
Sylvain Thénault |
[web deletion] must use set_message
|
changeset |
files
|
Thu, 18 Mar 2010 15:51:53 +0100 |
Sylvain Thénault |
fix limited_rql w/ UNION query
stable
|
changeset |
files
|
Thu, 18 Mar 2010 11:57:48 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:12:54 +0100 |
Sylvain Thénault |
fix import
stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:07:10 +0100 |
Adrien Chauve |
Fixed some of the documentation warnings when building the book with sphinx.
stable
|
changeset |
files
|
Thu, 18 Mar 2010 09:05:49 +0100 |
Sylvain Thénault |
move pdf icon component with it's template so we don't see it when the template isn't available due to missing dependancies
stable
|
changeset |
files
|
Wed, 17 Mar 2010 11:37:47 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 17 Mar 2010 11:36:47 +0100 |
Sylvain Thénault |
add missing warn imports
|
changeset |
files
|
Wed, 17 Mar 2010 11:30:39 +0100 |
Sylvain Thénault |
add missing warn imports
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:58:37 +0100 |
Stephanie Marcu |
improve documentation for uicfg and rtags
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:27 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:17 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Wed, 17 Mar 2010 09:21:58 +0100 |
Sylvain Thénault |
[cleanup] objtype not used
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:21:13 +0100 |
Sylvain Thénault |
[schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:19:02 +0100 |
Sylvain Thénault |
3.6 want __regid__, not id
stable
|
changeset |
files
|
Wed, 17 Mar 2010 09:17:14 +0100 |
Sylvain Thénault |
[migration] disable notification by default during migration
|
changeset |
files
|
Wed, 17 Mar 2010 09:16:30 +0100 |
Sylvain Thénault |
[session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:05 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.7.0-1 for changeset 0c9ff7e496ce
|
changeset |
files
|
Wed, 17 Mar 2010 09:23:04 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.7.0 for changeset 270aba1e6fa2
cubicweb-debian-version-3.7.0-1
|
changeset |
files
|
Tue, 16 Mar 2010 18:10:59 +0100 |
Sylvain Thénault |
fix control file by using virtual packages
cubicweb-version-3.7.0
|
changeset |
files
|
Tue, 16 Mar 2010 17:59:50 +0100 |
Sylvain Thénault |
fix common/rql dependencies
|
changeset |
files
|
Tue, 16 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
3.7.0
|
changeset |
files
|
Tue, 16 Mar 2010 17:55:54 +0100 |
Sylvain Thénault |
test fixes
|
changeset |
files
|
Tue, 16 Mar 2010 17:44:42 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 16 Mar 2010 17:44:32 +0100 |
Sylvain Thénault |
fix tests
stable
|
changeset |
files
|
Tue, 16 Mar 2010 17:19:10 +0100 |
Sylvain Thénault |
fix test broken by recent rql rewrite / querier changes
|
changeset |
files
|
Tue, 16 Mar 2010 16:32:36 +0100 |
Sylvain Thénault |
backport stable into default
|
changeset |
files
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
changeset |
files
|
Wed, 10 Mar 2010 16:07:24 +0100 |
Julien Jehannet |
[R] dataimport: changes
|
changeset |
files
|
Tue, 16 Mar 2010 12:40:59 +0100 |
Sylvain Thénault |
#750055: make it easier to change post logout url
stable
|
changeset |
files
|
Tue, 16 Mar 2010 12:34:29 +0100 |
Sylvain Thénault |
[web auth] fix authentication pb when anonymous are allowed, avoiding the first authentifier to return an anon connection while a following one may find correct authentication info. This make things simpler (eventually)
stable
|
changeset |
files
|
Tue, 16 Mar 2010 12:31:06 +0100 |
Sylvain Thénault |
[web server] simplify base-url handling on startup. Ensure config['base-url'] is correctly set once started
stable
|
changeset |
files
|
Tue, 16 Mar 2010 10:54:59 +0100 |
Sylvain Thénault |
[rql rewrite] until a better solution is found raise BadSchemaDefinition when two inlined relations with security on an optional variable is used, explaining how to bypass it
|
changeset |
files
|
Mon, 15 Mar 2010 18:07:54 +0100 |
Sylvain Thénault |
[rql rewriting] handle case where we've and optional inlined relation in the original query. Also, we should append EXISTS even in subquery to avoid inserting duplicates in results
|
changeset |
files
|
Mon, 15 Mar 2010 18:06:32 +0100 |
Sylvain Thénault |
[rql rewriting] handle case where we want to insert snippet on a variable that has previously been moved to a subquery
|
changeset |
files
|
Mon, 15 Mar 2010 11:18:51 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 15 Mar 2010 11:16:40 +0100 |
Sylvain Thénault |
[backup] fix misplaced paren
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:53:18 +0100 |
Sylvain Thénault |
fix bad conflict resolution
|
changeset |
files
|
Fri, 12 Mar 2010 16:23:21 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:21:13 +0100 |
Katia Saurfelt |
LazySuggestField : remote version of RestrictedSuggestField
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:15:33 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 12 Mar 2010 15:53:31 +0100 |
Pierre-Yves David |
Add a rssitem_id attribut to RSSView to easly choose the view used for items.
stable
|
changeset |
files
|
Fri, 12 Mar 2010 15:05:33 +0100 |
Sylvain Thénault |
[web] start a new message system based on id of message stored in session's data
|
changeset |
files
|
Fri, 12 Mar 2010 15:01:52 +0100 |
Sylvain Thénault |
[notification] fix dumb name error in hijack user
|
changeset |
files
|
Fri, 12 Mar 2010 15:00:54 +0100 |
Sylvain Thénault |
[dbapi] return default argument instead of None when no connection set yet
|
changeset |
files
|
Fri, 12 Mar 2010 15:00:25 +0100 |
Sylvain Thénault |
[cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params
|
changeset |
files
|
Fri, 12 Mar 2010 14:55:41 +0100 |
Sylvain Thénault |
[db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:52:22 +0100 |
Sylvain Thénault |
[cleanup] use iteritems
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:51:59 +0100 |
Sylvain Thénault |
[url] new rebuild_url method on base request
stable
|
changeset |
files
|
Fri, 12 Mar 2010 14:50:54 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 12 Mar 2010 12:09:27 +0100 |
Sylvain Thénault |
fix apycot detection
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:50:27 +0100 |
Sylvain Thénault |
provide logilab.database compat when creating database
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:49:29 +0100 |
Sylvain Thénault |
update debian changelog
stable
|
changeset |
files
|
Fri, 12 Mar 2010 11:49:05 +0100 |
Sylvain Thénault |
[db creation] fix some bugs introduced by the migration to logilab.database
|
changeset |
files
|
Fri, 12 Mar 2010 11:34:35 +0100 |
Sylvain Thénault |
[debian] packaging fixes
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:53:25 +0100 |
Sylvain Thénault |
[web] yes this is used
|
changeset |
files
|
Fri, 12 Mar 2010 10:53:15 +0100 |
Sylvain Thénault |
[web] cleanup: move delete_entities to the edit controller
|
changeset |
files
|
Fri, 12 Mar 2010 10:52:43 +0100 |
Sylvain Thénault |
[web] stop using deprecated merge_dicts
|
changeset |
files
|
Fri, 12 Mar 2010 10:52:04 +0100 |
Sylvain Thénault |
[utils] improve dump_class by copying back original class doc and module name
|
changeset |
files
|
Fri, 12 Mar 2010 10:51:30 +0100 |
Sylvain Thénault |
[utils] make_uid imrovment: using .hex already remove '-', make key argument optional, document it
|
changeset |
files
|
Fri, 12 Mar 2010 10:50:37 +0100 |
Sylvain Thénault |
deprecates merge_dicts
|
changeset |
files
|
Fri, 12 Mar 2010 10:49:42 +0100 |
Sylvain Thénault |
kill unused method
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:45 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:28 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.2-1 for changeset f3b4bb9121a0
stable
|
changeset |
files
|
Fri, 12 Mar 2010 10:46:28 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.2 for changeset bfebe3d14d53
stable cubicweb-debian-version-3.6.2-1
|
changeset |
files
|
Fri, 12 Mar 2010 10:43:32 +0100 |
Sylvain Thénault |
[form] fix bug introduced by 4871:a34b76593ab2 with field using multiple input with different suffix: the suffix should be considered in the cache key
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:55:29 +0100 |
Sylvain Thénault |
i18nupdate
stable cubicweb-version-3.6.2
|
changeset |
files
|
Thu, 11 Mar 2010 19:49:40 +0100 |
Sylvain Thénault |
prepare 3.6.2
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:16:35 +0100 |
Sylvain Thénault |
[form fields] fix severe memory leak due to @cached on field.input_name
stable
|
changeset |
files
|
Thu, 11 Mar 2010 19:07:45 +0100 |
Sylvain Thénault |
[debug] allow to specify maxlevel to gc_info
stable
|
changeset |
files
|
Thu, 11 Mar 2010 18:28:38 +0100 |
Sylvain Thénault |
[write security] we must check perm with read security disabled + add missing eid argument to check_perm
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:59 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:43 +0100 |
Sylvain Thénault |
[session] del session's thread local store on close
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:49:07 +0100 |
Sylvain Thénault |
[debug] a new view to help debugging memory leaks
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:48:38 +0100 |
Sylvain Thénault |
[debug] minor improvments to the registry view
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:43:00 +0100 |
Sylvain Thénault |
[web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:42:13 +0100 |
Sylvain Thénault |
[pyviews] add thead/tbody to pyvaltable view
stable
|
changeset |
files
|
Thu, 11 Mar 2010 16:41:43 +0100 |
Sylvain Thénault |
[repo stats] add cache size
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:52:33 +0100 |
Adrien Di Mascio |
[javascript] upgrade from version 1.0.2 to 1.1 of jquery.autocomplete.js
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:37:34 +0100 |
Adrien Di Mascio |
[web] fix #736332: iespec functionality for add_css
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:19:55 +0100 |
Adrien Di Mascio |
[javascript] use jQuery.one('ajax-loaded') instead of jQuery.bind() in add_onload to avoid multiple callback executions
stable
|
changeset |
files
|
Wed, 10 Mar 2010 12:08:45 +0100 |
Sylvain Thénault |
[widgets] fix typo
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:59:44 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:58:30 +0100 |
Sylvain Thénault |
req has no more a cursor attribute
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:57:47 +0100 |
Sylvain Thénault |
when some authentication plugin fail, we may try another one
stable
|
changeset |
files
|
Tue, 09 Mar 2010 19:57:04 +0100 |
Sylvain Thénault |
logilab.db compat
stable
|
changeset |
files
|
Tue, 09 Mar 2010 14:38:41 +0100 |
Sylvain Thénault |
[goa] i know goa is broken but that's still that we won't have to fix later :)
|
changeset |
files
|
Tue, 09 Mar 2010 19:39:50 +0100 |
Nicolas Chauvat |
[documentation] fix errors in book chapter instance-config
stable
|
changeset |
files
|
Tue, 09 Mar 2010 12:07:34 +0100 |
Sylvain Thénault |
remove deprecation warning introduced by add_onload api change
|
changeset |
files
|
Tue, 09 Mar 2010 12:07:16 +0100 |
Sylvain Thénault |
[refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
|
changeset |
files
|
Tue, 09 Mar 2010 12:03:26 +0100 |
Sylvain Thénault |
missing rename
|
changeset |
files
|
Tue, 09 Mar 2010 11:54:27 +0100 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
changeset |
files
|
Tue, 09 Mar 2010 11:42:06 +0100 |
Sylvain Thénault |
move devtools.dataimport at the cw level since we don't want cubes using it to depends on cubicweb-dev
|
changeset |
files
|
Tue, 09 Mar 2010 11:27:41 +0100 |
Sylvain Thénault |
[widget] allow to specify hour/minute separator on the JQueryTimePicker (vgodard patch)
stable
|
changeset |
files
|
Tue, 09 Mar 2010 11:05:29 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 09 Mar 2010 11:01:44 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 09 Mar 2010 11:00:48 +0100 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
changeset |
files
|
Tue, 09 Mar 2010 10:59:50 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:59:44 +0100 |
Sylvain Thénault |
move SLINK_DIRECTORIES creation to a function avoid unnecessary import (and kill that damed warning of psyco not being installed)
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:53:55 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:53:38 +0100 |
Sylvain Thénault |
[schema hooks] properly check for changes of schema properties avoid useless costly operation (such as full-text reindexing all entities of a type). Refactor inlined handling and fix a bug trying to reindex a final entity type on the way.
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:51:08 +0100 |
Sylvain Thénault |
[hook] entity_oldnew_value may cause bug on attributes explicitly set to None
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:49:57 +0100 |
Sylvain Thénault |
misc fixes to ensure logilab.db compatibility
stable
|
changeset |
files
|
Tue, 09 Mar 2010 10:48:46 +0100 |
Sylvain Thénault |
[sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend
stable
|
changeset |
files
|
Tue, 09 Mar 2010 08:59:43 +0100 |
Sylvain Thénault |
[repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
|
changeset |
files
|
Mon, 08 Mar 2010 19:02:35 +0100 |
Sylvain Thénault |
move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
|
changeset |
files
|
Mon, 08 Mar 2010 18:31:36 +0100 |
Sylvain Thénault |
3.7 depends on python >= 2.5
|
changeset |
files
|
Mon, 08 Mar 2010 18:08:24 +0100 |
Sylvain Thénault |
rename deprecated file
|
changeset |
files
|
Mon, 08 Mar 2010 17:57:29 +0100 |
Sylvain Thénault |
[repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
|
changeset |
files
|
Mon, 08 Mar 2010 19:11:47 +0100 |
Adrien Di Mascio |
[javascript] fix #736185: add_onload / jQuery.bind() vs. jQuery.one()
|
changeset |
files
|
Mon, 08 Mar 2010 09:51:29 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:05:17 +0100 |
Sylvain Thénault |
[cleanup] fti_* method already try/except exception, no need for additional catch here
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:04:36 +0100 |
Sylvain Thénault |
[hook] use entity instead of values dict, check for edited_attributes on rtype change
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:03:43 +0100 |
Sylvain Thénault |
[schema hook] fulltext_container is a relation *type* property. Test and fix (+ more fti properties change testing)
stable
|
changeset |
files
|
Mon, 08 Mar 2010 09:00:23 +0100 |
Sylvain Thénault |
fix name error fixed in wrong branch
stable
|
changeset |
files
|
Mon, 08 Mar 2010 08:59:07 +0100 |
Sylvain Thénault |
[test] don't use an internal url for test
stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:20:39 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:20:18 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:57:13 +0100 |
Pierre-Yves David |
Added tag cubicweb-debian-version-3.6.1-2 for changeset 0a16f07112b9
stable
|
changeset |
files
|
Thu, 04 Mar 2010 16:26:52 +0100 |
Pierre-Yves David |
[pkg/debian] prepare 3.6.1-2
stable cubicweb-debian-version-3.6.1-2
|
changeset |
files
|
Thu, 04 Mar 2010 16:26:22 +0100 |
Pierre-Yves David |
[pkg/debian] Remove python-elementtree from Depends
stable
|
changeset |
files
|
Fri, 05 Mar 2010 18:07:39 +0100 |
Sylvain Thénault |
le patch massiveimport a été importé
stable
|
changeset |
files
|
Fri, 05 Mar 2010 17:29:24 +0100 |
Sylvain Thénault |
fix bad test fix
|
changeset |
files
|
Fri, 05 Mar 2010 17:24:01 +0100 |
Sylvain Thénault |
repair stuff broken by fti handling changes
stable
|
changeset |
files
|
Fri, 05 Mar 2010 17:22:41 +0100 |
Sylvain Thénault |
update test broken by fulltextindexed change on workflow entities
stable
|
changeset |
files
|
Fri, 05 Mar 2010 13:05:47 +0100 |
Sylvain Thénault |
fix another name error
|
changeset |
files
|
Fri, 05 Mar 2010 13:04:46 +0100 |
Sylvain Thénault |
fix name error
|
changeset |
files
|
Fri, 05 Mar 2010 12:18:22 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:39:34 +0100 |
Sylvain Thénault |
eschema_type_eid become eschema_eid and always get a schema as argument + misc cleanup
stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:35:06 +0100 |
Sylvain Thénault |
don't issue critical warning about missing text index when we're creating the instance
stable
|
changeset |
files
|
Fri, 05 Mar 2010 09:24:55 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:04:26 +0100 |
Sylvain Thénault |
[cleanup] add index_entity to abstract source, add docstring
stable
|
changeset |
files
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:58:31 +0100 |
Sylvain Thénault |
[schema] do not fulltext index workflow entities'description
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:51:19 +0100 |
Sylvain Thénault |
no key error subsequent to test module import error
|
changeset |
files
|
Thu, 04 Mar 2010 17:51:27 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:50:17 +0100 |
Aurelien Campeas |
[views/breadcrumbs] fix bad signature
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:49:31 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:49:14 +0100 |
Sylvain Thénault |
nicer explanation
stable
|
changeset |
files
|
Thu, 04 Mar 2010 17:48:55 +0100 |
Sylvain Thénault |
fix schema serialization bug: groupmap considered as addrdef argument
stable
|
changeset |
files
|
Thu, 04 Mar 2010 16:58:40 +0100 |
Nicolas Chauvat |
[cwctl] list will warn about a badly formatted version constraint instead of crashing
stable
|
changeset |
files
|
Thu, 04 Mar 2010 12:08:23 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 12:08:09 +0100 |
Sylvain Thénault |
oops, 'not' missing
|
changeset |
files
|
Thu, 04 Mar 2010 12:07:54 +0100 |
Sylvain Thénault |
[repo] fix bug introduced by 4757:ec9c20c6b9f7, testing for select.selection is not enough to avoid the substep query, we should check there is no interesting restriction (test added)
|
changeset |
files
|
Thu, 04 Mar 2010 11:45:29 +0100 |
Sylvain Thénault |
[rql2sql] fix potential crash when testing _q_invariant on a ColumnAlias instead of a Variable by always considering _q_invariant to false for them
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:58:28 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:56:46 +0100 |
Sylvain Thénault |
fix test broken by meta relation permissions tweaks
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:56:27 +0100 |
Sylvain Thénault |
fix schema serialization, bad repartition of changes between stable and default
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:23:20 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:22:21 +0100 |
Sylvain Thénault |
remove stuff from default introduced accidentally in stable
stable
|
changeset |
files
|
Thu, 04 Mar 2010 10:16:48 +0100 |
Sylvain Thénault |
applied vgodard patch for jquery rounded corner w/ MSIE >= 8
stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:57:40 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:43:16 +0100 |
Adrien Chauve |
[fix] #731915 use add_onload instead of plain <script> tag for progress bar.
stable
|
changeset |
files
|
Thu, 04 Mar 2010 09:35:34 +0100 |
Pierre-Yves David |
add render_description method to RSSItemView to improve modularity.
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:00:42 +0100 |
Julien Jehannet |
le patch documentation-admin-tips a été importé
stable
|
changeset |
files
|
Tue, 02 Mar 2010 21:48:36 +0100 |
Julien Jehannet |
[F] views: fix 2 unicode errors
stable
|
changeset |
files
|
Mon, 22 Feb 2010 17:23:46 +0100 |
Julien Jehannet |
le patch fix-3.6-deprecation-warning a été importé
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:27 +0100 |
Alain Leufroy |
Suppress the hidden logform when the user is already connected
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:21 +0100 |
Alain Leufroy |
fix a Depression Warning
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:50:03 +0100 |
Alain Leufroy |
fix: Prevent multi pass in restore_previous_post
stable
|
changeset |
files
|
Thu, 04 Mar 2010 08:48:51 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 03 Mar 2010 19:20:03 +0100 |
Sylvain Thénault |
[test] check _shutting_down, not empty dict (empty dict test should go in pytestgc patch)
|
changeset |
files
|
Wed, 03 Mar 2010 19:03:52 +0100 |
Sylvain Thénault |
assert we are not already shutting down
|
changeset |
files
|
Wed, 03 Mar 2010 19:02:36 +0100 |
Sylvain Thénault |
[test] call super class teardown after perms restoration
|
changeset |
files
|
Wed, 03 Mar 2010 18:57:41 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
changeset |
files
|
Wed, 03 Mar 2010 18:56:37 +0100 |
Sylvain Thénault |
[testlib] properly close dumb sessions
|
changeset |
files
|
Wed, 03 Mar 2010 18:54:07 +0100 |
Sylvain Thénault |
[debug] more (dirty) gc debuging
|
changeset |
files
|
Wed, 03 Mar 2010 18:52:56 +0100 |
Sylvain Thénault |
custom rest publisher instead of using rest_publish. Avoid to keep a ref on the latest context
|
changeset |
files
|
Wed, 03 Mar 2010 18:52:01 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Wed, 03 Mar 2010 18:33:56 +0100 |
Sylvain Thénault |
[rest] cleanup, avoid deprecation warning
|
changeset |
files
|
Wed, 03 Mar 2010 18:32:21 +0100 |
Sylvain Thénault |
delete pyro proxy on connection close, properly raise programming error when working on a closed connection
|
changeset |
files
|
Wed, 03 Mar 2010 18:31:08 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Wed, 03 Mar 2010 18:30:25 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
changeset |
files
|
Wed, 03 Mar 2010 18:12:28 +0100 |
Sylvain Thénault |
more tests
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:59:05 +0100 |
Sylvain Thénault |
[repo] improve planning of insert/update queries: do not select affected constants so the don't go and back to/from the source.
|
changeset |
files
|
Wed, 03 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
changeset |
files
|
Wed, 03 Mar 2010 17:51:49 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:49:24 +0100 |
Sylvain Thénault |
[testlib] automatic test shouldn't try to populate default_workflow
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:48:08 +0100 |
Sylvain Thénault |
minor schema serialization optimization:
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:42:19 +0100 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
Wed, 03 Mar 2010 17:39:22 +0100 |
Sylvain Thénault |
fix code and tests broken by 4744:13a5d3a7410e (proper permission on eid/has_text/identity relations)
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:58:39 +0100 |
Sylvain Thénault |
do not check for use template permission when session is super session or integrity hooks are deactivated
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:57:32 +0100 |
Sylvain Thénault |
do not check for existant entity when relation of single card is added but integrity hooks are deactivated
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:44:26 +0100 |
Sylvain Thénault |
[schema] tweaks meta-relations and schema/workflow entities attributes permissions
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:43:26 +0100 |
Sylvain Thénault |
[schema] new constants for permissions definitions
stable
|
changeset |
files
|
Wed, 03 Mar 2010 14:06:05 +0100 |
Aurelien Campeas |
[book/ldap] note on the role of two options
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:32:46 +0100 |
Aurelien Campeas |
[book/cwctl] reorganize a bit this page (very messy)
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:15:26 +0100 |
Aurelien Campeas |
[book] more id -> __regid__
stable
|
changeset |
files
|
Tue, 02 Mar 2010 19:11:46 +0100 |
Aurelien Campeas |
[book/entities] a bit of flesh to the interface chapter
stable
|
changeset |
files
|
Tue, 02 Mar 2010 18:46:58 +0100 |
Aurelien Campeas |
[book/admin/pyro] fix pyro options, give a small setup example
stable
|
changeset |
files
|
Tue, 02 Mar 2010 18:10:03 +0100 |
Aurelien Campeas |
[book/faq] cleanup & complete a bit
stable
|
changeset |
files
|
Tue, 02 Mar 2010 16:06:36 +0100 |
Aurelien Campeas |
[book/admin/setup] notes about configuration of sql server
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:47:26 +0100 |
Aurelien Campeas |
[book] remove seemingly unused old cruft
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:37:51 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:37:45 +0100 |
Aurelien Campeas |
[book] cleanup (deleting/moving) old stuff
stable
|
changeset |
files
|
Tue, 02 Mar 2010 15:11:11 +0100 |
Aurelien Campeas |
[book] a few autoclasses for renderers, misc tweaks
stable
|
changeset |
files
|
Tue, 02 Mar 2010 14:39:06 +0100 |
Sylvain Thénault |
[primary] navcontentbottom sections should be in the content table as navcontenttop
stable
|
changeset |
files
|
Tue, 02 Mar 2010 13:00:41 +0100 |
Aurelien Campeas |
[book/controllers] add some content (overview, api super sketch) for the cubicweb controllers
stable
|
changeset |
files
|
Tue, 02 Mar 2010 12:04:33 +0100 |
Aurelien Campeas |
[book/ldap] add missing LDAP section
stable
|
changeset |
files
|
Tue, 02 Mar 2010 11:21:29 +0100 |
Aurelien Campeas |
[reledit] add ajax html head div, which allows to get additional css/js up to the browser #620569
stable
|
changeset |
files
|
Mon, 01 Mar 2010 16:02:22 +0100 |
Aurelien Campeas |
fix open/close/open subnode bug #730709
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:39:33 +0100 |
Sylvain Thénault |
backport stable to default
|
changeset |
files
|
Fri, 26 Feb 2010 17:38:12 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.1-1 for changeset b9cdfe3341d1
stable
|
changeset |
files
|
Fri, 26 Feb 2010 17:38:12 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.1 for changeset 4ae30c9ca11b
stable cubicweb-debian-version-3.6.1-1
|
changeset |
files
|
Fri, 26 Feb 2010 16:51:41 +0100 |
Sylvain Thénault |
typo
stable cubicweb-version-3.6.1
|
changeset |
files
|
Fri, 26 Feb 2010 15:39:59 +0100 |
Sylvain Thénault |
3.6.1 depending on yams 0.28
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:36:30 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 10 Feb 2010 16:34:15 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.0-1 for changeset d2ba93fcb8da
|
changeset |
files
|
Wed, 10 Feb 2010 16:34:15 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.0 for changeset 450804da3ab2
cubicweb-debian-version-3.6.0-1
|
changeset |
files
|
Fri, 26 Feb 2010 15:32:32 +0100 |
Sylvain Thénault |
3.6.1
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:28:15 +0100 |
Aurelien Campeas |
merge
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:27:55 +0100 |
Aurelien Campeas |
tabs/lazy views: provide a link for the no js user agents (lynx, blinds, google) #693670
stable
|
changeset |
files
|
Fri, 26 Feb 2010 15:22:22 +0100 |
Sylvain Thénault |
[test] XXX fix to have pytest succeed on whole cw
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:56:06 +0100 |
Sylvain Thénault |
typo
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:31:10 +0100 |
Sylvain Thénault |
fix test, broken by the merge of debug and info views
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:30:46 +0100 |
Sylvain Thénault |
ensure we don't break xhtml
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:30:24 +0100 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:21:13 +0100 |
Sylvain Thénault |
don't use module doc string as usage string
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:12:01 +0100 |
Sylvain Thénault |
avoid module import in c-c plugins module, and remind it
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:10:16 +0100 |
Sylvain Thénault |
proper deprecation warning when import class that should be imported from yams
stable
|
changeset |
files
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
changeset |
files
|
Fri, 26 Feb 2010 09:54:32 +0100 |
Sylvain Thénault |
[test] fix test broken by arthur processinfo patch
stable
|
changeset |
files
|
Fri, 26 Feb 2010 09:54:03 +0100 |
Sylvain Thénault |
merge debug and info views
stable
|
changeset |
files
|
Fri, 26 Feb 2010 08:46:27 +0100 |
Sylvain Thénault |
[i18n] nothing to translate here
stable
|
changeset |
files
|
Fri, 26 Feb 2010 08:46:03 +0100 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:58:55 +0100 |
Sylvain Thénault |
[test] we should properly use vreg method to compute solutions
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:58:02 +0100 |
Sylvain Thénault |
[pool] properly close existing connection before reconnection
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:44:18 +0100 |
Adrien Di Mascio |
[web] fix #724769: Use RemoteCallFailed in the publisher's error_handler
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:26:47 +0100 |
Sylvain Thénault |
#687194: cubicweb-ctl exlog : fix help message
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:08:11 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:07:28 +0100 |
arthur |
added stats for munin collecting #615844 - from 027bbff3659f
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:04:52 +0100 |
Sylvain Thénault |
[dbapi] no more need to monkey patch this in 3.6: vreg/schema/config are all properly accessed through ._cw
stable
|
changeset |
files
|
Fri, 26 Feb 2010 07:03:38 +0100 |
Sylvain Thénault |
[session] fix memory leak: local thread data living in a thread that never finishes (eg, the main thread) may not be properly freed
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:59:16 +0100 |
Sylvain Thénault |
[session] user.login is usually an unicode string, so implements __unicode__ instead of __str__
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:57:02 +0100 |
Sylvain Thénault |
fix docstring
stable
|
changeset |
files
|
Fri, 26 Feb 2010 06:55:43 +0100 |
Sylvain Thénault |
[facet] before 3.6 we were sure to have a cw_rset attribute. Restore this for facets
stable
|
changeset |
files
|
Thu, 25 Feb 2010 17:42:51 +0100 |
Sylvain Thénault |
[iprogress] missing js file
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:43:11 +0100 |
Adrien Di Mascio |
[hooks] match_rtype and match_rtype_sets don't need to extend match_search_state
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:40:47 +0100 |
Adrien Di Mascio |
[uicfg] section='inlined' is acceptable for inlined forms
stable
|
changeset |
files
|
Thu, 25 Feb 2010 11:39:49 +0100 |
Adrien Di Mascio |
[web] fix muledit rendering bug
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:08:13 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:07:17 +0100 |
Sylvain Thénault |
3.6 api update
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:00:37 +0100 |
Sylvain Thénault |
simplejson may not be available with python 2.4
stable
|
changeset |
files
|
Wed, 24 Feb 2010 15:00:15 +0100 |
Sylvain Thénault |
ensure make_uid return something that may be used as dom id
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:57:53 +0100 |
Sylvain Thénault |
[test] also hide this message during test
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:57:30 +0100 |
Sylvain Thénault |
[test] fix test inter-dependancies pb. Pytest ok in each individual test dir, though not yet for whole cubicweb, but for different reasons
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:53:36 +0100 |
Sylvain Thénault |
[testlib] provide ability to control schema/vreg reset using reset_schema/reset_vreg test class attributes
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:52:11 +0100 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:48:24 +0100 |
Sylvain Thénault |
[goa] we don't use mx anymore
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:21:51 +0100 |
Sylvain Thénault |
[integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8)
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:20:13 +0100 |
Sylvain Thénault |
[integrity] temporary fix auto-delete relation (see 4673:6f8b925a29f4 and 4642:921737d2e3a8): we want no read perms, though we want to check delete perms. Should be properly fixed in 3.7 once we've proper security control and [unsafe_]execute behaviour on the repository side
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:14:14 +0100 |
Sylvain Thénault |
use set_action_permissions is clearer and avoid @cached issue across tests
stable
|
changeset |
files
|
Wed, 24 Feb 2010 12:49:55 +0100 |
Nicolas Chauvat |
[cwctl] use l.c.changelog for version comparison
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:11:27 +0100 |
Sylvain Thénault |
[form] only set __form_id for the main form, not for sub-forms. Should fix regression introduced by 4668:9f82f81bf13d
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:05:01 +0100 |
Sylvain Thénault |
don't issue critical message when trying to alter sqlite db during test
stable
|
changeset |
files
|
Wed, 24 Feb 2010 11:04:28 +0100 |
Sylvain Thénault |
[test] cleanup
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:56:47 +0100 |
Sylvain Thénault |
[test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:37:37 +0100 |
Sylvain Thénault |
remove #<formid> from url used to redirect after a validation error
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:35:06 +0100 |
Sylvain Thénault |
[test] no more __cubicweb_internal_field__ value displayed on password widget
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:34:37 +0100 |
Sylvain Thénault |
[test] inline-creation requires petype argument to be selectable. Fix arguments order to make it clearer that 'template' is an argument of the test class .view method
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:33:31 +0100 |
Sylvain Thénault |
[test] skip test when fop failed
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:32:22 +0100 |
Sylvain Thénault |
[test] don't display progress bar when testing checkintegrity
stable
|
changeset |
files
|
Wed, 24 Feb 2010 10:30:31 +0100 |
Sylvain Thénault |
[test api] rename _user_session to user_groups_session, fix its arguments and return only the session, not (user, session) to make things clearer
stable
|
changeset |
files
|
Tue, 23 Feb 2010 20:23:46 +0100 |
Sylvain Thénault |
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
|
changeset |
files
|
Tue, 23 Feb 2010 20:22:40 +0100 |
Sylvain Thénault |
fix tests
stable
|
changeset |
files
|
Tue, 23 Feb 2010 18:21:30 +0100 |
Sylvain Thénault |
add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:39:13 +0100 |
Sylvain Thénault |
fix #615379 by checking admin user exists instead of making think everything is fine
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:32:43 +0100 |
Sylvain Thénault |
cleanup, typos
stable
|
changeset |
files
|
Tue, 23 Feb 2010 17:32:31 +0100 |
Sylvain Thénault |
[form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings
stable
|
changeset |
files
|
Thu, 18 Feb 2010 14:30:23 +0100 |
Pierre-Yves David |
[fix] Apply fulltextindexed change in the actual index
stable
|
changeset |
files
|
Tue, 23 Feb 2010 13:40:55 +0100 |
Sylvain Thénault |
3.6 api update (introduced by merge)
stable
|
changeset |
files
|
Tue, 23 Feb 2010 13:19:16 +0100 |
Sylvain Thénault |
when validating a form, we should properly call 'actual_fields(form) on edited field else compound field are not correctly processed
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:59:30 +0100 |
Sylvain Thénault |
#714109: [selectors] non_final_entity should implement score_class
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:52:57 +0100 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:52:40 +0100 |
Sylvain Thénault |
add XXX note
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:51:20 +0100 |
Sylvain Thénault |
[form] cache field value in form.formvalues using (field, form) key since in some case the same field instance may be shared accross multiple forms, which may share the formvalues dict in case of sub-forms
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:49:37 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:46:56 +0100 |
Sylvain Thénault |
[form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:43:15 +0100 |
Sylvain Thénault |
[form] add a new ignore_req_params attribute on field controlling value's retreival
stable
|
changeset |
files
|
Tue, 23 Feb 2010 12:43:16 +0100 |
Charles Hébert |
[css] fix disappearing image in menu when a:hover
stable
|
changeset |
files
|
Tue, 23 Feb 2010 08:41:06 +0100 |
Nicolas Chauvat |
[cwctl] modify command list to check for cube dependency problems
stable
|
changeset |
files
|
Tue, 23 Feb 2010 10:57:51 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 23 Feb 2010 08:54:04 +0100 |
Alexandre Fayolle |
docstring improvement
stable
|
changeset |
files
|
Tue, 23 Feb 2010 09:53:01 +0100 |
Sylvain Thénault |
import cleanup
stable
|
changeset |
files
|