Commit Graph

1925 Commits

Author SHA1 Message Date
hartvig 3acfb2a9ea Updates to login cookies 2012-08-09 11:15:55 -02:00
hartvig bb4f4822d4 Fixes issue with images with a filename that has dimensions appended (ie. myimage_300x200.jpg) inserted into tinyMCE.
Work items: 30864
2012-08-09 10:27:34 -02:00
hartvig 9531a3f37a Updates to login cookies 2012-08-09 10:06:10 -02:00
hartvig 28722be34c Fixes issue with automatic image resizing in tinyMCE. Work items: 30963 2012-08-09 07:28:55 -02:00
hartvig 324c5474f2 Merge 2012-08-09 06:48:10 -02:00
hartvig 39d0f95c2e Fixes null exception issue when using 'umbracoFile' as the alias of an upload property. Work items: 30980 2012-08-09 06:41:30 -02:00
sebastiaan a47fd08ae5 Merge 2012-08-08 11:40:31 -02:00
pgregorynz 493e5c7734 Resolve issue #30937. Fixes problem with iFileHanderData in intranet environ
in IE.
2012-08-07 18:20:59 -10:00
Casey Neehouse f97c171a97 Changes to the GetDocumentsForExpiration method to only unpublish nodes set to published rather than newest. 2012-08-08 00:07:03 +04:00
Casey Neehouse c104121ff1 Inserting additional tracing to RazorMacroEngine Execute methods. 2012-08-07 22:42:40 +04:00
Matt@MBP13-PC 29ec45d9e2 Updated version check code to use direct SQL statements for more flexibility. In doing so, also fixed work item 30972. 2012-08-03 08:40:00 -01:00
Matt@MBP13-PC c5adb6a2e1 Updated field value check to surround value with quotes 2012-08-02 14:58:39 -01:00
Matt@MBP13-PC 2a55868846 Changed the DB Installer scripts to check a different constraint (the one that causes the main problems) 2012-08-02 14:38:48 -01:00
Matt@MBP13-PC 90fffd3216 Updated version number in global settings 2012-08-02 14:09:41 -01:00
Matt@MBP13-PC f6beeab813 Added fixed SQL CE Upgrade script 2012-08-02 13:55:45 -01:00
Matt@MBP13-PC 3fe9a63957 Added fix to database installers to make sure they run the upgrade scripts. 2012-08-02 09:51:06 -01:00
Matt@MBP13-PC e43d4e4081 Opened up a new 4.8.1 branch as the first one was from the wrong point (I didn't realize a bunch of pull requests had been pulled in) 2012-08-02 13:51:47 -01:00
agrath fffbd960c1 Another NRE that I missed 2012-07-26 16:05:44 -12:00
agrath 5f95575141 Fixed a NRE in FileHandlerData when user has not updated umbracoSettings.config to add the new /settings/content/imaging/autoFillImageProperties node 2012-07-26 15:36:34 -12:00
sitereactor 86a222b528 Adding Chinese translation for backoffice.
Fixes work item 30517.
Release-4.8.0
2012-07-18 12:49:22 -02:00
Hendy@Blueberry 0733e7b020 Merge 2012-07-18 13:04:14 -01:00
Hendy@Blueberry e37b84edf9 quick fix to ensure all descendants matching a supplied docType are returned (rather than just the children) 2012-07-18 13:03:34 -01:00
Matt@MBP13-PC 305b97086b Fixed issue with Thumbnails dropdown not working and also scaled down the thumbnails as they were huge. 2012-07-18 12:54:41 -01:00
Matt@MBP13-PC 95548bce89 Merge 2012-07-18 11:00:24 -01:00
Matt@MBP13-PC babaabbb2f Fixes JS error when editing links in TinyMCE due to missing required html element id. 2012-07-18 11:00:09 -01:00
sitereactor f3f0b151d6 Adding Japanese langauge files to umbraco.presentation project 2012-07-17 12:54:34 -02:00
sitereactor 6aae619a83 Merging with pull request from parnar/hebrewlocalization 2012-07-17 12:44:07 -02:00
sitereactor 3211419899 Merging with pull request from awoninet/japaneselocalization 2012-07-17 12:41:28 -02:00
Matt@MBP13-PC 01717f0818 Fixes work item 30909. Added a few null reference checks as it was causing failures. 2012-07-17 10:19:23 -01:00
Matt@MBP13-PC 1a1493054a Fixes work item 30910. When deleting nodes, parent node is auto refreshed to force triangle to disapear if no more child items exist. 2012-07-17 09:04:18 -01:00
Matt@MBP13-PC 6917d3da35 Merging changes from PeterD/fix25892 2012-07-17 08:37:55 -01:00
Matt@MBP13-PC 2c2b9352f9 Merged in changes from 4.9 branch regarding apps / trees 2012-07-17 08:27:32 -01:00
Matt@MBP13-PC e7d81b6a6e Merged in changes from 4.9 branch regarding apps / trees 2012-07-17 08:26:48 -01:00
leekelleher 1c4edfb84a Upgraded HtmlAgilityPack library to 1.4.5 (latest version released 11th July) 2012-07-16 21:29:00 -01:00
shannon@ShandemVaio bd2017c9a1 Fixes assembly info for SqlCE4Umbraco 2012-07-17 01:38:56 +06:00
shannon@ShandemVaio 85aafbdb85 Updated sln to reference sqlce by default so its alwasy shipped with it and always works
locally when debugging. Updated build script to not have to manually build the umbracosqlce project
since its now referenced.
Updated ignore file.
Removed Umbraco.sdf as being referenced in the repository.
Fixed SqlCEInstaller to automatically create the sqlce database if it doesn't exist, we now don't ship the empty database
and this is much nicer for working in the core.
2012-07-17 00:52:08 +06:00
shannon@ShandemVaio 46b58c8b53 Added old unit test project back to the solution, ensure it builds. Updated the AuthoringTests.txt file
to detail how to get these unit tests actually running.
In the future, if we need to write unit tests that absolutely require an HttpContext, we can use this
project but it is not recommended. I'll be creating the new Unit Test project shortly which will be
based on NUnit.
I might actually be able to update these tests to run as NUnit too, we'll see.
2012-07-16 22:40:36 +06:00
sitereactor ff5c705534 Adding Sql Azure as Database option in installer 2012-07-13 12:38:04 -02:00
hartvig c7c3e3b55e Fixes issues with Safari and TinyMCE. Work items: 30194 2012-07-13 06:06:43 -02:00
PerPloug b974a7e6e5 Flet 2012-07-12 19:17:04 -02:00
PerPloug 989ddda2b4 Adds SearchChildren and SearchDescendants as razor helpers to indicate their
functionality better, search is by default descendants
2012-07-12 19:15:26 -02:00
hartvig f32cc6e4c2 Work items: 30173 2012-07-12 12:15:33 -02:00
hartvig 9e9f3ebab7 Work items: 30898 2012-07-12 11:35:43 -02:00
hartvig 4317c7f2c4 Fixes performance issue with document type icon dropdown (no more limits on number of icons - yuppiieeee). Work items: 30747 2012-07-12 10:27:22 -02:00
PerPloug e0aed34bc9 Added HttppostedFileWrapper support to filehandler and upload datatype 2012-07-12 09:41:55 -02:00
Hendy@Blueberry 577ad79a7f cross browser UI tweaks for the create new Relation Type modal 2012-07-11 16:15:37 -01:00
PerPloug 932f437759 Flet 2012-07-11 10:57:10 -02:00
PerPloug a556d3ef4b Added overloads to the umbracoFile handler to support HttpPostedFile HttpPostedFilebase, stream and byte[] 2012-07-11 10:56:28 -02:00
Hendy@Blueberry f09e2c2467 Merge 2012-07-11 11:49:40 -01:00
Hendy@Blueberry b16b5511da Removed .HasRecords check in Picker Relations datatype as not supported by SQL CE (and not required). (Left Picker Relations exlcuded from the project) 2012-07-11 11:48:25 -01:00