This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
840d425502bb1b32e8f4d852087f35f15d2b3832
Umbraco-CMS
/
src
/
Umbraco.Web
/
UI
History
perploug
d181a39343
Added 1.2 references to app.js and dev.app.js
2013-08-21 21:11:15 +02:00
..
Controls
Fixing the folder uploader for media section
2013-08-16 15:41:13 +02:00
JavaScript
Added 1.2 references to app.js and dev.app.js
2013-08-21 21:11:15 +02:00
Pages
Changed WebSecurity to expose IUser instead of User, then fixed up the knock-on effect, obsoleted all calls to the legacy User object in the base classes to point to use the WebSecurity class to access the new user object.
2013-08-09 13:24:26 +10:00
CdfLogger.cs
Updated to latest CDF version that has a few bug fixes and added a CDF logger.
2013-05-28 13:24:48 -10:00
IAssignedApp.cs
Secures all ITasks, adds unit tests to ensure they are all secured and the correct app is assigned.
2013-04-08 23:11:47 +06:00
LegacyDialogHandler.cs
Secures all ITasks, adds unit tests to ensure they are all secured and the correct app is assigned.
2013-04-08 23:11:47 +06:00
LegacyDialogTask.cs
Secures all ITasks, adds unit tests to ensure they are all secured and the correct app is assigned.
2013-04-08 23:11:47 +06:00
SpeechBubbleIcon.cs
Gets notification msgs on the server side to be displayed. Fixes property existence checking... was checking on id before but that is incorrect, needs to be on alias since a new property id is gen'd on each save and we're not re-wiring them back up. Fixes YSOD messaging for content as well. Changes the ModelState to modelState to be consistent in js.
2013-07-22 18:16:50 +10:00