Commit Graph

7034 Commits

Author SHA1 Message Date
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
Sebastien Ros
12d90d83e6 Implementing InterfaceProxyBehavior back from clay
--HG--
branch : 1.x
2013-04-24 18:02:25 -07:00
StanleyGoldman
d038d24f9c #19645: Fixing IageFileNameProvider exceptions
Work Item: 19645

--HG--
branch : 1.x
extra : rebase_source : 6ace0d73f638e0502d875a27386bddb927bf8331
2013-04-24 12:35:24 -07:00
Sebastien Ros
6f8620d03f Cleaning page class names
--HG--
branch : 1.x
2013-04-24 12:05:26 -07:00
StanleyGoldman
2da17672ca #19642 Adding IgnoreShapeTracer to MediaUrl & ResizeMediaUrl shapes
--HG--
branch : 1.x
extra : rebase_source : 4359494f7d016473a0dd53fa5a860a04bb6bf159
2013-04-24 14:15:56 -04:00
Sebastien Ros
5e080ca39f #19546: Adding the edit alternate for Update editors too
Work Item: 19546

--HG--
branch : 1.x
2013-04-24 11:27:29 -07:00
Sebastien Ros
d75c245c30 Preventing hints from being rendered if they are empty
--HG--
branch : 1.x
2013-04-24 10:43:17 -07:00
Sipke Schoorstra
6494d37c04 #19601: Updating AdminController to access ContentItem of the Content shape.
--HG--
branch : 1.x
2013-04-24 16:59:32 +02:00
Sipke Schoorstra
28f0c90f5f #19643: Fixing type mis-cast issue.
Work Item: 19643

--HG--
branch : 1.x
2013-04-24 16:41:00 +02:00
Sipke Schoorstra
c617ae3dde #19601: Adding Script.Require("jQuery") to resolve potentially missing jQuery script dependency.
--HG--
branch : 1.x
2013-04-24 16:38:15 +02:00
StanleyGoldman
9cc8b30b6d #17795 Adding a ViewContentTypes Permission
--HG--
branch : 1.x
extra : source : 5d7754f28609ac7ae688b44abbd666608b03225b
2013-04-23 19:41:52 -04:00
Sebastien Ros
aef1238462 #19363: Caching content type definitions
Work Item: 19363

--HG--
branch : 1.x
2013-04-23 16:57:18 -07:00
StanleyGoldman
637e358d6a #19640 Adding Name to ImageProfilePart Import/Export
--HG--
branch : 1.x
extra : source : 759d2055497c2c20741a8cefe66401217b171cba
2013-04-23 17:15:20 -04:00
StanleyGoldman
7ed1eee5a9 #19640 Repairing ImageProfilePart Import HibernateException
--HG--
branch : 1.x
extra : source : 6971e3223955c37e90a268f99a33c37ce1f24556
2013-04-23 17:13:54 -04:00
Sebastien Ros
fb2e64cdfa #19605: Fixing model binding in workflows
Work Item: 19605

--HG--
branch : 1.x
2013-04-23 15:29:40 -07:00
Sebastien Ros
7723311ba2 Fixing HtmlClassify unit tests
--HG--
branch : 1.x
2013-04-23 15:01:19 -07:00
rafaelmedeiros
71020e9919 #19638: Modified the text to be more meaningful.
--HG--
branch : 1.x
2013-04-23 12:12:07 -04:00
Sebastien Ros
6dd36f5107 Fixing unit tests
--HG--
branch : 1.x
2013-04-23 12:00:44 -07:00
Sebastien Ros
75767ae8fd Fixing thumbnails display
--HG--
branch : 1.x
2013-04-23 11:48:56 -07:00
StanleyGoldman
56f9658e9a #19634 Fixing DateTime query filter issue
--HG--
branch : 1.x
extra : source : c26121abc6098f48c5d24969485c877dc673e0de
2013-04-22 14:59:27 -04:00
Sebastien Ros
d07a53337f Executing scheduled tasks in separate transactions
--HG--
branch : 1.x
2013-04-23 10:48:33 -07:00