Thu, 28 Mar 2013 12:32:26 +0100 |
Pierre-Yves David |
merge 3.15.x into 3.16.x
stable
|
file |
diff |
annotate
|
Thu, 28 Mar 2013 12:31:39 +0100 |
Aurelien Campeas |
server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641)
oldstable
|
file |
diff |
annotate
|
Wed, 20 Feb 2013 16:13:21 +0100 |
Nicolas Chauvat |
[sources] fix classes that inherit from AbstractSource (closes #2718669)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
Fri, 14 Dec 2012 14:08:14 +0100 |
Vincent Michel |
[dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 16:05:16 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 15:17:10 +0200 |
Julien Cristau |
[sources/native] automatically update passwords using deprecated hashes on login
stable
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 21:51:54 +0200 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
Fri, 31 Aug 2012 16:58:08 +0200 |
Aurelien Campeas |
[source/native] only system source users should be authenticated by the native source (closes #2465883)
stable
|
file |
diff |
annotate
|
Thu, 02 Aug 2012 12:48:31 +0200 |
David Douard |
merge oldstable in stable
stable
|
file |
diff |
annotate
|
Tue, 31 Jul 2012 17:25:28 +0200 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event (closes #2450680)
oldstable
|
file |
diff |
annotate
|
Tue, 31 Jul 2012 10:57:03 +0200 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event
stable
|
file |
diff |
annotate
|
Wed, 02 May 2012 10:13:39 +0200 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
Fri, 27 Apr 2012 15:09:27 +0200 |
Aurelien Campeas |
[sources/native] do not let a log message crash on us
stable
|
file |
diff |
annotate
|
Tue, 10 Apr 2012 17:03:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 16 Mar 2012 17:59:48 +0100 |
Sylvain Thénault |
[security] use a stronger encryption algorythm for password, keeping bw compat
stable
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 09:43:15 +0100 |
Anthony Truchet |
[repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 17:57:07 +0100 |
Sylvain Thénault |
[system source] fix authentication: don't allow login whatever the given password if user password is NULL in database. Closes #2186099
stable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 10:06:19 +0100 |
Alexandre Richardson |
[entities system table] change asource and source column size (closes #1951819)
stable
|
file |
diff |
annotate
|
Tue, 18 Oct 2011 15:52:50 +0200 |
Alexandre Fayolle |
merge back stable change
|
file |
diff |
annotate
|
Tue, 18 Oct 2011 15:52:12 +0200 |
Alexandre Fayolle |
remove stale debugging statement
stable
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 10:33:31 +0200 |
Aurelien Campeas |
[cache] replace lgc.cache with something more appropriate (closes #1921713)
|
file |
diff |
annotate
|
Fri, 07 Oct 2011 15:55:15 +0200 |
Sylvain Thénault |
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
stable
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 17:29:40 +0200 |
Alexandre Fayolle |
ensure the test for asource column won't crash on SQLServer (closes #1949621)
stable
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 17:42:22 +0200 |
Sylvain Thénault |
[server] portable dump format supports now ZIP64 extensions by default (closes #1912535)
stable
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 17:35:14 +0200 |
Adrien Di Mascio |
[repo] use smarter query to check asource presence on startup (closes #1922099)
stable
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 17:27:09 +0200 |
Alexandre Fayolle |
merged back oldstable fix to stable
stable
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 17:14:37 +0200 |
Alexandre Fayolle |
work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869)
oldstable
|
file |
diff |
annotate
|
Mon, 11 Jul 2011 13:45:04 +0200 |
Sylvain Thénault |
[native source] fix bug introduced in 7645:cb2459aaa7d7: fetchone() may return None
|
file |
diff |
annotate
|
Mon, 11 Jul 2011 13:23:37 +0200 |
Adrien Di Mascio |
[source] closes #1816412: try to reconnect to dbms if connection is reset in eid_type_source()
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 15:30:52 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 18:24:56 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 10:57:25 +0200 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
file |
diff |
annotate
|
Fri, 17 Jun 2011 18:53:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 16:41:41 +0200 |
Julien Jehannet |
[server] fix unicode conversion capability in UndoException
stable
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 17:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 22:54:25 +0200 |
Sylvain Thénault |
fix failures introduced by recent refactoring
stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 15:37:09 +0200 |
Sylvain Thénault |
[repository] refactor/cleanup entity deletion methods
stable
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:53:11 +0200 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 12:35:41 +0200 |
Sylvain Thénault |
adds support for a portable db import/export format (closes: #1521112)
stable
|
file |
diff |
annotate
|
Fri, 22 Apr 2011 10:29:23 +0200 |
Alexandre Fayolle |
fix bad handling of inlined relations when entities of different etypes are passed as subject to add_relations
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 15:42:17 +0200 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
Mon, 11 Apr 2011 13:29:41 +0200 |
Sylvain Thénault |
[native source] eid_creation_lock actually lock the eid connection creation and usage
stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 22:52:51 +0200 |
Sylvain Thénault |
[system source] drop now useless bw compat
stable
|
file |
diff |
annotate
|
Mon, 28 Mar 2011 16:39:49 +0200 |
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
|
Wed, 09 Feb 2011 18:06:17 +0100 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
Mon, 07 Feb 2011 18:19:39 +0100 |
Sylvain Thénault |
[sources] refactor source creation and options handling
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 11:52:10 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 25 Jan 2011 12:09:59 +0100 |
Alexandre Fayolle |
improve massive deletion performance
stable
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 17:02:38 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 19:15:04 +0100 |
Sylvain Thénault |
[repo] kill no more needed 'recreate' feature
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 18:01:28 +0100 |
Sylvain Thénault |
[repo] move cursor creation into the try/except, it may raises an InterfaceError if the connection is closed
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 12:47:08 +0100 |
Sylvain Thénault |
[repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
|
file |
diff |
annotate
|
Wed, 01 Dec 2010 17:11:35 +0100 |
Sylvain Thénault |
[pyro source] store pyro source mapping file into the database
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:52 +0200 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:50 +0200 |
Sylvain Thénault |
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 12:16:28 +0200 |
Sylvain Thénault |
[sync schema] take care rdef may not be final, in which case we want to use type of eid attribute
stable
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 10:35:34 +0200 |
Sylvain Thénault |
[rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 15:14:35 +0200 |
Alexandre Fayolle |
unique_together: recast exception raised by sqlite
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 18:30:38 +0200 |
Alexandre Fayolle |
nicer error reporting for unique together constraints
stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 09:54:19 +0200 |
Sylvain Thénault |
[c-c create] ask for database driver by default
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:31:02 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 12:36:16 +0200 |
Sylvain Thénault |
backport oldstable
stable
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 12:36:03 +0200 |
Sylvain Thénault |
[security] don't put uncrypted password in query parameters, else it may be logged on error
oldstable
|
file |
diff |
annotate
|
Fri, 16 Jul 2010 12:40:22 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Jul 2010 11:38:31 +0200 |
Sylvain Thénault |
[transaction] do not attempt to reconnect if there has been some write during the transaction
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 18:25:19 +0200 |
Sylvain Thénault |
[schema migration] import refactoring to fix #1109558 and enhances things on the way
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 17:06:37 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 08:47:24 +0200 |
Sylvain Thénault |
[migration] refactor schema migration fix introduced by 5833:d7256ae7c1d1
stable
|
file |
diff |
annotate
|
Tue, 22 Jun 2010 10:29:04 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 14:43:16 +0200 |
Sylvain Thénault |
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:00:30 +0200 |
Sylvain Thénault |
[test] properly close connections during test
stable
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:00:28 +0200 |
Sylvain Thénault |
[repo] on repository shutdown, we've to close the new eid creation connection
stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 14:59:08 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 09:20:38 +0200 |
Sylvain Thénault |
[source] remove debug
stable
|
file |
diff |
annotate
|
Wed, 09 Jun 2010 09:42:52 +0200 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
Wed, 09 Jun 2010 09:41:36 +0200 |
Adrien Di Mascio |
[source] don't create the eid_creation connection at source initiliaztion time
stable
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 10:17:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 09:41:41 +0200 |
Alexandre Fayolle |
fix unit tests by not using the new create_eid implementation with sqlite
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 18:12:47 +0200 |
Alexandre Fayolle |
merge
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 18:12:27 +0200 |
Alexandre Fayolle |
fix create_eid for sqlite (and bring back tests)
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:30:36 +0200 |
Alexandre Fayolle |
backported to stable some changes made on site for a customer
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:12:18 +0000 |
Alexandre Fayolle |
[win32] fix deadlock occuring on the sequence tables with SQLServer
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:01:45 +0200 |
Sylvain Thénault |
[external storage] refactor to give session to storage's callback (needed by vcsfile storage)
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 10:18:02 +0200 |
Alexandre Fayolle |
merge back to stable some changes made on site for a customer.
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 10:06:07 +0000 |
Alexandre Fayolle |
[win32 SQLServer] connection lost detection
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 07:49:47 +0000 |
Alexandre Fayolle |
added db-extra-arguments to configuration parameters for native source
stable
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 17:55:36 +0200 |
Alexandre Fayolle |
cubicweb-ctl create improvements
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 12:43:23 +0200 |
Sylvain Thénault |
[config] with lgc >= 0.50, option's dict inputlevel becomes level
|
file |
diff |
annotate
|
Mon, 12 Apr 2010 15:15:00 +0200 |
Sylvain Thénault |
[source] small refactoring to avoid being doomed by a wrong assertion message on buggy storage raising attribute error
stable
|
file |
diff |
annotate
|
Mon, 12 Apr 2010 15:05:37 +0000 |
Alexandre Fayolle |
fix cwctl db-init -d on SQL Server
stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:42:37 +0200 |
Alexandre Fayolle |
SQL Server port: temporary table handling
stable
|
file |
diff |
annotate
|
Fri, 02 Apr 2010 08:43:01 +0200 |
Adrien Di Mascio |
[storages] fix fs_importing side-effect on entity.data
stable
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 08:24:53 +0200 |
Sylvain Thénault |
[python] take care to this detail of @contextmanager: if an unhandled exception occurs in the block, it is reraised inside the generator at the point where the yield occurred
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 12:51:35 +0200 |
Sylvain Thénault |
[source] log attempt to reconnect using warning level. Also, don't relog failed sql (already logged)
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 11:41:17 +0200 |
Sylvain Thénault |
[i18n] use named substitution to avoid gettext warnings
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:18:31 +0200 |
Sylvain Thénault |
[undo] basic support for undoing of entity creation / relation addition
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:17:50 +0200 |
Sylvain Thénault |
[undo] init entity cache when undoing an entity deletion
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:17:21 +0200 |
Sylvain Thénault |
[undo] consistent is/is_instance_of processing
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:06:13 +0200 |
Sylvain Thénault |
[undo] during undoing, call hooks in the [active]integrity and undo categories
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 13:34:24 +0200 |
Sylvain Thénault |
[cleanup]
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 13:46:55 +0100 |
Sylvain Thénault |
[source storage] on deletion, entity has no edited_attributes
stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 19:21:31 +0100 |
Adrien Di Mascio |
[source] implement storages right in the source rather than in hooks
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:17:50 +0100 |
Sylvain Thénault |
disable security when undoing
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:23:21 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:15:33 +0100 |
Sylvain Thénault |
typo
stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:54:27 +0100 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:05:29 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 09:51:29 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 09:00:23 +0100 |
Sylvain Thénault |
fix name error fixed in wrong branch
stable
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 18:20:39 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 18:07:39 +0100 |
Sylvain Thénault |
le patch massiveimport a été importé
stable
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 13:05:47 +0100 |
Sylvain Thénault |
fix another name error
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:04:26 +0100 |
Sylvain Thénault |
[cleanup] add index_entity to abstract source, add docstring
stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 12:57:53 +0100 |
Sylvain Thénault |
[test] also hide this message during test
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:41:44 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:38:59 +0100 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 22:41:07 +0100 |
Sylvain Thénault |
unset_attribute_storage, for testing purpose at least
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 12:20:10 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 08:56:38 +0100 |
Sylvain Thénault |
TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 21:02:37 +0100 |
Sylvain Thénault |
closes #601987
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 18:25:53 +0100 |
Sylvain Thénault |
should turn password into a Binary properly
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 10:27:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 14 Dec 2009 14:57:10 +0100 |
Alexandre Fayolle |
TIMESTAMP column type has a special meaning for SQLServer,
stable
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 17:17:43 +0100 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Tue, 01 Dec 2009 19:29:56 +0100 |
Sylvain Thénault |
fix name error while debugging
stable
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Fri, 13 Nov 2009 09:13:30 +0100 |
Sylvain Thénault |
more sensible default values to c-c "create" inputs
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Tue, 13 Oct 2009 08:50:19 +0200 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
Mon, 28 Sep 2009 12:37:01 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 28 Sep 2009 11:02:04 +0200 |
Sylvain Thénault |
[fti] don't catch BaseException subclasses
stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 10:20:51 +0200 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:24:31 +0200 |
Sylvain Thénault |
refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well
3.5
|
file |
diff |
annotate
|
Thu, 27 Aug 2009 17:02:02 +0200 |
Sylvain Thénault |
[multi-sources] new may_cross_relation method on sources
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:07:47 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:02:03 +0200 |
Sylvain Thénault |
make db-restore command work even with no/corrupted database
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 14:52:07 +0200 |
Sylvain Thénault |
remove some pretty old deprecation code
3.5
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 23:33:11 +0200 |
Nicolas Chauvat |
R refactor backup and use tar.gz to store all sources
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 17:21:32 +0200 |
Sylvain Thénault |
oops
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 16:16:06 +0200 |
Sylvain Thénault |
manual_insert is a public method
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 16:13:40 +0200 |
Sylvain Thénault |
R [server debug] more server side debugging tweaks
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 01:20:58 +0200 |
Sylvain Thénault |
R [sql source] cnx._cnx checked in cnx.close, don't do it here
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 01:19:26 +0200 |
Sylvain Thénault |
debugging tweaks
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 01:16:19 +0200 |
Sylvain Thénault |
[F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 00:00:29 +0200 |
Sylvain Thénault |
[R source cnx] use connection wrapper's close method
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:58:53 +0200 |
Sylvain Thénault |
[F native source] fix attempts to clear cache key
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:25:02 +0200 |
Sylvain Thénault |
F: start to handle binary debug log level on the server side
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 14:25:30 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 29 Jul 2009 18:26:29 +0200 |
Sylvain Thénault |
missing db-port option to source's option definitions
stable
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 17:50:31 +0200 |
Sylvain Thénault |
major refactoring of database dump/restore:
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 14:33:37 +0200 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 16:15:22 +0200 |
Sylvain Thénault |
ability to map attributes to something else than usual cw mapping on sql generation
stable
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 13:15:46 +0200 |
Sylvain Thénault |
oops, needs the cursor
stable
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 12:24:40 +0200 |
Sylvain Thénault |
give session to doexec so it's able to rollback the connection on unexpected error
stable
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 14:46:39 +0200 |
Sylvain Thénault |
deactivate sqlite connection wrapping for unittest_multisources for now
stable
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 11:31:57 +0200 |
Sylvain Thénault |
cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string
stable
|
file |
diff |
annotate
|
Mon, 08 Jun 2009 20:37:03 +0200 |
Sylvain Thénault |
properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated
stable
|
file |
diff |
annotate
|
Fri, 05 Jun 2009 18:54:39 +0200 |
Sylvain Thénault |
reminder
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Wed, 27 May 2009 11:26:03 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 27 May 2009 11:24:35 +0200 |
Sylvain Thénault |
fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py).
stable
|
file |
diff |
annotate
|
Wed, 13 May 2009 17:01:25 +0200 |
sylvain thenault |
delete-trailing-spaces
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 16:18:46 +0200 |
sylvain thenault |
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 16:28:49 +0100 |
Aurelien Campeas |
backport typo fix
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 11:35:52 +0100 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 13:12:21 +0100 |
sylvain thenault |
assert session has a pool set on error
|
file |
diff |
annotate
|
Fri, 16 Jan 2009 18:31:13 +0100 |
sylvain thenault |
need_intersect test and fixes
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|