Commit Graph

150 Commits

Author SHA1 Message Date
leekelleher
bc9f1dd6de Merge 2012-07-09 11:24:20 -01:00
leekelleher
295a91a762 Temporary fix for workitem: 30883 - 4.8 beta: Not possible to re-enable disabled users
Added "error" class to the 'sectionValidator' control.
2012-07-09 11:22:45 -01:00
Matt@MBP-PC.Home
2a0448cf4c Merge 2012-07-09 11:11:47 -01:00
Matt@MBP-PC.Home
d4def2f276 Removed global.asax file completely 2012-07-09 11:09:05 -01:00
leekelleher
a519903516 Restored UI.xml from 4.7.2 (sections/tasks lost through restructuring/merges)
Resolves workitem: 30893 - Error when deleting a Macro
Resolves workitem: 30885 - V4.8 Beta - Can't delete document type
2012-07-09 10:56:05 -01:00
admin
274f2ebe26 Added Japanese localization 2012-07-07 17:17:54 -09:00
Eran Meir
5f08a7256d added missing tinymce translations 2012-07-06 09:58:45 -03:00
Eran@Eran-PC
ec7b48de37 added hebrew localization to umbraco 2012-07-06 08:45:53 -03:00
Matt@MBP-PC.Home
51301d5aa6 Fixed broken build due to missing using statement 2012-07-05 13:10:02 -01:00
Matt@MBP-PC.Home
96603529f1 Added upgrade scripts to resource files 2012-07-05 13:05:53 -01:00
Matt@MBP-PC.Home
cc6cb53ebc Updated SQL so as not to add keys on app trees / apps as they are now stored in xml
Removed insert statements for trees / apps as data is now in config files
2012-07-05 12:41:03 -01:00
Matt@MBP-PC.Home
5d49dd2bf4 Excluded global.asax file, as not strictly needed
Added TinyMCE styling rule when in live editing as toolbar was appearing out of place
2012-07-05 11:09:51 -01:00
Matt@MBP-PC.Home
0a79c590e5 Updatedt presentation project references / build script to include WebPages lib dlls 2012-07-05 10:53:57 -01:00
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
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
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
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