2013-04-23 |
Pierre-Yves David |
use cw_etype instead of __regid__
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2012-11-23 |
Pierre-Yves David |
[BFSS] mark fs_imported value as uncachable
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-03-16 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-03-07 |
Pierre-Yves David |
[storage/bfss] ensure bfss never remove a cw_edited item (closes #2236287)
stable
|
file |
diff |
annotate
|
2012-01-18 |
Pierre-Yves David |
[storage] BFSS now create read only file (closes #2151672)
|
file |
diff |
annotate
|
2012-01-03 |
Alexandre Fayolle |
[bfss] convert root BFSS directory to str in constructor (closes #2137793)
stable
|
file |
diff |
annotate
|
2011-12-19 |
Alexandre Fayolle |
fix potential problems when BFSS uses a Windows SMB share (closes #2131435)
stable
|
file |
diff |
annotate
|
2011-07-26 |
Sylvain Thénault |
backport oldstable
stable
|
file |
diff |
annotate
|
2011-07-26 |
Pierre-Yves David |
[bfss] Fix update of BFSS attribute to None (close #1875289)
oldstable
|
file |
diff |
annotate
|
2011-06-09 |
Nicolas Chauvat |
merge changes from stable branch
|
file |
diff |
annotate
|
2011-06-09 |
Pierre-Yves David |
[bfss] Catch EnvironmentError instead of OSError when trying to read attributes bffstored
stable
|
file |
diff |
annotate
|
2011-06-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-30 |
Pierre-Yves David |
[bfss] Make ``current_fs_path`` return None when an attribute has no value
stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
|
file |
diff |
annotate
|
2010-10-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-01 |
Pierre-Yves David |
Add a fsimport context manage to localy enable fsimporting.
stable
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-07-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-23 |
Sylvain Thénault |
[bfss] fix file update to ensure file's content is available on the fs asap...
stable cubicweb-version-3.8.6
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
|
file |
diff |
annotate
|
2010-05-28 |
Pierre-Yves David |
[bfss] Rename filenames according to their metadata on entity update.
stable
|
file |
diff |
annotate
|
2010-05-25 |
Sylvain Thénault |
[deprecation] fix 3.9 deprecation warning
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[bfss] ensure base name doesn't contain path separator
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
[repo] cleanup
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
[bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
[bfss] use set_operation for AddFileOp/DeleteFileOp
|
file |
diff |
annotate
|
2010-04-12 |
Sylvain Thénault |
[storage] missing qrefresh in previous patch applied: fix comment, error message, and use a storage specified encoding, not cubicweb's encoding
stable
|
file |
diff |
annotate
|
2010-04-12 |
Pierre-Yves David |
[fix] fix path unicity process in BytesFileSystemStorage.new_fs_path
stable
|
file |
diff |
annotate
|
2010-04-08 |
Adrien Di Mascio |
[storage] consider fs_importing on update operations too
stable
|
file |
diff |
annotate
|
2010-04-02 |
Adrien Di Mascio |
[storages] fix fs_importing side-effect on entity.data
stable
|
file |
diff |
annotate
|
2010-03-25 |
Sylvain Thénault |
[source storage] refactor source sql generation and results handling to allow repository side callbacks
stable
|
file |
diff |
annotate
|
2010-03-25 |
Sylvain Thénault |
[bfss] fix name error
stable
|
file |
diff |
annotate
|
2010-03-19 |
Adrien Di Mascio |
[source] implement storages right in the source rather than in hooks
|
file |
diff |
annotate
|
2010-03-08 |
Sylvain Thénault |
[repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
unset_attribute_storage, for testing purpose at least
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
[bfss] make it works when adding/updating entities with an attribute using bfss
|
file |
diff |
annotate
|
2010-01-22 |
Sylvain Thénault |
add a reminder
|
file |
diff |
annotate
|
2010-01-22 |
Sylvain Thénault |
first draft for a simple hooks based custom attribute storage,
|
file |
diff |
annotate
|