Kevin LaBranche
fa440381e7
#16956 Fix - Code Generation Module Name Cased Wrong.
2010-12-09 19:46:43 -07:00
Suha Can
b4515cbada
Minor correction to previous contribution, CTD's are listed by DisplayName instead of Name.
2010-12-09 14:24:55 -08:00
Kevin LaBranche
4c7cd86da2
WorkItem 16992 - Content Types are now in Alpha Order like Content Parts.
2010-12-09 08:01:02 -07:00
Kevin LaBranche
f9d482b6c8
Work Item 16929 - Remove dll & css libs not in use anymore. Included the removal of HibernatingRhinos.Profiler.Appender.
2010-12-04 15:53:59 -07:00
Andre Rodrigues
b251c3ef0f
Medium Trust: Updating to NuGet latest bits.
2010-11-19 20:49:53 -08:00
Andre Rodrigues
c5277a5261
Medium Trust: Fixing aditional dynamic invocations of View method..
2010-11-18 12:30:15 -08:00
andrerod
376f1b15b1
Medium trust: Avoiding dynamic dispatch to the view method (which is protected internal) and using static invocation by casting to object.
2010-11-17 22:56:52 -08:00
Sébastien Ros
d6760392e0
Removing dependency in manifest
...
--HG--
branch : dev
2010-11-13 10:20:47 -08:00
Sébastien Ros
4d9e295542
Removing dependency to Orchard.User from Orchard.Email
...
--HG--
branch : dev
2010-11-13 10:17:32 -08:00
Renaud Paquay
27ecd9e5bb
Add dependencies
...
--HG--
branch : dev
2010-11-13 10:01:30 -08:00
Nathan Heskew
a2e59ac08a
Wrapping up the initial implementation of the Container Widget
...
--HG--
branch : dev
2010-11-12 15:35:58 -08:00
Sebastien Ros
f78bf58ef9
Merge
...
--HG--
branch : dev
2010-11-12 13:24:02 -08:00
Sebastien Ros
3aa26ade9c
Enabling installation of packages from Orchard web app
...
--HG--
branch : dev
2010-11-12 13:23:39 -08:00
Dave Reed
e869a4f467
Fixing some basic fx cop warnings
...
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Sébastien Ros
686a9e6f4d
Updating packaging commands to handle solution-less applications
...
If the solution is not found, don't NuGet-Install the package, but still NuGet-AddReference
Uninstallation deletes the module if there is no solution folder
Creating a specific ReferenceRepository implementation to remove the packages.config dependency
--HG--
branch : dev
2010-11-11 23:19:23 -08:00
Sebastien Ros
99dad40945
Updating the Themes gallery view
...
Compatibility with current nuget's state
--HG--
branch : dev
2010-11-11 17:20:25 -08:00
Sebastien Ros
ef4b1ce1fc
Adapting Orchard.Packaging feature names
...
--HG--
branch : dev
2010-11-11 17:17:38 -08:00
Nathan Heskew
ce128483bc
Bunch of work for containers.
...
- Ordering and paging on the container mostly hooked up. Paging needs to respect item settings.
- Widget settings looking good but not yet functioning. Also need to add filtering.
- Custom part not yet in place for custom ordering/filtering.
--HG--
branch : dev
2010-11-11 16:15:49 -08:00
Sebastien Ros
cf2432acb5
Removing NuGet project from solution
...
Added Nuget as an external lib
Updated CREDITS.txt
--HG--
branch : dev
2010-11-11 15:03:57 -08:00
Sebastien Ros
3886a01e3f
Defining the correct precedence when removing a package
...
--HG--
branch : nuget
2010-11-11 14:37:03 -08:00
Sebastien Ros
b9c143b82f
Merge
...
--HG--
branch : nuget
2010-11-11 13:50:53 -08:00
Sebastien Ros
92e7cbef4a
Adding package uninstall command
...
--HG--
branch : nuget
2010-11-11 13:50:32 -08:00
Nathan Heskew
f89e0e8d77
Cleaning up Orchard.Lists a little (extra codegen's folders and module/feature descriptions)
...
--HG--
branch : dev
2010-11-11 10:12:47 -08:00
Nathan Heskew
9dd4b78ba9
Updating the Orchard.Blogs' dependencies
...
--HG--
branch : dev
2010-11-11 10:10:21 -08:00
Sebastien Ros
d1cc42e596
Adding missin file
...
--HG--
branch : nuget
2010-11-10 18:11:08 -08:00
Sebastien Ros
89a64f2147
Updating to latest NuGet sources
...
Adding a local file from NuGet which was removed in their source code
--HG--
branch : nuget
2010-11-10 18:01:04 -08:00
Nathan Heskew
ac1cdf7c03
Fixing a bug with editing content types when there's a model error
...
--HG--
branch : dev
2010-11-10 16:35:59 -08:00
Sebastien Ros
6f6ad4971f
Correcting NuGet installation paths and repository factory usage
...
--HG--
branch : nuget
2010-11-10 16:29:20 -08:00
Dave Reed
ca74da5ea5
Setting code analysis ruleset to paired down Security rules.
...
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Sebastien Ros
025144daa6
Improving the packaging command
...
Adding a <path> parameter to define the location of the created file
Corrected the destination folder for themes
--HG--
branch : nuget
2010-11-10 16:09:20 -08:00
Sebastien Ros
c378fa0a59
Renaming PackageSourceRecord to PackageSource
...
--HG--
branch : nuget
2010-11-10 15:28:43 -08:00
Sebastien Ros
e35e36f4d3
Merge
...
--HG--
branch : nuget
2010-11-10 14:47:36 -08:00
Sebastien Ros
c0f552949f
Updating the gallery module
...
--HG--
branch : nuget
2010-11-10 14:46:56 -08:00
Jonathan Wall
9cda87f18e
Removed some styles form the admin that are not being used.
...
--HG--
branch : dev
2010-11-09 20:12:18 -08:00
Sebastien Ros
078fa69d13
Merge
...
--HG--
branch : nuget
2010-11-09 17:01:17 -08:00
Sebastien Ros
d3e6be246e
Adding nuget's log to the command's output
...
--HG--
branch : nuget
2010-11-09 16:37:38 -08:00
Sebastien Ros
1d9f1cc368
Refactoring PackageManager
...
--HG--
branch : nuget
2010-11-09 15:32:58 -08:00
Jonathan Wall
9bf3368b25
More CSS clean-up in the admin.
...
--HG--
branch : dev
2010-11-09 15:01:45 -08:00
Jonathan Wall
5450e539f0
Moved dashboard link up and removed some line work.
...
--HG--
branch : dev
2010-11-09 14:03:41 -08:00
Nathan Heskew
ffaee8b08d
Fixing the content image paths in the PublishLater.Metadata.SummaryAdmin template
...
--HG--
branch : dev
2010-11-09 11:12:10 -08:00
Jonathan Wall
0fcd6864f9
Updated blogs to use the same html as pages.
...
--HG--
branch : dev
2010-11-09 09:52:31 -08:00
Nathan Heskew
92e9851d46
Ensuring the Blog SummaryAdmin template pulls in required scripts and making a couple JS functions better jQuery citizens
...
--HG--
branch : dev
2010-11-09 08:52:25 -08:00
Jonathan Wall
a59c926bf7
Added some styes for the publish and save UI.
...
--HG--
branch : dev
2010-11-08 19:39:42 -08:00
Louis DeJardin
5673576425
Roughing in Containers module
...
Container/containable editor templates appear
Container id settable via drop list
ContainerPathConstraint of higher priority providing list view
--HG--
branch : dev
2010-11-08 17:44:43 -08:00
Nathan Heskew
ecdb058802
Updating the tag edit page to also contain the list of items with that tag
...
--HG--
branch : dev
2010-11-08 17:25:23 -08:00
Nathan Heskew
02c9ab4cf3
Moving the tag create from from its own page right up to the top-right of the tag management UI
...
--HG--
branch : dev
2010-11-08 15:54:29 -08:00
Louis DeJardin
fd61fd9334
Merge
...
--HG--
branch : dev
2010-11-08 15:42:52 -08:00
Louis DeJardin
7ec2fada05
Merge
...
--HG--
branch : dev
2010-11-08 15:41:04 -08:00
Louis DeJardin
63bfc96e82
Removing ContentQueries placeholder
...
This approach may return in the future, but is out of scope for v1
--HG--
branch : dev
2010-11-08 15:39:23 -08:00
Louis DeJardin
69a6078346
Adding experimental content types
...
Adds containable to "Page"
Create a basic "List Item" for testing Containers/Lists
--HG--
branch : dev
2010-11-08 15:37:24 -08:00