Commit Graph

7054 Commits

Author SHA1 Message Date
Piotr Szmyd
723fc82247 Fixing exception caused by HostComponents.config (multiple items with same key).
--HG--
branch : 1.x
2013-05-10 17:51:04 +02:00
Piotr Szmyd
57339d5606 #19318: Fixing NavigationManager.Reduce.
Simplifying checks and moving debug check to outside scope.
Moving DebugShowAllMenuItems permission check to outside scope.

Work item: 19318

--HG--
branch : 1.x
2013-05-10 17:12:04 +02:00
Piotr Szmyd
81f0e03ab3 #19346: Fixing session state behavior setup.
Work Item: 19346

--HG--
branch : 1.x
2013-05-10 14:32:06 +02:00
Sipke Schoorstra
f74252af67 #19467: Adding support for menu items having a url starting with #.
Work Item: 19467

--HG--
branch : 1.x
2013-05-10 13:33:21 +02:00
Sebastien Ros
7676b605ae Backed out changeset: bf5145fe8ce2
--HG--
branch : 1.x
2013-05-09 20:25:20 -07:00
Sebastien Ros
886295312f Adding configurable sections in HostComponents.config
--HG--
branch : 1.x
2013-05-09 16:57:45 -07:00
Ken Wilkinson
0438074842 19557 fix for IE
--HG--
branch : 1.x
extra : source : eba3e3fe35f4a5aa72d5f4b6ba9e31c26503d8b3
2013-05-08 18:44:48 -04:00
Piotr Szmyd
56a4f0712c Shell settings updates
- adding missing space after each key name in the serialized file
 - trimming whitespace from deserialized theme names
 - code cleanup for readability

--HG--
branch : 1.x
2013-05-08 00:08:56 +02:00
Piotr Szmyd
65ae6c3400 Exposing table prefix information in SchemaBuilder.
Making DataMigrationImpl methods virtual for easier customization.

--HG--
branch : 1.x
2013-05-07 23:31:46 +02:00
Piotr Szmyd
7d6d384806 Support for custom properties in shell settings (Settings.txt) file.
--HG--
branch : 1.x
2013-05-07 20:52:23 +02:00
Piotr Szmyd
159fc5feec Implementing NHibernate session hooks
- Configuration events (ISessionConfigurationEvents) and
 - Interceptors (ISessionInterceptor/AbstractSessionInterceptor).

--HG--
branch : 1.x
2013-05-07 20:40:24 +02:00
Sebastien Ros
46ed7e40f8 #19470: Fixing typo and formatting
Work Item: 19470

--HG--
branch : 1.x
2013-05-07 11:12:42 -07:00
Sebastien Ros
8dd8d7cc46 #19528: Fixing localized widgets display rule
Work Item: 19528

--HG--
branch : 1.x
2013-05-07 10:59:46 -07:00
Sebastien Ros
52caba0710 #19529: Fixing conflicting class preventing expando from being displayed
Work Item: 19529

--HG--
branch : 1.x
2013-05-07 10:16:54 -07:00
jasperd
c9d1611fb6 added missing jquery.ui dependencies
--HG--
branch : 1.x
2013-04-08 17:46:47 +02:00
jasperd
132810129f #19612: jQuery.scrollTo depends on jQuery.browser
Updated jQuery.scrollTo to 1.4.4
Work Item: 19612

--HG--
branch : 1.x
2013-04-15 23:44:17 +02:00
Sebastien Ros
369a1a97a7 #19353: Fixing more tokenizer escape sequences
Work Item: 19353

--HG--
branch : 1.x
2013-05-06 17:59:14 -07:00
Sebastien Ros
37a16c3fe1 #19413: Fixing HQL queries when aliases contain dashes
Work Item: 19413

--HG--
branch : 1.x
2013-05-06 17:12:17 -07:00
Sebastien Ros
986b4f5160 #19243: Ignoring elements with empty identities during import
Work Item: 19243

--HG--
branch : 1.x
2013-05-06 16:53:28 -07:00
Bertrand Le Roy
d74ea1fab9 Site settings load in one query no matter how many settings parts exist.
--HG--
branch : 1.x
2012-12-17 18:31:33 -08:00
Sebastien Ros
2a10be4432 #19683: Hiding log for expected exceptions during setup
Work Item: 19683

--HG--
branch : 1.x
2013-05-06 10:48:42 -07:00
Sebastien Ros
4feb575e3a #19684: Fixing cartesian products query when loading content type definitions
Using FetchMany on multiple levels would do LEFT JOIN, creating an exponential
amount of rows, and also duplicating root records. The solution is to separate
this is two calls instead. Another solution would have been to use a
DistinctRootTransformer, but this would not have fixed the records issue.

Work Item: 19684

--HG--
branch : 1.x
2013-05-06 10:30:08 -07:00
Sebastien Ros
ea31639304 Eagerly loading WorkflowDefinitionRecords
--HG--
branch : 1.x
2013-05-04 10:34:50 -07:00
Sebastien Ros
174691c28b Improving eager loading and caching for ContentDefinitionManager
--HG--
branch : 1.x
2013-05-03 18:24:13 -07:00
Sebastien Ros
48b2a7ea6d Implementing eager loading for repositories
--HG--
branch : 1.x
2013-05-03 18:23:51 -07:00
Sebastien Ros
d9890b9d1b #19676: Fixing debug versions for jQuery scripts CDN resources
Work Item: 19676

--HG--
branch : 1.x
2013-05-03 11:31:04 -07:00
Sebastien Ros
655e2fa0b4 Implementing Signal activities and services for Orchard.Workflows
--HG--
branch : 1.x
2013-05-02 16:55:38 -07:00
Sipke Schoorstra
bbe2bedf25 Adding RedirectActionForm and WebRequestForm.
--HG--
branch : 1.x
extra : source : 56c92e37525e0618c644b3ad6e57b55e2ef4dd46
2013-05-02 21:15:38 +02:00
Sipke Schoorstra
dd61361607 Adding WebRequest, WebResponse and Redirect activities.
--HG--
branch : 1.x
extra : source : fe92e546e2636ccd59663b7c33158c0ac66a8dc4
2013-05-02 18:51:58 +02:00
Sebastien Ros
87f011ff39 Fixing Scale/Precision unit test
Needed as NHibernate has fixed the related bug
https://nhibernate.jira.com/browse/NH-2979

--HG--
branch : 1.x
2013-05-02 11:24:24 -07:00
Sebastien Ros
47122ed6c6 Fixing warnings
--HG--
branch : 1.x
2013-05-02 11:08:54 -07:00
Sebastien Ros
28abeae0cb Upgrading to NHibernate 3.3.3
--HG--
branch : 1.x
2013-05-02 11:07:54 -07:00
Sebastien Ros
aa1534cac4 Adding #{} tokens support
--HG--
branch : 1.x
2013-05-01 16:05:27 -07:00
StanleyGoldman
95747f2048 #19662 Preventing re-initialization of profile cache
Work Item: 19662

--HG--
branch : 1.x
extra : source : f3b75e83fe72683c4a099c3f8cb37759f76bf06c
2013-04-30 11:49:38 -04:00
StanleyGoldman
81ffec71b9 #19665: Changing IdentityPart column size to 255
History:
* Removing reference to System.Data
* Limiting IdentityPartRecord's Identifier column to 255
* Correct migration to IdentityPartRecord's Identifier column
* Performing migration through IRepository

Work Item: 19665

--HG--
branch : 1.x
extra : rebase_source : 71e396d703d3d6cd4226bcc8b6f081a01df07e54
2013-05-01 13:59:19 -04:00
Sebastien Ros
453286e347 #19657: Implementing a Taxonomy Navigation Provider
- Replacing the previous Taxonomy Widget, for better integration with Orchard's
new navigation system.
- No migration is provided, the menu item and a menu widget need to be created.

Work Item: 19657

--HG--
branch : 1.x
2013-05-01 12:11:59 -07:00
jorgegamba
aaa78faa9f #19280: Fixing Custom Forms pager
* Fixes the query for get the pager total item count.

Work Item: 19280

--HG--
branch : 1.x
extra : rebase_source : 4761b43545d4d001a67b786cb791e6f14cd3eb58
2012-11-21 13:52:20 -05:00
Sebastien Ros
4680c32825 #19342: Using Eq operator when querying a single content type
Work Item: 19342

--HG--
branch : 1.x
2013-04-29 16:16:23 -07:00
Sebastien Ros
6353e6b94e #19309: Fixing import for content types Display Name
Work Item: 19309

--HG--
branch : 1.x
2013-04-29 16:01:15 -07:00
Sebastien Ros
661ac0016f #19312: Hiding reCaptcha in admin
Work Item: 19312

--HG--
branch : 1.x
2013-04-29 15:45:35 -07:00
Sebastien Ros
ea40ccf275 #19329: Fixing UseCdn() call for scripts
The automatic shape binding for scripts was breaking CDN usage.

Work Item: 19329

--HG--
branch : 1.x
2013-04-29 15:37:08 -07:00
twomeetings
b6ddae9082 fix #19593:Bug in Blog Archive--Article Count
--HG--
branch : 1.x
extra : source : d9598f59563a9840c6954ab8835b178cfc1de882
2013-04-29 15:28:36 +08:00
Jacky@Jacky-PC
0b70baa19b #19654: 404 when click "unpublish" or "publish" in Blog Module.
--HG--
branch : 1.x
extra : source : 54d46ec006b20bfa7559f32bd9b9d1df1b90b9d1
2013-04-29 09:45:55 +08:00
StanleyGoldman
a49ccf4d76 #19646: Fixing media processing cache
* Adding logging to prove issue #19646
* Removing suspect not operator
* Refactoring complex if statement
* Temporary try/catch's to find exception
* Refactor GetImagePathType out of GetImage
* Properly checking for an images last update time

Work Item: 19646

--HG--
branch : 1.x
extra : rebase_source : b5444740cf57e936499af129d9b4306e782596ba
2013-04-25 10:53:39 -04:00
Sipke Schoorstra
6bfa77bb76 Handling the case when closing MediaLibraryPickerField dialog without having selected anything to prevent a null reference javascript error.
--HG--
branch : 1.x
2013-04-27 22:48:12 +02:00
Sebastien Ros
64525b2f82 Refactoring Import/Export optimizations
--HG--
branch : 1.x
2013-04-26 16:41:02 -07:00
damoclarke
b3924ba1d8 Added ContentIdentity resolvers, batch processing and improved performance for
large imports.

--HG--
branch : 1.x
extra : source : 3a9c242225bfe36132da7f8760711574eb5a9b43
2013-03-29 18:50:12 +11:00
Sebastien Ros
0765f1019a Fixing ZoneHolding duck typing behavior
--HG--
branch : 1.x
2013-04-26 10:23:33 -07:00
Sebastien Ros
c6ac96a23a Refactoring content type cache
--HG--
branch : 1.x
2013-04-25 12:44:28 -07:00
Sebastien Ros
63a9167565 Backed out changeset: 9f83dd566926
--HG--
branch : 1.x
2013-04-25 12:18:48 -07:00