perploug
0aab5e435a
Adds a way to do hotkys on webforms buttons
2013-10-28 21:32:35 +01:00
perploug
c75a7817cf
re-adds the jquery-ui sorting
...
The other libraries werent mature enough so we'll have to stick with
this for now
2013-10-28 20:26:18 +01:00
perploug
7716413015
updates umb.tv feeds on dashboard
2013-10-28 20:25:26 +01:00
perploug
e69559238d
Fixes tree picker multiple count
2013-10-28 20:25:06 +01:00
perploug
6b5326ccbd
hides search correct
2013-10-28 20:24:16 +01:00
perploug
eb622504f2
RTE updates for styles and button placement
2013-10-28 20:24:02 +01:00
perploug
228230d46b
removes unneeded files
2013-10-28 20:22:40 +01:00
Shannon
6263b07087
Working on (WIP) U4-3255 Fix search - shouldn't search on every key change, shouldn't show up for non-search sections, shouldn't return ISearchResults
2013-10-28 18:38:20 +11:00
Shannon
2b7a9389b4
Fixes: U4-3254 Property level validation not working when no field level validators are used
...
U4-2683 Ensure all uploaded files are cleaned up when they change for the FileUploadValueEditor
U4-3252 File uploader needs to adhere to DisallowedUploadFiles config
U4-2774 FileUploadValueEditor needs to remove old files
2013-10-28 15:34:48 +11:00
perploug
757086b7bd
merged
2013-10-27 15:22:04 +01:00
perploug
ab36687c85
Adds contentype alias to media and cotnent tree nodes
2013-10-27 14:12:27 +01:00
perploug
d86654fa6b
Readds datatype editor killed in merge
2013-10-27 14:12:09 +01:00
diachedelic
d09b34dd03
* Updated references to 'umbraco.aspx' in static content
...
* URI encode query strings in frontend API calls
2013-10-25 16:07:20 +11:00
perploug
5b6fd83f21
merge
2013-10-24 15:25:59 +02:00
Shannon
36ffd41007
Updates data type service for the way it saves pre-values so we can maintain ids if necessary - updates the pre-value editors to except a different dictionary which includes an id if necessary. This all fixes: U4-2751 Check that when publishing keys for drop down list prop eds that if we change a value that the id remains constistent
2013-10-24 16:38:00 +11:00
perploug
b5e06a6552
Cosmetic changes discovered during testing today
2013-10-24 06:39:35 +02:00
Shannon
165caa5aba
Ensures data type editor has ctrl+s wired up
2013-10-24 15:14:15 +11:00
perploug
055cf5da3a
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-23 16:07:39 +02:00
perploug
d8de1c5b1b
Removing boostrap tags lib, updating bootstrap to 2.2.3
2013-10-23 16:07:24 +02:00
mvanhelmont
22da0c85f7
Update content.resource.js
...
getByIds fails because there is no id property
2013-10-23 16:04:26 +02:00
perploug
440d26d982
Changed sir trevor to json
2013-10-23 15:34:19 +02:00
perploug
2891f96006
Added tablet button for media upload
2013-10-23 15:34:10 +02:00
perploug
7d885e8af0
Visual tweaks for tablet compat
2013-10-23 15:33:35 +02:00
perploug
7d35ad124a
basic tag property editor
2013-10-23 15:33:15 +02:00
perploug
45cf5d88cf
Changed Url.Link to Url.Route
...
When running on a different port then port 80, an incorrect path to all
services was returned, as it returned domain and no port number in the
url, this changes it so it only returns the path without domain or port
number
2013-10-23 13:20:25 +02:00
perploug
69a0de20d7
Adds global "esc" hotkey to close all open dialogs
2013-10-23 09:20:03 +02:00
perploug
13f1c80329
Fixes RTE embed sizing hidden
2013-10-23 09:11:34 +02:00
perploug
9a36d40623
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-23 08:42:56 +02:00
perploug
db4bcab192
adds suport for ctrl+s in legacy editors
2013-10-23 08:39:17 +02:00
Shannon
be3288af44
Fixes tree cache: removes reference to "tree.clearCache" since that doesn't exist, tree's are not cached by tree alias so the logic was never going to work, further more the cache would not have been cleared because the tree cache is *not* an array but an object. Adds unit test for this.
2013-10-23 16:01:25 +11:00
Shannon
0510773dc5
Added some docs about tag support.
2013-10-23 12:34:10 +11:00
Shannon
2325052d69
Adds notification for 404 errors, updates password changer to use new provider property for legacy backwards compatibility. Fixes validation logic on post.
2013-10-23 11:31:13 +11:00
perploug
36a472b79a
Vertical space improvements
2013-10-22 15:32:49 +02:00
perploug
99766e3f22
removes debuggin value from view
2013-10-22 15:27:23 +02:00
perploug
937e7f9004
Minor tweaks to fix current node indication
2013-10-22 15:23:19 +02:00
perploug
b94f2aba70
Datatype delete controller
2013-10-22 14:58:30 +02:00
perploug
01c601f87e
Responsive tree
...
Tree collapses on small screens, stays pinned on large ones
2013-10-22 14:58:11 +02:00
perploug
3ba05aca8f
Much better tree syncing
...
Is now pluggable, without those directive watches, and only active when
used from external controllers, so dialog trees become much lighter
2013-10-22 14:57:41 +02:00
perploug
d4a069451f
Datatype delete dialog
2013-10-22 09:46:22 +02:00
perploug
547361a185
Removes all the views/*.controller.js files from build
2013-10-22 09:46:11 +02:00
Shannon
3f5fdf840a
Completes: U4-3212 Support unlocking a member, also fixes quite a few other issues regarding the membership provider properties of the content type.
2013-10-22 17:36:46 +11:00
Shannon
2243452261
Completes: U4-3089 fix membership provider to be able to change email address
2013-10-22 11:24:56 +11:00
Shannon
4427554752
Completes: U4-3085 member editor should automatically generate a password for new users
2013-10-22 09:45:07 +11:00
perploug
16be7a2971
External editor sample
2013-10-21 22:19:07 +02:00
perploug
d258fc5a9f
added minification to grunt file
2013-10-21 14:29:00 +02:00
perploug
24858dfdfc
tinymce button color
2013-10-21 14:28:32 +02:00
perploug
a286f358be
create dialog localization
2013-10-21 14:27:16 +02:00
perploug
0b65b3b4a1
used dialog closes when going to profile
2013-10-21 14:27:05 +02:00
perploug
48ef1aab1c
adds cancel buttons to all dialogs
2013-10-21 14:26:51 +02:00
perploug
652f1e52ec
listview selection css
2013-10-21 14:26:26 +02:00