Per Ploug
fc323ae89d
Include EsLint in grunt
...
ESlint is not turned on by default - as it gives us 500ish errors as of
the current state of the codebase, also, we should start linting
controllers (why arent we?)
EsLint contains angular best practices rules and will help us get V8
ready for Angular2 and to follow best practices, untill everything
passes we can turn it on and off during clean-up time
2015-06-25 11:49:00 +02:00
Per Ploug
3565d1e26b
Manifest parser tests updated to include icon and group
2015-06-25 11:43:51 +02:00
Per Ploug
f8beb5ec3f
Use IEnumerable instaed of List for fetching datatypes
2015-06-25 10:09:55 +02:00
Per Ploug
9c8489c4c5
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
2015-06-24 21:43:22 +02:00
Per Ploug
8679c26f3d
Added icons and groups on all core editors
2015-06-24 21:43:14 +02:00
Shannon
6a7c4e9dc1
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-contenttypeeditor
2015-06-24 15:20:32 +02:00
Shannon
a7029e4733
Fixes up migration runner with regard to semver numbers. All migrations for a normal version within a build number will execute. For example if migrating from 7.3.x-x to 7.3.0 (final), all migrations for 7.3 will execute.
2015-06-24 15:20:08 +02:00
Shannon
18b1857539
Changes versioning to SemVersion (via nuget package), now target migrations with the full SemVer and update the web.config with the correct sem ver. Creates migration to create the migration table.
2015-06-24 14:17:24 +02:00
Per Ploug
4b72fc3642
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
2015-06-24 12:54:16 +02:00
Per Ploug
5e81aed928
Adds icon and group to property editor classes
2015-06-24 12:54:06 +02:00
Per Ploug
15c1477907
Moves localization directive into seperate folder
2015-06-24 12:53:10 +02:00
Per Ploug
933f97fef7
Umb-editor and Umb-Property-Editor into 1 file
...
only done to keep backwards compat and avoid dublicate code.
2015-06-24 12:52:27 +02:00
Per Ploug
c9008c9946
Renames ContentType Create function as it broke another create dialog
2015-06-24 12:51:24 +02:00
Per Ploug
e254e241b5
Fixes missing progress bars and large file error
2015-06-24 12:50:36 +02:00
Per Ploug
945858bbbc
Cleanup unused directives
...
Removes the old upload directives and unused buttongroup directive
2015-06-24 12:50:02 +02:00
Shannon
4f5c24d2e3
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-06-24 11:39:57 +02:00
Shannon
f82d8a5df1
updates bower and bower install task.
2015-06-24 11:39:50 +02:00
Shannon
8f4da31f0b
removes old grunt-bower task.
2015-06-24 11:34:50 +02:00
Shannon
d7fc15dd67
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
2015-06-24 11:15:46 +02:00
Shannon
fde162b086
Fixes up bower installer, no longer using grunt-bower-task since it is old and doesn't support the copying that we need, updates to latest bower dependency
2015-06-24 11:15:04 +02:00
Mads Rasmussen
73e54ea402
test out controller as syntax for sub views controllers + fix problems with the sub views directive caused by this approach
2015-06-24 11:00:00 +02:00
Per Ploug
34893d5f53
Delete dublicate event file
2015-06-24 10:22:22 +02:00
Per Ploug
6d6bcff233
Moves on-delayed-mouseleave to events directives
...
Keep all these utillity events in one file
2015-06-24 10:22:10 +02:00
Shannon
c64bd5f65a
Merge remote-tracking branch 'origin/dev-v7-contenttypeeditor' into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Web.UI.Client/bower.json
2015-06-24 09:52:46 +02:00
Shannon
32e0cbc886
updates bower/grunt file for new ng file upload
2015-06-24 09:51:36 +02:00
Shannon Deminick
cb3ed7ed8d
Merge pull request #727 from bjarnef/dev-v7-U4-6748
...
Add unique id for TextSearch / LuceneSearch
2015-06-24 09:32:49 +02:00
Per Ploug
1e5b8eb0fc
Removes unused bower dependencies from bower.json
2015-06-23 22:59:17 +02:00
Per Ploug
dada265736
Adds jquery event unbinding
...
Updates the dom event binding to use the newer on/off instead of
bind/unbind.
Adds off() to all dom event directives triggered by scope.on($destroy).
2015-06-23 22:58:47 +02:00
bjarnef
1cade7f8c7
Add unique id for TextSearch / LuceneSearch
...
Add unique id for TextSearch / LuceneSearch for each searcher.
2015-06-23 22:28:49 +02:00
Shannon
aad82360ad
Merge branch 'dev-v7' into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/src/app.dev.js
src/Umbraco.Web.UI.Client/src/less/application/grid.less
src/Umbraco.Web.UI.Client/src/less/panel.less
src/Umbraco.Web.UI.Client/src/loader.js
src/Umbraco.Web/Umbraco.Web.csproj
2015-06-23 18:27:18 +02:00
Shannon
7503a83219
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-06-23 18:10:57 +02:00
Shannon
869e0dcbd2
Updates the upgrader to ensure that the latest migrations are run if they don't exist, fixes the migration runner null check, adds test to subtract a revision number from a Version object.
2015-06-23 18:10:50 +02:00
Per Ploug
a53166828a
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
2015-06-23 14:08:15 +02:00
Per Ploug
3212bfa4b6
New upload field + dependencies
2015-06-23 14:08:02 +02:00
Mads Rasmussen
da18a89540
move design view logic from edit.controller to design.controller
2015-06-23 13:58:43 +02:00
Stephan
a814b51682
U4-6675 - in-memory temp media cache
2015-06-23 13:57:00 +02:00
Shannon
c204741fb9
Fixes up unit test for testing back office request to ensure that the GlobalSettings.Path is consistent with a vdir
2015-06-23 12:30:09 +02:00
Shannon Deminick
5f64b2cf37
Merge pull request #723 from tomfulton/fix/u4-6346
...
Fix unable to login to backoffice when using virtual directory - U4-6346
2015-06-23 12:16:36 +02:00
Shannon Deminick
9efa67224e
Merge pull request #722 from tomfulton/fix/u4-6346-2
...
Fix for JsSource on legacy trees not supporting virtual paths (~/) - U4-6346
2015-06-23 12:13:32 +02:00
Mads Rasmussen
7b547a3ad1
create service for data type helper function. call createPreValueProps from helper service
2015-06-23 11:39:54 +02:00
Mads Rasmussen
759599b426
call addInitTab from new service
2015-06-23 11:18:02 +02:00
Shannon
b00776901c
Changes the routing context to be publicly accessable on the umbraco context.
2015-06-23 11:15:56 +02:00
Mads Rasmussen
f4aff7752c
move content type logic from controller to new service
2015-06-23 11:13:20 +02:00
Shannon Deminick
37211b9a2c
Merge pull request #721 from robertjf/dev-v7
...
Issue U4-6734 Fix: Tweaks to TreePicker dialog for better entity support
2015-06-23 11:09:02 +02:00
Shannon
40c35e5851
Fixes: U4-6582 RTE "Link To File" missing rel="nodeId" attribute
2015-06-23 10:53:56 +02:00
Per Ploug
10a5fd91c7
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
2015-06-23 09:57:27 +02:00
Per Ploug
2e2f8723a0
Set collections on property groups
2015-06-23 09:56:59 +02:00
Per Ploug
efd231f6a9
Core Constants Icons class
2015-06-23 09:56:19 +02:00
Shannon
68073fdb8b
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-06-23 09:41:41 +02:00
Mads Rasmussen
ea9604c260
sorting: disable properties/tabs when inherited. Remove sorting animation.
2015-06-23 09:25:29 +02:00