Shannon
|
52c4d80cfc
|
more identity awesome
|
2015-04-01 13:41:33 +11:00 |
|
Shannon
|
02b0e4dd6a
|
Fixes: U4-6380 ClientDependency Bug on server - Can't Access Backoffice
|
2015-03-18 19:06:41 +11:00 |
|
Shannon
|
d2083673be
|
Fixes: U4-3420 Firefox v25.0 - Right click context menu doesn't work - this felt like being a web dev 10 years ago when you had to code totally differently for each browser. Firefox unfortunatley treats 'a' tags differently than anything else and combined with angular saying you can have empty 'href' tags doesn't work. In the end, the fix was easy, just remove the empty (supposed to be supported) href attributes from the 'a' tags in the tree, then the contextmenu starts working in firefox and the events can be canceled as per normal. This commit also moves the angular localization library to use bower.
|
2015-03-10 13:02:34 +11:00 |
|
Shannon
|
cd4c738c04
|
Moves jquery and blueimp files to be included with bower, removes all unnecessary jquery files that are committed to the repo. Jquery and jquery ui versions remain the same, however the canvas designer was using a jquery ui version one patch version ahead so need to test that it works with the bower version, otherwise we'll have to re-include it.
|
2015-02-11 18:39:53 +11:00 |
|
Shannon
|
201464cb44
|
Fixes: U4-5918 Update Underscore.js and also updates our usage of bower with the correct grunt-bower plugin, this massively simplifies bower usage and paves the way to start using bower for all JS components.
|
2015-01-02 14:25:11 +11:00 |
|
Shannon
|
c078a1c12f
|
Merge branch 'U4-5512' of https://github.com/arknu/Umbraco-CMS into arknu-U4-5512
Conflicts:
src/Umbraco.Web.UI.Client/src/controllers/main.controller.js
|
2014-10-03 13:01:00 +10:00 |
|
Sebastiaan Janssen
|
9957bbfb5d
|
Remove unnecessary reference to ace.js that resulted in javascript errors
|
2014-07-31 10:08:31 +02:00 |
|
per ploug
|
482750ab6a
|
Missing file
|
2014-05-12 13:22:58 +02:00 |
|
per ploug
|
4baf3ed99a
|
Initial commit of the grid
|
2014-05-09 12:23:59 +02:00 |
|
per ploug
|
dbbe3fe5fb
|
Removes remaining yepnop dependencies
|
2014-05-05 12:59:34 +02:00 |
|
per ploug
|
90bf600378
|
Replaces yepnope.js with lazyload.js
Solves the caching and multi-load of the same file problems - adds a bit
of promise-based loading logic ontop of ll.js to ensure order and count
|
2014-04-29 11:38:13 +02:00 |
|
Shannon
|
9dd5f250c7
|
Fixes up the GetUrlWithTimeStamp to be called GetUrlWithCacheBust and another extension method to actually generate the hash which will be umb version + cdf version hashed or datetime.ticks if in debug mode. Updates the main view to use CDF to render the CSS which ensures compression/minification/combination + cache busting.
|
2014-03-07 11:03:13 +11:00 |
|
Shannon
|
bb527996b9
|
Moves the JsNoCache to a real readable file instead of an embedded string (now an embedded file resource), updates it's logic to not append the hash to any dependencyhandler.axd request, fixes case sensitivity checking on the URLs, changes the cdf + umb version to be a nice shorter hash of the two.
|
2014-03-07 10:40:27 +11:00 |
|
perploug
|
7ed11c04c5
|
Updates yepnope cache in jsinit.cs to append correct rnd value
|
2014-02-19 00:19:16 +01:00 |
|
perploug
|
fa4e9d0cd1
|
Merge remote-tracking branch 'origin/7.1.0-ImageCropper-WIP' into 7.1.0
|
2014-02-11 14:56:41 +01:00 |
|
perploug
|
36a8599e62
|
Adds cache bursting to production mode
Package installer bumps CDF version, we make sure to purge the angular
cache
initial js loader gets a cache burst as well
|
2014-02-10 13:02:16 +01:00 |
|
perploug
|
2850c3c3de
|
Improved caching in debug mode by adding global yepnope filter
|
2014-02-07 15:45:52 +01:00 |
|
Shannon
|
7de1b2d09d
|
Fixes ServerVariablesParser to have a proper event declared! :P
|
2014-01-29 09:33:14 +11:00 |
|
Shannon
|
1e2e26d898
|
publicizes server vars parser and event
|
2014-01-16 12:31:29 +11:00 |
|
Shannon
|
0e6c199a7e
|
working on U4-4011 Package installation will require either a full app refresh or we will need to re-lazy load in all of the assets but unfortunately we cannot lazy load in things like directives as angular doesn't like that, we have to re-load the browser.
|
2014-01-15 17:18:23 +11:00 |
|
Shannon
|
96e00bc1eb
|
moves classes to sep files
|
2014-01-08 14:04:30 +11:00 |
|
Shannon
|
50e10155e7
|
Completes: U4-3712 Allow c# property editors to have custom js injected into the js initialization block so they can load in angular controllers
|
2013-11-28 14:27:58 +11:00 |
|
Shannon
|
c86f52d5ea
|
Completes: U4-3230 Combine/Minify manifest files to one request with CDF
|
2013-11-28 10:37:08 +11:00 |
|
Shannon
|
ce162e2657
|
Gets the JS done for: U4-3230 Combine/Minify manifest files to one request with CDF - now loading incredibly fast.
|
2013-11-27 18:42:35 +11:00 |
|
Shannon
|
2391ee1368
|
Changes the web.config template to use a linked resources (one file)
|
2013-11-26 20:03:13 +11:00 |
|
perploug
|
da2f3aefe6
|
Improves media drag n drop sorting
|
2013-11-18 14:58:29 +01:00 |
|
perploug
|
28ec40e1ae
|
modifies angular-mobile to fix firefox glitch
|
2013-11-14 22:05:51 +01:00 |
|
perploug
|
238bc58234
|
Revert to old datepicker
|
2013-11-13 11:33:39 +01:00 |
|
Shannon
|
ba72991929
|
refactored out the usage of "ui.showContextMenu" with the usage of appState. Added a new init.js instead of having the startup scripts embedded in the routes file (we should make a 'startup' naming convention like we have for 'controllers' to combine into one file)
|
2013-11-13 16:16:11 +11:00 |
|
perploug
|
acbde943b0
|
replaces the datepicker with a native angular picker
|
2013-11-12 19:01:48 +01:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
Shannon
|
151e20240a
|
Changes debounce function to use underscore
|
2013-10-29 09:18:47 +11:00 |
|
perploug
|
c75a7817cf
|
re-adds the jquery-ui sorting
The other libraries werent mature enough so we'll have to stick with
this for now
|
2013-10-28 20:26:18 +01:00 |
|
Shannon
|
6263b07087
|
Working on (WIP) U4-3255 Fix search - shouldn't search on every key change, shouldn't show up for non-search sections, shouldn't return ISearchResults
|
2013-10-28 18:38:20 +11:00 |
|
perploug
|
d8de1c5b1b
|
Removing boostrap tags lib, updating bootstrap to 2.2.3
|
2013-10-23 16:07:24 +02:00 |
|
Shannon
|
c42170cf6b
|
Fixes: U4-3110 Cant create new relationstype - ensures that the legacy action js path references are included
|
2013-10-15 16:18:55 +11:00 |
|
perploug
|
59f711f802
|
memberpicker search updates
|
2013-10-10 12:43:59 +02:00 |
|
Shannon
|
e51b43084b
|
Fixes: U4-2762 Handle errors in package.manifest & fixes manifest stylesheet parsing with unit test
|
2013-10-09 18:13:24 +11:00 |
|
perploug
|
ce30153830
|
Enables the manifest to load custom stylesheets outside the js loading
|
2013-10-02 10:54:25 +02:00 |
|
Niels Hartvig
|
32f4eaf900
|
WIP on image uploading
UX work - broken atm.
|
2013-09-23 21:24:34 +02:00 |
|
Shannon
|
15518f2069
|
Completes: U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access - adds ngSanitize which is required for ng-bind-html so we can add a bit of html to the notification msgs (like line breaks) and since devs might do this as well we require ngSanitize so that unsafe html cannot be injected.
|
2013-09-11 12:40:43 +10:00 |
|
perploug
|
d59963a53e
|
Comment jquery UI for new sorter
|
2013-09-04 15:43:00 +02:00 |
|
perploug
|
1e3d505df1
|
Serverside js loader
|
2013-08-26 15:04:02 +02:00 |
|
perploug
|
d181a39343
|
Added 1.2 references to app.js and dev.app.js
|
2013-08-21 21:11:15 +02:00 |
|
perploug
|
e825c08901
|
Added events.Service and xmlhelper.service
|
2013-08-12 15:17:34 +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
|
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 |
|
Shannon
|
a2e16b4922
|
Fixed up gravatar with a watch, started implementing legacy proxy JS notification calls to our angular services.
|
2013-06-25 14:02:31 +10:00 |
|
Shannon
|
39d7676bee
|
Got the legacy editors working and iframe implementation almost done!
|
2013-06-25 08:54:36 +10:00 |
|
Shannon
|
8db763c953
|
Updated server side stuff to work with new yepnope which makes things much simpler.
|
2013-06-19 13:45:41 +10:00 |
|