Mads Rasmussen
cf13d89086
add directive for list view layouts so we do not get values from parent scope
2015-10-22 11:21:53 +02:00
Mads Rasmussen
9449a778e9
move list view pagination to directive
2015-10-22 09:42:00 +02:00
Mads Rasmussen
153e2ecfae
use "item" instead of "document" to cover both content, media and folder.
2015-10-21 19:47:39 +02:00
Mads Rasmussen
5aa844393f
add selected folders and items to an selection array. Move list layout logic to list layout controller.
2015-10-21 19:44:35 +02:00
Mads Rasmussen
b4ab7ff963
fix breadcrumbs in media section
2015-10-21 12:33:31 +02:00
Per Ploug
b3dcfd8d6f
Removes listview dependency on routeParams
2015-10-21 11:52:35 +02:00
Per Ploug
0320485229
Adds the media listview to media dashboard
2015-10-21 11:52:15 +02:00
Per Ploug
735494ecd6
Small fix in the datatype docs comments
2015-10-21 11:51:57 +02:00
Per Ploug
94366d1aa2
Merge branch 'temp-U4-7178-media-library' of https://github.com/umbraco/Umbraco-CMS into temp-U4-7178-media-library
2015-10-21 10:02:32 +02:00
Per Ploug
46f75a93bb
updates to latest jquery
2015-10-21 09:58:07 +02:00
Mads Rasmussen
026150c5b6
decrease size on items in content grid
2015-10-20 19:22:42 +02:00
Mads Rasmussen
2d332355aa
move layout config to options model
2015-10-20 19:18:35 +02:00
Mads Rasmussen
96194d45af
Add no item text to list view content grid
2015-10-20 19:16:59 +02:00
Mads Rasmussen
a3374fd08a
add client side drag and drop to list view content grid
2015-10-20 19:15:33 +02:00
Mads Rasmussen
20d676e667
Added move functionality to bulk actions - something is wrong in error handling
2015-10-20 13:33:45 +02:00
Mads Rasmussen
759d8fad5f
center content grid
2015-10-20 10:07:55 +02:00
Mads Rasmussen
49349c719c
add content grid/card directive + add it to grid list view layout
2015-10-19 18:58:18 +02:00
Mads Rasmussen
75970e9a83
only get sub folders in media section
2015-10-19 14:48:12 +02:00
Mads Rasmussen
386e8e70a0
media grid: set select and click callbacks instead of having logic in directive
2015-10-19 09:18:16 +02:00
Mads Rasmussen
a6f4ccdc66
set max width on items in media grid
2015-10-19 09:15:37 +02:00
Mads Rasmussen
a651b78c1d
add bulk actions to editor sub header
2015-10-16 20:07:46 +02:00
Mads Rasmussen
e3af2c3bae
make it possible to disable umb-button
2015-10-16 20:05:01 +02:00
Mads Rasmussen
34813b9da5
fix sticky bar styles and set z-index lower
2015-10-16 18:21:50 +02:00
Mads Rasmussen
a2e8f27c68
remove folder logic from media grid
2015-10-16 17:21:08 +02:00
Mads Rasmussen
7e58b28f2b
media library - get and show child folders
2015-10-16 17:17:01 +02:00
Mads Rasmussen
a0383aa78f
add directive to list folders in a flexbox grid
2015-10-16 17:13:10 +02:00
Mads Rasmussen
0b7f6b3239
add support for icon on link style buttons
2015-10-16 17:10:21 +02:00
Mads Rasmussen
d10752bbf9
move sub header up to header to save space
2015-10-16 09:42:40 +02:00
Mads Rasmussen
fbbaa15429
editor sub header: less top and bottom padding + better bar top position for better transition to fixed position
2015-10-15 21:14:13 +02:00
Mads Rasmussen
1e81a6d638
Merge branch 'temp-U4-7178-media-library' of https://github.com/umbraco/Umbraco-CMS into temp-U4-7178-media-library
2015-10-15 14:34:20 +02:00
Mads Rasmussen
efb96b25fc
Add tooltip directive, use tooltip to show media item details, styles changes to media items to fit in info icon
2015-10-15 14:33:36 +02:00
Per Ploug
f5fa860b5c
Get Media folders from node
2015-10-15 14:08:29 +02:00
Mads Rasmussen
74bf23140b
add no-margin-bottom modifier to form styling
2015-10-14 19:52:51 +02:00
Mads Rasmussen
d78f426e94
add styling to sortable placeholder
2015-10-14 19:51:29 +02:00
Mads Rasmussen
6586f08a2f
Add editor sub header to list view
2015-10-14 19:40:34 +02:00
Mads Rasmussen
550cff0fcb
bind sortable logic to html
2015-10-14 19:39:04 +02:00
Mads Rasmussen
31e84ae9ae
remove unused attr on umb-editor-sub-header directive
2015-10-14 19:31:08 +02:00
Mads Rasmussen
5f25844921
add client side sorting to media grid
2015-10-14 15:55:49 +02:00
Mads Rasmussen
f9a236f639
add directives to add sub headers to editors, make left and right content in sub headers and make sub sections
2015-10-14 15:32:54 +02:00
Mads Rasmussen
071eb4bc23
add directive to make sticky bars
2015-10-14 15:28:48 +02:00
Shannon Deminick
03a79aa2f3
Merge pull request #812 from umbraco/temp-U4-7174
...
Fixes: U4-7174 - Move folder to bottom of list, make doc w and w/out …
2015-10-14 12:52:59 +02:00
Shannon
327a00aaf4
Fixes issue with migrations running with a Decimal column:
...
The logic would produce incorrect syntax.
Fixed the default string column for sql server, made them all consistent.
Moved ctor logic for shared sql syntax providers to the base class.
Created formatted Decimal column definitions so that a custom precision/scale works.
Set the migration to use the default precision/scale values.
Removes the pattern validators because they don't do anything... due to the fix-number directive which has it's own issues but we won't solve those now.
2015-10-14 12:07:50 +02:00
Mads Rasmussen
b9470c1bc1
Fixes: U4-7174 - Move folder to bottom of list, make doc w and w/out texts easier to differentiate + auto focus doc type with template
2015-10-14 10:01:53 +02:00
AndyButland
7efa0bed46
Added pattern to integer and decimal property editor views to support numeric keyboards on mobile
2015-10-14 09:59:12 +02:00
AndyButland
dda247fea5
Implemented decimal property editor
2015-10-14 09:59:09 +02:00
Mads Rasmussen
5709a41ee0
Fixed: U4-7172 When a locked field is unlock, focus and select value
2015-10-13 09:56:04 +02:00
Mads Rasmussen
9297b27536
fix paths on document types and member types views
2015-10-13 09:15:39 +02:00
Mads Rasmussen
e4a8804058
U4-7181: Add uploader to media list view
2015-10-09 14:43:54 +02:00
Mads Rasmussen
84e15249c7
U4-7182: clear folders and media items before pushing new data + add watcher for updated data.
2015-10-09 14:40:19 +02:00
Mads Rasmussen
fe5c5991d9
list view - clearfix header
2015-10-09 13:36:17 +02:00