perploug
|
b97b4eaa89
|
Revert "Revert "Remove jquery sourcemap reference""
This reverts commit 87df168c7d.
|
2013-09-04 15:39:50 +02:00 |
|
perploug
|
87df168c7d
|
Revert "Remove jquery sourcemap reference"
This reverts commit fbdd94e577.
|
2013-09-04 15:35:57 +02:00 |
|
perploug
|
fbdd94e577
|
Remove jquery sourcemap reference
|
2013-09-04 15:35:32 +02:00 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02:00 |
|
Shannon
|
7806762b80
|
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
|
2013-08-31 11:28:19 +10:00 |
|
perploug
|
8b1fcf3e07
|
Media dialog upload and folder creation
|
2013-08-27 16:01:39 +02:00 |
|
Anders Stentebjerg
|
c03839d985
|
ImageCropper
- Media Picker grid
- Image Cropper dialog
- Updated Font Awsome to 3.2.1
|
2013-08-27 09:52:13 +02:00 |
|
Per Ploug Krogslund
|
266840cfdb
|
Adding jquery file upload and modal tweaks
|
2013-08-26 14:48:58 +02:00 |
|
perploug
|
789b0d1c41
|
Moved 1.1.5 to folder, added 1.2Rc1
|
2013-08-21 21:13:23 +02:00 |
|
perploug
|
d1d84e8be6
|
Delete old angular files
|
2013-08-21 21:09:55 +02:00 |
|
perploug
|
f9e6efbf8f
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-21 14:57:24 +02:00 |
|
perploug
|
e2ddaff401
|
start on migration to 1.2
|
2013-08-21 14:57:14 +02:00 |
|
Per Ploug Krogslund
|
5bd1b4bef3
|
Angular 1.2 files
|
2013-08-21 14:54:11 +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 |
|
Per Ploug Krogslund
|
f13d5c48fe
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
Conflicts:
src/Umbraco.Web.UI.Client/src/routes.js
|
2013-08-14 14:30:23 +02:00 |
|
Per Ploug Krogslund
|
99d41ca63a
|
added ace editor directive
|
2013-08-14 14:28:17 +02:00 |
|
Per Ploug Krogslund
|
8a32753cbc
|
Replaced codemirror lib with ace
|
2013-08-14 14:26:40 +02:00 |
|
Shannon
|
4a8026c902
|
Got the Date and Date/Time new property editors created, fixed up a few date casting issues with data. These editors 'should' be compatible with the previous legacy date/datetime editors, just need to test it.
|
2013-08-14 20:08:45 +10:00 |
|
Shannon
|
4a7fbfa3fa
|
Fixes the datepicker control, updates it so that it supports time and a format that is configurable (pre-values) fixes toIsoDateTimeString() method.
|
2013-08-14 11:08:40 +10:00 |
|
perploug
|
e825c08901
|
Added events.Service and xmlhelper.service
|
2013-08-12 15:17:34 +02:00 |
|
Shannon
|
66595a53c1
|
Fixes issue with saving to filter out the extra custom generic tab properties before submitting. Removes date filter because we aren't dealing with JS date objects from the server, only strings which are always formatted consistently.
|
2013-08-08 16:10:05 +10: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
|
c3737018e0
|
Fixes overflow on dialogs when there too much content, fixes date format for content mocks.
|
2013-08-07 12:27:50 +10:00 |
|
Shannon
|
91a2ffcf1d
|
removes js files we aren't using, if we need them later we can add them back.
|
2013-08-07 12:26:49 +10:00 |
|
Shannon
|
b565a3468b
|
Moves larger util classes to their own files, fixes up the notification service to ensure notifications go away properly.
|
2013-07-22 18:40:02 +10:00 |
|
Shannon
|
f2b28e6bfb
|
Adds 'native' content deleting (not via the legacy objects) and updates the mock data to support this in the Client proj.
|
2013-07-15 16:48:29 +10:00 |
|
Per Ploug
|
22f6be61de
|
Updates yepnope, adds markown sample editor
|
2013-07-12 11:36:22 +02:00 |
|
Per Ploug
|
410b664f7f
|
Got legacy create dialogs working
Its not pretty, but it works, and over time these hacks should slowly
fade away
|
2013-07-10 15:35:38 +02: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
|
74ca129697
|
Changed auth.resource to use the new resource promise and also enhanced the resource promise + docs.
|
2013-07-10 11:08:58 +10:00 |
|
Per Ploug Krogslund
|
58500bd5b8
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
Conflicts:
src/Umbraco.Web.UI.Client/src/common/directives/umbtreeitem.directive.js
src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
|
2013-07-09 22:22:29 +02:00 |
|
Per Ploug Krogslund
|
245c764bf1
|
docs on navigationService
working ngDocs setup, started adding docs to navigation and dialog
service
|
2013-07-09 22:17:23 +02:00 |
|
Shannon
|
9af23fdaf7
|
Converted compat.js to use namespaces
|
2013-07-09 19:21:44 +10:00 |
|
Per Ploug
|
1b03dbd9c2
|
Adds compat.js click registering, adds bg load
|
2013-07-05 14:22:19 +02:00 |
|
Per Ploug Krogslund
|
63323c494f
|
Adds body click detection to legacy pages
|
2013-07-05 14:13:45 +02:00 |
|
Per Ploug
|
d9e79666ca
|
css-template editor tweaks, more compat polish
|
2013-07-04 13:33:06 +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 |
|
Per Ploug
|
693c0cb2a5
|
working modals
|
2013-07-03 13:55:33 +02:00 |
|
Per Ploug
|
a798b5c343
|
Try to get the dialogService to intercept legacy modals
replace modals with dialogservice
|
2013-07-02 16:17:59 +02:00 |
|
Per Ploug
|
2b13dff769
|
Fixes login and tree
Adds tree loader, fixes icons, fixes toggle arrows
Refactors httpbackend into nicer system
Testing of promises are broken :(
TODO: update docs
|
2013-07-01 16:06:41 +02:00 |
|
Per Ploug Krogslund
|
0d44189f7f
|
Mocked login works again
|
2013-07-01 09:58:10 +02: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 |
|
Per Ploug
|
03b9a91458
|
merge
|
2013-06-18 11:09:16 +02:00 |
|
Per Ploug
|
4b68d1950c
|
Replaces require.js with jepnope
Gets rid of the AMD pattern, adds scriptLoader service, work on security
service started
|
2013-06-18 10:51:26 +02:00 |
|
Shannon
|
a7b546527c
|
Added more methods to User Repo/Service to get an IUser by id. Upgraded to angular 1.5.5 to fix an animation bug. Got authorization working nicely now. Fixed up the animation.less files with 1.5.5's breaking animation changes. Fixed up WebSecurity class to always have an instance of HttpContextBase (still requires much more fixing though).
|
2013-06-17 16:03:27 +10:00 |
|
Per Ploug Krogslund
|
47f1dcf4e5
|
Missing client files, excluding node_modules
|
2013-06-10 10:44:40 -02:00 |
|
Per Ploug Krogslund
|
6b6ece01f6
|
Moved all JS files to umbraco.ui.client folder so naming and structure is consistent with the umrbaco 7 structure
Added locally mocked data in a seperate module
|
2013-06-10 10:39:34 -02:00 |
|
Shannon Deminick
|
dd3490a2ab
|
added extension.js, trying to add legacy sprites for tree icons, updates tree icon filters (still not working)
|
2013-06-02 20:34:06 -10:00 |
|