Sebastien Ros
|
c5fcfdeeab
|
Fixing unit tests
--HG--
branch : 1.x
extra : rebase_source : ef680533e7877459c8d20ae2eeeb10d409068589
|
2013-03-12 15:10:05 -07:00 |
|
Sebastien Ros
|
171836ac5e
|
Adding Orchard.Taxonomies
--HG--
branch : 1.x
extra : rebase_source : 64ed5b9315f34f699177c4a0ce6d920589760576
|
2013-03-12 14:13:00 -07:00 |
|
Sipke Schoorstra
|
44319d84de
|
#19475: Redirecting back to Edit Content Type on save, instead of returning to the list.
Work Item: 19475
--HG--
branch : 1.x
extra : rebase_source : c7914fa5bdcbae1d5d9dfa1dab285c7b43d776ae
|
2013-03-12 19:54:24 +01:00 |
|
Sipke Schoorstra
|
e8640fda0c
|
Implementing search filter on Content Types and Content Parts screens.
--HG--
branch : 1.x
extra : rebase_source : 81dd70ddb4fadb4efc4d7d943fdd59d94bba9dd1
|
2013-03-11 22:21:20 +01:00 |
|
Sipke Schoorstra
|
ffe345bfe0
|
#19094: Moving "Content Types" and "Content Parts" tabs from "Content" into a new admin menu which has two tabs: Content Types and Content Parts.
Work Item: 19094
--HG--
branch : 1.x
extra : rebase_source : 7ac0edb9f01094222e52b82f5f8eda9f3f6d926a
|
2013-03-11 19:30:42 +01:00 |
|
Sipke Schoorstra
|
8416503df6
|
Providing some default descriptions for out-of-the-box content parts.
--HG--
branch : 1.x
extra : rebase_source : a8e36387800f484de3d5aca800b25a9f89f4982b
|
2013-03-11 12:35:12 +01:00 |
|
Sipke Schoorstra
|
356f62e032
|
#19095: Implementing Content Part Descriptions.
Work Item: 19095
--HG--
branch : 1.x
extra : rebase_source : 910b3f365f4c9b6f69c8922e68639cce80010ed2
|
2013-03-11 11:35:35 +01:00 |
|
Sebastien Ros
|
b39951bad3
|
Removing IContentManager.Flush()
--HG--
branch : 1.x
|
2013-03-12 11:46:35 -07:00 |
|
Sebastien Ros
|
4cb6c4dd31
|
Removing unused recipes from Orchard.Autoroute
--HG--
branch : 1.x
|
2013-03-12 10:40:31 -07:00 |
|
Sebastien Ros
|
cfc14058df
|
Fixing broken IndexingTaskExecutor not saving last indexed id
--HG--
branch : 1.x
|
2013-03-09 12:13:10 -08:00 |
|
Sebastien Ros
|
a8cb23054f
|
Adding migration steps for Orchard.Indexing and Orchard.Search
--HG--
branch : 1.x
|
2013-03-09 12:12:32 -08:00 |
|
Sebastien Ros
|
48bed76df4
|
Fixing how search settings are read in IndexTaskExecutor
--HG--
branch : 1.x
|
2013-03-09 10:53:14 -08:00 |
|
Sebastien Ros
|
d57ccdb60f
|
Ignoring PublishProfiles
--HG--
branch : 1.x
|
2013-03-08 14:28:12 -08:00 |
|
Sebastien Ros
|
977e2a50d1
|
Fixing specflow test due to incorrectly read autofac config
--HG--
branch : 1.x
extra : rebase_source : 7a72dc36eaf91d9547047f586f846c45d84da5f3
|
2013-03-08 11:10:35 -08:00 |
|
Bertrand Le Roy
|
2485fdf1ff
|
Style tweaking for Markdown editor
--HG--
branch : 1.x
extra : rebase_source : f1877375866e7a17fdc7857638e674de720eee89
|
2013-03-07 17:47:30 -08:00 |
|
Sebastien Ros
|
05173e883b
|
Merge with autofac3
--HG--
branch : 1.x
|
2013-03-07 15:19:18 -08:00 |
|
Nicholas Mayne
|
c472c78b08
|
Upgrading autofac to 3.0.1 and fixing the configuration handlers
--HG--
branch : autofac3
|
2013-03-07 21:39:48 +00:00 |
|
Bertrand Le Roy
|
57258ec8e8
|
Merge
--HG--
branch : 1.x
|
2013-03-07 00:34:59 -08:00 |
|
Bertrand Le Roy
|
38a6b710bf
|
Merge
--HG--
branch : 1.x
|
2013-03-07 00:32:36 -08:00 |
|
Bertrand Le Roy
|
d4a25ec097
|
19501: Markdown editor and preview split vertically instead of horizontally
--HG--
branch : 1.x
|
2013-03-07 00:32:04 -08:00 |
|
Sebastien Ros
|
6c1adae696
|
Fixing Comments unit tests
--HG--
branch : 1.x
|
2013-03-06 15:15:53 -08:00 |
|
Sebastien Ros
|
417d394435
|
#19249: Fixing disabled rules when they are edited
Work Item: 19249
--HG--
branch : 1.x
|
2013-03-06 14:39:53 -08:00 |
|
Sebastien Ros
|
d945a8eaf1
|
Adding Approve, Delete and Moderate GET actions driven by tokens
Allow comments tokens to be chained with Text ones (HtmlEncode, ...)
--HG--
branch : 1.x
|
2013-03-06 14:34:07 -08:00 |
|
Sebastien Ros
|
874bd7df9d
|
Fixing Comments creation order
Work Item: 19304
--HG--
branch : 1.x
|
2013-03-06 13:08:42 -08:00 |
|
Sebastien Ros
|
453664d621
|
Fixing comments regressions
Work Items: 19333 17962
--HG--
branch : 1.x
|
2013-03-06 13:00:39 -08:00 |
|
Sebastien Ros
|
24fab9aa5f
|
Adding Approve, Moderate and Delete buttons in comments editor
--HG--
branch : 1.x
|
2013-03-06 12:40:20 -08:00 |
|
Sebastien Ros
|
995c11671c
|
Fixing moderated comments
--HG--
branch : 1.x
|
2013-03-06 11:50:23 -08:00 |
|
Sebastien Ros
|
7574c448ef
|
Fixing content indexing
Index settings where applied in reverse
--HG--
branch : 1.x
|
2013-03-05 16:26:38 -08:00 |
|
Sebastien Ros
|
821890f297
|
Using NH to execute SQL queries
--HG--
branch : 1.x
|
2013-03-05 15:35:03 -08:00 |
|
Sebastien Ros
|
14a04c64f1
|
Fixing ScritValidationPart view
--HG--
branch : 1.x
extra : rebase_source : 5968cd26a8dc06ff75b42249c2c030ac6a5e1b48
|
2013-03-05 14:42:50 -08:00 |
|
Sebastien Ros
|
6b35832872
|
Adding Recipes manager screen
--HG--
branch : 1.x
extra : rebase_source : 40b859a2e2fbae6d64aa5b092dd725241a4522b9
|
2013-03-05 11:51:50 -08:00 |
|
Sebastien Ros
|
08972b8cbb
|
Incremental work on multiple indexes
--HG--
branch : 1.x
extra : rebase_source : 39da1f112307ff02bf7a01ecabc95a43271d476c
|
2013-03-05 11:13:33 -08:00 |
|
Sebastien Ros
|
2015448c44
|
Managing multiple indexes
--HG--
branch : 1.x
extra : rebase_source : 930ebcb3cc0c50b45beac39a81658ace562c8e04
|
2013-03-04 16:00:55 -08:00 |
|
Sipke Schoorstra
|
6c24f4a57f
|
#19453: Correcting implementation of AzureFileSystem.FolderExists
Work Item: 19453
--HG--
branch : 1.x
|
2013-03-05 15:17:21 +01:00 |
|
Sipke Schoorstra
|
d6ba9830b3
|
#19453 Implementing FolderExists for IStorageProvider.
Work Item: 19453
--HG--
branch : 1.x
|
2013-03-05 15:11:10 +01:00 |
|
Sipke Schoorstra
|
320fd3c8a4
|
#19453 Updating Azure project and configuration files for Azure SDK 1.8.
Work Item: 19453
--HG--
branch : 1.x
|
2013-03-05 11:00:03 +01:00 |
|
Sebastien Ros
|
b931725978
|
Reverting changes to web.config
--HG--
branch : 1.x
|
2013-03-04 13:53:15 -08:00 |
|
DavidHayden
|
03663dfee4
|
#19461: Fixing Content Picker type filtering
Work Item: 19461
--HG--
branch : 1.x
|
2013-03-04 12:03:54 -08:00 |
|
Sebastien Ros
|
6f98cfb026
|
Fixing unit tests compilation
--HG--
branch : 1.x
|
2013-03-04 11:58:35 -08:00 |
|
Sebastien Ros
|
8bc500e785
|
Recovering project reference on Orchard.Scripting.CSharp
--HG--
branch : 1.x
extra : rebase_source : c62c67de2108e2ac46806c455de3aefe845da0ea
|
2013-03-04 11:54:24 -08:00 |
|
Sebastien Ros
|
833093c9aa
|
Renaming shape and adding a hint
--HG--
branch : 1.x
extra : rebase_source : 4d74199aa85e9194ae579959cab33a6a2740310c
|
2013-03-04 11:51:22 -08:00 |
|
Sebastien Ros
|
c2cf232534
|
Adding tokens integration
--HG--
branch : 1.x
extra : rebase_source : 4d57ad107c43236647d4d2967a161f2723631a00
|
2013-03-04 11:39:50 -08:00 |
|
Sebastien Ros
|
98b3f0553a
|
Adding format filter
--HG--
branch : 1.x
extra : rebase_source : 85116c74542c45f39aa69ec6e66ce30b7684508d
|
2013-03-04 11:11:27 -08:00 |
|
Bertrand Le Roy
|
36db106607
|
Merge
--HG--
branch : 1.x
|
2013-02-21 22:29:50 -08:00 |
|
Bertrand Le Roy
|
65443d9058
|
Updated comment for better accuracy about shape and template names.
--HG--
branch : 1.x
|
2013-02-21 22:29:31 -08:00 |
|
Sebastien Ros
|
09f8c56377
|
Fixing Content Picker when Search is the only tab
--HG--
branch : 1.x
|
2013-02-20 13:01:09 -08:00 |
|
Sebastien Ros
|
9d081860cb
|
Fixing random exceptions in Orchard.Workflows
--HG--
branch : 1.x
|
2013-02-20 12:19:00 -08:00 |
|
Sebastien Ros
|
ab9d9d2d79
|
Creating Close Comment activity
--HG--
branch : 1.x
|
2013-02-20 12:18:37 -08:00 |
|
Sebastien Ros
|
4971ec51fb
|
Creating AssignRole activity
--HG--
branch : 1.x
|
2013-02-20 10:51:18 -08:00 |
|
Sebastien Ros
|
4c694ab97d
|
Cleaning filters
--HG--
branch : 1.x
|
2013-02-20 09:39:39 -08:00 |
|