Commit Graph
3388 Commits
Author SHA1 Message Date
Andre Rodrigues a987f02af6 Documenting the (object) cast to avoid dynamic invocation.
--HG--
branch : dev
2010-11-19 17:42:30 -08:00
Andre Rodrigues 1838c131c3 Fixing UT
--HG--
branch : dev
2010-11-19 17:21:53 -08:00
Sebastien Ros 0c51599e6a Correcting Orchard.Scripting project file and namespaces
--HG--
branch : dev
2010-11-19 17:09:17 -08:00
Sebastien Ros b3019bc5f5 Merge
--HG--
branch : dev
2010-11-19 17:00:59 -08:00
Sebastien Ros 2cd0313bd4 Correcting Azure solution
Work Item: 16810

--HG--
branch : dev
2010-11-19 17:00:39 -08:00
Dave Reed 04c8724547 Merge
--HG--
branch : dev
2010-11-19 16:40:29 -08:00
Dave Reed 838b75b934 Removing link from the 'New' menu item. Needed to add option to MenuItem to avoid the auto-linking to the first child item.
--HG--
branch : dev
2010-11-19 16:39:59 -08:00
Sebastien Ros 7b91feebcc Addind NuGet package creation to the build process
--HG--
branch : dev
2010-11-19 16:35:08 -08:00
Andre Rodrigues 09bc31ca03 Replacing Orchard.Scripting Guid.
--HG--
branch : dev
2010-11-19 14:50:13 -08:00
Andre Rodrigues 87a17e3202 Merge
--HG--
branch : dev
2010-11-19 14:45:17 -08:00
Andre Rodrigues 376ba129a1 Fixing SqlServerCe reference.
--HG--
branch : dev
2010-11-19 14:44:42 -08:00
Dave Reed 15328ac0d6 Fixing theme.png previews again
--HG--
branch : dev
2010-11-19 14:39:10 -08:00
Dave Reed c03c075082 #16642: PO lines are now unescaped when parsed. Previously they weren't which also made the translation lookup fail since the scoped key didn't match.
Note: currently the orchard.core.po file is out of date and not working for other reasons

--HG--
branch : dev
2010-11-19 12:56:04 -08:00
Andre Rodrigues 00579ede40 Merge
--HG--
branch : dev
2010-11-19 11:14:18 -08:00
Sébastien Ros c9bfabbd2b Correcting ScheduledTaskManager.GetTasks(string, DateTime?) implementation
Work Item: 16719

--HG--
branch : dev
2010-11-19 08:45:07 -08:00
Sébastien Ros 0fdae21fd4 Correcting exception when commenting without setting a Url
Work Item: 16814

--HG--
branch : dev
2010-11-19 06:03:22 -08:00
Andre Rodrigues f815a69368 Terminating console if error happens in initialization.
--HG--
branch : dev
2010-11-19 00:56:45 -08:00
Andre Rodrigues e37954f22e Removing some magic numbers
--HG--
branch : dev
2010-11-19 00:50:34 -08:00
andrerod 685e2d76f6 Making unit Media unit tests culture friendly.
--HG--
branch : dev
2010-11-19 00:07:10 -08:00
andrerod 9542da34ff Updating unit tests.
--HG--
branch : dev
2010-11-18 23:57:54 -08:00
andrerod d42a32d0b2 Updating security transparency of a few modules.
--HG--
branch : dev
2010-11-18 23:53:07 -08:00
andrerod db617f1306 Adding dependency from widgets to scripting
--HG--
branch : dev
2010-11-18 23:51:13 -08:00
andrerod 4195010f69 Correcting assemblyinfo's
--HG--
branch : dev
2010-11-18 23:50:58 -08:00
andrerod b911cbb13b Moving scripting outside of framework.
--HG--
branch : dev
2010-11-18 23:50:28 -08:00
Sebastien Ros c08b75e047 Removing some modules from the WebPI package
--HG--
branch : dev
2010-11-18 18:19:05 -08:00
Sebastien Ros ae69a86000 Merge
--HG--
branch : dev
2010-11-18 17:26:39 -08:00
Sebastien Ros 5c73a58807 Removing Orchard.Migrations as a default feature
--HG--
branch : dev
2010-11-18 17:26:00 -08:00
Sebastien Ros 07943927de Updating spec flow tests
--HG--
branch : dev
2010-11-18 17:25:41 -08:00
Dave Reed ee8c482bef Use DisplayName (which is now called Name) in web UI list of features and modules. Note that not all modules have a name, so we fall to Id if not given.
--HG--
branch : dev
2010-11-18 16:42:05 -08:00
Sebastien Ros 7183af88e9 Reparing files for the new projects
--HG--
branch : dev
2010-11-18 16:39:05 -08:00
Sebastien Ros f349c6e926 Merge
--HG--
branch : dev
2010-11-18 16:04:40 -08:00
Sebastien Ros 75d3c5b13c Reorganizing modules for new build process
--HG--
branch : dev
2010-11-18 16:01:09 -08:00
Dave Reed 67cb21d12b Related to #16712. Rename Feature/ExtensionDescriptor Name -> Id, and DisplayName -> Name.
--HG--
branch : dev
2010-11-18 15:37:47 -08:00
Nathan Heskew 64c093c107 Updating the Common Body's editor to be more resilient to the TinyMCE module being disabled and allowing for any other editor to be used for any body part via the body flavor setting
- using a shape now for the template "Body_Editor" with an alternate added for the body flavor "Body_Editor__" + flavor (e.g. Body_Editor__html -> Body-Html.Editor in a case insensitive world)
- html by default
- tinymce provides an html editor template
- template falls back to a textarea template

work item: 16753

--HG--
branch : dev
2010-11-18 14:44:42 -08:00
Andre Rodrigues b67664f55b Medium Trust: Removing dead code that is generating secannotate warnings.
--HG--
branch : dev
2010-11-18 13:18:42 -08:00
Nathan Heskew 25a6225ae7 Fixing the BlogPartArchiveHandler to be accurate in its counts
work item: 16437

--HG--
branch : dev
2010-11-18 12:56:09 -08:00
Sebastien Ros 34429ef833 Removing view for database update
http://orchard.codeplex.com/workitem/16576
http://orchard.codeplex.com/workitem/16781

--HG--
branch : dev
2010-11-17 14:15:02 -08:00
Dave Reed ab570906d5 Merge
--HG--
branch : dev
2010-11-17 13:45:34 -08:00
Dave Reed 624a6166bd #16423: Log error w/ module name when unable to load manifest.
--HG--
branch : dev
2010-11-17 13:43:45 -08:00
Andre Rodrigues 42bdbc86ed Removing unecessary file.
--HG--
branch : dev
2010-11-17 12:36:44 -08:00
Andre Rodrigues c56f157c97 Medium Trust: Making console run under full trust.
--HG--
branch : dev
2010-11-17 12:30:36 -08:00
Dave Reed 58499abb10 #16653: Resource resolution is case sensitive.
--HG--
branch : dev
2010-11-17 10:58:48 -08:00
Sebastien Ros 545f2861ef Catching exceptions before they are thrown when adding new shapes
--HG--
branch : dev
2010-11-16 17:14:36 -08:00
Sebastien Ros 133b1e9b92 Merge
--HG--
branch : dev
2010-11-16 16:57:28 -08:00
Sebastien Ros a37433f279 Allowing authenticated users to add comments
http://orchard.codeplex.com/workitem/16307

--HG--
branch : dev
2010-11-16 16:56:02 -08:00
Sebastien Ros d050b9af63 Correcting Comments view not to show the comments form if disabled at the content item level
http://orchard.codeplex.com/workitem/16675

--HG--
branch : dev
2010-11-16 16:34:35 -08:00
Nathan Heskew cf9d23e1b3 Adding Admin feature spec test
--HG--
branch : dev
2010-11-16 15:29:31 -08:00
Sebastien Ros 50da9410f5 Handling wrong date format from XmlRpc clients
http://orchard.codeplex.com/workitem/16623

--HG--
branch : dev
2010-11-16 15:14:03 -08:00
Sebastien Ros 8150b36dde Merge
--HG--
branch : dev
2010-11-16 13:29:37 -08:00
Sebastien Ros 4bfb808646 Merge
--HG--
branch : dev
2010-11-16 13:26:50 -08:00