Commit Graph

5825 Commits

Author SHA1 Message Date
Sebastien Ros
6e55149b60 Adding a functional test for blog pagination
--HG--
branch : 1.x
2012-02-24 14:08:50 -08:00
Sebastien Ros
59c9245674 Fixing rsd link generation
--HG--
branch : 1.x
2012-02-24 13:49:00 -08:00
Sebastien Ros
9ba008ec32 Backed out changeset: d566877ae7c9
--HG--
branch : 1.x
2012-02-24 13:01:54 -08:00
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
Bertrand@Nutella
bfef980775 Archive link fix, restored missing months for current year of archives
--HG--
branch : 1.x
2012-02-23 17:58:25 -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