perploug
c8cb724508
merge
2013-11-04 08:45:03 +01:00
perploug
548bdb6f02
js libs
2013-11-04 08:40:57 +01:00
perploug
136ef8f844
Adds context menu to editor and moves primary buttons
...
Buttons moved to the end of properties, but snap to bottom in case of
overflow, context menu is displayed the top instead, for faster access
to actions
2013-11-04 08:39:11 +01:00
Shannon
bc0da04470
Fixes another issue with the installer and detecting macros
2013-11-04 18:27:08 +11:00
Shannon
365eb6497f
Fixes an issue with packaging service with property alias changes which fixes part of another test and I think the issue per was having with package installs
2013-11-04 18:12:37 +11:00
Shannon
065aebac5b
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-04 17:25:20 +11:00
Shannon
94de454264
Fixing unit tests
2013-11-04 17:24:25 +11:00
Sebastiaan Janssen
8cda966388
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-03 10:58:04 +01:00
Sebastiaan Janssen
45d339928a
Include missing System.Net.Http/System.Net.Http.WebRequest
2013-11-03 10:57:42 +01:00
Shannon
37967973a0
Fixes config tests since we've removed this section
2013-11-02 15:18:29 +11:00
Shannon
a348177126
Fixes object extensions and tests
2013-11-02 15:18:08 +11:00
Shannon
b75a9cc34b
Changed the naming to PublishedContentQuery and TagQuery
2013-11-02 13:22:48 +11:00
Shannon
5836c061fa
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
...
Conflicts:
src/Umbraco.Core/ObjectExtensions.cs
2013-11-02 13:03:46 +11:00
perploug
998bc73a90
version number change in pakcage.json
2013-11-01 12:29:12 +01:00
perploug
b7ff856073
fixed: installer cant install macros
2013-11-01 12:29:00 +01:00
perploug
5363cafd7f
installer styling
2013-11-01 12:28:35 +01:00
perploug
1533acc219
placeholder error color
2013-11-01 12:28:06 +01:00
perploug
04e6e43fee
tree reload current node
2013-11-01 12:27:52 +01:00
perploug
7e7d93c815
Adds missing clientmngr methods
2013-11-01 12:27:37 +01:00
Stephan
2671709991
U4-2518 - issue with virtual dir named Umbraco
2013-11-01 09:53:50 +01:00
perploug
68f2396ff5
Changes unpublished to lower opacity instead of color
...
gives better indication of state in tree, when selected
2013-11-01 09:51:55 +01:00
perploug
34f0576a90
Fixes: missign web-service reference in installer
2013-11-01 09:42:24 +01:00
perploug
76e8b4871b
Fix: cant move/copy to root
2013-11-01 09:42:10 +01:00
perploug
520ee92b4f
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-01 09:28:45 +01:00
perploug
e671300dc0
Move and copy dialog treee sync
2013-11-01 09:28:26 +01:00
perploug
31c7af1737
Tree syncing optimized
...
Tree now syncs new trees, and also takes the delayed tree-load + iframe
loading into account on legacy editors.
2013-11-01 09:28:12 +01:00
Shannon
20c624915f
Fixing up more unit tests - still a bunch more to do
2013-11-01 18:12:23 +11:00
Shannon
ac2d8633af
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-11-01 18:07:18 +11:00
Shannon
76bc312842
Fixes an issue with empty string conversions to date time - should fail
2013-11-01 18:06:58 +11:00
Shannon
b4176ca7df
ignores the code first tests that are failing with notes. Need Morten's help with these.
2013-11-01 17:34:14 +11:00
Shannon
9342a7e897
Starts fixing up some tests, un-ignores tests that shouldn't be ignored.
2013-11-01 17:32:03 +11:00
Shannon
e4bd459da4
Completes: U4-2666 Change the drop down for selecting an icon/thumbnail for doc/media types to display the new list of icons to choose from
2013-11-01 17:18:57 +11:00
Shannon
083ca23d93
Fixes: U4-3290 PackageBinaryInspector returns error during install
2013-11-01 17:10:01 +11:00
Shannon
b2c5d7270e
Fixes: U4-3286 Using a custom aspx page that inherits from UmbracoEnsuredPage seems to log you out - moves the authentication/ticket logic to one central place, now for all base page validation requests if the ticket is not already there it will attempt to authentication the request. This only occurs when a page is being loaded that requires back office authentication but is not part of the umbraco back office route (so packages mainly)
2013-11-01 15:37:59 +11:00
Shannon
59a81f4d12
Fixes: U4-2852 Create dialog with legacy implementations.
2013-11-01 14:46:33 +11:00
Shannon
60c4d670da
Fixes: U4-3294 When creating new content and there are validation errors we don't redirect to edit the content, instead validation errors are displayed and we create another item
2013-11-01 13:54:42 +11:00
Shannon
c1ad4aa560
Starts fixing: U4-3294 When creating new content and there are validation errors we don't redirect to edit the content, instead validation errors are displayed and we create another item
2013-11-01 12:23:37 +11:00
Shannon
7dc4cb7962
Removes 'propertyeditors' package folder from UI.Client project
2013-11-01 12:13:19 +11:00
Shannon
7cbd2f1aad
Changed member picker prop-editor to store as INT in the db - to be backwards compat.
2013-11-01 12:03:39 +11:00
Shannon
19a1ca64f6
Fixes tree cache - fixes the unit tests associated with the tree cache so they run properly, tree cache can now be cleared by section, by key, by both or all. There's no longer a default cache key since we don't want to cache things when not needed. ONLY the main trees are now cached, tree pickers and dialog trees should never be cached since tree structures change all of the time (i.e. by other users, changing node names, etc...). The tree-picker directive also had a cache which meant that anyone using that directive would end up with the same cache.
2013-11-01 11:35:48 +11:00
Shannon
35f49962ca
Fixes: U4-2461 If umbraco is not installed / uptodate login fails
2013-11-01 09:35:39 +11:00
Shannon
65db15487e
Removes UI logic for installation detection, need to move this all to the UmbracoModule - then back port to 6.2
2013-11-01 09:25:19 +11:00
Shannon
c722e57914
Moves the our umbraco web reference to where it needs to be.
2013-11-01 09:21:29 +11:00
Shannon
c1f35e6991
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
2013-11-01 09:07:04 +11:00
Stephan
767719357e
U4-3279 - better exception message when failing to find a content type
2013-10-31 18:28:49 +01:00
Stephan
7b29bd67f3
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2013-10-31 15:29:16 +01:00
perploug
e97bb0b354
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-31 12:44:47 +01:00
perploug
72c173dbee
Fixes: U4-2690 data type editor, makes 2 requests for the initial load
2013-10-31 12:44:35 +01:00
perploug
7e0e84ae21
fixes: non-configured install doesnt redirect
...
Adds install info to servervars, adds information to login screen about
going to the installer
2013-10-31 12:44:11 +01:00
Tim Geyssens
453769b1e7
Some styling for related links prop editor
2013-10-31 11:28:38 +01:00