Shannon Deminick
f4dcdf8487
Changed to 4.11.9
2013-05-02 05:40:32 -10:00
Shannon Deminick
0586042535
Merge with 4.11.9
2013-05-02 05:03:07 -10:00
Shannon Deminick
63d52a1e12
Fixes issues with transfering logic over to LegacyDialogHandler
2013-05-02 04:56:05 -10:00
Sebastiaan Janssen
43b2a2185e
Fix unit test
2013-05-01 13:02:09 -02:00
Sebastiaan Janssen
bcb90d64a5
Fixes U4-1136 Class in MediaPickerDataType.cs wrongly named MemberPickerDataType
...
+ a bit of code cleanup
2013-05-01 05:32:29 -02:00
Shannon Deminick
6d994f48ac
merged in patch for TypeFinder changes
2013-04-29 19:55:44 -10:00
Shannon Deminick
ad06aded1b
Removed strange old legacy config section that never did anything
2013-04-29 12:08:36 -10:00
Sebastiaan Janssen
25eea8d599
Re-add internals visible to umbraco.webservices in case people install the
...
seperate project.
2013-04-29 11:17:32 -02:00
Sebastiaan Janssen
22498649b1
Merge
2013-04-29 10:36:30 -02:00
Sebastiaan Janssen
25ce7baa7d
Removing the umbraco.webservices project
2013-04-29 10:36:11 -02:00
Shannon Deminick
528209f8da
instantly improve performance by 45% for regenerating xml structures for documents when a doc type alias changes
...
or when a doc type property alias is changed or a doc type property is removed.
2013-04-28 13:37:36 -10:00
Shannon Deminick
32fa920279
Fixes merge issue, changed to version 4.11.8, removes post build copy (thought that was removed a long time ago)
2013-04-25 13:44:17 -10:00
Shannon Deminick
4a619967bd
Merge with 4.11.8
2013-04-25 13:34:19 -10:00
Shannon Deminick
385d6396b0
disables auto-complete on the login page.
2013-04-25 13:28:47 -10:00
Shannon Deminick
46858af1ed
Ensures user cookie is encrypted, removes ASP.Net headers from being returned in our response. Ensures
...
that our auth cookie is httponly.
2013-04-25 13:25:25 -10:00
Shannon Deminick
d30c4791fe
fixed a documentation error
2013-04-24 15:46:38 -10:00
Shannon Deminick
7ee9b9ebcc
Fixes: #U4-2144 - ensures that the xml is re-gen'd when a content type alias is changed or a content type property is removed.
...
Also had to change the property type deletion to be async as well since it might be long running to re-gen the xml.
2013-04-24 15:31:36 -10:00
Shannon Deminick
b4caf109f7
Working on #U4-2144 - ensures that xml is re-gen'd when a property alias is changed.
2013-04-24 15:17:20 -10:00
Shannon Deminick
0e8ffe528a
Fixes: #U4-2149 - updates the logic for changing aliases for any content type. Now if an alias changes for any content type, the
...
xml is regenerated for any entity that is of that content type. For DocumentType's this is slightly different because we regenerate
the xml for the doc type and any document of the doc type's descendant types.
2013-04-24 14:57:20 -10:00
Shannon Deminick
a8029d1dc5
Fixes: #U4-1772 - ensures that when changing a doc type alias that we only rebuild the data in the cmsContentXml table for Document types, not media types or member types, now we need
...
to fix all of the other bugs assocated with cmsContentXml table and alias changes.
2013-04-24 13:19:30 -10:00
Shannon Deminick
1e0a4690fc
Added an error log if timed out
2013-04-23 20:31:32 -10:00
Shannon Deminick
52163494db
changed the async state object to be a custom class to hold the original values of alias/text
2013-04-23 20:19:48 -10:00
Shannon Deminick
8416764a83
removed the trace from the page
2013-04-23 20:01:26 -10:00
Shannon Deminick
2d3eb8c208
Working on #U4-493, updated ContentTypeControlNew and EditNodeTypeNew to use correct webforms class structures.
...
Changed the saving logic in ContentTypeControlNew to use the page's async execution and changed the page to support async.
Changed the page's async timeout to be 5 minutes.
2013-04-23 20:00:48 -10:00
agrath
3594693f4b
Backported fix for u4-335 from Commit b15d0ab0b879 into 4.11.7
2013-04-22 11:12:03 -12:00
Sebastiaan Janssen
b99de245bf
Fixes U4-2052 for new mediatypes as well
2013-04-21 09:44:08 -02:00
Shannon Deminick
82fc1a5304
updated proj file
2013-04-20 03:47:57 +06:00
Shannon Deminick
f0aab6ae81
Fixes: U4-2089 - sort dialog behavior when clicking on column headers. Updated to latest version of table sorting, had to create a custom sort parser
...
upgraded the sort.aspx to have the proper code behind structure and updated the page to have proper css and js files instead of inline. Fixes missing images.
2013-04-20 03:42:47 +06:00
Sebastiaan Janssen
721f813d1e
U4-1604 Fix latest edits dashboard control so that it doesn't make a zillion queries - Limit the latestedits query to specified amount of rows
2013-04-19 06:10:58 -02:00
Shannon Deminick
9fe0b44694
fixed typo
2013-04-19 04:31:55 +06:00
Shannon Deminick
6c9e82e735
fixed typo
2013-04-19 04:31:55 +06:00
Shannon Deminick
d66a0a3105
fixed typo
2013-04-19 04:30:15 +06:00
Shannon Deminick
f7ddb1ed49
fixed typo
2013-04-19 04:30:15 +06:00
Shannon Deminick
abc1e8d01f
fixes typo on word disallow
2013-04-19 04:20:24 +06:00
Shannon Deminick
c0fd974cc1
fixes typo on word disallow
2013-04-19 04:20:24 +06:00
Shannon Deminick
8be40c5013
Merge with 4.11.7
2013-04-19 04:13:00 +06:00
Shannon Deminick
e9c4a031c9
Fixes up directory browser and removes legacy request params which are prone to xss
2013-04-19 04:10:35 +06:00
Shannon Deminick
a159b50c05
Fixed a couple threading issues. Improved the performance of the nodeSorter but this should be better improved in 6.x
2013-04-18 20:52:49 +06:00
Shannon Deminick
3891e46549
Fixed a couple threading issues. Improved the performance of the nodeSorter but this should be better improved in 6.x
2013-04-18 20:52:30 +06:00
Shannon Deminick
e7bcc642a9
fix build error on build server
2013-04-18 19:50:01 +06:00
Shannon Deminick
4983990d39
Big optimization for content.SortNodes - 92% performance increase for this method which is a big
...
contributor to CPU time during publishing.
2013-04-18 05:43:05 +06:00
Shannon Deminick
2f6dada481
Fixes issue with ctor not setting default property
2013-04-17 23:20:20 +06:00
Shannon Deminick
ff5dc324fe
Fixes: #U4-227 - ensures data is not persisted to the db for members/media if validation fails.
...
Fixes up (enables) validation summary for members too.
2013-04-17 22:41:43 +06:00
Shannon Deminick
096c5ad69f
Fixes: #U4-485, changes name field from saving to the db if it is empty. cleans up some code.
2013-04-17 22:05:10 +06:00
Sebastiaan Janssen
77ee87178e
Merge
2013-04-17 07:04:04 -02:00
Sebastiaan Janssen
a6997a5cb7
Revert U4-1922 to resume expected sorting behavior.
2013-04-17 07:03:18 -02:00
Stephan
3b9bf7b0f9
U4-2117 - fix Ancestor- vs AncestorsOrSelf inconsistencies
2013-04-16 12:58:03 -02:00
Shannon Deminick
6d9f989472
Merge with 4.11.7
2013-04-16 04:07:12 +06:00
Sebastiaan Janssen
158f4d0614
Merge
2013-04-15 07:32:00 -02:00
Sebastiaan Janssen
7a38970cf4
U4-2109 Regex text-field in DocTypes > (a type) > Properties (a property) >
...
Validation + Description lack Trimming
2013-04-15 07:31:24 -02:00