1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 07, 2025 — Jul 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed "callout" issue in HTML when the method is obsolute. More... about 12 years ago
Updated nuspecs. Updated to latest version of camalot.common.mvc. Updated projects to .net 4.5.1. tweaked HTML output a little. Added support for BSON. More... about 12 years ago
Added a LookupList to replace the Dictionary. This is just a List<KVP> that holds the methods. Also added a sample value attribute that can be used to help create the "sample" url. More... about 12 years ago
updated nuget and targets. fixed the views not in the nuget package. More... about 12 years ago
Added an "offline" file for when updating. added static registration for svg and woff files More... over 12 years ago
Huge refactor. Created separate builds for MVC3/4/5. Now pulls in Camalot.Common.Mvc since it has a lot of the reflection stuff that was implemented. More... over 12 years ago
Removed unused files. More... over 12 years ago
Refactor of a lot of the code. Make use of the Camalot.Common project instead of duplicating code. created projects for other versions of ASPNET MVC. More... over 12 years ago
Updated the nuget publish script to support copying to a local directory. More... over 12 years ago
added comments to the endpointmvc js script More... over 12 years ago
Enable smooth scrolling with the scrollTo jquery plugin, if it exists. More... over 12 years ago
Tweaks trying to get scrollspy working on the home page. More... over 12 years ago
Added sidebar navigation to documentation page. More... over 12 years ago
Added fork/star info to site navigation. More... over 12 years ago
Changed the license url in the nuspec to be the Raw url. More... over 12 years ago
Added navigation position enum. More... over 12 years ago
Created custom OptionalAttribute because the one in the framework causes issues with MVC(5?) as it flags them as "Missing" and it doesn't notice that they are nullable. More... over 12 years ago
updated the gitignore file More... over 12 years ago
Changed the location of the "open/close" trigger for the navigation. added icon to nuget package. More... over 12 years ago
Added install.ps1 to open the docs on install. Added controller to the site to handle the install request More... over 12 years ago
did some organization of some files. Added some comments. Added documentation about the cshtml files that are distributed with nuget. More... over 12 years ago
Moved the "powered by" to a partial view. Registered the svg mime type in the web config. More... over 12 years ago
Added define info for enums. Added svg of logo. Added search locations to the default view engine for looking for endpoints views. More... over 12 years ago
added support for mousetrap (if it is loaded). Added a search filter for the navigation. More... over 12 years ago
added left/right config for the navigation More... over 12 years ago
Added EndpointMVC icon and added external css/js files to nuget. Added extension to register external css/js files. More... over 12 years ago
some navigation changes so it is more flexable and visible. Implemented scroll-spy in the navigation too. More... over 12 years ago
removed the new line in Enum key/value list More... over 12 years ago
Added define controller for getting information about a specific type. Tweaked the SinceVersion to use a string instead of Version because Xml doesnt serialize it. More... over 12 years ago
Added support for enum types as parameters. Lists their names and values. Shows the type as string|int. updated to latest json.net. did some extension tweaks and additions. More... over 12 years ago