Mads Rasmussen
c36db267ce
add val-form-manager to fix js errors
2016-05-31 15:57:34 +02:00
Mads Rasmussen
8b3160cd79
remove unused model
2016-05-31 15:56:56 +02:00
Sebastiaan Janssen
cff7dbc81a
Temp u4 8495 ( #1293 )
...
* U4-8495 Create YML file for AppVeyor
* Secret token needs to be in single quotes
* Secure token instead of a configuration variable should make the slack notification work
* Only post to Slack when build fails
2016-05-31 15:21:37 +02:00
Mads Rasmussen
5ba2967c15
added design for package details
2016-05-31 14:02:07 +02:00
Shannon
03d53737a0
Fixes issue with a zero offset time - which in JS also means false, so need to check for undefined explicitly
2016-05-31 13:39:14 +02:00
Simon Busborg
c3e4b611a6
added subviews
2016-05-31 11:18:34 +02:00
Sebastiaan Janssen
1121362ca9
Merge pull request #1295 from umbraco/temp-U4-8511
...
U4-8511 Update moment.js to the version to 2.10.3 for release
2016-05-30 16:08:51 +02:00
Sebastiaan Janssen
6ad4390d20
Merge pull request #1294 from umbraco/temp-U4-8331
...
Fixes: U4-8331 Umbraco.MultipleMediaPicker 'pick only images' should not allow a folder to be picked
2016-05-30 14:57:14 +02:00
Mads Rasmussen
8d5742acb7
Merge pull request #1281 from umbraco/temp-U4-8445
...
U4-8445 Validation on the Email field for Members will not allow the …
2016-05-30 14:41:46 +02:00
Shannon
4aa4a03013
U4-8511 Update moment.js to the version to 2.10.3 for release
2016-05-30 14:25:47 +02:00
Mads Rasmussen
9190855bcf
add configuration to disable folder select
2016-05-30 14:08:30 +02:00
Sebastiaan Janssen
720a46686b
U4-8500 Get c# docs building ( #1291 )
...
fetches docfx, builds the metadata and builds the docs with the correct filters
builds the UI docs from the same powershell script
2016-05-30 12:02:13 +02:00
Mads Rasmussen
11c1b5a2c4
Merge pull request #1126 from KevinJump/dev-v7-StylesheetProperties-U4-7160
...
U4-7160: Stylesheet RegEx to capture multi class properties
2016-05-30 10:51:30 +02:00
Simon Busborg
885d14bcb6
Fixes: U4-8455 IE11 - Image Cropper stretches the image when zooming
2016-05-30 10:01:39 +02:00
Mads Rasmussen
654f130105
Merge pull request #1275 from bjarnef/dev-v7-U4-8489
...
Ensure correct font is used for icon-check
2016-05-30 09:56:05 +02:00
Mads Rasmussen
2f445543f4
Merge pull request #1263 from lars-erik/U4-8443
...
U4-8443 - Immediately create node from list view when only one available document type
2016-05-30 09:39:38 +02:00
Simon Busborg
216c70becc
Merge pull request #1273 from gkonings/disable-submit-overlay
...
U4-8332
disable/enable submit button on overlay window
2016-05-30 09:35:42 +02:00
Simon Busborg
7046fca333
Merge pull request #1274 from bjarnef/dev-v7-U4-8486
...
Fixes some styling for login screen on narrow screen sizes
2016-05-30 09:27:42 +02:00
Simon Busborg
43ece1aba4
Merge pull request #1272 from gkonings/slider-default-round
...
Removed required attribute from slider-handle
2016-05-30 09:19:28 +02:00
Mads Rasmussen
521329feac
send id to category and details view
2016-05-30 09:15:28 +02:00
Jeremy Pyne
24959f4495
Macro's inserted in the grid should block link clicks so that users done accidentally navigate away from backoffice when trying to edit macro settings.
2016-05-27 16:51:34 -04:00
Simon Busborg
5b9d063808
Changed categories
2016-05-27 14:52:35 +02:00
Mads Rasmussen
a04cb1d970
added details view
2016-05-27 14:29:30 +02:00
Mads Rasmussen
d77986fb18
open overview html instead of edit html.. add category html and link the two views
2016-05-27 13:11:03 +02:00
Simon Busborg
db21aef150
added icons and versions
2016-05-27 11:59:19 +02:00
Mads Rasmussen
140218b0ed
remove install button + make categories smaller
2016-05-27 10:32:55 +02:00
bjarnef
2f1b234d85
Fix template translation
2016-05-26 22:43:15 +02:00
bjarnef
00ae650ee2
Modify a few other keys
2016-05-26 22:37:49 +02:00
bjarnef
e3dae6d77e
Fix a few translations in da.xml
2016-05-26 22:24:33 +02:00
bjarnef
cd3140af21
Fix tiny issues with dropzone border to the left for fixed header and header jump by 1px when it get sticky.
2016-05-26 21:13:25 +02:00
Stephan
6a0ca68d17
Fixing, stupid
2016-05-26 18:44:22 +02:00
Stephan
928e74f24c
No C# 6 yet
2016-05-26 17:14:13 +02:00
Stephan
d0c030a34c
Reduce dictionary allocs in TracksChangesEntityBase
2016-05-26 16:49:55 +02:00
Shannon
41b68333d2
publicizes EnableChangeTracking and DisableChangeTracking methods for entities, ensures that change tracking is disabled whenever building an entity for a repository as this is totally unnecessary and probably large memory overhead. Updates examine content indexer to page by 10000 rows
2016-05-26 16:36:53 +02:00
Simon Busborg
3cc8a71a60
added button back
2016-05-26 16:31:56 +02:00
Shannon
628ce5ea1f
Backports some changes from v8 so that we can perform a nice strongly typed query with paging - this is then used for the content indexer to index content via the db for published content instead of the xml cache system. This was already done in v8 but have no backported the logic and fixed up the unit tests. When merging with v8 we will most likely just keep all v8 stuff and discard these changes, but we'll need to compare just in case. All tests pass and re-indexing is working as expected. Also updated the paging count from 1000 to 5000 for reindexing.
2016-05-26 15:30:40 +02:00
Simon Busborg
8a744b52fe
Removed install button, better spacing
2016-05-26 15:21:12 +02:00
Mads Rasmussen
098eb32ef6
added categories
2016-05-26 14:57:38 +02:00
Simon Busborg
7bb8430022
Packages 📦
2016-05-26 14:50:11 +02:00
Simon Busborg
259ccd653e
Added dummy data to packages
2016-05-26 14:13:55 +02:00
Simon Busborg
f876b6b728
added umb-packages.less, added repeater for packages + minimal styling
2016-05-26 13:39:01 +02:00
Mads Rasmussen
05746c7b7c
added editor scaffold
2016-05-26 13:12:41 +02:00
Mads Rasmussen
30ac4e94be
hacked new packages tree
2016-05-26 13:12:05 +02:00
Mads Rasmussen
b3b4cd4654
Fixes: U4-8480 Allow deleting empty tab when creating a doctype
2016-05-25 15:30:35 +02:00
Shannon
def8ee4962
fixes ysod when indexing grid content when the value is not a string (sub json value)
2016-05-25 14:38:24 +02:00
Shannon
8cea391a3f
U4-8514 Fix installation issue when there are stale cookies on localhost
2016-05-25 14:36:00 +02:00
Shannon
1e38089bb4
U4-8514 Fix installation issue when there are stale cookies on localhost
2016-05-25 13:58:56 +02:00
Shannon
81d1ac74d2
U4-8513 Fix the RestartApplicationPool extension to null out the current identity
2016-05-25 13:56:42 +02:00
Claus
247a5f415d
added a check to create macroScripts folder if it doesn't exist when creating a scripting file.
2016-05-25 12:12:52 +02:00
Shannon Deminick
8d5dabdfff
Merge pull request #1282 from umbraco/temp-U4-7332
...
U4-7332 Default gravatar link broken
2016-05-25 12:00:38 +02:00