Sebastien Ros
26aef60205
Refactoring Bags and moving to Orchard.Framework
...
--HG--
branch : 1.x
extra : rebase_source : 0f934cffae32b4477ee39be01bcc63d36982b6b8
2012-11-13 15:20:59 -08:00
Sebastien Ros
aba27f6d7e
#19181 : Adding a unit test for IRepository on linq queries with Contains
...
Work Item: 19181
--HG--
branch : 1.x
2012-10-23 17:11:56 -07:00
Sebastien Ros
dcacd6eb7f
#18815 : Fixing internationalization bug in tests
...
Work Item: 18815
--HG--
branch : 1.x
extra : rebase_source : 341d1f48afb877d313f637bf8cc8d686c333bda7
2012-08-14 15:38:02 -07:00
Sebastien Ros
0188496a05
Fixing unit tests
...
--HG--
branch : NH3
2012-07-13 16:25:17 -07:00
Sebastien Ros
17b300519c
#18651 : Fixing loss of millisenconds when using fields
...
Work Item : 18651
--HG--
branch : 1.x
2012-06-18 13:08:16 -07:00
Sebastien Ros
5750f68b19
#18641 : Fixing SqlCe limit for binary data
...
Work Item: 18641
--HG--
branch : 1.x
2012-05-01 12:30:06 -07:00
Sebastien Ros
a455d0c89f
Creating test databases during each test
2011-10-03 13:53:44 -07:00
Renaud Paquay
259b465fd3
Skip SqlServer related unit tests if SqlServer is not installed
...
--HG--
branch : dev
extra : transplant_source : g%B6%FFf%9DD%B0UD%97%E8%2B%94%2B%3A%CF%A8B%17%A0
2010-12-07 13:11:44 -08:00
Suha Can
c97a8d26cb
Cleanup (includes)
...
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Nathan Heskew
70453d012b
Merge
...
--HG--
branch : dev
2010-09-02 21:29:10 -07:00
Louis DeJardin
b85a6ed122
Moving Orchard.Framework.Tests back into a runnable state
...
See #if REFACTORING in code for blocks that referenced obsolete BaseViewModel
This preprocessor symbol will not be present when this stage is complete
--HG--
branch : dev
2010-09-01 14:33:02 -07:00
Sebastien Ros
e81ec58497
Added unit tests for big text
...
--HG--
branch : dev
2010-08-31 12:13:55 -07:00
Sebastien Ros
b2fbce9c54
Removed the Ignore from corrected unit tests
...
--HG--
branch : dev
2010-08-04 13:33:21 -07:00
Sebastien Ros
1a9acedbfb
Corrected SessionFactoryBuilder tests
...
--HG--
branch : dev
2010-07-30 10:18:46 -07:00
Renaud Paquay
c6a3edc05c
Fix or ignore remaining failing unit tests
...
We should now finally be back to a clean build!
--HG--
branch : dev
2010-07-15 10:57:21 -07:00
Renaud Paquay
62f900b5d8
Completely remove support from SQLite, use SqlCe instead
...
--HG--
branch : dev
rename : src/Orchard/Data/Migration/Interpreters/SqLiteCommandInterpreter.cs => src/Orchard/Data/Migration/Interpreters/SqlCeCommandInterpreter.cs
2010-07-13 19:49:42 -07:00
Sebastien Ros
d428ebc2f8
Data migration for developers
...
- NHibernate auto-update is explicitly run by the user (dev) through a DevTool Controller Action or Command
- Generate the create method from the nhib schema
--HG--
branch : dev
2010-07-05 13:35:50 -07:00
Louis DeJardin
35fe587b6d
Removing unneeded extension method
...
--HG--
branch : dev
2010-06-28 14:57:49 -07:00
Louis DeJardin
4fdecf04c5
Refactoring data builders into data service providers
...
IDataServicesProviderFactory used to build correct IDataServicesProvider instance
Components implementing IDataServiceProvider must also have public static ProviderName {get;} to be identified
The data service provider, for now, has the responsability of creating the ISessionFactory for a shell
--HG--
branch : dev
2010-06-25 14:41:19 -07:00
Louis DeJardin
e2af46ed71
Changing folder paths to follow namespaces
...
--HG--
branch : dev
2010-06-11 17:28:46 -07:00
Louis DeJardin
4598e82a68
Changing term Topology to Blueprint
...
Verify consistent use of descriptor and blueprint
Update namespaces, but not folder paths, of same
Add small ISignal component for explicit app-triggered cache expiration tokens
--HG--
branch : dev
2010-06-11 17:17:00 -07:00
Sebastien Ros
8b255d59f8
Corrected typos
...
--HG--
branch : dev
2010-05-14 12:23:16 -07:00
Louis DeJardin
3509843b48
Compacting code and removing some obsolete things
...
--HG--
branch : dev
2010-04-17 22:14:31 -07:00
Louis DeJardin
1cfaae90b8
Building out composition strategy
...
Four main component types are populated from topology
Additional information for table/area/controller name populated
Some core types for records added automatically
--HG--
branch : dev
2010-04-17 17:03:07 -07:00
Louis DeJardin
6a34dce4ef
Changing namespace of Migrations to Builders
...
Refactoring to be what's needed at the moment
--HG--
branch : dev
2010-02-15 12:57:52 -08:00
Louis DeJardin
91a34a35ff
Refactoring database session builder
...
Reducing the implementation to what's needed at the moment
Making the individual providers an implementation detail
--HG--
branch : dev
2010-02-15 12:54:27 -08:00
Louis DeJardin
53b96f3248
Snapshot of incremental work
...
Sequence of events during setup functions at this point
Committing this point prior to cleaning up changes to ensure a working arrangement isn't lost
--HG--
branch : dev
2010-02-15 12:06:05 -08:00
Louis DeJardin
3670374afc
Refactoring database components
...
Simplifying for more direct use-cases
--HG--
branch : dev
2010-02-15 10:04:41 -08:00
Louis DeJardin
ebe81a39fb
Adding IDatabaseMigrationManager and IDatabaseCoordinator implementations
...
Starting point for controlled creation and upgrade of databases and schema
Only automatic schema population currently supported
SqlServer and SQLite providers implemented
--HG--
branch : dev
2010-02-05 15:19:53 -08:00
loudej
7594a1b656
Adding versioning support to content query api
...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044809
2009-12-31 02:14:11 +00:00
loudej
72851737cc
Starting an implementation of a composite model management system
...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038935
2009-11-08 05:27:47 +00:00
rpaquay
2d3cd1b304
Populating initial tree
...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
2009-11-07 22:49:58 +00:00