Commit Graph

7024 Commits

Author SHA1 Message Date
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
Sebastien Ros
deb3c8d72d Fixing multi-folders selection
--HG--
branch : 1.x
2013-04-22 16:55:59 -07:00
Sebastien Ros
ebcc551544 Deleting associated media file
--HG--
branch : 1.x
2013-04-22 16:27:11 -07:00
Sebastien Ros
74f22d1443 Showing the image editor for the local files only
--HG--
branch : 1.x
2013-04-22 16:14:20 -07:00
Sebastien Ros
d8665455e8 Fixing back button behavior in media library
--HG--
branch : 1.x
2013-04-22 16:06:10 -07:00
Sebastien Ros
eb11f0250d #19619: Fixing item pickers url when have a request prefix
Work Item: 19619

--HG--
branch : 1.x
2013-04-22 15:54:54 -07:00
Sebastien Ros
06815541dd Implementing Media Part Driver
--HG--
branch : 1.x
2013-04-22 15:14:55 -07:00
Sebastien Ros
c4d3d016f9 Fixing media item return url in edit mode
--HG--
branch : 1.x
2013-04-22 15:14:45 -07:00
Sebastien Ros
6dc3a1d35a Adding media items deletiong
--HG--
branch : 1.x
2013-04-22 12:15:06 -07:00
Sebastien Ros
ee6e4c8cea #19630: Fixing web.config for Media folder
--HG--
branch : 1.x
2013-04-22 10:10:11 -07:00
Sebastien Ros
d05b9ede1a Making exceptions during ITransaction.Dispose() safer
--HG--
branch : 1.x
2013-04-22 09:51:02 -07:00