Commit Graph

32 Commits

Author SHA1 Message Date
Jonathan Wall
5450e539f0 Moved dashboard link up and removed some line work.
--HG--
branch : dev
2010-11-09 14:03:41 -08:00
dareed
f0968a0c71 - root web.config removes all handlers and makes all paths a 404, except default.asp to support "/".
- content directories no opt-in to static files only.
- module web.configs no longer need to explicitly exclude cshtml, etc, paths.

--HG--
branch : dev
2010-11-02 18:12:44 -07:00
Nathan Heskew
f2f739d935 Giving the admin menu an overhaul
Mainly consists of changes in top-level section positions and ordering. Also updated the position comparer (and tests) to work with negative numeric position parts.

--HG--
branch : dev
2010-11-01 15:57:20 -07:00
Renaud Paquay
ec3183a019 Add advisory message in dashboard
--HG--
branch : dev
2010-10-20 15:44:03 -07:00
Sebastien Ros
a06d1e34a2 Simplifying the advisory message
--HG--
branch : dev
2010-10-20 15:08:46 -07:00
Sebastien Ros
0bd0853ff7 Updated advisory file
--HG--
branch : dev
2010-10-19 17:48:12 -07:00
Renaud Paquay
4f049161ce Change version # to 0.8.0
--HG--
branch : dev
2010-10-16 09:37:42 -07:00
Sebastien Ros
477405bd3c Refactored action results to use defaults
--HG--
branch : dev
2010-10-14 14:51:41 -07:00
Sebastien Ros
2836673667 Pascal casing manifest files
--HG--
branch : dev
2010-10-07 12:38:33 -07:00
Sebastien Ros
c6303e9477 Load advisory message in dashboard
- Current implementation uses a local file, publish it on orcharproject.net later

--HG--
branch : dev
2010-09-29 11:07:19 -07:00
Sébastien Ros
f1eda5ea45 Migrating Core.Dashboard
--HG--
branch : dev
2010-09-17 16:06:25 -07:00
Sebastien Ros
541c6d1e65 Migrating Common and Navigation
--HG--
branch : theming
2010-09-10 15:39:10 -07:00
Louis DeJardin
88535ed8c6 Throwing in a "SummaryAdmin" equivalent
Need to enumerate display types
Adds a diagnostic <div> to devtools that wraps everything being rendered with it's shape name and location

--HG--
branch : theming
2010-09-09 19:23:06 -07:00
Louis DeJardin
b809247464 Simple content item, with support for zones, editor, and display partial templates working
--HG--
branch : theming
2010-09-09 13:52:45 -07:00
Louis DeJardin
899abcca96 Further shapes work
Adding the ability to bind a method with a TextWriter Output parameter
Bringing over work from UnorderedList
Parameter bound with GetMember instead of array access to be compatible with base class properties

--HG--
branch : theming
2010-09-08 19:30:30 -07:00
Louis DeJardin
aa8cac9323 Adding some sophistication to rendering
Doing some work with Zone, MenuItem, Menu shapes
Adjusting some shape usage in the TheAdmin theme

--HG--
branch : theming
2010-09-07 00:20:11 -07:00
Nathan Heskew
a40ebd5f7e Cleaned out remaining dependencies on BaseViewModel (sln builds once again - yay)
--HG--
branch : dev
2010-09-01 15:51:41 -07:00
Nathan Heskew
8f5a0c45a2 Bunch of web.config and .csproj cleanup
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Renaud Paquay
4bd6abe055 Replacing all version# with 0.5.0
--HG--
branch : dev
2010-07-19 14:04:53 -07:00
Bertrand Le Roy
bad9fa79a2 No more lorem ipsum in module descriptions.
--HG--
branch : dev
2010-06-16 14:41:46 -07:00
Suha Can
0971adbe5d Merge
--HG--
branch : dev
2010-06-09 11:49:16 -07:00
Phil Haack
afb6afe309 Changed multiple usages of <%= to <%: where appropriate
--HG--
branch : dev
2010-06-08 23:42:20 -07:00
Suha Can
43f1031054 - Adding localizers to admin menu providers.
- A few missing localized strings and french translations were added. Need native french speakers to fully translate Orchard in french.

--HG--
branch : dev
2010-06-03 15:47:35 -07:00
Nathan Heskew
9aec6871bd Some work on the module management page and making some CSS a bit more generic.
--HG--
branch : dev
2010-05-27 16:05:01 -07:00
Nathan Heskew
2727dab5ba Dropping the Common features dependency and messing with the UI a bit more
--HG--
branch : dev
2010-05-19 10:02:47 -07:00
Nathan Heskew
ae801b66b2 Updated all of the module manifests with a little more relevant info.
--HG--
branch : dev
2010-05-06 22:46:18 -07:00
Erik Porter
40ca536d1a Wording change to admin dashboard
--HG--
branch : dev
2010-03-09 15:54:29 -08:00
jowall
17a9065b3c Hid the blog edit link in the classic theme. Updated the dashboard title.
--HG--
branch : dev
2010-03-05 15:57:25 -08:00
Suha Can
71f302277e - AntiForgerFilter now opt-in for Orchard extensions such as modules and areas.
- "antiforgery: enabled" in your module.txt will enable the filter to do the antiforgery check on posts.

--HG--
branch : dev
2010-03-04 15:15:06 -08:00
Nathan Heskew
3dc996e63e Tweaking the Orchard Dashboard admin menu nav item name(s)
--HG--
branch : dev
2010-03-02 05:55:01 -08:00
jowall
30091bac36 Added Dashboard text.
--HG--
branch : dev
2010-03-01 17:36:51 -08:00
Nathan Heskew
daae401ac4 Adding a Dashboard module to support a (initially) simple Admin Dashboard
- Added Dashboard module to Orchard.Core
- Updated "Admin" link in User partials to point to the Admin Dashboard (and consolidated partials)
- Changed the admin menu to not hardcode the Dashboard item in the template. Instead all items come from admin menu item registration (hence the weird "Manage Orchard" sub-item)

--HG--
branch : dev
2010-03-01 02:26:12 -08:00