Commit Graph

6696 Commits

Author SHA1 Message Date
Shannon
105af392dc Obsoletes all legacy installer classes from the legacy data layer. 2013-09-10 11:43:07 +10:00
Shannon
e60f20a6a2 MIgration script updated to set any property editor that doesn't have a GUID-> alias map to a text box. 2013-09-10 11:31:57 +10:00
Shannon
41766d7738 Merge remote-tracking branch 'origin/7.0.0' into 7.0.0--property-editor-guid-to-alias 2013-09-10 11:29:11 +10:00
Per Ploug Krogslund
d7c68b7f12 tutorials index.ngdoc update to include part 4 2013-09-09 20:26:54 +02:00
perploug
f1bd8d29c6 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-09 16:31:22 +02:00
perploug
f6fbf1fa51 merge 2013-09-09 16:31:04 +02:00
perploug
3b6d0055ed Merge pull request #130 from stocksr/patch-1
fix typo - getImagePropertyVaue should be getImagePropertyValue
2013-09-09 07:28:04 -07:00
perploug
6bc8713b7f Remove vaue->value typo in all files 2013-09-09 15:26:22 +01:00
Per Ploug Krogslund
e69f0ae6a3 karma conf update 2013-09-09 14:38:02 +02:00
Per Ploug Krogslund
d2e68cca54 Docs update 2013-09-09 14:37:49 +02:00
Per Ploug Krogslund
0da60087ae Adds touch and swiping support to navigation and all modals 2013-09-09 14:37:42 +02:00
perploug
ed3ef2d1c7 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-09 11:15:40 +02:00
perploug
3ba7fbd0e7 Assets service spec for testing lib loading 2013-09-09 10:15:27 +01:00
Per Ploug Krogslund
752e4af59a imagehelper typo fix 2013-09-09 11:12:00 +02:00
Per Ploug Krogslund
69c5183dac tree touch specific padding 2013-09-09 11:11:37 +02:00
Per Ploug Krogslund
2f055e0c31 Fixes type in imagehelper method? 2013-09-09 11:11:13 +02:00
Per Ploug Krogslund
ff65237414 removes service.active clause in nav.closeNav method 2013-09-09 11:10:56 +02:00
Per Ploug Krogslund
a8caee75a5 Adds ngTouch events to main navigation 2013-09-09 11:10:31 +02:00
Shannon
6647aaeed1 Added data migration script for the GUID -> alias change, just waiting on feedback from the core. 2013-09-09 18:38:42 +10:00
Shannon
96fe478ac6 Fixes issue with DynamicNode trying to call OrderBy on a newer extension method 2013-09-09 18:38:11 +10:00
Shannon
3468f776d1 Adds another unit test and assertion for package service to make sure it can import the legacy IDs and the new Aliases without error. 2013-09-09 17:35:21 +10:00
Shannon
cded3ae6dd Another change to the packaging service to support the legacy GUID 2013-09-09 17:20:52 +10:00
Shannon
ec2dd5bad1 Updates packaging service to export the property editor alias instead of the legacy id and changes it's import logic to detect a GUID for comparison against the legacy control id. 2013-09-09 16:43:53 +10:00
Shannon
719b921e0b Created the maps for all core property editors to map from legacy GUID to new alias with unit tests. 2013-09-09 15:57:22 +10:00
Shannon
26a47e7ee1 Updated the published conversion process with the new PropertyValueConverter and migrated the old core IPropertyEditorValueConverters to the new format. 2013-09-09 15:17:33 +10:00
Robert Stocks
98d1b93862 Fix all references to to getImagePropertyVaue 2013-09-07 14:32:01 +01:00
stocksr
a99deb655b Update util.service.js
Fix typo
2013-09-06 15:09:03 +01:00
Shannon
8adfec51d0 Getting more unit tests fixed up, removed the old SQL installer scripts since there are not used whatsoever anymore 2013-09-06 18:03:00 +10:00
Shannon
b3ec44b61d Getting all the unit tests working again with the GUID to alias change, lots of little fixes everywhere. 2013-09-06 17:50:31 +10:00
Shannon
cf6a3cdfef A bunch more work done to convert the GUID -> alias for prop eds 2013-09-06 16:00:35 +10:00
Shannon
9a017279ae More work converting obsoleted methods to new ones 2013-09-06 15:37:01 +10:00
Shannon
78741bf134 more work on removing the GUID requirement for prop editors, removes legacy editDataType webforms editor (U4-2801 Remove legacy/un-used editDataType.aspx webforms editor) 2013-09-06 15:27:38 +10:00
Shannon
b1b7a330b5 Merge remote-tracking branch 'origin/7.0.0' into 7.0.0--property-editor-guid-to-alias 2013-09-06 15:09:24 +10:00
perploug
b3c68d44f1 Getting closer to the sorting to work 2013-09-06 01:12:12 +02:00
perploug
37c07bbc51 Working css for IE 2013-09-05 15:17:10 +02:00
perploug
70a1b63813 make rte handle null images from dialog 2013-09-05 11:14:56 +02:00
perploug
779ba61fb1 removes uglify from build for now 2013-09-05 11:14:38 +02:00
perploug
b30bcec390 Normaliize dialogservice method signature 2013-09-05 11:14:24 +02:00
perploug
d2df96e2e0 Comment outnContentPostValidate as its currently broken 2013-09-05 11:13:55 +02:00
perploug
cb06b97d69 Making propertyeditor and attribute public 2013-09-05 11:13:22 +02:00
Shannon
45dabd6293 Lots of work on U4-2722 Change Property Editors over to use unique alias instead of GUID
it compiles but i haven't had time to test anything yet, will start all unit testing/fixing tomorrow, just needed to save this work somewhere.
2013-09-05 18:38:54 +10:00
perploug
39233aa219 gruntfile 2013-09-05 08:33:40 +02:00
Shannon
e4cb079ae1 Fixes template drop down data and persisting an updated template. 2013-09-05 15:14:28 +10:00
Shannon
0026f7bd01 More ignores 2013-09-05 14:55:55 +10:00
Shannon
0b1cad7687 Fixes app.dev to not include ui.sortable. Fixes server vars mocks to have an entry for dashboardApiBaseUrl, adds dashboard.mocks to not throw an exception when trying access that data. 2013-09-05 14:54:40 +10:00
Shannon
038780614c Re-deletes files that should not be committed! Seriously WHY DOES THIS KEEP HAPPENING??! Have updated the ignore to try and stop this 2013-09-05 14:38:22 +10:00
perploug
ac4eb18b55 Add ngmin and uglify to grunt setup RERUN NPM INSTALL 2013-09-04 23:31:05 +02:00
perploug
cab92d203e Delete contour files checked in by mistake 2013-09-04 21:08:48 +02:00
perploug
9414639ee1 icons and modal css updates 2013-09-04 21:07:10 +02:00
perploug
c27f6e3458 merge legacy client 2013-09-04 16:02:23 +02:00