Commit Graph

264 Commits

Author SHA1 Message Date
hartvig
c57e322d2c Implements 26845 and 26846 - updates to Alias validation
[TFS Changeset #65688]
2010-04-22 10:27:11 +00:00
hartvig
bb3cb5616f Minor error in validation feedback on genericproperties
[TFS Changeset #65687]
2010-04-22 10:05:58 +00:00
hartvig
3513ddb297 Fixes 26842 and 20675, validation of aliases on generic properties and content type aliases. Can be turned on/off in Umbraco Settings via ForceSafeAliases
[TFS Changeset #65686]
2010-04-22 10:03:34 +00:00
hartvig
36102a9081 Fixes 26840, issues with casing in the SafeAlias method
[TFS Changeset #65684]
2010-04-22 08:20:22 +00:00
Shandem
7c2b936073 More datalayer optimizations
[TFS Changeset #65677]
2010-04-21 16:22:13 +00:00
Shandem
0a5673beea Datalayer optimizations
[TFS Changeset #65639]
2010-04-20 15:36:11 +00:00
Shandem
531de44f62 Fixes: 26812 - editContent error checking
Fixes: 26813 - Document.cs optimized constructor & Save() fix
Fixes: 26814 - null tree preventing UI to be drawn

[TFS Changeset #65617]
2010-04-19 15:08:04 +00:00
Shandem
e4774da69f Fixes: 26758.
some file cleanup too.

[TFS Changeset #65614]
2010-04-19 13:10:04 +00:00
hartvig
614c6c24a5 Implements 26810: When in preview, add an html badge to (x)html pages indicating that pages are running in preview mode
[TFS Changeset #65612]
2010-04-19 12:29:11 +00:00
Shandem
b1eaa398e5 Fixes: 26799 - SQL optimization for document template property
Fixes: 26085 - SQL optimization for Document/Content. Refactored/streamlined class heirarchy methods.
This reduces SQL queries in node loading by 90% !

[TFS Changeset #65528]
2010-04-17 07:51:51 +00:00
slace
6fbddc5597 Better support for dictionary with DropDownList data type via patch #5761
[TFS Changeset #65524]
2010-04-17 01:32:24 +00:00
slace
e2793a56d4 Fixing problem with ordering items in a tab with an & in the name. Patch 5759 solved it
[TFS Changeset #65523]
2010-04-17 01:24:43 +00:00
Shandem
b43d60c054 Fixes 26781 - tree cache issue
[TFS Changeset #65498]
2010-04-15 13:28:45 +00:00
slace
2821850f1c Fixing the Examine config files
[TFS Changeset #65497]
2010-04-15 13:08:27 +00:00
Shandem
9a12f4eef2 Fixes 26070 - Significant improvement in SQL queries
Fixes 26780 - More sql improvements
Fixes ClientDependency checkin.

[TFS Changeset #65496]
2010-04-15 12:54:31 +00:00
slace
71deb9d5dc Accepting patch #5758 into 4.1 branch
[TFS Changeset #65495]
2010-04-15 12:53:47 +00:00
slace
469d4c119e Another examine build
[TFS Changeset #65494]
2010-04-15 12:43:16 +00:00
Shandem
215924a0f9 ClientDependency upgrade,
[TFS Changeset #65469]
2010-04-14 12:48:43 +00:00
Shandem
dc58a5c4cb Updated clientdependency
[TFS Changeset #65452]
2010-04-13 17:01:23 +00:00
Shandem
2dbafac201 Fixes relative dependency paths
[TFS Changeset #65448]
2010-04-13 11:52:10 +00:00
Shandem
42816ad826 Upgrade ClientDependency framework
[TFS Changeset #65447]
2010-04-13 11:17:01 +00:00
Shandem
bd16513d55 Upgraded ClientDependency framework.
Fixes: 26756

[TFS Changeset #65446]
2010-04-13 11:16:15 +00:00
slace
3d35501ef8 Adding a more useful ToString to CMSNode so it's easier to look at in the debugger
[TFS Changeset #65419]
2010-04-12 00:57:47 +00:00
Shandem
fda54a819e ClientDependency upgrade
Fixes: 26639 (sorting users alphabetically)

[TFS Changeset #65350]
2010-04-08 15:09:59 +00:00
Shandem
545fec4cfe Fixes jquery 1.4.2 bugs, tree fully working with persistence between apps and much faster too :)
Also fixes: 26476, 26584 (Individual deletion from recycle bins, context menus for recycle bin items)

[TFS Changeset #65349]
2010-04-08 13:27:33 +00:00
slace
5ccde01a54 Upgrading to the latest version of Examine
[TFS Changeset #65348]
2010-04-08 11:31:27 +00:00
Shandem
6495121558 Upgrade to jQuery 1.4.2
Fixes: 26646

[TFS Changeset #65320]
2010-04-07 10:14:04 +00:00
slace
e1c60c5efc Upgrading to Examine RC1 release
[TFS Changeset #65272]
2010-04-05 08:09:57 +00:00
codegecko
02e32614b7 Added requirePermission="false" to web.config for ClientDependency so WebConfigurationManager.GetSection in ClientDependency library works in Medium Trust.
[TFS Changeset #65205]
2010-04-02 21:29:27 +00:00
boxbinary
1e4fb9d3f6 [TFS Changeset #65165] 2010-03-31 23:31:30 +00:00
slace
14e566b93d Disabling the custom drop downs for doc type editing. Seems to not work with current jQuery :(
[TFS Changeset #65164]
2010-03-31 21:38:20 +00:00
hartvig
4b5348a1ac Implements 26669, double dashes in urls
[TFS Changeset #65159]
2010-03-31 20:29:48 +00:00
codegecko
6f63d5e8f9 Added SQL Server Express user instance file and updated installation procedure to include SQL Server Express user instance support.
[TFS Changeset #65148]
2010-03-31 15:50:49 +00:00
pgregorynz
408be002a8 Handled error when no allowed macros selected for MacroContainer datatype
[TFS Changeset #65145]
2010-03-31 11:42:20 +00:00
hartvig
a1e9823a15 Fixes 26641 and 26644. Issues with request handler and new schema (404s and umbracoUrlAlias)
[TFS Changeset #65144]
2010-03-31 09:39:36 +00:00
PerPloug
a2a051c765 Adding the new 4.1 config files to the nightly build config
[TFS Changeset #65143]
2010-03-31 09:37:35 +00:00
starfighter83
9826c2b256 small change in umbraco.page related to xml schema changes
[TFS Changeset #65142]
2010-03-31 08:53:22 +00:00
slace
17d06d1456 Adding old client dependency as a wrapper class to the new client dependency framework. Please DO NOT use the attribute umbraco.cms.businesslogic.datatype.ClientDependencyAttribute, it's obsolete.
[TFS Changeset #65140]
2010-03-31 08:31:00 +00:00
starfighter83
831dac8e65 Fixes 26621: nodeInstance.NodeTypeAlias always returns null
[TFS Changeset #65138]
2010-03-31 07:54:59 +00:00
starfighter83
a7c495bf15 Fixes 26627: umbracoInternalRedirectId broken with new 4.1 XML schema
[TFS Changeset #65117]
2010-03-30 11:20:26 +00:00
starfighter83
6e56a2f8d9 Related to 4.0.3 merge into 4.1, some minor updates that where missed in initial merge
[TFS Changeset #65017]
2010-03-26 14:18:43 +00:00
starfighter83
f25750f561 Fixes 26216: Deleting a language in use causes problems when editing hostnames
[TFS Changeset #65016]
2010-03-26 13:13:02 +00:00
starfighter83
5fa11f6550 Fixes 26581: Importing translation file that has multiple tasks will only execute first task
[TFS Changeset #65015]
2010-03-26 12:56:41 +00:00
starfighter83
bbeef89b57 Fixing 25454: Exporting translation could end up in infinite loop
[TFS Changeset #65013]
2010-03-26 12:46:17 +00:00
hartvig
884ee1f847 Fixes 26573, nit picking the thumbnail sizes in edit thumbnail on content type dialogs
[TFS Changeset #64978]
2010-03-25 11:07:53 +00:00
hartvig
9ed5bf6725 Fixes 23234, ArgumentException when accessing a translation Title is required.
[TFS Changeset #64977]
2010-03-25 10:49:13 +00:00
hartvig
588e3a6e87 Fixes 26260, 26571 and 26572 (issues with clearing cookies, ending preview mode and adding trace/header messages about running in preview mode)
[TFS Changeset #64976]
2010-03-25 10:14:54 +00:00
hartvig
f7e71efa54 Fixes 26544
[TFS Changeset #64975]
2010-03-25 09:35:40 +00:00
slace
968d043489 Better handling of unpublished items during XML generation
[TFS Changeset #64962]
2010-03-24 22:06:15 +00:00
pgregorynz
9ccfa19907 64942 & this fix a build bug where system.web.abstractions was not referenced in web.standard.config
[TFS Changeset #64943]
2010-03-24 12:31:20 +00:00