bjarnef
5bc0c499d8
Localize text in help dialog
...
Add localization for text in help dialog, create and delete dialogs and
some minor parts of the member area.
2015-08-19 02:03:54 +02:00
Shannon
127736d188
updates to latest examine
2015-08-13 15:30:28 +02:00
Shannon
139ab8d4df
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-13 15:19:26 +02:00
Shannon
4abb8035b8
Changes the shutdown time for the logger to be 1 second
2015-08-13 15:19:16 +02:00
Shannon
0ca1807d64
Adds DelegateExtensions + Tests which is used for retrying and is used with the Examine Index Sync
2015-08-13 15:19:04 +02:00
Shannon Deminick
5ae90d201c
Merge pull request #762 from Jeavon/RefreshByJson
...
Publicise methods and subclasses in MediaCacheRefresher
2015-08-13 14:59:23 +02:00
Jeavon Leopold
6c416009d7
Make DeserializeFromJsonPayload in MediaCacheRefresher and associated sub classes public so that it's possible to easily retrieve the data in custom code
2015-08-13 13:52:21 +01:00
Sebastiaan Janssen
50da9bcb50
Should help with U4-4049 Some images fail when uploading multiple media files
2015-08-13 12:26:00 +02:00
Shannon
9e6a2d8a7c
Fixing: U4-6942 During upgrade MUST make sure that the new Property Type GUIDs are consistent ... just needs some testing now;
2015-08-11 15:56:48 +02:00
Shannon
cfb84cae44
removes license txt that doesn't make any sense.
2015-08-11 12:23:15 +02:00
Shannon
4239833713
updates NotificationService
2015-08-11 12:12:34 +02:00
Shannon
4fa1a3948e
updates how versions are sorted before being sent.
2015-08-11 11:52:06 +02:00
Shannon Deminick
1b78e854f0
Merge pull request #759 from umbraco/U4-5180
...
Fix: U4-5180 Notifications email highlighting is incorrect. Ensured t…
2015-08-11 11:50:57 +02:00
Shannon Deminick
c62a2362d2
Merge pull request #761 from umbraco/U4-6808
...
U4-6808 Bug in umbRequestHelper service causing exceptions to end up …
2015-08-11 11:48:01 +02:00
Shannon Deminick
eb1855fcb7
Merge pull request #760 from umbraco/U4-6798
...
U4-6798 Rollback Dialog Displays Incorrect Author.
2015-08-11 11:44:10 +02:00
Shannon
d4863239cd
adds null check to query builder
2015-08-11 10:40:18 +02:00
Shannon
4b7ddb9c15
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-10 18:06:50 +02:00
Shannon
e5bb35b335
Updates to latest Examine
2015-08-10 18:06:23 +02:00
Claus
7eabd09b3a
Ignoring test causing CI to fail occasionally.
2015-08-10 15:11:08 +02:00
Shannon
087f0c0ede
updates internals visible for courier.
2015-08-10 13:09:48 +02:00
Shannon
db9d6d9109
Makes the getter for InternalSearcher lazy, fixes up the LocalTempStorageDirectory so that it properly deals with both directories the same, including lock files. Fixes up the LocalTempStorageIndexer with a ton more error checks and retry attempts to acquire locks if it cannot do so during initialization. This has proven to work seamlessly with my load tests now including the functionality for Sync. Need to test LocalOnly with the tests now too. Also, this should work if an index gets corrupted in temp storage for some odd reason (shouldn't do now btw). More testing required but this so far is showing to be much more stable especially with the new changes in Examine core.
2015-08-07 00:06:56 +02:00
Shannon
700e180522
Updates ensuring db connection so that it's not waiting arbitrarily to exit.
2015-08-07 00:02:35 +02:00
Claus
8584997f5f
U4-6808 Bug in umbRequestHelper service causing exceptions to end up in backoffice.
2015-08-06 16:03:12 +02:00
Claus
4710b3b641
U4-6798 Rollback Dialog Displays Incorrect Author.
2015-08-06 14:53:56 +02:00
Claus
227e2489c1
Fix: U4-5180 Notifications email highlighting is incorrect. Ensured the versions of content used in comparison is sorted correctly so the highlighting is based on previous version and not the base version of the content.
2015-08-06 10:32:41 +02:00
Shannon
91a5b19378
Fixes: U4-6891 Can't get to the "Rebuild" button when Lucene index folder is empty as well as how the polling works.
2015-08-05 18:32:59 +02:00
Shannon
4c20441c4e
Fixes: U4-6915 Txt Starter Kit install fails on 7.3.0 beta3
2015-08-05 17:17:49 +02:00
Shannon
edfe1e6d54
Fixes: U4-2793 There doesn't seem to be a way to un-assign a template from a content item with the new API. Fixes issue with content type cache clearing when templates are deleted. Fixes the legacy packager to use the new template service to delete templates which does it in a much more graceful way, otherwise we need to do a try catch.
2015-08-05 16:30:21 +02:00
Shannon
7869f77704
Fixes up deleting templates, fixes up legacy template code to ensure things are saved when they are updated
2015-08-05 15:00:28 +02:00
Shannon
34fd405bca
Downgrades AutoMapper to the version before the assembly was signed (breaking!), we're stuck on < 3.1 because Automapper decided to sign an assembly in a minor version, nothing we can do till v8
2015-08-05 13:35:42 +02:00
Shannon
f03ee9f908
Fixes routing tests and reverts to simplified routing logic based on the Language ISO code returned from the IDomain object.
2015-08-05 12:10:13 +02:00
Shannon
b053638204
Fixes: U4-6866 getDescendants of template, N+1 issues for template repo (U4-5618 Repository level performance enhancements - remaining N+1 queries)
2015-08-05 11:50:20 +02:00
Shannon
d790194682
Fixes: U4-6918 App_Plugins folder needs to be created properly on app start
2015-08-04 17:36:03 +02:00
Shannon
3fec2b9756
uses the LanguageIsoCode returned from the domain object during routing so it doesn't need to be re-looked up.
2015-08-04 15:53:08 +02:00
Shannon
bc7a31d791
Updates IDomain to include language ISO code so we can save a lookup
2015-08-04 15:42:44 +02:00
Shannon
05d84c6673
updates the operation status to return the event messages used when raising events
2015-08-04 14:52:34 +02:00
Shannon
f6645e3928
Fixes: U4-6917 ContentTypeService.GetContentType( GUID) throws exception
2015-08-04 14:05:57 +02:00
Shannon
50b00b12b0
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-04 13:23:57 +02:00
Shannon
569371ffff
Fixes resize panel U4-5308 Umbraco 7 Content Tree Width not resizable or scrollable
2015-08-04 13:22:22 +02:00
Per Ploug Krogslund
f7b72b225a
Grid: auto-insert layout, row and editors if only 1 is available
...
When the grid loads and only one layout is available, it will be
inserted automatically.
When a row is inserted and a cell only has a single editor allowed, it
will be inserted.
These are chained so when an empty grid editor is loaded it will
preload layout + controllers if only one option is possible.
Also fixed the cog icon being visible, even without settings available
Adjusted a bit of styling for TinyMCE editors as they are invisible if
no focus + content entered.
2015-08-04 12:25:33 +02:00
Shannon
d1bed54cf1
Fixes tabdrop memory leak U4-6907 Bootstrap tab drop has memory leaks, fixes tab/header to use the correct bootstrap tab api, simplifies the header code dramatically and speeds up processing. Fixes mem leak with delayedMouseLeave.directive
2015-08-04 11:59:57 +02:00
Shannon
ba868887d4
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-03 12:50:18 +02:00
Shannon
3a7853dcbe
makes sure the bottom bar buttons are moved when resizing the left pane and that their position stays relative during tab changing.
2015-08-02 11:32:43 +02:00
Shannon
60af7deacd
ensures more unbinding is happening
2015-08-02 11:32:14 +02:00
Shannon
49bc3151b0
Fixes the detectfold processing and tab changing events, creates new umbTabs directive to manage the bootstrap tab changing events so other directives can easily subscribe to the changes. updats all editors to use them.
2015-08-02 11:13:26 +02:00
Shannon
d6b7bae38a
reverts tabs back to use only bootstrap tabs (we can change that at a later date now that we have the code), have fixed up a lot of the detect-fold logic so that it doesn't run an insane amount of calculations, however now we need to properly fix the bootstrap tab event bindings.
2015-08-01 17:33:55 +02:00
Sebastiaan Janssen
715cc22722
Revert "Correct trees.config"
...
This reverts commit 88b23e09b6 .
2015-08-01 15:11:47 +02:00
Sebastiaan Janssen
88b23e09b6
Correct trees.config
2015-08-01 15:05:01 +02:00
Shannon
612484c0b6
ensures more jquery event listeners are unbound
2015-07-31 12:52:29 +02:00
Shannon
0e4974babe
Creates windowResizeListener directive... so there's only a single listener for this and things can register/unregister as required from it and the callbacks will always execute in a $digest. Updates the detect-fold and navResize to use this, it is much snappier now with less overhead.
2015-07-31 12:34:02 +02:00