Commit Graph

1711 Commits

Author SHA1 Message Date
Suha Can
3da92e40f3 - Removing Orchard prefix from modules/controllers created via scaffolding cmds.
--HG--
branch : dev
2010-07-09 09:27:45 -07:00
Sebastien Ros
8ad3a5982f Removed culture filter (temporarily)
--HG--
branch : dev
2010-07-08 16:47:43 -07:00
Nathan Heskew
639d534842 Giving the content edit page a title
--HG--
branch : dev
2010-07-08 15:51:19 -07:00
Nathan Heskew
42aabcdfea Starting to give more attention to generic content management (wip)
--HG--
branch : dev
2010-07-08 15:47:20 -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
Louis DeJardin
f57a9ad2e3 Merge
--HG--
branch : dev
2010-07-08 11:29:07 -07:00
Sebastien Ros
2ceac582a9 Corrected html for module's homepage
--HG--
branch : dev
2010-07-08 10:45:22 -07:00
Nathan Heskew
f7803da193 Starting to give more attention to generic content management
--HG--
branch : dev
2010-07-08 10:12:34 -07:00
Renaud Paquay
3c0dc81d7d Merge
--HG--
branch : dev
2010-07-07 17:48:37 -07:00
Renaud Paquay
320019b8c6 Display an error message in command line on app domain restart
With dynamic compilation, it is sometimes necessary to restart the AppDomain.
In the command line scenario, instead of restarting the appdomain, we throw
an exception with an descriptive error message.

--HG--
branch : dev
2010-07-07 17:45:59 -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
Jonathan Wall
0abf6a2374 Updated Cultures page UI.
--HG--
branch : dev
2010-07-07 15:43:05 -07:00
Louis DeJardin
13e4040cd0 Merge
--HG--
branch : dev
2010-07-07 15:07:04 -07:00
Louis DeJardin
62e9c69713 Refactoring some packaging code
--HG--
branch : dev
2010-07-07 15:06:33 -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
Nathan Heskew
fd95b7284f Getting at available parts (to hook on to content types) differently to include appropriate code- and user-defined parts
--HG--
branch : dev
2010-07-07 12:29:30 -07:00
Nathan Heskew
8da1423511 Changed new content types to be part-free on creation
--HG--
branch : dev
2010-07-07 11:47:18 -07:00
Suha Can
9597712701 - Invalidating cultures cache when site cultures are modified (add,delete).
--HG--
branch : dev
2010-07-07 11:30:43 -07:00
Suha Can
ba34854ae0 Merge
--HG--
branch : dev
2010-07-07 11:16:34 -07:00
Suha Can
857c59de45 - Adding a culture command handler with a few commands related to culture management.
- Moving fr-FR culture to fr

--HG--
branch : dev
2010-07-07 11:15:48 -07:00
Nathan Heskew
2ccd28fea1 Some features management CSS cleanup
--HG--
branch : dev
2010-07-07 11:15:05 -07:00
Nathan Heskew
75d7f6bc68 A bit of content type management refactoring
- put the controller on a diet
- made type display name changes take
- pulled some hard-coded template prefix strings into the view model

--HG--
branch : dev
2010-07-07 10:16:30 -07:00
Renaud Paquay
293cfa91ce Merge
--HG--
branch : dev
2010-07-07 09:00:08 -07:00
Louis DeJardin
882b1f6df5 Moving action result into its own file
--HG--
branch : dev
2010-07-06 19:00:49 -07:00
Louis DeJardin
387b20b7ad Merge
--HG--
branch : dev
2010-07-06 18:58:21 -07:00
Louis DeJardin
b48d546fc1 Ignoring Modules-temp location
--HG--
branch : dev
2010-07-06 18:57:41 -07:00
Louis DeJardin
5c45c0d239 Continued work on package prototyping
Renamed and organized some components
Rough implementation of install/expand (currently to alternate location to avoid overwrites)

--HG--
branch : dev
2010-07-06 18:56:55 -07:00
Renaud Paquay
c4b6a16122 Make the devtools controller Admin
--HG--
branch : dev
2010-07-06 17:54:05 -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
Renaud Paquay
81b93a6699 Small refactorings
--HG--
branch : dev
2010-07-06 11:25:39 -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
Louis DeJardin
25c35ece69 Orchard.MetaData module now known as Orchard.ContentTypes
--HG--
branch : dev
2010-07-04 14:15:50 -07:00
Louis DeJardin
7e9c238847 Incremental work prototyping packaging
Extends Orchard.Modules with Orchard.Modules.Packaging feature
IWebSiteFolder capabilities to test FileExists and pull binaries via CopyFileTo
Adds rough web-based mechanism for command execution

--HG--
branch : dev
2010-07-04 14:14:15 -07:00
Louis DeJardin
f100c7c2ad Initial prototyping on atom/zip placeholders
Based on atom/atompub/opc standards to reduce coding effort

--HG--
branch : dev
2010-07-04 14:10:36 -07:00
Renaud Paquay
24eb381be3 Dynamic loading: Skip reference assemblies in ~/bin
--HG--
branch : dev
2010-07-03 12:29:40 -07:00
Renaud Paquay
392f4fd7b2 Dynamic loading: monitor .cs files in addition to .csproj file
--HG--
branch : dev
2010-07-03 12:29:04 -07:00