Sebastiaan Janssen
3dcba7a6b0
urlHash column has to be 20 chars because SHA1 uses more bytes than MD5
2016-08-05 11:51:08 +02:00
Claus
6c271d92f9
migration should only delete table if it is using a integer id, otherwise leave it alone.
2016-08-05 08:25:58 +02:00
Claus
ae0ad2becf
switching to sha1 instead of md5.
2016-08-04 15:46:02 +02:00
Claus
ba11de51e3
deleting through the recycle bin also deletes redirect urls.
2016-08-04 15:46:01 +02:00
Claus
ccaa198e25
changing integer IDs to guid for RedirectUrls.
2016-08-04 15:46:01 +02:00
Claus
66c0d9dc12
removing migrations from solution
2016-08-04 15:45:58 +02:00
Claus
59c3d6a206
cleaning up migrations. we're deleting the table so no need to do a bunch of migration stuff instead of just compiling it into one migration deleting and creating the table again.
2016-08-04 15:45:58 +02:00
Shannon Deminick
16afab86f3
Merge pull request #1407 from umbraco/temp-U4-8754
...
U4-8754 Single content queries like Get(int id) for content, media an…
2016-08-04 15:05:58 +02:00
Sebastiaan Janssen
43737e78fb
Sorry about that!
2016-08-04 15:05:49 +02:00
Shannon Deminick
f6943ceab4
Merge pull request #1408 from umbraco/temp-U4-8361-2
...
U4-8361 301 Url Tracking
2016-08-04 14:51:50 +02:00
Sebastiaan Janssen
6495077568
Whoops
2016-08-04 14:50:55 +02:00
Sebastiaan Janssen
c61a9ee433
AppendCacheExtension needs to be AppendHeader
2016-08-04 14:46:07 +02:00
Sebastiaan Janssen
b7264b58f9
Fixed the mapping for HasPublishedVersion
2016-08-04 12:19:24 +02:00
Mads Rasmussen
d8f68f5f9b
Merge branch 'spacebetween-U4-7475-grid-tinymce-styles' into dev-v7
2016-08-04 10:32:30 +02:00
Mads Rasmussen
b365a9944f
Fix js errors for grunt to build
2016-08-04 10:29:36 +02:00
Simon Busborg
5b2bcdbfac
Merge pull request #1399 from marcemarc/temp-u4-8772
...
Fixes U4-8772, adds icon to published but changed listview items
2016-08-04 10:08:04 +02:00
Mads Rasmussen
abb994cf30
Merge branch 'U4-7475-grid-tinymce-styles' of git://github.com/spacebetween/Umbraco-CMS into spacebetween-U4-7475-grid-tinymce-styles
2016-08-04 10:02:11 +02:00
Sebastiaan Janssen
6e480058b9
Adds R# rule to give a little hint when newing up a disposable
2016-08-04 09:46:48 +02:00
Simon Busborg
912a460bd8
Merge pull request #1353 from abjerner/patch-7
...
Added a tooltip with icon alias on mouseover
2016-08-04 09:35:38 +02:00
Sebastiaan Janssen
52d366bb6f
MD5CryptoServiceProvider is disposable
2016-08-04 08:58:30 +02:00
Sebastiaan Janssen
e66eefbbd7
Fixes unit test
2016-08-03 21:42:40 +02:00
Sebastiaan Janssen
1aa2845b4a
Merge pull request #1360 from marcemarc/dev-u4-8657
...
Closes Issue U4-8657 - Add an overload to GetDictionaryValue to provide fallback text
2016-08-03 21:08:16 +02:00
Sebastiaan Janssen
1c88117498
U4-8803 Add "Create package" back as a right-click item on the "Created Packages" node
...
#U4-8803 Fixed
2016-08-03 20:17:43 +02:00
Sebastiaan Janssen
85a3abf643
Adds a setting to be able to disable redirect URL tracking
2016-08-03 17:57:41 +02:00
Sebastiaan Janssen
c53a04d658
Needed to be fixed, just like for the ascending OrderBy - see U4-4474
2016-08-03 17:57:41 +02:00
Shannon
00bc454080
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2016-08-03 14:04:33 +02:00
Shannon
67cd4aeb59
fixes user mgr logic
2016-08-03 14:04:25 +02:00
Mads Rasmussen
c8d7a62a47
Fixes: U4-8747 Actions menu button not aligned with heading input
2016-08-03 09:53:55 +02:00
Sebastiaan Janssen
b9fcda8f39
U4-8361 301 Url Tracking
...
Adds the ability to add certain headers to a PublishedContentRequest - these are internal for now until we're sure we want to expose them
Adds response headers to tell browsers not to cache the 301 redirects so people can easily change their mind later
2016-08-02 17:01:32 +02:00
Sebastiaan Janssen
e020779a14
U4-8751 GetCropUrl method should have a parameter for specifying the image format
...
Additional fix asking for InvariantContains instead of just Contains
2016-08-02 15:07:25 +02:00
Sebastiaan Janssen
d611ae85e1
Merge pull request #1398 from arknu/U4-8751_2
...
U4-8751: Put format parameter at the end when format is specified in furtherOptions
2016-08-02 14:57:38 +02:00
Sebastiaan Janssen
2df8f55032
U4-8794 Allow Newtosoft JSON 9.0.1 to be installed
...
#U4-8794 Fixed
2016-08-02 14:45:57 +02:00
Sebastiaan Janssen
6788e8954e
U4-8509 woff2 mime type
2016-08-02 14:37:08 +02:00
Sebastiaan Janssen
080da771ff
U4-8457 Ensure <MacroErrors> default is updated from legacy inline setting to newer throw setting
...
#U4-8457 Fixed
2016-08-02 14:37:08 +02:00
Sebastiaan Janssen
08b3b635b4
Merge pull request #1305 from electricsheep/U4-8336
...
U4-8509 - Added woff2 mime type
2016-08-02 14:36:58 +02:00
Mads Rasmussen
8e411069f4
Merge pull request #1318 from umbraco/temp-U4-8584
...
Temp u4 8584
2016-08-02 13:26:34 +02:00
Claus
7d0c92937a
U4-8754 Single content queries like Get(int id) for content, media and members needs to execute a TOP 1 (or LIMIT 1)
...
updated a bunch of the remaining repositories to also use this pattern where applicable (repos using mappers aren't compatible without more work).
2016-08-02 12:11:35 +02:00
Simon Busborg
1ca6674095
Fixes http://issues.umbraco.org/issue/U4-8770
2016-08-02 09:41:01 +02:00
Shannon
3ebb3dc544
U4-7813 Enable MiniProfiler to profiler during startup
2016-08-01 12:04:02 +02:00
Claus
22d12f3abc
Merge branch 'bjarnef-dev-v7-U4-8488' into dev-v7
2016-07-29 11:23:36 +02:00
Claus
bb4671faf1
Merge branch 'dev-v7-U4-8488' of git://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-8488
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
2016-07-29 11:22:13 +02:00
Claus
57d2901c2e
Merge pull request #1405 from umbraco/temp-U4-8367
...
U4-8367 Breadcrumb and save button breaks layout.
2016-07-29 10:48:31 +02:00
Claus
9914ab6c59
Merge branch 'bjarnef-dev-v7-U4-8748' into dev-v7
2016-07-29 10:38:33 +02:00
Claus
ccd03cb1f2
fixes overlay width on small screens (mads).
2016-07-29 10:38:00 +02:00
Claus
89fd31085c
Merge branch 'dev-v7-U4-8748' of git://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-8748
2016-07-29 10:30:18 +02:00
Mads Rasmussen
be8a52e7b6
fix positioning of sub header when scrolling
2016-07-28 12:34:04 +02:00
Mads Rasmussen
3cdf80a82b
change main editor from absolute positioning to flex box. Sets auto height on editor footer so it can expand
2016-07-28 12:33:32 +02:00
Mads Rasmussen
b631db14c3
show full breadcrumb item on hover
2016-07-28 12:26:52 +02:00
Mads Rasmussen
5f7859a8c1
truncate breadcrumb items
2016-07-28 12:25:58 +02:00
Claus
1a2f7b8788
Merge branch 'dev-v7' of github.com:umbraco/Umbraco-CMS into dev-v7
2016-07-27 14:18:39 +02:00