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
Suha Can
919a57c1bf
Saving a couple cycles to avoid recalculating known results in the grantingNames array.
...
--HG--
branch : dev
2010-12-10 13:26:59 -08:00
Renaud Paquay
b6205e2295
Merge
...
--HG--
branch : dev
2010-12-10 13:08:42 -08:00
Renaud Paquay
04f733c34b
Remove fallback for field specialization
...
Fallback logic is implied by ordering in placement.info
--HG--
branch : dev
2010-12-10 13:02:54 -08:00
Dave Reed
9a91c4d741
#16825 : Exception in background task.
...
Return null for authenticated user if there is none set and there's no HttpContext.
Somehow the correct owner is already being assigned, so the previously created OwnedScheduledTaskHandler was unnecessary.
--HG--
branch : dev
2010-12-10 12:55:06 -08:00
Sebastien Ros
0cc8c67e54
Merge
...
--HG--
branch : dev
2010-12-10 12:54:26 -08:00
Sebastien Ros
e375077f04
Using AzureFileSystem in AzureShellSettingsManager
...
--HG--
branch : dev
2010-12-10 12:53:02 -08:00
Suha Can
a4a581d1c7
Merge
2010-12-10 12:51:38 -08:00
Suha Can
ab29c7fe25
Merge
2010-12-10 12:23:21 -08:00
Andre Rodrigues
50058a5073
#17026 : Adding web.config to /content/ directory when scafolding a theme.
...
--HG--
branch : dev
2010-12-10 12:21:01 -08:00
Renaud Paquay
e9380fb02f
Merge
...
--HG--
branch : dev
2010-12-10 12:03:27 -08:00
Renaud Paquay
9337e12134
Adding differentiator fallback for field locations override
...
Work Item: 16915
--HG--
branch : dev
2010-12-10 11:59:20 -08:00
Andre Rodrigues
66b9ae5d4f
#17022 : Initializing services.
...
--HG--
branch : dev
2010-12-10 11:54:12 -08:00
Suha Can
f514445339
Merge
...
--HG--
branch : dev
2010-12-10 11:46:07 -08:00
Suha Can
1ea1551ba6
16451 Role without check “Edit any blog posts” can edit posts by others if he has "EditOwn" permission
...
--HG--
branch : dev
2010-12-10 11:43:12 -08:00
Dave Reed
625880f9e1
#16998 : Publish Later UI now much less confusing with 3 buttons: Save, Publish Now, and Publish Later.
...
This also moves some publish-later specific css from the admin css to the publish later css, and makes the _Archive_ Later UI look better when active.
--HG--
branch : dev
2010-12-10 11:12:29 -08:00
Nathan Heskew
ce506d2bf9
Making the layer and widget delete button only show up when editing an layer or widget
...
work item: 17013
--HG--
branch : dev
2010-12-10 09:54:20 -08:00
Jonathan Wall
23fd612bce
Removed search input field that was hard-coded in the results page.
...
Work item: 16895
--HG--
branch : dev
2010-12-10 09:33:37 -08:00
Jonathan Wall
a04dabfa7d
Fixed comment UI in the admin.
...
--HG--
branch : dev
2010-12-10 08:57:33 -08:00
Nathan Heskew
56684cd326
Merge
...
--HG--
branch : dev
2010-12-10 08:33:21 -08:00
Nathan Heskew
0ed0750dbf
Changing the Widget.DeleteButton.cshtml from None -> Content
...
--HG--
branch : dev
2010-12-10 08:32:50 -08:00
Kevin LaBranche
fa440381e7
#16956 Fix - Code Generation Module Name Cased Wrong.
2010-12-09 19:46:43 -07:00
Andre Rodrigues
ca9c5d7b6a
#16802 : Making slug logic extensible / replaceable through events.
...
--HG--
branch : dev
2010-12-09 18:39:03 -08:00
Andre Rodrigues
035f3d3e9c
#16803 : International characters are allowed to go through and accents are removed.
...
--HG--
branch : dev
2010-12-09 18:03:27 -08:00
Renaud Paquay
8e7adc6ee2
Remove unused legacy code
...
--HG--
branch : dev
2010-12-09 18:01:36 -08:00
Sebastien Ros
4a9fb5a857
Applying security checks to remote publishing
...
--HG--
branch : dev
2010-12-09 16:57:04 -08:00
Andre Rodrigues
8cd4727bb5
Merge
...
--HG--
branch : dev
2010-12-09 16:46:30 -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
Jonathan Wall
cc7f77a757
Changed list to manage blogs in the admin menu. Work Item: 17001
...
--HG--
branch : dev
2010-12-09 16:26:50 -08:00
Sebastien Ros
c1c06d5991
Adding script to run Azure in dev fabric
...
Work Item: 16874
--HG--
branch : dev
2010-12-09 16:09:07 -08:00
Sebastien Ros
147dcf9bad
Using more adapted when no connection string is found
...
--HG--
branch : dev
2010-12-09 15:50:20 -08:00
Sebastien Ros
a88f2a74bf
Removing full IIS mode from Azure config file
...
--HG--
branch : dev
2010-12-09 15:49:48 -08:00
Sebastien Ros
f26cb60a9e
Updating ShellSettingsManager for Azure
...
--HG--
branch : dev
2010-12-09 15:49:32 -08:00
Sebastien Ros
ef724fd6c3
Correcting SqlCe reference in Azure
...
--HG--
branch : dev
2010-12-09 15:49:19 -08:00
Sebastien Ros
ef5eea48fa
Checking site ownership for all gallery actions
...
Work Item: 16978
--HG--
branch : dev
2010-12-09 15:47:25 -08:00
Nathan Heskew
c88c13c2e1
Adding pagination to the tag search page.
...
work item: 16924
--HG--
branch : dev
2010-12-09 15:29:07 -08:00
Jonathan Wall
d025d9232d
Added CSS so delete button renders next to the save button.
...
--HG--
branch : dev
2010-12-09 15:20:13 -08:00
Jonathan Wall
9d61b3d090
Added back line separators between lists of content items in the admin. Work item: 16996
...
--HG--
branch : dev
2010-12-09 15:06:56 -08:00
Nathan Heskew
0042b49dd7
Moving the widget and layer delete button into its own (placed) template to drop it in by the save button
...
--HG--
branch : dev
2010-12-09 14:54:27 -08:00
Jonathan Wall
d9cbc99259
Removed gray box that contained the save button. Work Item: 16999
...
--HG--
branch : dev
2010-12-09 14:36:09 -08:00
Suha Can
b4515cbada
Minor correction to previous contribution, CTD's are listed by DisplayName instead of Name.
2010-12-09 14:24:55 -08:00
Suha Can
7469d2d0b1
16992 Content Types admin not ordered alphabetically
...
--HG--
branch : dev
2010-12-09 14:22:58 -08:00
Dave Reed
ead7d07b0f
Fix typo
...
--HG--
branch : dev
2010-12-09 13:49:04 -08:00
Renaud Paquay
cd68f2430c
Merge
...
--HG--
branch : dev
2010-12-09 13:07:57 -08:00
Renaud Paquay
b91101d2ec
Add check for extension with the same ID
...
This can happen as we collect extensions from different
source locations.
Work Item: 16632
--HG--
branch : dev
2010-12-09 13:07:26 -08:00
Dave Reed
622b47b9e0
#17000 : No longer show themes with the 'hidden' tag on the admin UI.
...
--HG--
branch : dev
2010-12-09 12:15:54 -08:00
Renaud Paquay
1ce6ab190e
Merge
...
--HG--
branch : dev
2010-12-09 12:15:00 -08:00
Dave Reed
5465e22122
#16984 : Removing a media folder doesn't work
...
--HG--
branch : dev
2010-12-09 11:51:01 -08:00
Dave Reed
1295cc8949
#16825 : Exception in background task
...
--HG--
branch : dev
2010-12-09 11:34:57 -08:00
Suha Can
9dcb8178b5
16982 Authenticated users can't comment
...
--HG--
branch : dev
2010-12-09 11:28:35 -08:00