Commit Graph

1846 Commits

Author SHA1 Message Date
Matt@MBP-PC.Home
9b72fac447 Removed PickerRelations data type for time being as causing errors 2012-07-05 10:18:57 -01:00
Matt@MBP-PC.Home
abe341ec62 Removed relationTypes tree for time being as doesn't look like it works on SQL CE 4 2012-07-05 10:13:35 -01:00
Matt@MBP-PC.Home
e8f1ec3a59 Added missing uGoLive plugin files to presentation project 2012-07-05 10:08:38 -01:00
Matt@MBP-PC.Home
a061fb0683 Removed empty.txt placeholder files and created a startup handler to check for required system folders instead 2012-07-05 09:46:11 -01:00
Matt@MBP-PC.Home
ec6f556590 Added missing empty placeholder files to project file 2012-07-05 09:22:05 -01:00
Matt@MBP-PC.Home
be03bbf24a Added missing empty placeholder files to project file 2012-07-05 09:21:33 -01:00
leekelleher
b24aa27909 Merge 2012-07-05 08:46:10 -01:00
leekelleher
d83fb22238 Upgraded HtmlAgilityPack assembly to v1.4.0; updated MacroEngines.csproj to disable SpecificVersion check. 2012-07-05 08:45:35 -01:00
Matt@MBP-PC.Home
e7e63f459f Added placehold files to force required folders to exist. Need to come up with a more robust solition, but this will do the job for the time being. 2012-07-05 08:40:36 -01:00
Matt@MBP-PC.Home
f0ac377c44 Updated build script to list for build number from build server 2012-07-05 08:15:48 -01:00
Matt@MBP-PC.Home
093933410f Updated build script to list for build number from build server 2012-07-05 08:09:27 -01:00
Matt@MBP-PC.Home
3a5415eaba Merge 2012-07-05 06:44:21 -01:00
Matt@MBP-PC.Home
2c8ca18ced Updated the naming of the build script atrifacts inline with our final naming structure 2012-07-05 06:43:55 -01:00
PerPloug
b69227b46e Flet 2012-07-04 11:56:01 -02:00
PerPloug
677a049bd5 Missing wildcards setting in Model.Search() 2012-07-04 11:50:41 -02:00
Matt@MBP-PC.Home
258083c2be Merge 2012-07-04 12:01:40 -01:00
Matt@MBP-PC.Home
7122448c11 Fixed build script issue where web.config was getting transformed after the copy command had already occured meaning a pre-configured web.config was getting copied over. Actions now occur in the correct order. 2012-07-04 12:00:52 -01:00
PerPloug
cdc43191e7 Default Examine config file + create/ui.xml release files 2012-07-04 10:56:33 -02:00
PerPloug
72dbc9d114 Adds a .Search(term) method to Model and Library, exposing the
default examine searcher / index
2012-07-04 10:54:49 -02:00
hartvig
e481f4e0af Adds the new resize logic to the Richtext Editor (tinymce) as well 2012-07-04 09:15:16 -02:00
Matt@MBP-PC.Home
5568ea8e78 Merge 2012-07-04 09:57:08 -01:00
Matt@MBP-PC.Home
561e85804f Fixed issue with build script overwriting local config files when run locally. Now only works if ProjectDir and WebProjectOutputDir are different. 2012-07-04 09:56:24 -01:00
hartvig
ac4855e16f Adds support for auto setting file related properties through configuration (width, height, length and extension) and adds support for transparent thumbnails (at last!). Work items: 29167 2012-07-04 08:56:18 -02:00
sitereactor
5926cba4bf Merge 2012-07-04 07:10:27 -02:00
sitereactor
5e5274632c Removing Deep Linking feature from main branch 2012-07-04 07:08:24 -02:00
Matt@MBP-PC.Home
0b69d2b447 Merge with 4.8-tinymce-wip 2012-07-04 07:04:02 -01:00
Matt@MBP-PC.Home
1cc7016831 Fixed issue with TinyMCE insert link dialog not showing Target / Anchor dropdowns 2012-07-04 06:41:31 -01:00
Matt@MBP-PC.Home
3b34065713 Merge with 4.8.0 2012-07-04 06:11:32 -01:00
Matt@MBP-PC.Home
93d13d7696 Added missing TinyMCE media plugin files 2012-07-04 06:06:37 -01:00
leekelleher
7e24e433bc Merge 2012-07-03 22:36:35 -01:00
leekelleher
0cba90c81d Examine: Updated assemblies to v1.4.2 (fixes an "Inheritance security rules violated" exception within TypeFinder) 2012-07-03 22:31:04 -01:00
hartvig
9a95c08271 Adds better support for simpler file attachment to document/media properties, by just assigning an HttpPostedFile as the value of an upload property (then it'll handle storing the file, generating thumbnails, etc):
myImage.getProperty("mainImage").Value = Request.Files[0];
Adds helper class "UmbracoFile" for easier file upload / file manipulation in general (to be provider based so we can support manipulation via ImageGen or ImageResizing.NET as well as support for abstracting file storage via providers (through an IFile but currently in an implementation that needs refactoring (used in a wrong way atm)). Will fix that part tomorrow!
2012-07-03 20:58:50 -02:00
leekelleher
ff079be3ff Merge 2012-07-03 19:14:52 -01:00
Matt@MBP-PC.Home
2078873fbb Undone previous "Show Label" fix and applied at the database layer (Un-tested) 2012-07-03 18:04:56 -01:00
leekelleher
5ce472b681 umbraco.presentation.targets: Fixed path for 'ProjOutputDir'. 2012-07-03 15:46:23 -01:00
leekelleher
6e0c4b7fdb Fixes work item: 30805 - Problems logging out.
#U4-88 - MySQL error when logging out of 4.7.2.
Tested against MySQL 5.1.
2012-07-03 14:56:07 -01:00
Matt@MBP-PC.Home
e3e4254de6 Set TinyMCE data type to default to showing the label 2012-07-03 14:05:08 -01:00
sitereactor
787afa3c36 Updating SQL Create and Update scripts to be SqlAzure compatible 2012-07-03 09:08:54 -02:00
Matt@MBP-PC.Home
b2e93d2470 Fixed issue with Macro dialog not closed when inserting macro into RTE (http://twitter.com/kolchy/status/220068628140269570) 2012-07-03 07:48:07 -01:00
Matt@MBP-PC.Home
57bf3c0906 Fixed issue with build script copying config files to wrong location 2012-07-03 07:10:50 -01:00
Matt@MBP-PC.Home
11f516baf5 Replaced corupt sdf file 2012-07-03 07:01:35 -01:00
Matt@MBP-PC.Home
a3afd818c2 Removed missing files from project 2012-07-03 06:59:18 -01:00
leekelleher
0b0454526e Default SQLCE4 file was corrupted, restored from OLD/assets, works again. 2012-07-02 19:38:41 -01:00
Matt@MBP-PC.Home
8cae30ab17 Upgraded TinyMCE 2012-07-02 12:30:00 -01:00
Matt@MBP-PC.Home
299ffc4973 Upgraded TinyMCE 2012-07-02 12:28:22 -01:00
Matt@MBP-PC.Home
1190570435 Upgraded TinyMCE 2012-07-02 12:27:59 -01:00
Matt@MBP-PC.Home
10fce799d0 Creating TinyMCE Wip branch 2012-07-02 06:38:05 -01:00
Matt@MBP-PC.Home
d70bd3311f Fixes broek build 2012-06-29 12:40:10 -01:00
Matt@MBP-PC.Home
e9d7ec05b3 Merge 2012-06-29 12:33:41 -01:00
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