Erik Porter
429ba7e054
Undoing my fix for the homepage link because it's way too late to debug tests
...
--HG--
branch : dev
2010-03-09 02:36:31 -08:00
Nathan Heskew
069a6f5439
Setting up "Add to home page" for page create
...
--HG--
branch : dev
2010-03-09 02:29:11 -08:00
Erik Porter
805cf5c147
Fixed menu to not display blank class="" on <li> elements
...
--HG--
branch : dev
2010-03-09 02:26:54 -08:00
Erik Porter
0a2e640820
Fixed a bug in NavigationManager so the home page link in the menu will work
...
--HG--
branch : dev
2010-03-09 02:21:24 -08:00
Nathan Heskew
0291653273
Setting up "Add to home page" for blog create
...
--HG--
branch : dev
2010-03-09 02:16:08 -08:00
Erik Porter
012137726e
Changed DiscardDraft actions on page/blogpost to be antiforgery checked
...
--HG--
branch : dev
2010-03-09 02:01:52 -08:00
Erik Porter
21bcaa1139
Ensuring that usage of "Add/Edit/Remove" for actions is consistent across modules
...
--HG--
branch : dev
2010-03-09 01:13:07 -08:00
Nathan Heskew
7daf068e30
Merge
...
--HG--
branch : dev
2010-03-09 01:01:54 -08:00
Nathan Heskew
4a0b3f8468
Adding some helpful focus the form functionality for logon and setup
...
--HG--
branch : dev
2010-03-09 00:55:56 -08:00
Erik Porter
80d0155c9f
Changed "Add to the main menu" to "Show on main menu" so they checkboxes reflect state instead of an action
...
--HG--
branch : dev
2010-03-09 00:45:02 -08:00
Erik Porter
b435e81533
Converted LogOn, LogOff, AccessDenied to use the new FollowReturnUrl attribute
...
--HG--
branch : dev
2010-03-09 00:41:17 -08:00
Erik Porter
64a5415725
Add a FollowReturnUrl attribute to honor ReturnUrl in the querystring
...
--HG--
branch : dev
2010-03-08 23:54:18 -08:00
Nathan Heskew
262fc83dbf
Cleaning up the add/edit blog UI
...
- textarea and large text inputs full width
--HG--
branch : dev
2010-03-08 23:44:12 -08:00
Jonathan Wall
7602999f03
Minor update the the dark theme CSS.
...
--HG--
branch : dev
2010-03-08 20:27:05 -08:00
Jonathan Wall
5275209ab3
Added a dark version of the Classic theme. Still more fine-tuning to do,
...
--HG--
branch : dev
2010-03-08 19:41:23 -08:00
Erik Porter
3e3ab6c7be
Merge
...
--HG--
branch : dev
2010-03-08 17:24:17 -08:00
Jonathan Wall
88caea5e28
Added widget files.
...
--HG--
branch : dev
2010-03-08 17:11:09 -08:00
Jonathan Wall
b2cb4e691e
Added widgets to the green theme home page. Removed sidebar files.
...
--HG--
branch : dev
2010-03-08 17:10:12 -08:00
Erik Porter
60d1d8d652
Merge
...
--HG--
branch : dev
2010-03-08 16:46:00 -08:00
Erik Porter
6b27c2b2c7
Made blogpost getting its blog property filled more generic (fixes last checkin)
...
--HG--
branch : dev
2010-03-08 16:45:11 -08:00
Suha Can
a2ac73a142
Merge
...
--HG--
branch : dev
2010-03-08 16:19:54 -08:00
Suha Can
907142ac9c
- Hiding the media root folder setting in the Site Settings UI.
...
--HG--
branch : dev
2010-03-08 16:19:16 -08:00
Nathan Heskew
65060901c3
A little house cleaning in the ResourceManager
...
--HG--
branch : dev
2010-03-08 15:55:35 -08:00
Erik Porter
ec62b5e2dd
Temp fix to unbreak blog post create/edit (working on a better fix)
...
--HG--
branch : dev
2010-03-08 14:51:03 -08:00
Nathan Heskew
25faf66875
Changing FileRegistrationContext to use an internal TagBuilder
...
Instead of string formats to make tag generation more flexible.
--HG--
branch : dev
2010-03-08 13:37:35 -08:00
jowall
8cfaeb8a5d
Made widgets in the sidebar collapsible. Added a second widget and did some CSS clean up.
...
--HG--
branch : dev
2010-03-08 12:48:20 -08:00
Suha Can
06a1e64c34
- Removing some text from the post-setup welcome page. Nothing to see here.
...
--HG--
branch : dev
2010-03-08 11:22:48 -08:00
jowall
4cc51c4497
Added primary button to users and roles.
...
--HG--
branch : dev
2010-03-08 10:52:05 -08:00
Nathan Heskew
fb4a4cd408
Trimming authenticated and anonymous roles from the UserRoles editor template
...
--HG--
branch : dev
2010-03-08 02:55:21 -08:00
Nathan Heskew
98003c1a1d
Changing PermissionStereotype "Administrators" to "Administrator"
...
--HG--
branch : dev
2010-03-08 02:52:23 -08:00
Erik Porter
4c4906aba0
Changed RouteAspectHandler to generate ContainerPath from the url of the content type
...
--HG--
branch : dev
2010-03-08 02:39:41 -08:00
Nathan Heskew
ef03c8f608
Enabling Html.RegisterStyle("ie6.css").WithCondition("if lte IE 6").ForMedia("screen, projection");
...
- Added Condition property to FileRegistrationContext
- Added StyleFileRegistrationContext + Media property
- Updated Html helper methods for script and style reg to return registered context and added FileRegistrationContext extension methods for WithCondition and ForMedia
--HG--
branch : dev
2010-03-08 01:49:53 -08:00
Nathan Heskew
3dcc0e4261
Moving zone/zoneitem debug rendering to ThemeZoneManagerEvents
...
- still not permenant but better than being in DesignerNotes.ZoneManagerEvents
--HG--
branch : dev
2010-03-07 23:01:12 -08:00
Jonathan Wall
3ca80c39d0
Update to Orchard web csproj file.
...
--HG--
branch : dev
2010-03-07 16:51:56 -08:00
Jonathan Wall
97e7b94018
Added an ie6 stylesheet for Admin. More cleanup still needed.
...
--HG--
branch : dev
2010-03-07 16:48:46 -08:00
Jonathan Wall
142422e34b
Added an ie6 stylesheet for setup screen.
...
--HG--
branch : dev
2010-03-07 16:21:05 -08:00
Nathan Heskew
1a4ffc86fb
Giving the addmedia file upload input a size *in addition to* the fixed width
...
- since FF didn't wan't to fill the width with the browse UI :|
--HG--
branch : dev
2010-03-07 03:36:25 -08:00
Nathan Heskew
3787fe341b
Including the Blogs.Blog.Manage template part in the Orchard.Blogs csproj
...
- the template was being used to render an edit blog link but was a pain to find (until template name hints were rendered in comments)
--HG--
branch : dev
2010-03-07 03:12:50 -08:00
Nathan Heskew
995f30fec6
Adding some debug info for zone item rendering
...
- begin and end comments w/ tempate names (covering RenderPartialZoneItem and ContentPartDisplayZoneItem only at the moment) for zone item rendering
Tossing them in debug compiler conditions for good measure. Likely to change to something runtime related so the app can be kicked into debug mode at any time (for any individual)
--HG--
branch : dev
2010-03-07 03:11:09 -08:00
Nathan Heskew
f8b0317b8c
Changing checkbox/radion display toggle to use click event
...
- change event wasn't fired in IE when the page didn't first have focus. click seems to overlap with change in other change scenarios (label click, tab focus + space select) so we're all good
--HG--
branch : dev
2010-03-07 02:50:35 -08:00
Nathan Heskew
ef5f7edca7
Changing the width of the addmedia input
...
From a character count to fixed (to fit in a fixed-width window w/ different font sizes)
--HG--
branch : dev
2010-03-07 00:42:42 -08:00
Nathan Heskew
abf6720a5e
Removing an import from the TinyMceTextEditor template
...
--HG--
branch : dev
2010-03-07 00:11:47 -08:00
Louis DeJardin
0320862826
Providing designer notes html for zones
...
IZoneManagerEvents interface added to inject designer notes in empty zones
Static html file matching zone names displayed when nothing else is in that location
An Edit link simulates the look of an html widget
Clicking it creates a widget with the designer notes html
Code that calculates media path refactored and moved to viewmodel state
--HG--
branch : dev
2010-03-06 01:25:17 -08:00
Nathan Heskew
dab326c267
Adding the orchard.ico to the SafeMode theme
...
--HG--
branch : dev
2010-03-05 16:51:27 -08:00
Nathan Heskew
dff90c7725
Adding a bit of jquery to toggle elements based on checkbox/radio selection
...
- + related template changes, using a data-controllerid to relate an element to a checkbox or radio button for visibility control
--HG--
branch : dev
2010-03-05 16:41: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
jowall
4178d3f9ac
Moved posted by string in blogs.
...
--HG--
branch : dev
2010-03-05 15:06:06 -08:00
jowall
f1554f5631
Some updates to the classic theme. Added a zone test file.
...
--HG--
branch : dev
2010-03-05 14:20:11 -08:00
Nathan Heskew
70f4b727c1
Fixing some issues IE (in compat mode of 8) had with the addmedia plugin
...
Expanding browser verification of the plugin by 50% (if compat mode of a browser counts as an additional browser)
/me, sad for what was necessary
--HG--
branch : dev
2010-03-05 14:07:26 -08:00
Suha Can
e64f0a3312
- Fixing 16263: Cannot Add Admin user to the Administrators role
...
--HG--
branch : dev
2010-03-05 12:12:14 -08:00