Commit Graph

195 Commits

Author SHA1 Message Date
Kevin Giszewski 3160f8ce8f Use an extension to parse the RTE macros into rendered macros 2014-04-18 17:27:19 -04:00
Kevin Giszewski da4383181c Bump the version number 2014-04-14 15:02:06 -04:00
Kevin Giszewski 25e8db9443 Update core refs to v7.1.1 2014-04-14 15:00:59 -04:00
Tom Fulton c6a47c0036 Merge pull request #100 from leekelleher/feature/grunt-vs-tidyup
Changed grunt "copy:dll" to take from "Release" directory
2014-04-13 22:22:53 -06:00
Kevin Giszewski 9795e26f1a Merge branch 'develop' of github.com:imulus/Archetype into develop 2014-04-10 16:48:34 -04:00
BatJan 9c7cb43bb9 Translation to danish
...Have fun figuring out if my danish translation is good! (Just kidding!) :)
2014-04-10 22:42:45 +02:00
leekelleher ac20b370fb Amended the build script to take the assembly from the 'Release' directory.
Disabled "Copy Local" for 3rd-party assembly references.
2014-04-09 11:54:13 +01:00
Tom Fulton 6cc91e4359 Move cache keys to Constants 2014-04-04 17:09:42 -06:00
Tom Fulton c883afc81f Merge branch 'develop' into feature/clear-cache 2014-04-04 16:06:36 -06:00
Tom Fulton 1eb0aa68d2 Wrap method in GetCacheItem - missed from merge conflict in 3ffd03e34c 2014-04-04 00:06:33 -06:00
Tom Fulton 533f7d9f8f DRY up DataTypeId lookups/caching 2014-04-04 00:04:03 -06:00
Tom Fulton 3ffd03e34c Merge branch '91' into feature/cache
Conflicts:
	app/Umbraco/Umbraco.Archetype/PropertyConverters/ArchetypeValueConverter.cs

Fix conflicts and update caching to match #91
2014-04-03 22:48:29 -06:00
Tom Fulton 15a242ab9b Clear the PreValue cache when DataTypes are saved 2014-04-03 22:14:41 -06:00
Kevin Giszewski f138ee178b Remove reference to old config file 2014-04-03 13:50:01 -04:00
Kevin Giszewski 6e52df4f88 Update core references to 7.1.0 2014-04-03 13:47:52 -04:00
Kevin Giszewski 59aa67b89f Merge branch 'develop' into feature/discover-datatypes
Conflicts:
	app/Umbraco/Umbraco.Archetype/Api/ArchetypeDataTypeController.cs
2014-04-03 13:46:56 -04:00
Kevin Giszewski 7ddc74d75b Fix a glitch that won't let a single fieldset be removed if multiple FS's are configured with the 'Start with Add' option 2014-04-03 12:04:45 -04:00
Kevin Giszewski b53e3529b4 Merge branch 'develop' into pr/96 2014-04-03 11:45:43 -04:00
Kevin Giszewski e2e38646d1 Merge branch 'pr/94' into develop 2014-04-03 11:44:37 -04:00
Kevin Giszewski d7432d1f95 Update the GUID, seems to not default properly at times 2014-04-03 11:44:18 -04:00
Andrey Shchekin b9a0852c4f Added a "start with Add button" option that shows "+ Add" instead of default fieldset. 2014-04-02 14:26:35 +13:00
Tom Fulton 4a319b9ed4 Extract & Wrap PropertyValueConverter method to fix tests
Unable to access PropertyValueConverterResolver.Current from a test, so wrapping in a quick check for UmbracoContext.  Probably not the best fix, but wasn't sure best way or if overkill to create an abstraction.

Also extracted the logic that finds/executes PropertyValueConverters to make testing easier.
2014-03-30 20:05:43 -06:00
Tom Fulton ddd01b4745 Update test to match new converter behavior (null -> empty Archetype) 2014-03-29 19:20:08 -06:00
Andrey Shchekin 3521543f17 Changed data types storage to store guids instead of ids. 2014-03-28 18:11:40 +13:00
mattbrailsford 6ce31efc27 Added caching to the datatype lookup to save database hits 2014-03-26 13:57:41 +00:00
Tom Fulton 342789e692 Merge branch 'develop' 2014-03-18 22:59:26 -06:00
Tom Fulton 73e8712ad8 Cleanup / update Gruntfile
* Use proper grunt-umbraco-package task
* Use new structure for --target, eliminate deploy step by making `dist` configurable
* Move package files to /config/
* Cleanup watch/copy tasks, add atBegin: true
* Prevent "cleaning" non-local destinations (dangerous?)
* Cleanup full/base path config
* Whitespace, misc
2014-03-18 22:50:11 -06:00
leekelleher 0830290bf1 Adds the "Enable Collapsing?" property to the ArchetypePreValue model.
Closes #87
2014-03-18 13:03:46 +00:00
Tom Fulton 980752340e Merge branch 'develop' 2014-03-17 18:16:49 -06:00
Tom Fulton 5092a24dca Merge pull request #81 from imulus/tweak-pvc
Simplify PropertyValueConverter
2014-03-17 18:14:47 -06:00
Tom Fulton 9203718a95 Merge pull request #84 from imulus/feature/hide-label
Add "Hide Label" option for full-width Archetypes
2014-03-17 18:13:44 -06:00
Tom Fulton 63b47c8f9d Merge pull request #85 from imulus/feature/collapse-single
Allow single rows to be collapsed
2014-03-17 18:13:24 -06:00
leekelleher 504a3b5c04 Added methods HasProperty and HasValue
Added methods to the `Fieldset` object for checking if a property exists and/or if it has a value.
2014-03-17 15:04:52 +00:00
Tom Fulton 363e614349 Allow single rows to be collapsed
Previously, you couldn't collapse a single row by itself, it was always expanded.  Now you can collapse it, but it's still expanded on the initial page load.
2014-03-14 22:29:00 -06:00
Tom Fulton 35ea62dff1 Add "Hide Label" option for full-width Archetypes 2014-03-14 22:02:28 -06:00
Dillon Morton 0a65c1a843 Fix repeater button bugs 2014-03-14 17:34:16 -06:00
Tom Fulton 30d0d11af0 Fix typo in label 2014-03-13 00:40:56 -06:00
Tom Fulton bb6a2d2f96 Use PropertyEditor Resolver in favor of static mapping file 2014-03-13 00:10:31 -06:00
Tom Fulton c5eced8a44 Tighten up validation checks, add back missing code
Fixes #79 by using ===
Fix for null values
2014-03-12 18:03:18 -06:00
Tom Fulton 512edaeaf9 Make Archetype Model enumerable to simplify usage, make Fieldsets internal 2014-03-12 17:36:15 -06:00
Tom Fulton dd453fc66a PVC: Return empty Archetype instead of null when empty/errors 2014-03-12 17:13:23 -06:00
Tom Fulton ac36b19399 Fix Umbraco's error style propagating to elements in our view 2014-03-12 16:29:38 -06:00
Tom Fulton 2a444260a4 Merge branch 'master' into develop 2014-03-12 16:21:59 -06:00
Tom Fulton 8e71e5b66e Merge pull request #76 from imulus/feature/bug-fixes-kg
Bug fixes
2014-03-12 16:10:36 -06:00
Tom Fulton d0ffd314e9 Ignore "removed" fieldsets earlier in validation 2014-03-12 16:09:54 -06:00
leekelleher 99861275a8 Changed the property's help-text tag
from `<em>` to `<small>` - to match Umbraco's native style.
2014-03-12 20:11:54 +00:00
Kevin Giszewski fa54294d74 Bug fixes for:
- #75
2014-03-12 08:12:22 -04:00
Tom Fulton 898790bfa6 Fix alignment of fieldset controls in Prevalue Editor 2014-03-06 12:18:28 -07:00
Tom Fulton d37ee132bc Update adding rows to adhere to new Enable Collapsing option 2014-03-06 12:15:51 -07:00
Tom Fulton 561ef8ccd0 Revert accidental(?) background-color change from eaf766c 2014-03-06 12:13:18 -07:00