Commit Graph

1794 Commits

Author SHA1 Message Date
Matt@MBP-PC.Home
a993b1e736 Updated build script to include SQL CE by default
Updated build script to also generate a WebPi zip
2012-06-29 12:33:08 -01:00
Matt@MBP-PC.Home
1a414d1670 Moved WebPi code to src folder 2012-06-29 10:35:35 -01:00
Matt@MBP-PC.Home
711e8c820a Merge 2012-06-29 10:12:34 -01:00
Matt@MBP-PC.Home
8fa73e19c2 Removed site.py script as no longer needed 2012-06-29 10:12:01 -01:00
leekelleher
f513fb52c0 Merge 2012-06-29 09:32:07 -01:00
leekelleher
81e4840ea3 Corrected the reference to my Web.config transform file - sorry! 2012-06-29 09:31:18 -01:00
Matt@MBP-PC.Home
51bc5649a3 Fixed a couple of issues after last merge 2012-06-29 09:14:12 -01:00
Matt@MBP-PC.Home
3ff846431c Merge 2012-06-29 09:10:38 -01:00
Matt@MBP-PC.Home
0bd5bc580a Fixed broken build script
Updated config templates to be dependant files so appearing underneath the real file. Build script has been updated to use these when preparing for a build. I think this makes it more obvious, as previously templates were heald elswhere and was easy to forget.
Removed config templates for files which are auto generated.
2012-06-29 09:09:32 -01:00
leekelleher
43abe02432 Merge 2012-06-29 08:16:54 -01:00
leekelleher
695832fa61 Fixes workitem:30866 - Add clickable label on publish dialog 2012-06-28 22:10:33 -01:00
leekelleher
8e491c0b1f Relation Types: Relocated the editor pages to the 'developer' section, as to match the other back-office developer trees.
Corrected paths for the relocation.
2012-06-28 21:56:28 -01:00
leekelleher
5473c6fc4f Relation Types: Relocated the tree class to match the other back-office developer tree classes.
Added to trees.config (template and working/dev copy)
2012-06-28 21:36:36 -01:00
leekelleher
f69dc80adb Updated my Web.config transform with Medium Trust settings - for testing/assurance. 2012-06-28 20:58:16 -01:00
leekelleher
7c3ba42303 Merging changes from darrenferguson/issueU484 2012-06-28 20:44:03 -01:00
leekelleher
90788a83f0 Added my Web.config transform template file. 2012-06-28 20:37:26 -01:00
Matt@MBP-PC.Home
89418ca95e Merge with 4.8-apptreexml-wip 2012-06-28 13:26:01 -01:00
Matt@MBP-PC.Home
cb26821b75 Added missing files and fixed broken build script 2012-06-28 12:59:12 -01:00
leekelleher
5389c14eb2 Added my Web.Template.{MACHINENAME}.config transform files. 2012-06-28 12:50:55 -01:00
Matt@MBP-PC.Home
36a39e64d7 Updated build scripts 2012-06-28 12:47:11 -01:00
Matt@MBP-PC.Home
655a780330 Renamed ApplicationTreeAttribute to just TreeAttribute 2012-06-28 12:41:49 -01:00
Matt@MBP-PC.Home
1bfd8438c7 Created AppStartupHandlers to auto populate App / Tree config with any found DLLs or any DB registered trees.config
Updated the package installer to trigger the App/Tree StartupHandlers to re-trigger any imports.
2012-06-28 12:37:16 -01:00
Matt@MBP-PC.Home
4a4fede251 Updated all AppBase usages to ApplicationStartupHandler 2012-06-28 09:14:50 -01:00
Matt@MBP-PC.Home
b122758595 Added Tree / Application attributes for code first registration.
Depricated ApplicationBase and introduced ApplicationStartupHandler in it's place.
2012-06-28 09:08:39 -01:00
Darren@Darren-VAIO
82ee608c92 Fix U4-84 - Error message when publish is cancelled by event:
http://issues.umbraco.org/issue/U4-84
2012-06-28 08:45:46 -01:00
Matt@MBP-PC.Home
fa35e61d2b Merge with 4.8.0 2012-06-28 06:22:56 -01:00
shannon@ShandemVaio.home
a529c26189 updated release web.config template, removed old files that don't need to be there. 2012-06-27 23:32:29 +04:00
shannon@ShandemVaio.home
ee36a10be4 Merge with 4.8-solutioncleanup-wip 2012-06-27 23:12:40 +04:00
shannon@ShandemVaio.home
6126e9526b Updated all config templates to not be marked as content so they are not output in the build.
Updated the build script to ensure that macroEngines, editorControls and webservices are build separately and
then copy their output DLLs to the build folder to be zipped up.
Ensured that the offset time stuff is working in the build script too.
2012-06-27 22:59:33 +04:00
shannon@ShandemVaio.home
789497a717 Added Umbraco.MSBuild.Tasks to separate solution and configured to build to correct /lib path. 2012-06-27 21:26:38 +04:00
Matt@MBP-PC.Home
b564bff4b6 Updated all other ApplicationTree methods to use XML config instead of database 2012-06-27 12:28:09 -01:00
Matt@MBP-PC.Home
7c5065f61c Got AppTrees reading from XML file rather than database 2012-06-27 12:11:47 -01:00
Matt@MBP-PC.Home
69b632fc6d Converted all Application actions over to use XML config instead of database 2012-06-27 11:27:10 -01:00
Matt@MBP-PC.Home
ff8bd9362b Defined config files
Got applications loading from XML config
Updated User entity to use the Applications cache when retrieving list of Applications (Only the Application class should be in control of instantiating Application entities)
2012-06-27 10:57:09 -01:00
Matt@MBP-PC.Home
852e35d6be Re-added missing masterpages / xslt files 2012-06-27 07:20:56 -01:00
Matt@MBP-PC.Home
46ca473e55 Re-added missing media classes 2012-06-27 07:12:27 -01:00
Matt@MBP-PC.Home
1e12b86141 Added personal web config template 2012-06-27 07:03:05 -01:00
shannon@ShandemVaio.home
5ae9a60954 Fixed DLL references, fixed build location on editorControls. NOTE: need to get the build.bat working with the circular dependency projects to get their DLLs and assets into the output build. 2012-06-27 09:07:24 +04:00
shannon@ShandemVaio.home
b058855fe5 Fixes proj files references and building in release 2012-06-27 07:49:46 +04:00
shannon@ShandemVaio.home
e90bf626aa fixes post build script 2012-06-23 00:41:23 +04:00
shannon@ShandemVaio.home
babd6d6f0a build scripts nearly there. 2012-06-23 00:37:16 +04:00
shannon@ShandemVaio.home
fa11706c75 nearly have build script working, the zip isn't targetting correct files but building is working. 2012-06-22 23:29:20 +04:00
shannon@ShandemVaio.home
27b0b1b2ae Fixed project references with TinyMCE there were a lot of missing files and non referenced files! 2012-06-22 23:20:02 +04:00
shannon@ShandemVaio.home
b432b92cea Fixed post build event copying to the wrong location. 2012-06-22 23:03:06 +04:00
shannon@ShandemVaio.home
11ca622ab3 removed other old unused files.
starting to add build files.
2012-06-22 22:49:15 +04:00
shannon@ShandemVaio.home
e304f509c2 Moved old Nant builds files to the /build/Nant folder. 2012-06-22 22:32:05 +04:00
shannon@ShandemVaio.home
ef7b0c8e65 Changes 'dlls' to 'lib' 2012-06-22 22:23:05 +04:00
shannon@ShandemVaio.home
1f79ccf207 Changes all xslt transforms to use VS transforms. #U4-62 2012-06-22 22:01:16 +04:00
shannon@ShandemVaio.home
580cb340ac Cleaning up folder structure (U4-56) 2012-06-22 20:39:48 +04:00
shannon@ShandemVaio.home
32cf81d98e Merge 2012-06-22 13:02:58 -02:00