Matthew Harris
7ec1765258
[ Fixes #7294 ] Orchard.Core - Improve wording of Notifier in Content Management admin ( #7298 )
...
Fixes #7294
2016-10-13 12:19:58 -07:00
Thierry Fleury
87a394854d
Content cloning and translation
...
Fixes #5535 , #5089 , #4983 , #4970 , #4538 , #5031
2016-05-27 09:44:26 -07:00
Szymon Seliga
694aeb5062
#6410 Added NotifyType.Success and replaced most usages of NotifyType.Information with it. Added appropriate styles in css files.
...
Some minor fixes - wrong notification types.
Conflicts:
src/Orchard.Web/Modules/Orchard.ImportExport/Controllers/AdminController.cs
src/Orchard.Web/Modules/Orchard.Taxonomies/Controllers/TermAdminController.cs
src/Orchard.Web/Modules/Orchard.Themes/Controllers/AdminController.cs
Contained in branches: dev#gitext://gotobranch/dev
Contained in no tag
2016-03-22 21:19:50 +01:00
Szymon Seliga
4cda6672f9
Revert " #6140 Added NotifyType.Success and replaced most usages of NotifyType.Information with it. Added appropriate styles in css files."
...
This reverts commit dd37d8693c .
2016-03-22 21:19:09 +01:00
Szymon Seliga
dd37d8693c
#6140 Added NotifyType.Success and replaced most usages of NotifyType.Information with it. Added appropriate styles in css files.
...
Some minor fixes - wrong notification types.
Conflicts:
src/Orchard.Web/Modules/Orchard.ImportExport/Controllers/AdminController.cs
src/Orchard.Web/Modules/Orchard.Taxonomies/Controllers/TermAdminController.cs
src/Orchard.Web/Modules/Orchard.Themes/Controllers/AdminController.cs
2016-03-22 21:16:39 +01:00
Sebastien Ros
112f13bf39
[ Fixes #5969 ] Listing unlistable types in Contents/List
2016-01-13 13:03:46 -08:00
Lombiq
5406b17601
Converting all files stored as CRLF in git to be stored as LF
...
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
Sebastien Ros
921b2472f1
Adding filter for own content
2015-09-16 17:52:27 -07:00
Jack Cheng
b03c1bc901
#20182 : Admin Content browser ""Show: All" displays pager.
...
Work Item: 20182
2015-03-05 10:12:22 +00:00
Sebastien Ros
09c2ae76e4
Adding content filters
2014-08-26 10:59:35 -07:00
Sebastien Ros
c0b90bbe18
Adding Listable metadata
2014-07-30 10:29:10 -07:00
Sebastien Ros
d277c42093
Merge branch '1.8.x' into 1.x
2014-05-16 16:56:02 -07:00
Sebastien Ros
31dbf46c40
#20637 : Reverting #20647
...
Work Item: 20637
2014-05-16 12:48:50 -07:00
Sebastien Ros
a6b78b43d8
Merge branch '1.8.x' into 1.x
2014-05-02 10:41:32 -07:00
Sebastien Ros
c6b6cb1a98
#20647 : Updating content before creation
...
Work Item: 20647
2014-05-02 10:09:49 -07:00
Sebastien Ros
dad8835196
Improving support of huge amount of content items
2014-04-03 18:36:14 -07:00
Sebastien Ros
db50a5aecb
Merge branch '1.7.x' into 1.x
...
Conflicts:
src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs
src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
2014-03-17 12:09:21 -07:00
hkui
edaa00143c
Include the filter dropdown-box.
...
Modify code to allow the filter to be used.
2014-03-05 15:00:33 -08:00
fassetar
7366af95ee
Filter creatable types based on permissions
2014-02-04 14:18:03 -08:00
Erik Oppedijk
ad35f7d900
remove cast from dynamic to object for medium trust
2013-08-31 15:15:10 +02:00
Sipke Schoorstra
d951706364
#19924 : Adding back obsolete FormValueRequiredAttribute to the Orchard.Core.Contents.Controllers namespace to prevent 3rd party modules from failing to compile that still use this attribute.
...
--HG--
branch : 1.x
2013-07-24 22:37:35 +02:00
Sipke Schoorstra
42e2eb630e
#19924 : Moving FormValueRequiredAttribute to Orchard.Mvc, removing duplicate class declarations and updating usages.
...
Work Item: 19924
--HG--
branch : 1.x
2013-07-21 02:03:40 +02:00
Zoltán Lehóczky
184d023912
Factoring out content item cloning to ContentManager
...
--HG--
branch : 1.x
2013-07-18 22:38:38 +02:00
Sebastien Ros
e07b1c4b0b
Adding a way to prevent content items from being exported
...
--HG--
branch : 1.x
extra : rebase_source : 259846d236189d44d09f91dce4e154f6b8e3993f
2013-05-31 10:28:58 -07:00
Zoltán Lehóczky
4d4c6af662
Adding content item clone functionality as per the Communit Meeting of 12 February
...
--HG--
branch : 1.x
2013-04-13 23:18:56 +02:00
Sebastien Ros
b39951bad3
Removing IContentManager.Flush()
...
--HG--
branch : 1.x
2013-03-12 11:46:35 -07:00
Sebastien Ros
889709239f
#19071 : Replacing UrlHelper.IsLocalUrl by custom implementation
...
Work Item: 19071
--HG--
branch : 1.x
2012-10-05 15:05:12 -07:00
Sebastien Ros
165dfa9b4b
#18955 : Using GetMany() on bulk actions in Contents controller
...
Work Item: 18955
--HG--
branch : 1.x
2012-09-21 17:20:19 -07:00
Sebastien Ros
9bed7cbaba
Upgrading NH3
...
--HG--
branch : NH3
2012-07-10 16:01:46 -07:00
Sebastien Ros
f34f0e43d3
#18724 : Publish button would create two versions at a time
...
Work Item: 18724
--HG--
branch : 1.x
2012-06-29 17:47:55 -07:00
Sebastien Ros
c828186271
Merge with 1.x
...
--HG--
branch : autoroute
2012-02-10 15:22:51 -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
8d2e44ee16
First version of UpgradeTo14 module
...
--HG--
branch : autoroute
2012-02-02 16:46:30 -08:00
randompete
a7dba6033f
Merge 1.x
...
--HG--
branch : autoroute
2012-01-20 03:34:25 +00:00
Sebastien Ros
1ceb5f07d0
#18359 : Fixing authorization checks
...
Work Item: 18359
--HG--
branch : 1.x
2012-01-19 17:37:12 -08:00
randompete
fa17b7794f
Severing numerous ties to Routable
...
--HG--
branch : autoroute
2011-12-29 11:56:05 +00:00
Suha Can
95c0ac69e6
IExceptionPolicy concept and default implementation.
...
Updating EventBus and UnhandledExceptionFilter to use the exception policy.
Adding OrchardFatalException.
Updating text on default error page.
(Part II) Removing the unhandled "catch" from module controllers. If there are "expected" exceptions, move them closer to the APIs where they occur.
Removing ControllerExtensions.Error and refactoring.
--HG--
branch : 1.x
extra : transplant_source : %5C9a%E2%9A%F4%ACI%A3F%3C%D2%5C%CC%5C%9A.%E1%EF%3C
2011-06-09 16:34:31 -07:00
Sebastien Ros
a36c04aa89
#18074,18048: Fixing blogs and content permissions
...
Work Items: 18074, 18048
--HG--
branch : 1.x
2011-09-19 15:53:46 -07:00
andrerod@andrerod-dev1.redmond.corp.microsoft.com
bad3432207
#18117 : Sorting by display name instead of just name.
...
--HG--
branch : 1.x
2011-09-13 10:17:32 -07:00
Sebastien Ros
040c3d78d5
Refactoring permalink redirection based on reviews
...
--HG--
branch : 1.x
2011-04-05 14:27:12 -07:00
Sebastien Ros
73a3bd5ebc
#17365 : 404 error when changing Permalink
...
Work Items: 17365
--HG--
branch : 1.x
2011-04-04 17:02:03 -07:00
Andre Rodrigues
2f4f44f016
#17554 : Placing content items transactions within transaction scopes.
...
--HG--
branch : 1.x
2011-03-28 17:02:48 -07:00
Dave Reed
941d15fbce
Bulk actions on content items ensures permission for every item.
...
--HG--
branch : dev
2011-03-25 16:30:09 -07:00
Dave Reed
f9d0cf5297
When creating content items from lists, redirect back to the list when finished. Create action now supports ReturnUrl querystring param.
...
--HG--
branch : dev
2011-03-14 16:37:24 -07:00
Dave Reed
cf241ae898
Contents module redirects to an items AdminRouteValues from metadata after creation. Normally it is just its edit screen, but this allows handlers to customize this per item. Lists for example redirect to the lists contents rather than jump to the list properties screen.
...
--HG--
branch : dev
2011-03-14 13:09:03 -07:00
Dave Reed
deb5513737
Initial new List Management UI.
...
--HG--
branch : dev
2011-03-10 11:45:07 -08:00
Renaud Paquay
9dde617b29
Merge and fix remaining few permission checks
...
--HG--
branch : 1.x
2011-01-10 13:53:33 -08:00
Louis DeJardin
6358ad20ff
Adjusting permission names which weren't clear from the spec
...
--HG--
branch : 1.x
2010-12-15 21:54:25 -08:00
Dave Reed
629a48958f
#17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
...
We did this in a lot of places. Adds a controller extension method that makes this easier.
--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Andre Rodrigues
2c16581106
#16797 : Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
...
--HG--
branch : dev
2010-12-09 16:39:06 -08:00