Commit Graph

40 Commits

Author SHA1 Message Date
Lombiq
5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
Sebastien Ros
b8ebd5124e Preparing the project to support SSL access 2013-09-25 17:36:21 -07:00
Sebastien Ros
cbaa5b6d0e #19289: Fixing http-equiv meta tags management
Work Item: 19289

--HG--
branch : 1.x
2013-05-20 17:46:35 -07:00
jowall
b8a59e3432 Added alternate quad layout to TheThemeMachine CSS.
--HG--
branch : 1.x
2011-03-30 11:45:27 -07:00
Jonathan Wall
99979cf319 Added wrapper divs to main and tripel in the t-machine.
Work item: 17029

--HG--
branch : dev
2010-12-10 18:39:00 -08:00
Nathan Heskew
74dd705b6f Tidying up TheThemeMachine layout code block a little
--HG--
branch : dev
2010-10-21 11:26:20 -07:00
Michael Dorian Bach
400779f5a9 CSS refactoring and cleanup for ThemeMachine. Resolved default padding styles.
--HG--
branch : dev
2010-10-19 18:18:53 -07:00
Jonathan Wall
e990bfa0d4 Removing test html.
--HG--
branch : dev
2010-10-15 18:09:05 -07:00
Jonathan Wall
6da2e04ada Added CSS for tripel
--HG--
branch : dev
2010-10-15 17:05:02 -07:00
Jonathan Wall
cb468f264d Added the CSS for the Quad.
--HG--
branch : dev
2010-10-15 16:27:45 -07:00
Nathan Heskew
21c04e45da Adding a layout classification helper function to TheThemeMachine's layout
--HG--
branch : dev
2010-10-15 15:15:44 -07:00
Jonathan Wall
51ccb98d10 Added more CSS ect. to make the quad zone work.
--HG--
branch : dev
2010-10-14 17:18:09 -07:00
Jonathan Wall
f9eee4d063 Starting adding CSS to make the quad zones collapse.
--HG--
branch : dev
2010-10-14 15:52:45 -07:00
Michael Dorian Bach
ef4eeae808 Updating ThemeMachine to work with our new 20 zones.
--HG--
branch : dev
2010-10-14 15:18:56 -07:00
Michael Dorian Bach
81c77a1901 Update to ThemeMachine. Fixed CSS work from Nathan's awesome zone update. Added WebFonts.
--HG--
branch : dev
2010-10-14 14:01:06 -07:00
Nathan Heskew
64c1bdf243 Updating TheThemeMachine's layout with zone awesomeness
--HG--
branch : dev
2010-10-14 13:21:46 -07:00
Michael Dorian Bach
71e61fd3df Fixed Layout-Wrapper so it can accept dynamic has-sidebar class.
--HG--
branch : dev
2010-10-14 12:03:45 -07:00
Jonathan Wall
09a82b8791 Some cleanup on Theme Machine layout file.
--HG--
branch : dev
2010-10-14 10:01:41 -07:00
Michael Dorian Bach
e10dc241c4 Updated User shape and more CSS revisions
--HG--
branch : dev
2010-10-13 19:22:49 -07:00
Michael Dorian Bach
d2133abcb0 Updates to Theme Machine to clean up styles.
--HG--
branch : dev
2010-10-13 12:56:05 -07:00
Nathan Heskew
8e2f7e974a Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
--HG--
branch : dev
2010-10-12 23:34:41 -07:00
Louis DeJardin
9e00c20a6e Merge - potentially bad merges in a place or two
--HG--
branch : composition
2010-10-12 17:43:49 -07:00
Jonathan Wall
7540e437b8 More layout updates to the new theme.
--HG--
branch : dev
2010-10-12 15:53:42 -07:00
Nathan Heskew
f7b77808fc Adding a rudimentary recent blog posts widget
--HG--
branch : dev
2010-10-12 13:53:17 -07:00
Jonathan Wall
62eb8101af Updating CSS for new theme again.
--HG--
branch : dev
2010-10-12 12:06:35 -07:00
Jonathan Wall
71d3c9c32a More updates to the CSS for the new theme.
--HG--
branch : dev
2010-10-11 15:03:07 -07:00
Jonathan Wall
dd8297eafd More CSS changes to the new theme.
--HG--
branch : dev
2010-10-11 12:48:15 -07:00
Jonathan Wall
44f76b4276 Updated navigation in the new theme.
--HG--
branch : dev
2010-10-11 10:32:54 -07:00
Jonathan Wall
5dcd3cb508 Updates to the new theme.
--HG--
branch : dev
2010-10-08 17:10:41 -07:00
Nathan Heskew
11d83885ce Adding a property and a couple methods to the base view class(es)
- Layout (shortcut for WorkContext.Layout)
- HasText(object thing) (shortcut for !string.IsNullOrWhiteSpace(thing as string))
- Tag(dynamic shape, string tagName) (shortcut for Html.Resolve<ITagBuilderFactory>().Create(shape, tagName))

--HG--
branch : dev
2010-10-07 22:29:11 -07:00
Nathan Heskew
f2ff1494af More progress on defining new UI capabilities...
--HG--
branch : dev
2010-10-07 15:07:01 -07:00
Nathan Heskew
6dbbe6e1f0 Some minor post-mvc3 beta upgrade fixes
--HG--
branch : dev
2010-10-07 12:50:51 -07:00
Renaud Paquay
34bbd4a062 Merge
--HG--
branch : dev
2010-10-07 11:57:23 -07:00
Jonathan Wall
1e8cd2b2bb Added some floats and sidebar to TheThemeMachine.
--HG--
branch : dev
2010-10-07 11:46:07 -07:00
Jonathan Wall
5404fb4e2c Added login to The Theme Machine.
--HG--
branch : dev
2010-10-07 11:09:37 -07:00
Renaud Paquay
833beaad3b Fix Razor views single line comment syntax
@// is not valid anymore, use "@* ... *@" instead

--HG--
branch : dev
2010-10-07 10:53:02 -07:00
Nathan Heskew
7503606d74 More progress on defining new UI capabilities..
--HG--
branch : dev
2010-10-06 14:02:37 -07:00
Nathan Heskew
f3af5ea7d9 More progress on defining new UI capabilities.
--HG--
branch : dev
2010-10-05 08:28:06 -07:00
Dave Reed
974bc5c894 Added overload to Script/Style/IRM.Include() to allow specifing the debug+release url for common .min versions.
Converted built-in themes to use Include() instead of a manifest for simplification.

--HG--
branch : dev
2010-09-30 18:20:54 -07:00
Nathan Heskew
81fad6fb05 Starting to dream up the new theme...up
--HG--
branch : dev
2010-09-30 13:03:48 -07:00