Commit Graph
1788 Commits
Author SHA1 Message Date
Renaud Paquay 746a2d2169 Fix unit tests
--HG--
branch : dev
2010-07-14 10:24:40 -07:00
Nathan Heskew 1d20556a83 A little cleanup in the content management UI
- using content type display names on the creatable type list
- removed the readonly Name field on the content type edit page
- removed the "Edit global part config" link from content parts on the content type edit page
- changed the Create (Contents) page to an ascx

--HG--
branch : dev
2010-07-14 08:57:07 -07:00
Nathan Heskew a8634a5ca3 Making content publish if publishing isn't already handled by another part (explicitly checking for the CommonAspect at the moment)
--HG--
branch : dev
2010-07-14 08:54:19 -07:00
Nathan Heskew 4dc1e314bc Changing the priority of the "Content" admin menu group to let "Blog" above it
--HG--
branch : dev
2010-07-14 08:53:03 -07:00
Renaud Paquay f01987327a Fix Unit Tests
--HG--
branch : dev
2010-07-14 00:45:14 -07:00
Renaud Paquay d6cb7fa0de Fix unit tests
--HG--
branch : dev
2010-07-14 00:12:30 -07:00
Renaud Paquay ceda562b7d Merge
--HG--
branch : dev
2010-07-13 23:40:06 -07:00
Renaud Paquay c602dab0b2 Fix a few data migration unit tests
--HG--
branch : dev
2010-07-13 23:39:27 -07:00
Nathan Heskew a080a5ae5b Giving itemscope attributes a value (of itemscope) to keep resharper happy
--HG--
branch : dev
2010-07-13 23:04:36 -07:00
Renaud Paquay ea462577ba Merge
--HG--
branch : dev
2010-07-13 22:28:07 -07:00
Nathan Heskew 12d2a94718 Using Path on IsRoutable directly in the driver & handler
--HG--
branch : dev
2010-07-13 22:27:01 -07:00
Nathan Heskew 4150f814b3 Moved "Manage Content Types" admin menu item up into the Content group
--HG--
branch : dev
2010-07-13 22:24:55 -07:00
Renaud Paquay a12c27ba80 Fix SqlCe assembly name
--HG--
branch : dev
2010-07-13 22:21:07 -07:00
Renaud Paquay 2ce8a58cdc Cleanup build for SqlCe
No need to mark test assemblies as x86
No need to copy nunit to a temporary directory
Also remove unused file

--HG--
branch : dev
2010-07-13 22:04:02 -07:00
Renaud Paquay d70f391d93 Fix AfterBuild task to work on TeamCity
--HG--
branch : dev
2010-07-13 20:25:36 -07:00
Renaud Paquay f0463dff9e Fix setup
--HG--
branch : dev
2010-07-13 20:15:55 -07:00
Renaud Paquay 17326d52df Fix web.config for Resharper support
--HG--
branch : dev
2010-07-13 19:58:11 -07:00
Renaud Paquay da027f1411 Merge
--HG--
branch : dev
2010-07-13 19:54:20 -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
Nathan Heskew 4c7973e2ce Disabling the Orchard.Pages module by default and adjusted the page content type configured during setup to be a page-like content type.
- also added a RoutableHomePageProvider to support a routable item as the home page

--HG--
branch : dev
2010-07-13 17:19:08 -07:00
Nathan Heskew 5bf2be1e19 Getting routable to work for the ItemDisplayLink HtmlHelper ext.
--HG--
branch : dev
2010-07-13 17:17:05 -07:00
Jonathan Wall f76623e117 Small update to h1 and h2 tag CSS.
--HG--
branch : dev
2010-07-13 16:49:16 -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
Jonathan Wall 5c7b3f4396 Small change to admin navigation design.
--HG--
branch : dev
2010-07-13 16:28:50 -07:00
Jonathan Wall 10173ba687 Updated button on setup screen to match the admin buttons.
--HG--
branch : dev
2010-07-13 15:50:30 -07:00
Sebastien Ros 2e805824d1 Corrected Localization bug in Commands
--HG--
branch : dev
2010-07-13 15:24:01 -07:00
Renaud Paquay c0584f57a5 Swtich to SqlCe provider for local database
--HG--
branch : dev
2010-07-13 15:13:25 -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
Nathan Heskew 9b925a2a85 Small update to the localization service's GetLocalizations w/ a note to also query for scheduled items
--HG--
branch : dev
2010-07-13 11:31:39 -07:00
Nathan Heskew e4a20d7039 Fixed the content edit action to not blow up when there is not contentItem for the id
--HG--
branch : dev
2010-07-13 11:30:39 -07:00
Renaud Paquay b4c0007a0c Adding SqlCe DataServicesProvider implementation
--HG--
branch : dev
2010-07-13 11:20:52 -07:00
Renaud Paquay 02761aded2 Adding SqlCe CTP1 binaries
--HG--
branch : dev
2010-07-13 11:12:46 -07:00
Nathan Heskew 7c11b79b7d Some work towards moving the content publish editor over to the common part
--HG--
branch : dev
2010-07-13 10:14:46 -07:00
Nathan Heskew 501d72afab Swapped out Orchard.Core's Common Routable for the work in progress replacement, Orchard.Core's Routable (seperate core module now)
--HG--
branch : dev
2010-07-13 02:52:02 -07:00
Nathan Heskew 1ff677d24d Added links to localized content of an item on the front
--HG--
branch : dev
2010-07-12 23:35:43 -07:00
Nathan Heskew ac7a4ace9a Fixed the remove link on the content list (admin) page
--HG--
branch : dev
2010-07-12 23:34:34 -07:00
Renaud Paquay bddb0f8bbc Merge
--HG--
branch : dev
2010-07-12 21:48:55 -07:00
Renaud Paquay 0153bf1218 Use TeamCity AddIn to report NUnit results
--HG--
branch : dev
2010-07-12 21:45:53 -07:00
Nathan Heskew 9f252f479b Adding some empty display templates for content localization (content translations)
--HG--
branch : dev
2010-07-12 21:45:47 -07:00
Renaud Paquay 55d9cad635 Fix 32-bit vs 64-bit unit tests
Always run 32-bit version of nunit console runner.

--HG--
branch : dev
2010-07-12 20:17:35 -07:00
Renaud Paquay 6d082f2ce3 Remove tabs and format file
--HG--
branch : dev
2010-07-12 20:16:34 -07:00
Nathan Heskew 23b101a644 Starting to get some content localization hooked up.
- can create new translations and content items (in manage content) link to other localizations of the content
- still a bit buggy when creating a new translation to override an existing translation
- the ux is still, definately, a bid ol' wip

--HG--
branch : dev
2010-07-12 03:03:18 -07:00
Renaud Paquay 801c46ea04 Fix data migration code for UserRecord
Issue came from last merge from Default...

--HG--
branch : dev
2010-07-11 16:08:14 -07:00
Renaud Paquay 47817222ee Merge
--HG--
branch : dev
2010-07-11 15:57:58 -07:00
Renaud Paquay 271bfd20de Re-enable Packaging tools to start with debugging/running
The package index tool is an MVC application. It's a reference
implementation of an Atom feed for publishing modules.

--HG--
branch : dev
2010-07-11 15:43:04 -07:00
Renaud Paquay dcc4c1ae33 Move OPC packaging module to Futures.
--HG--
branch : dev
2010-07-11 15:41:16 -07:00
Renaud Paquay 8098eaa376 Add MVC project GUID to module template
--HG--
branch : dev
2010-07-11 13:58:50 -07:00
Renaud Paquay 1c22285c3a Documentation
--HG--
branch : dev
2010-07-11 13:35:05 -07:00