1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tweak child control formatting
Samantha Copeland
as ninianne98
More... about 13 years ago
modified template mechanism
Samantha Copeland
as ninianne98
More... about 13 years ago
update to support use of default links and a special server control to enable streamlined link support
Samantha Copeland
as ninianne98
More... about 13 years ago
first pass of template support for two level server navigation control
Samantha Copeland
as ninianne98
More... about 13 years ago
added a two level nav builder - reduce number of queries, and use LINQ to refine once grabbed
Samantha Copeland
as ninianne98
More... about 13 years ago
refined the auto formatting of the CarrotGridView, added a boolean image formatter that will present one of two images depending on true/false state, incorporated this into several grids in use, added flyout menus for top level admin menus to consolidate some of the views.
Samantha Copeland
as ninianne98
More... about 13 years ago
added column data content generation in CarrotGridView
Samantha Copeland
as ninianne98
More... about 13 years ago
tweak formatting of plain and html text blurb attribute
Samantha Copeland
as ninianne98
More... about 13 years ago
added incomplete IIS 7/IIS 7.5 <system.webServer /> block; added a logic test for full trust on the app unload bit
Samantha Copeland
as ninianne98
More... about 13 years ago
added some intelligence to the routing to only purge those routes that are marked as coming from the CMS, so other routing sources could be included if needed, added error alerts to the admin area for the async postback - no more silent server 500s.
Samantha Copeland
as ninianne98
More... about 13 years ago
merged concept of NavFileName and FileName, extracted CMS DB Update code into its own assembly, moved virtual filesystem into the core and out of base classes, updated web.config to reflect move, added global.asax to build the routing on app start
Samantha Copeland
as ninianne98
More... about 13 years ago
further refinement of virtual filesystem
Samantha Copeland
as ninianne98
More... about 13 years ago
added prelim pass at routing so /myfolder/default.aspx and /myfolder/ will get treated the same
Samantha Copeland
as ninianne98
More... about 13 years ago
increased timer duration for reset of catching user exit of page
Samantha Copeland
as ninianne98
More... about 13 years ago
tweak layout of default template
Samantha Copeland
as ninianne98
More... about 13 years ago
added breadcrumb support - allows for toggling of wrapped spans and for UL formatting
Samantha Copeland
as ninianne98
More... about 13 years ago
tweak of database upgrading detection logic
Samantha Copeland
as ninianne98
More... about 13 years ago
added fancier formatting of 404 and prettier formatting methods for output of error messages
Samantha Copeland
as ninianne98
More... about 13 years ago
added some more explicit testing to see if the database needs to be updated when certian errors are thrown
Samantha Copeland
as ninianne98
More... about 13 years ago
made the error handling a little smarter if the page could not be gotten for some sort of reason like the database is unreachable - let the error get thrown
Samantha Copeland
as ninianne98
More... about 13 years ago
added jquery datepicker to ease admin navigation
Samantha Copeland
as ninianne98
More... about 13 years ago
refactored reflection libraries out into central utility location. added ability to pick off description attribute within the generic property editor to enhance the user experience.
Samantha Copeland
as ninianne98
More... about 13 years ago
expanded / simplified paging data code
Samantha Copeland
as ninianne98
More... about 13 years ago
added a combined view for widgets
Samantha Copeland
as ninianne98
More... about 13 years ago
added the new content combined view to create scripts; refactored out the newup of sitenav and contentpage so they are less likely to be hijacked
Samantha Copeland
as ninianne98
More... about 13 years ago
added SQL vw_carrot_Content and incorporated into ContentPage and SiteNav classes
Samantha Copeland
as ninianne98
More... about 13 years ago
fix minor path issues
Samantha Copeland
as ninianne98
More... about 13 years ago
simplified file detector; cleaned up HTML in sampler mode
Samantha Copeland
as ninianne98
More... about 13 years ago
added auto unlock if acct is locked out more than 45 minutes
Samantha Copeland
as ninianne98
More... about 13 years ago
updated location of the forgot password message body embedded resource location
Samantha Copeland
as ninianne98
More... about 13 years ago