Shannon
ec4f6de631
Fixes: U4-2701 The media creation process needs to be optimized, there's far too much IO occuring
2013-08-23 13:41:16 +10:00
Shannon
3bb61294e9
Ensures all IDisposables are in a using clause for all processes involved with the media uploader, there were also a few streams not being closed or disposed either!
...
U4-2699 The media upload process doesn't dispose all resources
2013-08-23 11:46:55 +10:00
Shannon
c477da95fd
Ensures all IDisposables are in a using clause for all processes involved with the media uploader, there were also a few streams not being closed or disposed either!
2013-08-23 11:20:00 +10:00
Sebastiaan Janssen
adb059e0da
Revert U4-2511 Locallink:NODEID not working as it was breaking expectations of people running site without this fix
2013-08-22 13:13:32 +02:00
rolfis
53d30aa3cb
Update sv.xml
...
Changed {0} to %0% in login screen bottomText to display correct end year of copyright notice.
2013-08-21 16:55:53 +02:00
Shannon
e233cffb9d
Changes the cache keys in PluginManager to reference a const to make it a bit more clear.
2013-08-21 11:19:27 +10:00
Shannon
9e58ebed24
Merge branch '6.1.4' of https://github.com/umbraco/Umbraco-CMS into 6.1.4
2013-08-21 11:14:59 +10:00
Shannon
f51c4e332e
Fixes: U4-2653 BeginUmbracoForm should use absolute path with query string URLs without the protocol
2013-08-21 11:14:37 +10:00
Sebastiaan Janssen
dcb381770f
Fix unit test that was looking at the wrong filename
2013-08-19 12:54:20 +02:00
Sebastiaan Janssen
65db0e69a9
Fixes: U4-2642 Make SQL CE more resilient to server crashes
2013-08-19 12:26:01 +02:00
Sebastiaan Janssen
23c6a91e9c
Fixes merge issue
2013-08-19 11:47:53 +02:00
Sebastiaan Janssen
a03c6dcf13
Merge pull request #80 from ThomasSkyldahl/6.1.4
...
UmbracoViewPage.WriteLiteral(object value) optimized memory usage and combined markup injection
2013-08-19 02:34:13 -07:00
Sebastiaan Janssen
3029d97f33
Merge pull request #78 from dprothero/6.1.4
...
Fixed membership provider to correctly log failed attempts.
2013-08-19 02:06:15 -07:00
Sebastiaan Janssen
f41d967864
Fixes: U4-2637 Error adding a User using AD Membership Provider when no Email Address Defined
2013-08-19 10:41:49 +02:00
Thomas Skyldahl Sørensen
4a481b05d4
Optimized WriteLiteral
2013-08-16 10:09:09 +02:00
Shannon
66c6b5b524
Fixes: U4-2632 Remove the recursive permissions check on the move/copy dialog
2013-08-16 12:46:40 +10:00
Shannon
e3b0f71549
Merge branch '6.1.4' of https://github.com/umbraco/Umbraco-CMS into 6.1.4
2013-08-16 12:25:55 +10:00
Shannon
973b466798
Fixes: U4-2627 Ensure that the plugins cache files are named with the machine name
2013-08-16 12:25:38 +10:00
Mads Krohn
a343a76a26
Moved WriteLiteral method to UmbracoViewPage
...
When we use a custom model through a custom controller, in our view, we
inherit from UmbracoViewPage, so the WriteLiteral method, which provides
preview badge and miniprofiler code, should be placed there.
2013-08-16 00:01:31 +02:00
Morten Christensen
d0a9e3236e
Promise for the changed unit test was incorrect, so correcting it in this commit
2013-08-15 10:26:24 +02:00
Morten Christensen
b899805ec9
Correcting issue introduced in d3b69e04e1 where the returned IProfile would contain the Username and not the Name. This will have changed the Creator and Writer name in the xml cache to be the Login instead of the Name of the user, so for those that use these fields its important to republish to update the xml cache.
...
Fixes U4-2628 creatorName and writerName should use username - not loginname. Also verified through file history back to v4.
2013-08-15 10:08:59 +02:00
Morten Christensen
766497e355
Refactoring QueryHelper to be a base class instead.
...
Fix U4-2607 Creating nodes with special characters causes YSOD
2013-08-14 17:07:21 +02:00
Morten Christensen
67a2a9cfe4
Refactoring the optimized Recycle Bin, so that the Recycle Bin's repository is more independent and easier to use with the new events added to the Content- and MediaService.
2013-08-14 16:12:13 +02:00
dprothero
766ba0c8f5
Fixed membership provider to correctly log failed attempts.
2013-08-13 13:46:32 -07:00
Morten Christensen
ca71c59880
Fixes U4-2218 Document Type copy looses property tab assignment
2013-08-13 17:41:35 +02:00
Morten Christensen
6c87cf729a
Fixes U4-2592 Cannot delete a node when the node has just a closing bracket in the name.
2013-08-13 11:27:39 +02:00
Shannon
5c63afa31a
removed my test examine settings
2013-08-13 18:26:32 +10:00
Shannon
fa88768c91
removed my test examine settings
2013-08-13 18:25:39 +10:00
Shannon
bfabfd9fa5
Updated to latest Examine version (contains bug fix for U4-2180 Problem with Examine MultiIndexSearcher after upgrading from 4.11.3 to 4.11.8) and removes the partially trusted callers attribute from the PDF lib because itextsharp by default doesn't support med trust.
2013-08-13 15:41:40 +10:00
Shannon
aa1c411c8c
Fixes U4-2618 PDF indexer does not ensure spaces are added to textual content and fixes med trust compat relating to U4-2180 Problem with Examine MultiIndexSearcher after upgrading from 4.11.3 to 4.11.8
2013-08-13 13:47:57 +10:00
Shannon
c52c452b36
Fixes issue relating to the fix for U4-2589 where we need to clear the published db flag for previous versions when creating a new published version.
2013-08-13 11:01:49 +10:00
Morten Christensen
86811fe507
Fixes U4-2397 IContent Properties added with incorrect Value when read from Cache, and adds unit test for verifying types saved and returned for 24 standard DataTypes.
2013-08-12 16:20:32 +02:00
Morten Christensen
363de53b82
Updates query to limit results in subquery for MySql according to U4-2329 Browsing Media Slow in 6.1.1
2013-08-12 12:42:21 +02:00
Shandem
958fb66f2c
Merge pull request #73 from florisrobbemont/6.1.3
...
U4-2596: UmbracoControllerFactory method ReleaseController should be virtual
2013-08-11 18:13:06 -07:00
Morten Christensen
30e12c1367
Final piece to the puzzle for U4-2571 Need to optimize empty recycle bin. Needed to hack around the ordering of items in the recycle bin because of the self-referencing constraint - parentID to id in the umbracoNode table by updating all parentID entries, which bypasses any reference issues with the foreignkey.
2013-08-11 21:12:02 +02:00
Morten Christensen
89ff7d85e2
Correcting DELETE FROM query so it works with sql ce as well.
2013-08-09 17:44:57 +02:00
Shannon
61fbf2cfc6
reverts PersistDeletedItem transaction because i forgot that the Commit() method of the UOW already takes care of the transaction.
2013-08-09 10:52:24 +10:00
Shannon
ce847e97a8
Updates the PetaPocoRepositoryBase to ensure that the deletion process is wrapped in a transaction so if any of the processes fail, it all gets rolled back.
2013-08-09 10:07:03 +10:00
Shannon
1e61563f79
Ensures the deletions are wrapped in a transaction - for performance and to mitigate db corruption if one of the deletes fails.
2013-08-09 10:01:28 +10:00
Morten Christensen
b4f9985695
Last bits to implement U4-2571 Need to optimize empty recycle bin
2013-08-08 15:12:26 +02:00
Morten Christensen
82f19ede8c
Merge branch '6.1.4' of https://github.com/umbraco/Umbraco-CMS into 6.1.4
2013-08-08 10:22:38 +02:00
Shannon
0fbc32a87f
Fixes up logic for creating new versions (U4-2589 Save and Publish is not creating version of document)
2013-08-08 10:42:06 +10:00
Floris Robbemont
dc2de4b5e7
U4-2596: UmbracoControllerFactory method ReleaseController should be virtual
2013-08-07 15:06:41 +02:00
Shannon
5fce741940
another sln update
2013-08-07 11:53:09 +10:00
Shannon
14e4a8061c
removes the vs profiling files from the sln.
2013-08-07 11:49:48 +10:00
Shannon
1b9f071581
Fixes: U4-2589 Save and Publish is not creating version of document and adds a few unit tests
2013-08-07 11:39:25 +10:00
Morten Christensen
79141ef86d
Initial work on U4-2571 Need to optimize empty recycle bin
2013-08-06 15:08:05 +02:00
Sebastiaan Janssen
08609a887c
Merge branch '6.1.4' of github.com:umbraco/Umbraco-CMS into 6.1.4
2013-08-06 10:24:42 +02:00
Sebastiaan Janssen
b11932240c
Fixes U4-2587 Regression: Hide Preview Button on nodes that have no template
...
Now also checks if the template still exists and if it's allowed on that document to determine when to enable the preview button
2013-08-06 10:24:20 +02:00
Shannon
d47b4517c1
Fixes unit tests
2013-08-06 13:06:25 +10:00