perploug
0037283c75
Adds a notifications test
2013-09-12 14:40:07 +02:00
Shannon
261828f7e5
Streamlined response messages and http codes for validation and authorization all relating to U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access
2013-09-10 15:37:44 +10:00
perploug
f6fbf1fa51
merge
2013-09-09 16:31:04 +02: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
0da60087ae
Adds touch and swiping support to navigation and all modals
2013-09-09 14:37:42 +02:00
perploug
3ba7fbd0e7
Assets service spec for testing lib loading
2013-09-09 10:15:27 +01:00
perploug
623a28c158
delete fontawesome
2013-09-02 15:40:14 +02:00
Shannon
5b289a4971
Implemented much more for the new drop down property editors to ensure backwards compatibility, had to implement a new required method for property editors to format their data for cache storage. Changed how the drop down angular list is generated, now it uses a dictionary which is much more elegant with less code. Got drop down (normal) and drop down publishing keys working and saving the correct data types, nearly have drop down list multiple working but going to change the property editors to be able to post object (json) instead of just a string for values.
2013-08-26 17:24:08 +10:00
perploug
1b0bffbe04
Changing karma log back to info level
2013-08-23 15:51:10 +02:00
Per Ploug Krogslund
7763550a89
Renames umbImageHelper to imageHelper
2013-08-23 15:26:00 +02:00
perploug
66684bc6f5
Tried writing assets and keyboard tests, both failed :(
2013-08-23 08:31:47 +02:00
Shannon
e463faa943
Got the template drop down working with the dropdown property editor which allows some config.
2013-08-22 15:48:32 +10:00
perploug
6264e6f15d
added 1.2 upgrade note
2013-08-21 21:12:24 +02:00
perploug
d181a39343
Added 1.2 references to app.js and dev.app.js
2013-08-21 21:11:15 +02:00
perploug
e2ddaff401
start on migration to 1.2
2013-08-21 14:57:14 +02:00
perploug
1cff6d99ef
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-08-21 10:35:06 +02:00
perploug
e18a07e908
Unlocks the login button, failed attempt to test the keyboard service reverted
2013-08-21 10:34:53 +02:00
Shannon
5581af2d25
Fixed up the file uploading and the readonly property editors and saving/updating their data/control based on the data changed on the server side.
...
U4-2680 Fix file uploading
2013-08-21 17:54:30 +10:00
perploug
d09b1d9949
7.0.0 merge changed .cs from shannon
2013-08-20 15:26:53 +02:00
perploug
dd7e4f19ba
Removed keyboard service debug logging
2013-08-20 15:21:12 +02:00
Shannon
ddef2cc7ff
Got validation working properly with pre-values, updated the content editing helper to be more generic and work with different editors like the data type editor that supports umb-property.
2013-08-20 16:02:10 +10:00
perploug
b357989f18
Keyboard service test WIP
2013-08-19 10:06:32 +02:00
Shannon
c61206d03f
Changed routes to have section + tree
2013-08-15 12:34:22 +10:00
perploug
e825c08901
Added events.Service and xmlhelper.service
2013-08-12 15:17:34 +02:00
Per Ploug Krogslund
ebaf353e4a
Content picker full api and test coverage
2013-08-09 15:24:43 +02:00
Per Ploug Krogslund
0578d30711
Mocked generic properties, removes the tab filter again
2013-08-08 14:05:57 +02:00
Shannon
918366ef25
Fixes up issues with the refactoring of how properties are being rendered, fixes up the validation bits and pieces and unit tests. Adds a new validatable property in the mock data so that validation actually occurs.
2013-08-08 14:51:23 +10:00
Per Ploug Krogslund
5cd197ffe0
Merg listview.controller.js
2013-08-07 13:41:07 +02:00
Per Ploug Krogslund
aeedcae088
Moved additional docs to tutorial section
2013-08-07 13:36:22 +02:00
Shannon
371bf785b0
Changed to jquery 2.0.3, added a few jquery ui bits and pieces, got the sort dialog working with an angular-ui sortable directive and styled it.
2013-08-07 14:25:30 +10:00
Shannon
66fc7e91dd
Got the GetChildren wired up to the back end, updated the sort and list view controls to use the new resource with promises, updated unit tests to support.
2013-08-06 18:42:36 +10:00
Shannon
8aa547123f
Fixes deleting, ensures it is moved to the recycle bin when necessary or deleted permanently if already in there and fixes finding a node even if the Ids are of a different clr type
2013-08-05 16:13:27 +10:00
Shannon
2ebf6d09c6
Gets delete and empty recycle bin working, adds unit tests for tree service, ensures that the recycle bin shows children whenever something is deleted (though, i now realize i need to refresh the recycle bin node and expand it when something is deleted). Renames some namespaces for content/media/etc... controllers and makes the file names more readable.
2013-08-01 14:51:35 +10:00
Per Ploug Krogslund
f9f54b3ee7
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/common/services/util.service.js
src/Umbraco.Web.UI.Client/src/routes.js
2013-07-28 01:01:50 +02:00
Shannon
53891a69af
Fixed up the media uploader property editor so that it doesn't store any json, this leaves it as fully backwards compatible with 6.x < but also still allows us to upload multiple images if we want.
2013-07-23 16:43:08 +10:00
Shannon
feb1892e9e
Gets notification msgs on the server side to be displayed. Fixes property existence checking... was checking on id before but that is incorrect, needs to be on alias since a new property id is gen'd on each save and we're not re-wiring them back up. Fixes YSOD messaging for content as well. Changes the ModelState to modelState to be consistent in js.
2013-07-22 18:16:50 +10:00
Shannon
b9d0bca1b6
Fixed up validation messages when we are not redirecting, fixed up how we re-bind the content values to make sure we only set the values if they have been changed by the server and added unit tests for that. Added more properties to our display model including a new INotificationModel to put localized notifications in.
2013-07-22 17:13:38 +10:00
Per Ploug Krogslund
9421ae054f
Removes security.service
...
Merges into user.service, moves the umbraco.security module into
umbraco.services, instead of in the root module, we could consider
doing that for umbraco.resources as well.
2013-07-21 22:14:05 +02:00
Shannon
d58b1ac107
Changed serverValidationService to be called serverValidationManager and added a bunch of unit tests for it.
2013-07-18 19:18:53 +10:00
Shannon
6f4a7f06a5
Changed naming conventions of spec files so they are human readable. Fixed up the route handling when clicking on nodes to ensure the query/search is cleared (so there's no overlap with creating nodes). Moved much of the data handling functionality of the content edit controller to a new service called contentEditingHelper which I've now written unit tests for.
2013-07-17 17:04:52 +10:00
Shannon
cdf114df4b
Converted all resources over to use a newer structure for generating URLs, created unit tests for those, fixed the js build so that the name is still "umbraco" not "umbraco 7" since that causes problems with css and other file references.
2013-07-12 13:26:11 +10:00
Shannon
6652016faa
Makes the 'active' property on a tab a server side thing, updates more resources to use the resourcePromise.
2013-07-10 17:28:15 +10:00
Shannon
0f207b01f2
Integrated auth into the UI project and unit tests (you need to log in each time with arbitrary username/password). Fixes authorization, the auth check SHOULD return a 401 so that the MainController re-fires the auth check in order to re-set the 'authenticated' scope flag. Fixed err caused by trying to launch login dialog too many times when too many http calls fail. Converted over authResource to use correct resourcePromise structure. The mock auth is done with angular cookies, so integrated that too. Removes main.js since we don't use it anymore. Fixes media mocks. Removes call to get sections in navigationService since it is irrelevant and causing more issues when not authenticated.
2013-07-10 13:24:28 +10:00
Per Ploug Krogslund
a984bf0d68
Fixes failing tests
...
Adds a seperate unit test app loader, removes e2e backend from tests
adds scope.digest and httpbackend.flush to tests
2013-07-04 09:28:27 +02:00
Shannon
7e345fda70
puts angular.js source back in repo as it is good for debugging/learning. Fixed editContentController tests, but now there's other test issues which I'm not sure how to fix ?
2013-07-04 15:16:02 +10:00
Shannon
15f0503a99
Added js unit tests for icon helper
2013-07-04 13:11:07 +10:00
Per Ploug
2e636d5bcb
fixes testing due to wrong httpbackend injection
2013-07-02 15:46:50 +02:00
Per Ploug Krogslund
4c7351aa8a
Working tree mock data
2013-07-02 10:45:43 +02:00
Per Ploug Krogslund
7c63b88925
changed runner to phantomjs from chrome
2013-07-02 09:33:43 +02:00