Commit Graph

3129 Commits

Author SHA1 Message Date
Jonathan Wall
474bb7fb97 Fixed font size on features page.
--HG--
branch : dev
2010-11-05 16:08:39 -07:00
Jonathan Wall
b0676991ac Moving CSS over from theme machine to admin.
--HG--
branch : dev
2010-11-05 16:01:22 -07:00
Andre Rodrigues
054b0078d5 Merge
--HG--
branch : dev
2010-11-05 15:50:47 -07:00
Andre Rodrigues
b39862d608 Medium Trust: Update lambda Constant expressions to avoid RuntimeType usage. Making clay to be security transparent.
--HG--
branch : dev
2010-11-05 15:42:05 -07:00
Nathan Heskew
26d34da16a Fixing user registration to not sign the user in after account creation if new user accounts must be approved before use.
via the "Users must be approved before they can log in" site setting

--HG--
branch : dev
2010-11-05 15:18:26 -07:00
Nathan Heskew
3508ae7854 Making the user's name a link to edit in the user management UI
--HG--
branch : dev
2010-11-05 14:59:50 -07:00
Nathan Heskew
67d430f303 Updating User create and edit to get the layout corrected and notifications not duplicated
--HG--
branch : dev
2010-11-05 14:53:55 -07:00
Andre Rodrigues
d2ee9ea8e6 Medium Trust: Making orchard assemblies security transparent.
--HG--
branch : dev
2010-11-05 13:40:05 -07:00
Andre Rodrigues
6307a4df0b Removing unecessary web.config.
--HG--
branch : dev
2010-11-05 13:20:00 -07:00
Nathan Heskew
2d1c060ac8 Small UI fix for the Media add folder breadcrumb
--HG--
branch : dev
2010-11-04 22:32:44 -07:00
Nathan Heskew
35d8f46d92 Making displayed size a bit more friendly
--HG--
branch : dev
2010-11-04 22:25:08 -07:00
Andre Rodrigues
ac750ff42e Medium Trust: Updating Clay to not use diagnostics trace which requires permissions not available under medium trust. Removing some dead code.
--HG--
branch : dev
2010-11-04 16:40:49 -07:00
Andre Rodrigues
d030742a43 Medium Trust: Fixing machinekey validation code to avoid securityexception on web.config getsection code.
--HG--
branch : dev
2010-11-04 16:12:16 -07:00
Andre Rodrigues
b53a16ca5b Merge
--HG--
branch : dev
2010-11-04 15:34:59 -07:00
Andre Rodrigues
7f9b57ae55 Merge
--HG--
branch : dev
2010-11-04 15:34:24 -07:00
Andre Rodrigues
f484fcc1ae Medium Trust: changing usage of autofac metadata to avoid MEF security exception
--HG--
branch : dev
2010-11-04 15:33:45 -07:00
Nathan Heskew
ec47091582 Making BlogPost and Page types "draftable" by default
--HG--
branch : dev
2010-11-04 15:25:16 -07:00
Nathan Heskew
a60ce2141a A little button cleanup
--HG--
branch : dev
2010-11-04 15:13:15 -07:00
Nathan Heskew
74f22d5a91 Removing an stray pager reference
--HG--
branch : dev
2010-11-04 14:12:19 -07:00
Dave Reed
a28327d64b Merge
--HG--
branch : dev
2010-11-04 14:00:36 -07:00
Dave Reed
5421028cdd Adding str length annotation to model
--HG--
branch : dev
2010-11-04 14:00:12 -07:00
Nathan Heskew
a63014715f Updating the content item edit's publishing controls.
- if the content item is not "Draftable" there is a single save button that saves and publishes
- if the content item is "Draftable" there is still the save button, which saves a draft, and a publish now button for immediate publishing
- if there's a part on the content item that handles scheduling (like Orchard.PublishLater) then the draft saved should be scheduled for publishing

--HG--
branch : dev
2010-11-04 13:20:46 -07:00
Andre Rodrigues
b68e5271f0 Medium Trust: Update Clay to allow partially trusted callers
--HG--
branch : dev
2010-11-04 12:57:27 -07:00
Dave Reed
93ea6aae64 Merge
--HG--
branch : dev
2010-11-04 12:05:56 -07:00
Dave Reed
79bec8cee6 - Added whitelist site setting for allowed file extensions to upload via media module.
- Hardcoded blacklist: web.config
- Superuser immune to whitelist restriction
- Zip files still allowed even if not in the list since these are expanded by the media module to allow for multi upload.
- Files within a zip must still pass white/black-list test per normal rules (file is skipped if not).

--HG--
branch : dev
2010-11-04 12:01:07 -07:00
Nathan Heskew
e414469e0f Fixing the src of media embed markup that's given on the edit media page
--HG--
branch : dev
2010-11-03 23:38:12 -07:00
Nathan Heskew
8326f4f61d Fixing Media's GetPublicUrl
--HG--
branch : dev
2010-11-03 23:37:49 -07:00
Nathan Heskew
9a5faa199f Removing the "caption" input from the media edit template
--HG--
branch : dev
2010-11-03 23:11:14 -07:00
Nathan Heskew
b73e125ab4 Bringing back the Feature management's view switcher
--HG--
branch : dev
2010-11-03 23:03:34 -07:00
Nathan Heskew
e299284eb1 Placing the content localization edit template beneath the route part's edit template
--HG--
branch : dev
2010-11-03 22:33:27 -07:00
Sebastien Ros
c786eb9755 Merge
--HG--
branch : dev
2010-11-03 17:52:28 -07:00
Sebastien Ros
2909ecfba0 Merge
--HG--
branch : dev
2010-11-03 17:47:31 -07:00
Sebastien Ros
30a211cfb9 Improved a data migration test to ensure the default values are written in the db
- Provides an example to check the db using a SQL query

--HG--
branch : dev
extra : transplant_source : %24%2B%3A%0D%E0%7F%D5%D1Wl%1Bx%13%017%ED%9A%D8%A6%D0
2010-11-03 16:28:27 -07:00
Andre Rodrigues
ab4ba17b90 Medium Trust: Fixing route collection build code to avoid autofac delegate factories lambda method issue with medium trust.
--HG--
branch : dev
2010-11-03 16:02:42 -07:00
Andre Rodrigues
6f15acaf5f Removing unused code. Adjusting assemblyloaded method to match the exact name.
--HG--
branch : dev
2010-11-03 15:24:10 -07:00
Dave Reed
c3ecd7e1e0 Merge
--HG--
branch : dev
2010-11-03 15:09:54 -07:00
Andre Rodrigues
760f8020a8 Merge
--HG--
branch : dev
2010-11-03 14:58:57 -07:00
Andre Rodrigues
0c9441d240 Medium trust: reverting allow partially trusted callers in orchard projects to fix build for now.
--HG--
branch : dev
2010-11-03 14:51:39 -07:00
Dave Reed
1171d94030 Merge
--HG--
branch : dev
2010-11-03 14:33:25 -07:00
Andre Rodrigues
8f3816048a Medium Trust: Avoiding getName() FileIOPermission issue in isAssemblyLoaded method by checking against the fullname.
--HG--
branch : dev
2010-11-03 14:32:05 -07:00
Andre Rodrigues
006567786b Updating proj files.
--HG--
branch : dev
2010-11-03 14:29:50 -07:00
Andre Rodrigues
d0c48fa52d Medium Trust: Updating YAML binaries to allow partially trusted callers.
--HG--
branch : dev
2010-11-03 14:28:26 -07:00
Andre Rodrigues
8610b40275 Removing unused web.config files.
--HG--
branch : dev
2010-11-03 14:26:51 -07:00
Andre Rodrigues
14a59a5ab8 Medium Trust: Making Orchard assemblies allow partially trusted callers.
--HG--
branch : dev
2010-11-03 14:25:03 -07:00
Andre Rodrigues
44b45a05f9 Medium Trust: Avoid the use of castle trace logger under medium trust.
--HG--
branch : dev
2010-11-03 14:19:57 -07:00
Andre Rodrigues
4486b13956 Update Castle binaries to allow partially trusted callers and do not generate dynamic symbols.
--HG--
branch : dev
2010-11-03 14:16:32 -07:00
Andre Rodrigues
9fe71e908e Merge
--HG--
branch : dev
2010-11-03 14:14:20 -07:00
Andre Rodrigues
e4b664eafe Medium Trust: Update Weak class to not extend WeakReference and avoid demaning inheritancedemand security permission.
--HG--
branch : dev
2010-11-03 14:14:00 -07:00
Nathan Heskew
d1fb008d07 Adding a Draftable content type metadata property to distinguish types that support draft version creation
--HG--
branch : dev
2010-11-03 14:10:37 -07:00
Dave Reed
1dff42d55e Fixed missing media/web.config file from previous commit
--HG--
branch : dev
2010-11-03 12:08:34 -07:00