kjac
65837fa74c
Undo a few things
2016-03-20 12:08:23 +01:00
kjac
0584c4eda5
Prototype (work in progress)
2016-03-20 12:02:21 +01:00
kjac
6d8770907c
Fix path to courier project
...
The gruntfile had a wrong path to the Courier project, which messed up
the grunt setup.
2016-01-23 14:55:11 +01:00
leekelleher
c862ecc36f
Fixes #319 - Grunt/MSBuild
...
Sets the MSBuild project config from "Debug" to "Release".
2016-01-13 12:26:19 +00:00
kgiszewski
bb194fff76
Fix #314
2016-01-05 08:35:35 -05:00
kgiszewski
16351df692
Fix #312
2016-01-04 15:02:02 -05:00
Tom Fulton
293aa7f6f3
Update grunt-umbraco-package to v1.0
2015-11-24 21:54:01 -08:00
kgiszewski
f405239115
Fixed goofed up packages, bump to v1.11.1
2015-10-08 13:42:19 -04:00
kgiszewski
fd28df1bad
Update Gruntfile to remove versioning files
2015-10-08 08:43:08 -04:00
kgiszewski
ca1214a09a
Remove FieldsetToolbar option as it was only for the prototype. Tweak Gruntfile
2015-10-08 07:52:30 -04:00
Kenn Jacobsen
17062c6913
Subdivide fieldset options in dialog + use dialog footers in all dialogs
2015-10-08 08:56:48 +02:00
kgiszewski
21b933a0dc
Version HTML
2015-10-07 17:34:35 -04:00
kgiszewski
e3a2b66022
Version css and js files
2015-10-07 17:11:26 -04:00
kgiszewski
0e9bef9048
Add logo asset, add headlines to dialogs
2015-10-07 16:11:15 -04:00
kgiszewski
b8fc0fb71c
WIP
2015-10-07 12:20:09 -04:00
Kenn Jacobsen
e6732d2a37
Close fieldtype picker when clicked outside it
2015-08-19 11:57:13 +02:00
kgiszewski
24e232b2cc
Renaming binge
2015-06-01 12:12:33 -04:00
kgiszewski
34b3ed3b47
Add archetypeCacheService
2015-06-01 10:13:29 -04:00
kgiszewski
4851797a83
Refactor a ton of things, add archetypeLabelService
2015-06-01 09:45:10 -04:00
kgiszewski
54a435dce7
Begin archetypeService
2015-05-29 08:55:08 -04:00
kgiszewski
caf9d1ac15
Fix grunt for debug
2015-04-29 08:53:18 -04:00
kgiszewski
f52649eb9e
Add Courier to the build process for distro
2015-04-29 08:08:08 -04:00
kgiszewski
423fedb954
Undo add Courier to distro per @leekelleher 's suggestion that it causes a ysod if Courier is not installed already
2015-04-29 07:46:37 -04:00
kgiszewski
909b87cea0
Add Courier dll to the distribution
2015-04-21 08:43:44 -04:00
kjac
27910e8d22
Fix #261
...
Add a watch to the "formSubmitting" event for each property added to a
fieldset, to make sure Archetype gets the last say in the
"formSubmitting" event.
2015-04-04 21:57:49 +02:00
Tom Fulton
9bf413207f
Fix logic issue with assemblyinfo patcher
2015-04-02 23:24:54 -06:00
Kevin Giszewski
31f3d00b76
Add label helpers
2014-08-12 17:15:16 -04:00
Kevin Giszewski
0accac26ee
WIP for custom views
2014-06-16 11:06:59 -04:00
Kevin Giszewski
077ab44dc8
Merge branch 'develop' into pr/107
...
Conflicts:
app/Umbraco/Umbraco.Archetype/Archetype.Umbraco.csproj
app/Umbraco/Umbraco.Archetype/Properties/VersionInfo.cs
2014-05-22 14:19:03 -04:00
leekelleher
d5c6b4a324
Amended the build script to only copy the Archetype assembly.
2014-05-07 15:10:25 +01:00
Tom Fulton
432a33eef8
Add package task that creates both packages to simplify CI
...
Duplicated task steps to prevent needing to build multiple times but maintaining 'full build' in the individual package tasks
2014-05-03 00:32:18 -06:00
Tom Fulton
3b5cff8d9a
Completely remove package.manifest in favor of C# declaration
2014-04-28 23:53:07 -06:00
Tom Fulton
61d0b67118
Merge branch '106' into 106-update
...
Conflicts:
app/Umbraco/Umbraco.Archetype/PropertyConverters/ArchetypeValueConverter.cs
2014-04-28 23:46:51 -06:00
cankoluman
b42306e741
Issue #AR-1_serialization: added msbuild (.NET) version, as we need this for VS < 2013,
...
- updated msbuild module
2014-04-24 10:20:50 +01:00
mattbrailsford
1ca8878592
Removed temp "ParseMacros" extension method
...
Removed package.manifest
Added C# property editor definition
Added initial code for handling data value conversions when accessing from / writing to datavabase / xml cache
2014-04-21 20:23:07 +01:00
Tom Fulton
5eed6da175
Fix clean path in build script
2014-04-15 23:40:17 -06: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
Kevin Giszewski
f138ee178b
Remove reference to old config file
2014-04-03 13:50:01 -04: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
Tom Fulton
e374a9f01b
Cleanup Gruntfile, streamline copy tasks
...
grunt watch:dev -> grunt watch
2014-03-17 19:04:10 -06:00
Tom Fulton
2d05e64e5a
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-02-27 14:25:48 -07:00
Tom Fulton
5a24e9b016
Merge pull request #62 from imulus/versioning
...
Add version # to DLL on build
2014-02-27 13:41:28 -07:00
Tom Fulton
4d4e9d7de0
Quick-fix issues with NuGet package paths
2014-02-27 13:38:07 -07:00
Tom Fulton
062f28f9ca
Tighten up watch/deploy tasks
...
* Don't trigger watch on changes to the .NET solution (except *.dll)
* Include .pdb file for dev deployments
* Fix DLL copying to wrong paths
2014-02-24 01:00:08 -07:00
Tom Fulton
cd2bd8c562
Add version # to DLL on build
...
* Split VersionInfo from AssemblyInfo so we can ignore changes and let the build handle
* Ignore VersionInfo
* Install/configure assemblyinfo grunt task
* Ignore compiler warning about bad version number format (.NET vs SemVer)
2014-02-22 00:32:37 -07:00
Kevin Giszewski
c49af9821c
WIP on switching to a directive based localization
2014-02-07 16:00:47 -05:00
Kevin Giszewski
79005262a0
Use User.locale in lieu of Settings.js
2014-02-05 15:00:25 -05:00
Kevin Giszewski
6c7ec07068
Implement Localization
2014-02-05 14:08:46 -05:00
Tom Fulton
b749891832
Only clean on main task
2014-01-31 16:11:33 -07:00
Tom Fulton
785199d7cf
Ensure we build/clean before creating packages
2014-01-31 16:05:33 -07:00