Commit Graph

742 Commits

Author SHA1 Message Date
Kevin Giszewski 2becf8a1ba Merge pull request #426 from kgiszewski/feature/version-check
Feature/version check
2017-09-12 09:31:03 -04:00
Kevin Giszewski 9a2e14d8f6 Add sponsors 2017-09-08 09:09:38 -04:00
Kevin Giszewski b1f8c6a732 Merge pull request #425 from Nicholas-Westby/feature/422-label-template-enhancements
Feature/422 label template enhancements
2017-09-07 14:26:48 -04:00
Kevin Giszewski 7d8a6e28fa Test Sponsors 2017-09-07 14:15:28 -04:00
Kevin Giszewski 6a9c56df58 Add locking to the file saving. Update casing on English lang files. 2017-09-07 13:13:37 -04:00
Nicholas-Westby fa265d3019 Avoid exception when there is no label template. 2017-09-07 08:30:09 -07:00
Kevin Giszewski 078f4a506e Add obfuscation 2017-09-07 11:01:29 -04:00
Kevin Giszewski 42661c27f4 Update archetype.config.html 2017-09-07 09:21:48 -04:00
Kevin Giszewski a54170b915 Naming is hard. 2017-09-07 09:08:47 -04:00
Kevin Giszewski 757ba890f5 Update links and blurb in the config 2017-09-07 09:03:39 -04:00
Kevin Giszewski a127dac03a Move off the web.config in favor of an Archetype config 2017-09-07 08:55:26 -04:00
Gerty Engrie 62e481d49c Indicate in the datatype configuration if a property is required or not 2017-09-07 11:30:21 +02:00
Kevin Giszewski 77ec2d7a9c Update meta.json 2017-09-06 21:22:00 -04:00
Kevin Giszewski 0d55f0ed86 Add a URL to the notification 2017-09-06 21:00:32 -04:00
Kevin Giszewski 6a7ac205bc Update the url to call and use JSON Convert 2017-09-06 19:53:25 -04:00
Kevin Giszewski 1cb2139137 More WIP 2017-09-06 18:32:48 -04:00
Kevin Giszewski b9179f4140 WIP on version checking 2017-09-06 12:20:52 -04:00
Nicholas-Westby d46d64c52b Allow for other data types to be used with label template functions. 2017-09-06 08:18:43 -07:00
Nicholas-Westby b9abf0d6a3 Allow for services to be injected into label template functions.
Allow the value returned from a label template function to be recursively resolved until it finally becomes a string.
2017-09-05 20:51:45 -07:00
Nicholas-Westby e00229984c Label templates can now return a promise that eventually resolves to a string. 2017-09-05 19:39:33 -07:00
Nicholas-Westby 155f212062 New approach to splitting the label template (will make the upcoming promises work easier). In short, each substring is stored into an array, those items are modified, then when all the modifications are done the substrings are combined again. 2017-09-04 20:26:16 -07:00
Nicholas-Westby 86a8112fbd Fixed regex so it doesn't match empty strings.
Removed unused variable.
2017-09-04 19:15:49 -07:00
Nicholas-Westby 810fa95c65 Removed some extraneous and probably buggy code related to label templates. 2017-09-04 19:06:12 -07:00
Nicholas-Westby 9bcd9d67ae Update the Archetype controller to allow for fieldset titles to be loaded using promises (still need to actually allow for promises). 2017-09-04 15:49:30 -07:00
Kenn Jacobsen 5aa16a6636 Bump package version 2017-08-18 08:10:43 +02:00
Kenn Jacobsen 7206bba46a Merge pull request #423 from kjac/min-fieldsets-feature
Add minimum fieldsets feature
2017-08-15 12:43:07 +02:00
Kenn Jacobsen d2014be81b Fix #418
Don't let the entire published content conversion break if one property
no longer exists.
2017-08-09 13:36:59 +02:00
Kenn Jacobsen 01b8b3b508 Merge remote-tracking branch 'refs/remotes/origin/master' into min-fieldsets-feature 2017-08-09 13:24:35 +02:00
Kenn Jacobsen 7fe23fdf4c Fix #414
Using ng-src instead of src fixes the issue.
2017-08-09 13:22:05 +02:00
Kenn Jacobsen c8364986a2 Fix #417
Don't turn an object into a string if it's not...
2017-08-09 12:49:47 +02:00
kjac a16c4b4da9 Merge remote-tracking branch 'refs/remotes/kgiszewski/master' into min-fieldsets-feature 2017-07-28 16:09:49 +02:00
Kenn Jacobsen 6ed7af28bc Bump package version 2017-06-13 08:38:31 +02:00
Kenn Jacobsen 3cba5677bf Whoops... the preview image shouldn't be mandatory 2017-06-13 08:25:05 +02:00
kjac c4f88ab528 Remove max width comment 2017-06-12 22:29:16 +02:00
kjac 7bc9584940 Add min fieldsets handling 2017-06-12 22:26:03 +02:00
kjac 17be4b4253 Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image 2017-06-12 22:11:07 +02:00
kjac a2cc052944 Handle disabled fieldsets in mandatory validation
Disabled fieldsets should not count when performing mandatory
validation. This ensures they aren't.
2017-06-12 22:04:46 +02:00
kjac 4d8a4f0b12 Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image 2017-06-11 22:10:07 +02:00
kjac 349d6f69b3 Enable multiple open fieldsets
See #196
2017-06-11 22:06:14 +02:00
kjac 9431a70156 Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image 2017-06-11 21:38:04 +02:00
kjac 694b932e37 Fix mandatory validation issue
The mandatory validation implementation prevents a valid Archetype from
being submitted on the first go because the mandatory validation isn't
initialized.
2017-06-11 21:35:31 +02:00
kjac a4f6334761 Merge branch 'master' into fieldset-preview-image 2017-06-11 16:18:52 +02:00
kjac 1161c7e6da A bit of styling
Make the "add new item" button look ok in 7.6 + hide the "drag into"
area for non cross draggable Archetypes.
2017-06-11 16:14:58 +02:00
kjac e3c4c91de1 Fix #387 2017-06-11 16:03:56 +02:00
kjac f79849cf8a Open preview image in a new window when clicked 2017-06-10 08:49:59 +02:00
kjac f0b27e1507 Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image 2017-06-10 08:26:28 +02:00
kjac 738e9282b6 Handle mandatory validation
Don't allow submission of an empty Archetype if the property is set to
mandatory
2017-06-09 21:11:11 +02:00
kjac 20fa1efc8e A bit more styling + localization 2017-06-09 21:04:44 +02:00
kjac 718f2deb47 Add preview image to fieldsets
See #374
2017-06-09 20:19:17 +02:00
Kenn Jacobsen 109d4c7708 Merge pull request #404 from kjac/label-templates-for-v2-pickers
Label templates for the V2 pickers
2017-06-08 16:37:50 +02:00