leekelleher
0eefbdc610
uQuery: Random never takes last element (applied from uComponents changeset 018bd63444b6)
2012-07-26 12:12:38 -01:00
Matt@MBP13-PC
fe87f6b89f
Added js file uploader code
...
Can now drag and drop files in, and trigger upload sequence.
2012-07-26 12:11:42 -01:00
sgay
6b4fff176a
refactor resolution of components
2012-07-26 07:52:13 -02:00
Sebastiaan Janssen
514326adfe
Merge with 4.8.0
2012-07-25 07:35:15 -02:00
Matt@MBP13-PC
ef0f8b5282
Created ThumbnailProviders for folder browser to allow custom thumbnail generation based on file ext
2012-07-24 10:06:07 -01:00
Matt@MBP13-PC
135bfc6d94
Move FolderBrowser control to Umbraco.Web project
2012-07-24 06:19:30 -01:00
shannon@ShandemVaio
5fcd8b1d52
Fixed file names of ReadLock and UpradeableReadLock. Fixes up UpgradeableReadLock to ensure
...
that it it is upgraded it releases its writelock on dispose. Fixes up RouteLookups to have
correct locking. Fixes up library to resolve the NiceUrlResolver using the UmbracoContext.Current
singleton acessor.
2012-07-23 23:03:00 +06:00
Matt@MBP13-PC
c51267136c
Upgraded tags datatype to use jQuery tags input plugin gor a nicer UI (still works the same under the hood)
2012-07-23 10:05:29 -01:00
slace
74b8b4f147
merging two PRs into the 4.9.0 branch
2012-07-22 13:28:56 -10:00
sgay
3546b3e954
refactor routing
2012-07-22 14:01:18 -02:00
Stephan
533cc91a68
merge
2012-07-20 19:09:30 -02:00
sgay
5fbf4379cc
refactor routing
2012-07-20 18:54:59 -02:00
shannon@ShandemVaio
d9faea49ec
Changed the ILookup resolution, now that DocumentRequest object contains everything to do the lookups
...
we don't have to create each ILookup per request, these can exist one per application.
2012-07-21 00:59:27 +06:00
shannon@ShandemVaio
36e3857643
Ensures the legacy UmbracoContext is created.
2012-07-21 00:47:17 +06:00
shannon@ShandemVaio
fa469416a2
added note
2012-07-21 00:44:58 +06:00
shannon@ShandemVaio
c60abf747c
Updated the default.aspx and page classes to match what Stephen had in his fork.
...
Have updated the web.config to use the new HttpModule but the XPath statement that is generated
for the LookupByPath doesn't seem to be matching my root node. But everything else is actually working!
2012-07-21 00:42:11 +06:00
shannon@ShandemVaio
be51bfa67f
Changed RoutingEnvironment to RoutingContet. Cleaned up how the context reference each other, now
...
this starts making a bunch of sense. Have empty ctor's on all ILookups since their methods get passed a
DocumentRequest object which has access to all of the context's and properties that they will ever need.
2012-07-21 00:20:50 +06:00
shannon@ShandemVaio
8f278bcaa5
Added singleton for managing ILookups collection, allows for adding/removing/inserting at runtime/startup
2012-07-20 23:42:55 +06:00
shannon@ShandemVaio
6c872e8a65
Implements singly registered RoutesCache object and re-interfaces IRoutesCache which can now be
...
set at runtime. Exposes UmbracoContext via DocumentRequest which simplifies some things. Removes
dependency on UmbracoContext from DefaultRoutesCache, now InPreviewMode is checked before passing
processing to the IRoutesCache provider. Changed NiceUrls to NiceUrlResolver.
2012-07-20 23:10:43 +06:00
shannon@ShandemVaio
1b9e226f61
Moves app initialization into new UmbracoApplication (global.asax)
2012-07-20 22:02:28 +06:00
shannon@ShandemVaio
25b06a88ab
Began integration of Stephen's new routing logic. The sln compiles and things have been refactored
...
from the initial concept. The module is not active as it currently will not work because of
contructor dependencies and classes marked as internal, will liase with Stephen regarding this.
2012-07-20 01:04:35 +06:00
shannon@ShandemVaio
ce90e114df
Update to use IISExpress #U4-75 with Aarons fixes
2012-07-19 22:15:15 +06:00
shannon@ShandemVaio
b13c16ddc2
Moved remaining classes/files into "umbraco.presentation" folder
2012-07-19 21:49:42 +06:00
shannon@ShandemVaio
8c9e19c0b7
Ensures language files are included in solution
2012-07-19 21:45:55 +06:00
shannon@ShandemVaio
14dd4fcd68
Moved files in Umbraco.Web to "umbraco.presentation" folder to keep old 'legacy' stuff in one place
...
so its easier to move forward with the new namespaces/code.
2012-07-19 21:38:56 +06:00
shannon@ShandemVaio
6e459a3afb
Fixes namespace issues when changing default namesapce to Umbraco.Web as the autogen
...
classes namespaces were changed.
Removed post build and custom targets from Umbraco.Web
2012-07-19 02:19:32 +06:00
shannon@ShandemVaio
c4760e0593
manually merged in tinymce language changes.
2012-07-19 01:23:53 +06:00
shannon@ShandemVaio
0f8797096d
Merged with 4.9.0
2012-07-19 01:22:22 +06:00
shannon@ShandemVaio
7ca29b87f3
Removed all client side files as they now exist in Umbraco.Web.UI
2012-07-19 00:52:58 +06:00
shannon@ShandemVaio
9679d0f6df
Renamed umbraco.presentation to Umbraco.Web and changed the folder it resides in.
...
Started removal of files/folder from Umbraco.Web that belong in Umbraco.Web.UI.
2012-07-18 23:54:20 +06:00
shannon@ShandemVaio
23b2899101
Imports many of the useful extension methods from v5 that are also used in umbraMVCo to begin the
...
MVC integration.
Imported the unit tests associated with each of these imported classes.
2012-07-17 03:51:34 +06:00
shannon@ShandemVaio
10f2d9b3ed
Updated assembly info for Umbraco.Web proj
2012-07-17 03:28:15 +06:00
shannon@ShandemVaio
21203b8070
Renamed umbraco.Test to Umbraco.LegacyTests
...
Updated InternalsVisibleTo declarations.
Updated the ApplicationTest test to use a new base class as a test to install a local sqlce database
for testing against.
Added Umbraco.Core project.
Added Umbraco.Web project.
Created new sln folder Legacy
2012-07-17 01:32:46 +06:00
Dallas taylor
f9a33b5471
Removed logging of the publish event from the presentation. The event is also logged in the publishWithResult() method, and was causing the Publish event to appear twice in the Audit Trail.
2012-08-03 06:10:16 +04:00
tom.fulton@Tom-PC.imulus.local
09184041b7
Fix U4-722 - Feature: Add TinyMCE email address detection (mailto)
2012-08-31 02:48:55 +06:00
sebastiaan
1118e1e3fd
Have to duplicate previous fix in the Umbraco.Web project as Umbraco.Web.UI gets overwritten with it
2012-09-02 16:17:12 -02:00
tg@umbraco.com
914f639afe
Removes GetPreview method from IEmbedProvider
2012-08-31 11:32:38 -02:00
tg@umbraco.com
aa8f066f9a
Merge
2012-08-31 11:25:14 -02:00
sebastiaan
be0d843c86
Fixes U4-419 Improved editing xslt/razor/ruby/python files in subfolders a little bit (it now actually works)
...
Still needs more work to make it safer (especially entering backslashes will give YSODs and sometimes when you move to a different folder the old file stays behind)
2012-08-31 11:00:38 -02:00
tg@umbraco.com
b75ea3d589
Adds core components and providers for embed stuff
2012-08-31 09:28:19 -02:00
vnbaaij@hotmail.com
b3aaef7d0e
Fixes issue #30422 The textbox was filled with the physical path (i.e /parent/file) to the file. It only needs the loggical path (i.e. parent/file)
2011-12-29 11:49:16 -01:00
TomF@TOMF11.cp.local
f740cf50c2
Fix for 26965 - Cannot delete member when login consist of digits
2011-12-15 20:38:35 +05:00
DougM
9a19106b22
Fix for workitem #30553 'Umbraco unique naming issue'
2011-10-26 19:56:21 -01:00
indra_k
af992cccfe
work item 30487
...
will cause exception when Masterpages folder contain a directory without skin.xml
possibly caused by unclean skin uninstall
src/Umbraco.Web/umbraco.presentation/umbracoLiveEditing\Modules\SkinModule\SkinCustomizer.ascx.cs
2011-09-20 07:13:14 -07:00