Commit Graph
100 Commits
Author SHA1 Message Date
Sebastien Ros de2cc815ef Fixing paging url generation
--HG--
branch : 1.x
2012-02-24 13:01:28 -08:00
Sebastien Ros 1578ea8e8e Adding a default autoroute pattern when the part is attached
--HG--
branch : 1.x
2012-02-24 13:00:49 -08:00
Sebastien Ros a4c21db5d4 Fixing import when two identifiers collide
--HG--
branch : 1.x
2012-02-24 13:00:30 -08:00
kevink 75cbd2a216 Fixing query import/export
--HG--
branch : 1.x
2012-02-24 11:24:56 -08:00
Sebastien Ros 8157b9c722 Prevent IIS 7 classic mode from handling custom error/not found page
--HG--
branch : 1.x
2012-02-24 10:56:28 -08:00
Sebastien Ros 768b4ecc2c Fixing blogs paging
--HG--
branch : 1.x
2012-02-23 18:53:25 -08:00
Sebastien Ros b2f51f6d4c Fixing archive links generation
--HG--
branch : 1.x
2012-02-23 17:06:12 -08:00
Sebastien Ros 174e465d38 Fixing routes migration
--HG--
branch : 1.x
2012-02-23 16:36:47 -08:00
Sebastien Ros f6152fbfdc Fixing Tags import
--HG--
branch : 1.x
2012-02-23 15:09:10 -08:00
Sebastien Ros 3d1018c866 Refactoring ErrorController to return a HttpNotFound result, which will be
intercepted by the UnhandledExceptionFilter, in order to remove code ducplication.

--HG--
branch : 1.x
2012-02-23 14:29:37 -08:00
Sebastien Ros 5c3f281d44 Reverting changes to default recipe
--HG--
branch : 1.x
2012-02-23 13:43:51 -08:00
Sebastien Ros c80bc78feb #18463: Fixing import calling Publish before exexuting import handlers
--HG--
branch : 1.x
2012-02-23 13:42:22 -08:00
Sebastien Ros d3326d575e Executing tests in build script
--HG--
branch : 1.x
2012-02-23 13:38:42 -08:00
Sebastien Ros 4e35068e72 Fixing recipes, adding TitlePart
--HG--
branch : 1.x
2012-02-21 16:53:53 -08:00
Sebastien Ros f11371ca91 #18432: Fixing import/export for autoroute and adding data handler in setup recipes
Work Item: 18432

--HG--
branch : 1.x
2012-02-21 16:53:10 -08:00
Sebastien Ros 71831e6837 Fixing projection filters for Tags and Comments
--HG--
branch : 1.x
2012-02-21 15:08:42 -08:00
Sebastien Ros ee3122ae16 #18435: Fixing modules activation order
Work Item: 18435

--HG--
branch : 1.x
2012-02-21 15:08:28 -08:00
Sebastien Ros e2f93cd39f 18427: Fixing registration settings edition
Work Item: 18427

--HG--
branch : 1.x
2012-02-21 14:16:43 -08:00
Sebastien Ros 989bfafb48 Moving autoroute functional tests to their own project
--HG--
branch : 1.x
2012-02-21 13:43:18 -08:00
Sebastien Ros 110cd38033 Addind a functional test for international characters in routes
--HG--
branch : 1.x
2012-02-21 12:54:08 -08:00
Sebastien Ros 1983104be2 #18446: Allowing international characters in routes
Work Item: 18446

--HG--
branch : 1.x
2012-02-21 11:34:29 -08:00
Sebastien Ros c2d6a28732 Fixing last blog specflow tests
--HG--
branch : 1.x
2012-02-21 11:15:51 -08:00
Sebastien Ros de7681879b Validating autoroute path
--HG--
branch : 1.x
2012-02-21 10:48:49 -08:00
Sebastien Ros 7301a8429d #18298: Preventing infinite loops in url alternates
Work Item: 18298

--HG--
branch : 1.x
2012-02-20 13:58:43 -08:00
Sebastien Ros 9ee88990b8 Fixing specflow tests host
--HG--
branch : 1.x
2012-02-20 11:29:40 -08:00
Sebastien Ros a5c739b342 Fixing multi-tenancy specflow tests
--HG--
branch : 1.x
2012-02-20 11:06:57 -08:00
Sebastien Ros bd6b233c04 Fixing specflow tests
--HG--
branch : 1.x
2012-02-20 11:00:52 -08:00
Sebastien Ros ef6a1ac89e Fixing creation of new tenants
--HG--
branch : 1.x
2012-02-17 15:55:13 -08:00
Sebastien Ros f4b18bd03e #18440: Blog Posts can't be created when the blog is the homepage
Work Item: 18440

--HG--
branch : 1.x
2012-02-17 11:18:30 -08:00
Sebastien Ros 8bff4c8f1a #18441: Fixing blog archives and rsd when on homepage
Work Item: 18441

--HG--
branch : 1.x
rename : src/Orchard.Web/Modules/Orchard.Blogs/Routing/ARCHIVECONSTRAINT.CS => src/Orchard.Web/Modules/Orchard.Blogs/Routing/ArchiveConstraint.CS
rename : src/Orchard.Web/Modules/Orchard.Blogs/Routing/IARCHIVECONSTRAINT.CS => src/Orchard.Web/Modules/Orchard.Blogs/Routing/IArchiveConstraint.CS
rename : src/Orchard.Web/Modules/Orchard.Blogs/Routing/IRSDCONSTRAINT.CS => src/Orchard.Web/Modules/Orchard.Blogs/Routing/IRsdConstraint.CS
rename : src/Orchard.Web/Modules/Orchard.Blogs/Routing/RSDCONSTRAINT.CS => src/Orchard.Web/Modules/Orchard.Blogs/Routing/RsdConstraint.CS
2012-02-17 11:10:34 -08:00
Sebastien Ros ce4d39c8d4 Fixing case sensitivity on routes
--HG--
branch : 1.x
2012-02-17 10:41:02 -08:00
sberry3057 062f214cbb #17906: Fixing shell resolution when no header is sent
Work Item:17906

--HG--
branch : 1.x
2012-02-17 10:10:00 -08:00
Sebastien Ros 4a59815326 #18437: Fixing RecentBlogPosts and BlogPostsArchives widgets
Work Item: 18437

--HG--
branch : 1.x
2012-02-16 17:24:35 -08:00
Sebastien Ros 00f56237da Fixing conditional comments fix
--HG--
branch : 1.x
2012-02-16 17:10:09 -08:00
Sebastien Ros 81c6ae4412 Using IsInstanceOfType instead of IsAssignableFrom
--HG--
branch : 1.x
2012-02-16 16:02:12 -08:00
miguelerm 4cefffe568 #18419: Fixing !IE conditional comments
Work Item: 18419

--HG--
branch : 1.x
2012-02-16 14:36:28 -08:00
Sebastien Ros e2be72150e Fixing home page widgets on setup
--HG--
branch : 1.x
2012-02-16 14:04:45 -08:00
Sebastien Ros dee42e5d69 Moving default patterns to migrations. Custom patterns can still be defined
in recipes.

--HG--
branch : 1.x
2012-02-15 11:04:02 -08:00
Sebastien Ros 721f9515fa Using default autoroute patterns when none is provided
--HG--
branch : 1.x
2012-02-14 17:00:04 -08:00
Sebastien Ros c81f84587b Fixing / replacements in tokens
--HG--
branch : 1.x
2012-02-14 11:20:51 -08:00
styx31 5a89dd4113 Fixing XmlRpc with Autoroute
--HG--
branch : 1.x
2012-02-14 11:19:39 -08:00
Sebastien Ros 2d109a8eb9 Adding a hing on the Title editor
--HG--
branch : 1.x
2012-02-14 11:19:15 -08:00
Sebastien Ros e3dce3b2ad Fixing home page substitution
--HG--
branch : 1.x
2012-02-13 14:16:06 -08:00
Sebastien Ros d7408df464 Fixing event bus cache
--HG--
branch : 1.x
2012-02-13 14:10:06 -08:00
Sebastien Ros 62284b6038 Moving migration link to local nav
--HG--
branch : 1.x
2012-02-13 10:30:14 -08:00
Sebastien Ros 67f9c6c569 Fixing project file
--HG--
branch : 1.x
2012-02-13 10:29:59 -08:00
Sebastien Ros e373dd7986 Rebasing sub repos
--HG--
branch : 1.x
2012-02-10 17:24:12 -08:00
Sebastien Ros 337fb5d8b7 Merge with autoroute
--HG--
branch : 1.x
2012-02-10 17:16:14 -08:00
Sebastien Ros 0fcac59fb1 Merge with 1.x
--HG--
branch : autoroute
2012-02-10 17:09:17 -08:00
Sebastien Ros 7c151d9037 Preventing projections from being displayed by ProjectionPartDriver
--HG--
branch : 1.x
2012-02-10 17:08:33 -08:00
Sebastien Ros 67dc046a6d Caching method discovery in the event bus
--HG--
branch : 1.x
extra : rebase_source : 17b33305ecd81767f7f8e2c27a26d341a6a03223
2012-02-10 17:00:40 -08:00
Sebastien Ros df9c59734b Improving error message when a reference is not found
--HG--
branch : autoroute
2012-02-10 16:17:08 -08:00
Sebastien Ros 972b3b75c7 Fixing change on ITokenizer
--HG--
branch : autoroute
2012-02-10 16:16:35 -08:00
Sebastien Ros c828186271 Merge with 1.x
--HG--
branch : autoroute
2012-02-10 15:22:51 -08:00
Sebastien Ros ddbf5bf0ed Adding fields migration support
--HG--
branch : autoroute
2012-02-10 15:19:53 -08:00
Sebastien Ros d4c4db00fc Adding missing file
--HG--
branch : 1.x
2012-02-10 14:36:49 -08:00
piedone a0a9933f6b #18232: Hide dashboard link if not allowed
Work Item: 18232

--HG--
branch : 1.x
2012-02-10 11:38:03 -08:00
kevink 016f464fd3 Adding comment tokens
--HG--
branch : 1.x
2012-02-10 11:35:20 -08:00
Sebastien Ros bbfbf0b927 #18411: Fixing publishing on restricted roles
Work Item: 18411

--HG--
branch : 1.x
2012-02-09 15:15:33 -08:00
Sebastien Ros 629927ae74 Removing unused references
--HG--
branch : 1.x
2012-02-09 15:15:05 -08:00
EddieDesk 22bd594102 #18414: Fixing BloggerPlus support in XmlRpc
Work Item: 18414

--HG--
branch : 1.x
2012-02-09 13:01:24 -08:00
TheMonarch 595e0ed25c #18408: Adding missing fields in widget import
Work Item: 18408

--HG--
branch : 1.x
2012-02-09 12:47:19 -08:00
Sebastien Ros 7b16bcf33a Fixing autoroute migrations
--HG--
branch : autoroute
2012-02-09 12:42:35 -08:00
Sebastien Ros 0e56e0fd64 Improving error messages in migration module
--HG--
branch : autoroute
2012-02-07 18:01:43 -08:00
Sebastien Ros f5f2df8100 Adding an error message when there is no default pattern
--HG--
branch : autoroute
2012-02-07 17:34:49 -08:00
Sebastien Ros b923915332 Fixing List specflow tests
--HG--
branch : autoroute
2012-02-07 16:04:57 -08:00
Sebastien Ros 74a933fb4e Fixing Page spec flow tests
--HG--
branch : autoroute
2012-02-06 17:42:49 -08:00
Sebastien Ros fd89f5b101 Fixing {Date} tokens
--HG--
branch : autoroute
2012-02-06 14:59:49 -08:00
Sebastien Ros 94f77e4622 Merge with 1.x
--HG--
branch : autoroute
2012-02-06 14:04:02 -08:00
Sebastien Ros f7ec22611e Fixing setup
--HG--
branch : 1.x
2012-02-06 14:03:21 -08:00
Sebastien Ros 4d55a5836a Merge with 1.x
--HG--
branch : autoroute
2012-02-06 13:58:39 -08:00
Sebastien Ros 45bae3a892 Fixing unit tests
--HG--
branch : 1.x
2012-02-06 13:37:47 -08:00
Sebastien Ros 18ff368ac5 Refactoring SweepGenerator
- Removed IOrchardShellEvents base interface to prevent every request from
instanciating it (as it would be an event)
- Call ITransactionManager.Demand() before executing tasks or nested
transaction scopes with RequiresNew would fail

--HG--
branch : 1.x
2012-02-06 12:53:32 -08:00
Sebastien Ros 5189ca3969 Fixing fields unit tests
--HG--
branch : 1.x
2012-02-06 11:35:17 -08:00
Sebastien Ros 283f11a101 Merge with 1.x
--HG--
branch : autoroute
2012-02-06 10:11:04 -08:00
Sebastien Ros 8f07f0b026 Fixing build with Specflow tests
--HG--
branch : 1.x
2012-02-06 10:10:26 -08:00
Sebastien Ros 31f6d7a812 Merge with 1.x
--HG--
branch : autoroute
2012-02-04 21:40:55 -08:00
Sebastien Ros 06ee641608 Refactoring DefaultDataMigrationInterpreter to remove an early Transaction resolution
--HG--
branch : 1.x
extra : transplant_source : %E2%0DSw%17%5E%17%22D%BDLhy%B5%5Bk%A9%08%EB%F0
2012-02-04 21:39:15 -08:00
Sebastien Ros 233c16eb59 Syncing subrepos
--HG--
branch : autoroute
2012-02-04 13:13:17 -08:00
Sebastien Ros 60717a26dd Removing Routable
--HG--
branch : autoroute
2012-02-03 15:56:46 -08:00
Sebastien Ros e711ac5840 Using main Tokens repos
--HG--
branch : autoroute
2012-02-03 15:44:29 -08:00
Sebastien Ros e5a81b1a21 Fixing repos urls
--HG--
branch : autoroute
2012-02-03 15:41:00 -08:00
Sebastien Ros 3d9ea05df8 Moving main repos
--HG--
branch : autoroute
2012-02-03 15:39:35 -08:00
Sebastien Ros b2db8ac7ed Using main alias repos
--HG--
branch : autoroute
2012-02-03 15:25:57 -08:00
Sebastien Ros d6b0a4b864 Merge
--HG--
branch : autoroute
2012-02-03 15:13:22 -08:00
Sebastien Ros 617d1604ef Renaming upgrade module
--HG--
branch : autoroute
rename : src/Orchard.Web/Modules/UpgrateTo14/AdminMenu.cs => src/Orchard.Web/Modules/UpgradeTo14/AdminMenu.cs
rename : src/Orchard.Web/Modules/UpgrateTo14/Controllers/AdminController.cs => src/Orchard.Web/Modules/UpgradeTo14/Controllers/AdminController.cs
rename : src/Orchard.Web/Modules/UpgrateTo14/Migrations.cs => src/Orchard.Web/Modules/UpgradeTo14/Migrations.cs
rename : src/Orchard.Web/Modules/UpgrateTo14/Module.txt => src/Orchard.Web/Modules/UpgradeTo14/Module.txt
rename : src/Orchard.Web/Modules/UpgrateTo14/Properties/AssemblyInfo.cs => src/Orchard.Web/Modules/UpgradeTo14/Properties/AssemblyInfo.cs
rename : src/Orchard.Web/Modules/UpgrateTo14/Scripts/Web.config => src/Orchard.Web/Modules/UpgradeTo14/Scripts/Web.config
rename : src/Orchard.Web/Modules/UpgrateTo14/Styles/Web.config => src/Orchard.Web/Modules/UpgradeTo14/Styles/Web.config
rename : src/Orchard.Web/Modules/UpgrateTo14/ViewModels/MigrateViewModel.cs => src/Orchard.Web/Modules/UpgradeTo14/ViewModels/MigrateViewModel.cs
rename : src/Orchard.Web/Modules/UpgrateTo14/Views/Admin/Index.cshtml => src/Orchard.Web/Modules/UpgradeTo14/Views/Admin/Index.cshtml
rename : src/Orchard.Web/Modules/UpgrateTo14/Views/Web.config => src/Orchard.Web/Modules/UpgradeTo14/Views/Web.config
rename : src/Orchard.Web/Modules/UpgrateTo14/Web.config => src/Orchard.Web/Modules/UpgradeTo14/Web.config
2012-02-03 12:51:09 -08:00
Sebastien Ros 5f215d0029 Adding admin controller for Update module
--HG--
branch : autoroute
2012-02-03 12:46:41 -08:00
randompete d02bd30306 Fix Fields changeset
--HG--
branch : autoroute
2012-02-03 14:10:29 +00:00
randompete dbcfd85bcb Merge
--HG--
branch : autoroute
2012-02-03 13:01:55 +00:00
randompete 8edd89d074 Merge
--HG--
branch : autoroute
2012-02-03 13:00:47 +00:00
Sebastien Ros 8d2e44ee16 First version of UpgradeTo14 module
--HG--
branch : autoroute
2012-02-02 16:46:30 -08:00
Sebastien Ros ef66c75cf7 Adding IContentManager.Clear() method
--HG--
branch : 1.x
2012-02-02 11:43:00 -08:00
Sebastien Ros b2e0fa923b Fixing unit tests
--HG--
branch : 1.x
2012-02-02 11:22:27 -08:00
Sebastien Ros a066a2c9f3 Reactivating autoresize plugin for TinyMce since it's been fixes
--HG--
branch : 1.x
2012-02-02 10:51:07 -08:00
Sebastien Ros 32f09e1fe3 #18396: Upgrading TinyMce to 3.4.8
Work Item: 18396

--HG--
branch : 1.x
2012-02-02 10:43:18 -08:00
Sebastien Ros d90115bec3 Preventing multiple queries on assembly loaders
--HG--
branch : 1.x
2012-02-02 10:39:17 -08:00
Sebastien Ros 9dc53c6c1b #18399: Better error message when a shape is not available
Work Item: 18399

--HG--
branch : 1.x
2012-02-01 14:46:25 -08:00
randompete 9e51b566f9 Remove autoroute handler from tags service
--HG--
branch : autoroute
2012-02-01 20:19:21 +00:00
Sebastien Ros e59badbc54 #18385: Fixing editors validation in Orchard.Projector
Work Item: 18385

--HG--
branch : 1.x
2012-02-01 11:06:21 -08:00
Sebastien Ros b5e69f827d Implementing IAliasAspect
--HG--
branch : autoroute
2012-01-31 18:13:54 -08:00