Shannon
|
bec36fd91b
|
Fixes notifications if they dont' contain a body, so it doesn't contain a colon
|
2013-08-28 14:49:45 +10:00 |
|
Shannon
|
79ab84a793
|
Fixes some issues with pre-values with the previous changes made to include the IDs of the pre-values, needed to ensure they are formatted incoming/outgoing properly so the id isn't included.
|
2013-08-28 14:45:33 +10:00 |
|
Shannon
|
cb368b4335
|
Implemented the numeric property editor
|
2013-08-28 13:30:05 +10:00 |
|
Shannon
|
2ed97fe957
|
small css change
|
2013-08-28 11:03:16 +10:00 |
|
Shannon
|
861d4fe14a
|
fixes up some css styles with approved colors
|
2013-08-28 11:01:42 +10:00 |
|
Shannon
|
dedaa2125d
|
Fixes up a few issues found with media uploading
|
2013-08-28 10:45:50 +10:00 |
|
perploug
|
8b1fcf3e07
|
Media dialog upload and folder creation
|
2013-08-27 16:01:39 +02:00 |
|
Shannon
|
61aa102268
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-27 18:37:31 +10:00 |
|
Shannon
|
8863a9bb86
|
Got the color picker pre-values updated to dynamically display the color they are typing in.
|
2013-08-27 18:31:40 +10:00 |
|
perploug
|
6a1a478cdd
|
start on improved cropper and media picker
|
2013-08-27 10:05:35 +02:00 |
|
perploug
|
0ec4e70a1b
|
Added entity service overloads,
|
2013-08-27 10:05:34 +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 |
|
Shannon
|
76666a4c67
|
Lots more done on the multi-value property editors like drop down list, check box list, color picker in regards to the pre-value editor and ensuring correct validation is done on the server side including some unit tests. Also allows for updating values not just removing and adding. Now need to make a directive of it so we can customize more for the color picker.
|
2013-08-27 17:33:11 +10:00 |
|
Shannon
|
e448436614
|
Color picker is working, added custom validation to the pre-values but need to get them working a bit better and showing the colors in the pre-val editor as well. Then also need to update the other list pre-value editors to be able to update values so we don't have to remove and re-add them.
|
2013-08-27 15:02:24 +10:00 |
|
Shannon
|
3e95b0468f
|
Checkbox list property editor is now working.
|
2013-08-27 13:18:47 +10:00 |
|
Shannon
|
562a8f38bb
|
Attempted to fix up validation for header but still jumps around and wont work with the label message because the H1 tag is block
|
2013-08-27 12:26:13 +10:00 |
|
Per Ploug Krogslund
|
f40de60fc4
|
set default w/h on rte images
|
2013-08-26 15:17:27 +02:00 |
|
Per Ploug Krogslund
|
f6fcc9d314
|
uncommented debugging code
|
2013-08-26 15:05:07 +02:00 |
|
Per Ploug Krogslund
|
840d425502
|
Missing spans
|
2013-08-26 15:03:31 +02:00 |
|
Per Ploug Krogslund
|
266840cfdb
|
Adding jquery file upload and modal tweaks
|
2013-08-26 14:48:58 +02:00 |
|
Shannon
|
86a82a666f
|
Got all drop down editors working: normal, multiple, normal publishing keys, multiple publishing keys and should be backwards compatible.
|
2013-08-26 19:00:04 +10:00 |
|
Per Ploug Krogslund
|
1553b66943
|
Merge
|
2013-08-26 10:02:35 +02:00 |
|
Per Ploug Krogslund
|
a2a6e899ec
|
merge branch ahead
|
2013-08-26 09:58:49 +02:00 |
|
Per Ploug Krogslund
|
d2cfb83817
|
Remove old headline
|
2013-08-26 09:57:17 +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 |
|
perploug
|
bbc04c23b4
|
Missing imageHelper rename
|
2013-08-23 15:49:43 +02:00 |
|
perploug
|
a7754c7e8c
|
image helper rename
|
2013-08-23 15:43:23 +02:00 |
|
perploug
|
0b116b8082
|
Missed a delete on the sample
|
2013-08-23 15:40:46 +02:00 |
|
perploug
|
fe7d61ef37
|
The completed markdown sample
|
2013-08-23 15:40:20 +02:00 |
|
Per Ploug Krogslund
|
1d60cdb2bc
|
Property editor tutorials
|
2013-08-23 15:26:00 +02:00 |
|
Per Ploug Krogslund
|
7763550a89
|
Renames umbImageHelper to imageHelper
|
2013-08-23 15:26:00 +02:00 |
|
Per Ploug Krogslund
|
c77f17962e
|
Add more documentation on property editors
|
2013-08-23 14:08:23 +02:00 |
|
perploug
|
b916de4cf7
|
git broekN
|
2013-08-23 13:01:14 +02:00 |
|
perploug
|
f52bf5f4a4
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-23 12:10:56 +02:00 |
|
perploug
|
c076d21151
|
New users.resource
|
2013-08-23 12:10:44 +02:00 |
|
perploug
|
eb60593815
|
Fxies the headline directive to actually work
|
2013-08-23 12:10:16 +02:00 |
|
Shannon
|
b1f3e8d8ef
|
Drop down list seems to be working with pre-values :)
|
2013-08-23 18:38:33 +10:00 |
|
Shannon
|
fbaaf7a6cb
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-23 18:10:49 +10:00 |
|
Shannon
|
59a8e03c79
|
Got further with pre-value editors and strongly typed stuff, got the pre-value editor for drop down list working and saving array objects. Now need to wire that up to the editor but think i need to change how the drop down list displays it's values.
|
2013-08-23 18:10:32 +10:00 |
|
perploug
|
3835b50a44
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-23 08:31:57 +02:00 |
|
perploug
|
66684bc6f5
|
Tried writing assets and keyboard tests, both failed :(
|
2013-08-23 08:31:47 +02:00 |
|
Shannon
|
fff8eac43f
|
Implemented: U4-2692 Add attribute access to property editor prevalues
|
2013-08-23 15:33:52 +10:00 |
|
perploug
|
258b5ee2dd
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-08-22 14:46:51 +02:00 |
|
perploug
|
baaecedac2
|
Finetuning html adding prevalue editors
|
2013-08-22 14:46:43 +02:00 |
|
Shannon
|
ad4ebe3755
|
Updated a lot more of the pre-values stuff and the data type editor, updated lots more of the dropdown property editor and now have serialized/deserialized values working for pre-values. Now just need to finish off the pre-value field for the drop down list.
|
2013-08-22 18:38:57 +10:00 |
|
Shannon
|
6127cfccbd
|
Fixed up the umbPropEditorHelper to ensure that the correct path is returned for views (because we can have relative views specified too). Moved angularhelper to it's own file, started on the DropDown property editor in c#.
|
2013-08-22 16:37:21 +10: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 |
|
Shannon
|
49dc33c713
|
Fixes up the content editor js, updates some docs to reflect correct naming conventions.
|
2013-08-22 13:03:12 +10:00 |
|
perploug
|
d24b349073
|
last tweaks to the app.js
|
2013-08-21 22:20:08 +02:00 |
|