arknu
|
a916686d2e
|
add moment.js
|
2014-10-16 09:48:47 +02:00 |
|
arknu
|
6adf04eddc
|
U4-5520: Localize datepicker
|
2014-10-16 09:48:46 +02:00 |
|
Shannon
|
26059ebad0
|
updated some of the table styling, updated the path to be relative and updated the release config.
|
2014-10-16 17:38:36 +10:00 |
|
Shannon
|
f48a218456
|
Merge branch 'tinymce-codemirror' of https://github.com/pynej/Umbraco-CMS into pynej-tinymce-codemirror
|
2014-10-16 17:06:22 +10:00 |
|
Shannon Deminick
|
328103c4ac
|
Merge pull request #507 from danlister/7.2.0-U4-5602
U4-5602 Dropdown List data type now shows an empty option after a page is saved
|
2014-10-16 13:55:23 +10:00 |
|
Shannon
|
8697829982
|
fixes some minor things in PRs
|
2014-10-16 14:53:55 +10:00 |
|
Shannon Deminick
|
3846d1a4f7
|
Merge pull request #510 from scottleaver/7.2.0
Make input box on search visible
|
2014-10-16 13:44:54 +10:00 |
|
Shannon
|
142a5ec922
|
Removes demo packages from source control, we don't need these, they were just committed POCs at the beginning of v7 development
|
2014-10-16 14:31:44 +10:00 |
|
Shannon
|
3b53aca31f
|
Ensures the mousemove on document event is unbound when unloading the umbcontentname directive.
|
2014-10-16 14:28:58 +10:00 |
|
Shannon
|
297f564b1d
|
removed the min version, we minify anyways.
|
2014-10-16 14:20:38 +10:00 |
|
Shannon
|
87f0586cdd
|
Fixes date picker, ensures today's date is not shown when hiding, ensures that a null value is set when it's empty
|
2014-10-16 14:18:41 +10:00 |
|
Shannon
|
bd0a1e66f2
|
Fixes issue with tree picker and search where the already selected nodes would be cleared when searching and not selecting anything. Adds transition to go to search.
|
2014-10-15 15:57:04 +10:00 |
|
scottleaver
|
a784e36980
|
Make input box on search visible
UX improvement. Without a box it is not obvious where to click to perform search.
|
2014-10-14 18:39:37 +01:00 |
|
Shannon
|
315e9a0d03
|
Search now works in copy/move dialogs, also fixed up the styling on the loader and streamlined it's usage
|
2014-10-14 09:36:35 +11:00 |
|
Shannon
|
7804e8aa44
|
Copy dialog with search is basically working, just needs a few tweaks.
|
2014-10-13 18:31:35 +11:00 |
|
Shannon
|
f42b7adc0e
|
Link picker now working with search + list view search
|
2014-10-13 18:20:18 +11:00 |
|
Shannon
|
48d34af7bb
|
Gets tree picker working better with searching and list views.
|
2014-10-13 17:27:22 +11:00 |
|
Shannon
|
12a23abbbf
|
Gets the new way of searching list views working
|
2014-10-13 16:31:46 +11:00 |
|
Shannon
|
7a7f31b7a6
|
Updates tree item directive to have far less angular bindings and sets up much of the DOM manually, this improves perf in a big way when lots of nodes are rendered... still needs more of this though!
|
2014-10-13 14:27:07 +11:00 |
|
Shannon
|
18e0aabdb2
|
adds some notes
|
2014-10-10 10:49:47 +11:00 |
|
Shannon
|
0407bec67b
|
Moves more logic into directives
|
2014-10-10 01:05:48 +11:00 |
|
Shannon
|
f5746a1a3c
|
Moves some of the search parts into directives so we can start re-using them.
|
2014-10-10 00:42:37 +11:00 |
|
Shannon
|
ea6708e55a
|
Ensures search listing and tree view is fully synced, if you uncheck an item that's already selected from either tree view or search result, all ui is synced.
|
2014-10-09 17:28:16 +11:00 |
|
Shannon
|
83528f932e
|
Ensures that any already visible tree nodes are selected if they are selected in the search list
|
2014-10-09 17:15:32 +11:00 |
|
Shannon
|
7f5a117a67
|
Ensures that new nodes that are shown in the tree that have already been selected via the search results are shown as selected
|
2014-10-09 17:01:36 +11:00 |
|
Shannon
|
41da2fab98
|
Revert "WIP - quick test to move the tree node style above search bar" - back to yesterday's behavior until we figure out exactly what the plan is
|
2014-10-09 16:11:09 +11:00 |
|
Shannon
|
38621c61ba
|
WIP - quick test to move the tree node style above search bar
|
2014-10-09 16:03:10 +11:00 |
|
Shannon
|
6b36b01491
|
fixes media move to use the correct check enabled tree
|
2014-10-09 14:36:35 +11:00 |
|
Shannon
|
49164ce6ef
|
Updates move/copy to use the correct usage of checked nodes
|
2014-10-09 14:31:53 +11:00 |
|
Shannon
|
9cbea5764d
|
fixes umbtreeitem with ng-show instead of ng-if which wasn't working for the copy dialog for some reason
|
2014-10-09 13:39:10 +11:00 |
|
Shannon
|
f8503b4c68
|
Fixes (and massively simplifies) the member group picker to use the correct way of using checks in tree nodes
|
2014-10-09 12:51:07 +11:00 |
|
Shannon
|
0ff1c9915d
|
Updates tree to natively support check boxes as an option, same with search icons, fixes tree directive to pass the current tree scope correctly, removes the requirement for the cache key on the umbtreeitem directive. Fixes the link picker to use the correct way to show check boxes instead of hacking with jquery.
|
2014-10-09 12:36:52 +11:00 |
|
Shannon
|
c58a9429e1
|
Member picker now using standard treePicker and search is working
|
2014-10-09 11:08:09 +11:00 |
|
Shannon
|
18efe25167
|
removes unneeded contentpicker dialog and just uses the standard tree picker that has the correct search built in, now search is working for the link picker.
|
2014-10-09 00:04:25 +11:00 |
|
Shannon
|
05d5e981af
|
Search working pretty nicely with tree picker and list views, now to get it working like this consistently for all of them.
|
2014-10-08 23:24:27 +11:00 |
|
Shannon
|
8136b3ecb0
|
Got searching working from a particular node id, got the UI nearly working
|
2014-10-08 19:03:45 +11:00 |
|
Shannon
|
c61c130ddf
|
WIP: working on tree picker with search for list views
|
2014-10-08 14:35:57 +11:00 |
|
Shannon
|
818c699d60
|
WIP: working on tree picker with search for list views. updates all pickers to ensure that they unbind any events.
|
2014-10-08 14:26:18 +11:00 |
|
Shannon
|
7296643f2d
|
Fixes remaining link picker issue: U4-4974 Umbraco v7.1.3 - Users cannot insert images in RTE
|
2014-10-08 09:29:52 +11:00 |
|
per ploug
|
b6fd0489e2
|
Renames canvas editor into grid again
|
2014-10-07 13:39:18 +02:00 |
|
Dan Lister
|
936b903b24
|
Fixes: U4-5602 Dropdown List data type now shows an empty option after a page is saved
|
2014-10-07 10:43:37 +01:00 |
|
Shannon
|
ec30251271
|
Fixes most tree pickers to show/hide the header correctly, updates the entitycontroller to be able to search from a start node and use the user's assigned start node if one is not passed in. Ensure the search bar is visible for the treepicker at all times. Now to get the remaining bits working...
|
2014-10-07 17:22:26 +11:00 |
|
Shannon Deminick
|
173d298d21
|
Merge pull request #503 from arknu/angular-test-fixes
U4-5589: Fix broken Angular app test setup
|
2014-10-07 16:38:50 +11:00 |
|
Shannon
|
98eeaca5d5
|
Fixes: U4-5597 ServerVariables cannot include dynamic data like a users start node Ids
|
2014-10-07 14:59:07 +11:00 |
|
Shannon
|
7a172c4253
|
Fixes: U4-4974 Umbraco v7.1.3 - Users cannot insert images in RTE
|
2014-10-07 14:08:22 +11:00 |
|
Shannon
|
b28f1d86c9
|
Merge branch '7.1.8' into 7.2.0
|
2014-10-07 12:57:47 +11:00 |
|
Shannon
|
8824ab2b27
|
reverts JS from tree controller and updates the c# method to create the tree child node URLs to ensure the custom start node param is ignored, this is a bit cleaner.
|
2014-10-07 12:52:02 +11:00 |
|
Shannon
|
b60e292d5f
|
Fixes: U4-5578 MNTP with root node, recursive output
|
2014-10-07 11:51:11 +11:00 |
|
Shannon Deminick
|
9058358004
|
Merge pull request #501 from Alain-es/U4-5400-Bugfix
U4-5400 BugFix
|
2014-10-07 10:14:57 +11:00 |
|
per ploug
|
6d4deb8da5
|
Fixes U4-5531 7.2.0 Nightly: Preview of desktop, height is 150px
|
2014-10-06 13:54:30 +02:00 |
|