Sebastien Ros
46b00503d2
Remove the self-subscription of user accounts from the feed on OrchardProject.net
...
--HG--
branch : dev
2010-07-28 17:11:41 -07:00
Sebastien Ros
53a2210b19
Merge
...
--HG--
branch : dev
2010-07-28 16:34:41 -07:00
Sebastien Ros
bb2ecbb0fd
Refactored Tags module
...
--HG--
branch : dev
2010-07-28 16:33:53 -07:00
Sebastien Ros
6f84968bf2
Merge
...
--HG--
branch : dev
2010-07-28 14:01:44 -07:00
Sebastien Ros
63ce9ea1e5
Add Orchard Module Gallery Feed by default in Gallery module
...
--HG--
branch : dev
2010-07-28 14:01:29 -07:00
Sebastien Ros
334223f532
Changed Modules Gallery url to /Modules instead of /Atom
...
--HG--
branch : dev
2010-07-28 13:45:29 -07:00
Sebastien Ros
0ee57bdf6e
Corrected Tags deletion
...
- When a content item is deleted, correctly delete tags if there are no other content items attached to it
- When searching for a non existing tag, don't display an error message and a null reference exception anymore
--HG--
branch : dev
2010-07-28 13:39:56 -07:00
Sebastien Ros
fa9a75aa9f
Corrected invalid scripts retrieval from Azure
...
--HG--
branch : dev
2010-07-28 13:01:45 -07:00
Sebastien Ros
e1feef58e7
Corrected field initialization for automatic indexing events
...
--HG--
branch : dev
2010-07-28 11:52:29 -07:00
Sebastien Ros
26f3568813
Corrected Azure build
...
--HG--
branch : dev
2010-07-28 11:52:03 -07:00
Sebastien Ros
ec4a444537
The Gallery Feeds get their title from the feed
...
--HG--
branch : dev
2010-07-23 18:11:54 -07:00
Sebastien Ros
89495ef6cf
Implemented authentification for Package publishing commands
...
--HG--
branch : dev
2010-07-23 17:44:56 -07:00
Sebastien Ros
a2e4618986
Admin UI experience for Packaging
...
--HG--
branch : dev
2010-07-23 16:37:25 -07:00
Sebastien Ros
c40fe88002
Removed the CodePlex Foundation copyright from module scaffolding
...
--HG--
branch : dev
2010-07-22 17:38:32 -07:00
Sebastien Ros
3a1e07e038
New Content Type metadata to indicate if it can be displayed in the Content Management menu as a creatable element
...
--HG--
branch : dev
2010-07-22 17:33:24 -07:00
Sebastien Ros
46ec184b75
Merge
...
--HG--
branch : dev
2010-07-21 17:27:23 -07:00
Sebastien Ros
e0d74b2b1d
Merge
...
--HG--
branch : dev
2010-07-21 17:19:51 -07:00
Sebastien Ros
10d317e2b0
Move handlers code to data migration implementation
...
--HG--
branch : dev
2010-07-21 17:19:28 -07:00
Sebastien Ros
a9686e4de9
Create a report during an upgrade
...
--HG--
branch : dev
2010-07-21 16:25:39 -07:00
Sebastien Ros
873ab417d7
Optimized Blog Post counting
...
--HG--
branch : dev
2010-07-21 13:10:22 -07:00
Sebastien Ros
cae7f5852e
When a Core feature (e.g. Routable) had a new data migration upgrade, there was no way to run the upgrade
...
--HG--
branch : dev
2010-07-21 11:11:17 -07:00
Sebastien Ros
c7ad9c06c9
Renaming a tag to the same name as another tag didn’t collapse these into a single tag
...
--HG--
branch : dev
2010-07-20 17:48:51 -07:00
Sebastien Ros
efbae2c93b
Under DevTools, rename “Data Migration” to “Database Update”
...
--HG--
branch : dev
2010-07-20 17:30:28 -07:00
Sebastien Ros
2b72a69740
Touch solution file at the end of each scaffolding command.
...
--HG--
branch : dev
2010-07-20 15:08:45 -07:00
Sebastien Ros
ee6ee571de
Remove "+New Translation" link on the front-end (keep in "Manage Content" though).
...
--HG--
branch : dev
2010-07-20 14:58:36 -07:00
Sebastien Ros
8c0ed525a1
Scaffold module command creates Module.txt with all metadata properties set to a default value (author, version, description, etc).
...
--HG--
branch : dev
2010-07-20 14:48:27 -07:00
Sebastien Ros
b621af1a8a
Make "Container" and "Owner" the last parts to show on the editor screen
...
--HG--
branch : dev
2010-07-20 14:44:47 -07:00
Sebastien Ros
f97351ee59
Index dynamic content fields
...
- Create a new index field named {part}-{field}
- Had to remove "protected" qualifier on Storage accessor
--HG--
branch : dev
2010-07-20 14:34:01 -07:00
Sebastien Ros
158adb156a
Enhanced data migration scaffolding tool not to required the feature to be enabled
...
--HG--
branch : dev
2010-07-19 17:46:35 -07:00
Sebastien Ros
6df322030c
Changed default data migration version number to 1
...
--HG--
branch : dev
2010-07-19 15:39:58 -07:00
Sebastien Ros
20b783c2aa
Enabling feature w/ dependencies didn’t work from command-line
...
--HG--
branch : dev
2010-07-19 15:16:15 -07:00
Sebastien Ros
3e9c9971bf
Define category for Reports feature
...
--HG--
branch : dev
2010-07-19 14:45:24 -07:00
Sebastien Ros
5fee44ffb3
Don't recreate tables if an error occured during the second phase setup (homepage creation)
...
--HG--
branch : dev
2010-07-19 13:27:16 -07:00
Sebastien Ros
3bf8517cb2
Corrected none null asumptions when altering exiting Content Types with new Parts
...
--HG--
branch : dev
2010-07-19 11:50:13 -07:00
Sebastien Ros
0acd1f3e91
Corrected unique slugs management
...
- Two different blogs can have a blog post with the same slug
- Other routable items can have the same slug if hte whole path is unique (e.g. Page)
--HG--
branch : dev
2010-07-16 17:27:01 -07:00
Sebastien Ros
9ac4209127
Corrected malformed Manage Content admin link
...
- Forced Id to null as it could use the value of the currently displayed model, when listing items of a content type
--HG--
branch : dev
2010-07-16 16:57:04 -07:00
Sebastien Ros
416ca95395
Added some validation to content type creation
...
--HG--
branch : dev
2010-07-16 16:18:16 -07:00
Sebastien Ros
97c5439d30
Notifier didn't work with DevTools for data migration
...
--HG--
branch : dev
2010-07-16 15:40:12 -07:00
Sebastien Ros
444d1219be
Merge
...
--HG--
branch : dev
2010-07-16 15:05:45 -07:00
Sebastien Ros
c0dc7becf3
Ignore invalid manifest files, and cache available extensions
...
--HG--
branch : dev
2010-07-16 15:05:16 -07:00
Sebastien Ros
c6e025895e
Corrected duplicated notification messages
...
--HG--
branch : dev
2010-07-16 14:18:52 -07:00
Sebastien Ros
1bc19bdff0
Simplified syntax for clob fields
...
--HG--
branch : dev
2010-07-16 13:51:07 -07:00
Sebastien Ros
bd50d68644
Improved a unit test
...
--HG--
branch : dev
2010-07-16 13:42:07 -07:00
Sebastien Ros
97ad881995
Corrected 4000 chars clob limit in SqlCe with NHibernate
...
- Created a new class overriding the default type resolution for SqlCe, in the Provider class
- Added some unit tests for this bug
--HG--
branch : dev
2010-07-16 12:05:00 -07:00
Sebastien Ros
6ba6892e39
Better data migration scaffolding and some unit tests for it
...
--HG--
branch : dev
2010-07-15 17:46:25 -07:00
Sebastien Ros
24bc2c6a54
Merge
...
--HG--
branch : dev
2010-07-15 13:54:13 -07:00
Sebastien Ros
c32418a2c3
Azure to handle SqlCe
...
--HG--
branch : dev
2010-07-15 13:53:53 -07:00
Sebastien Ros
5d11debc61
Corrected indexing bugs with SqlCe
...
--HG--
branch : dev
2010-07-15 11:56:24 -07:00
Sebastien Ros
5a9cb277a5
Updated Azure build script
...
- Removed Sqlite dependencies
--HG--
branch : dev
2010-07-15 11:47:16 -07:00
Sebastien Ros
fd1f654b66
Merge
...
--HG--
branch : dev
2010-07-14 17:01:53 -07:00
Sebastien Ros
0a1e12d600
Merge
...
--HG--
branch : dev
2010-07-14 16:09:41 -07:00
Sebastien Ros
e6d13e9961
Corrected indexing with SqlCe
...
--HG--
branch : dev
2010-07-14 16:09:15 -07:00
Sebastien Ros
236b743a04
Invalidate mapping configuration when a shell is rebuilt
...
--HG--
branch : dev
2010-07-14 16:05:05 -07:00
Sebastien Ros
d3a0dca89d
Merge
...
--HG--
branch : dev
2010-07-14 13:40:10 -07:00
Sebastien Ros
876f748e19
Cache generated mapping file
...
- Created a modified version of FluentNHibernate, including [Serializable] on GenericEnumWrapper class for it
--HG--
branch : dev
2010-07-14 13:23:47 -07:00
Sebastien Ros
a59a9c4628
Force data migrations to occur before other Install event handlers
...
- Some handler require the tables to be created before
--HG--
branch : dev
2010-07-13 16:34:55 -07:00
Sebastien Ros
2e805824d1
Corrected Localization bug in Commands
...
--HG--
branch : dev
2010-07-13 15:24:01 -07:00
Sebastien Ros
c631254fb7
Cleaned web.config files
...
--HG--
branch : dev
2010-07-13 14:01:40 -07:00
Sebastien Ros
05266bdf9c
Removed bad field in Data Migration
...
--HG--
branch : dev
2010-07-13 14:01:11 -07:00
Sebastien Ros
0ad0c86a20
Corrected Azure packaging
...
--HG--
branch : dev
2010-07-13 14:00:45 -07:00
Sebastien Ros
a9dc5abd50
Reports module
...
- Stores service management reports
- Use IReportsCoordinator to write message to the same report through multiple components
- Views to display reports
--HG--
branch : dev
2010-07-09 17:56:58 -07:00
Sebastien Ros
b86d3e20ed
Removed cache from data migration notifier
...
--HG--
branch : dev
2010-07-09 13:33:03 -07:00
Sebastien Ros
b3b48fa3df
Split Indexing in two disctint modules
...
- Added new Lucene module with Lucene.NET reference
- Banner message is displayed if no index service is enabled when Orchard.Indexing is active
- Added new MetadataExtensions for settings
- Blogs, Page and Sandbox aredefined as indexed during setup
--HG--
branch : dev
2010-07-09 13:16:02 -07:00
Sebastien Ros
d978346283
Implemented an Admin banner notification system
...
- INotificationProvider class to enlist steady messages in the Admin pages
- DataMigrationNotificationProvider displays a message when upgrades are needed
--HG--
branch : dev
2010-07-09 12:14:26 -07:00
Sebastien Ros
8ad3a5982f
Removed culture filter (temporarily)
...
--HG--
branch : dev
2010-07-08 16:47:43 -07:00
Sebastien Ros
69f938aa2d
Merge
...
--HG--
branch : dev
2010-07-08 15:19:58 -07:00
Sebastien Ros
bf196393fd
Merge
...
--HG--
branch : dev
2010-07-08 15:18:34 -07:00
Sebastien Ros
7abd8ac71c
Refactored data migration to correct SQL Server bugs
...
- Added explicit Identity column specification
- Defined string lengths explicitly on needed columns
--HG--
branch : dev
2010-07-08 15:18:13 -07:00
Sebastien Ros
199c462d4d
Renamed Data migration column name for SQL Server compatibility
...
--HG--
branch : dev
2010-07-08 11:35:34 -07:00
Sebastien Ros
2df8e36a86
Small typo in code comments
...
--HG--
branch : dev
2010-07-08 11:35:02 -07:00
Sebastien Ros
2ceac582a9
Corrected html for module's homepage
...
--HG--
branch : dev
2010-07-08 10:45:22 -07:00
Sebastien Ros
db85727d0a
Table name should not include the prefix: Orchard_Blogs_BlogArchiveRecord during Data Migration scaffolding
...
--HG--
branch : dev
2010-07-07 17:29:06 -07:00
Sebastien Ros
0cf950bc83
Id columns should not include WithLength() on Data Migration scaffoldin
...
--HG--
branch : dev
2010-07-07 17:11:26 -07:00
Sebastien Ros
cfbea89449
Scaffold create datamigration should add the file to the .csproj
...
--HG--
branch : dev
2010-07-07 16:59:49 -07:00
Sebastien Ros
7639a18dd4
Corrected tests with previous changes
...
--HG--
branch : dev
2010-07-07 16:59:07 -07:00
Sebastien Ros
d1a4edd349
Implement ContentPartRecord and ContentPartVersionRecord for migration classes, to get rid of the explicit IDs
...
--HG--
branch : dev
2010-07-07 16:29:58 -07:00
Sebastien Ros
322125a33f
Search results are no more filtered by culture by default
...
--HG--
branch : dev
2010-07-07 15:51:03 -07:00
Sebastien Ros
b13c42557a
Corrected Search command
...
--HG--
branch : dev
2010-07-07 15:02:45 -07:00
Sebastien Ros
ef02c6d66d
Corrected Azure project
...
- Removes automatically teh system.extensions tags which prevents MVC from working on Azure
- Updated web.config with Orchard.Web's one
- Added a machineKey for server farm scenarios
--HG--
branch : dev
2010-07-07 15:01:51 -07:00
Sebastien Ros
e9a0e09732
Hide the Manage Content admin menu item
...
--HG--
branch : dev
2010-07-06 13:55:20 -07:00
Sebastien Ros
8b9a8e14ea
Features list display link to update schema if available
...
--HG--
branch : dev
2010-07-06 12:51:26 -07:00
Sebastien Ros
4ed7964cbf
Added menu item for developer tools
...
--HG--
branch : dev
2010-07-06 11:39:26 -07:00
Sebastien Ros
48c00c30a4
Added better UI for Data migration developer tools
...
--HG--
branch : dev
2010-07-06 11:35:38 -07:00
Sebastien Ros
fb87fb9dd4
Code clean up
...
--HG--
branch : dev
2010-07-05 14:41:56 -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
Sebastien Ros
9fb7ccaa11
Clean up some code
...
--HG--
branch : dev
2010-07-02 10:38:46 -07:00
Sebastien Ros
8fe40209ad
Corrected bug #16269 (Confirm admin password during setup)
...
--HG--
branch : dev
2010-06-30 15:05:23 -07:00
Sebastien Ros
7a2e0543b4
Updated Azure configuration files
...
--HG--
branch : dev
2010-06-30 15:04:33 -07:00
Sebastien Ros
4582fcb9e7
Merge
...
--HG--
branch : dev
2010-06-30 11:26:27 -07:00
Sebastien Ros
04f732701a
Updated Azure projects
...
--HG--
branch : dev
2010-06-30 11:25:50 -07:00
Sebastien Ros
8c1b8ff285
Corrected merge change
...
--HG--
branch : dev
2010-06-29 16:27:23 -07:00
Sebastien Ros
6b781efccd
Merge
...
--HG--
branch : dev
2010-06-29 16:20:23 -07:00
Sebastien Ros
b72575748b
Merge
...
--HG--
branch : dev
2010-06-29 16:20:04 -07:00
Sebastien Ros
d91e488cb7
Use DataMigration API to create database tables for each feature
...
--HG--
branch : dev
2010-06-29 16:17:08 -07:00
Sebastien Ros
a7c0664984
Prevent the search index to have two documents for the same content item
...
--HG--
branch : dev
2010-06-29 12:24:09 -07:00
Sebastien Ros
ca0de6aa49
Use DataMigration API to create tables by default
...
Created DataMigration class for the Settings module
--HG--
branch : dev
2010-06-29 11:28:21 -07:00
Sebastien Ros
a09536a44a
Updated code to reflect new DataServicesProvider changes
...
--HG--
branch : dev
2010-06-25 17:06:02 -07:00
Sebastien Ros
8372db9457
Merge
...
--HG--
branch : dev
2010-06-25 16:52:14 -07:00
Sebastien Ros
092fcc869a
Work on automatic schema creation
...
--HG--
branch : dev
2010-06-25 15:35:52 -07:00
Sebastien Ros
185c7d125b
Skeleton for an Uninstall() method
...
--HG--
branch : dev
2010-06-24 17:41:51 -07:00