1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 27, 2024 — Sep 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
performed some cleanup of the CSS for the adv editor toolbar, added some jquery detection to dynamicly attach rather than forcibly attach
Samantha Copeland
as ninianne98
More... over 12 years ago
update jquery blockUI to v2.53
Samantha Copeland
as ninianne98
More... over 12 years ago
updated css for citrus to include a fancy comment block, also set to use jquerybasic rather than the seperate jquery and jquery ui controls
Samantha Copeland
as ninianne98
More... over 12 years ago
added the jquery 1.9 migrate library, exposed a jquery version property on jquerybasic so any version from 1.6 through 1.9 can be selected
Samantha Copeland
as ninianne98
More... over 12 years ago
added code to show all items if user sets taketop to -1
Samantha Copeland
as ninianne98
More... over 12 years ago
dropped floating toolbar javascript, made collection of the dragged/reordered widgets smarter/more efficient removed embedded jquery versions 1.3, 1.4, & 1.5, updated admin components to work with jquery 1.8 and jquery UI 1.10
Samantha Copeland
as ninianne98
More... over 12 years ago
updated logic behind the database update process
Samantha Copeland
as ninianne98
More... over 12 years ago
updated database create script updated sorting of toolbox widgets added ability for MostRecentUpdated to take category list added ability to move the directory of the plugins or templates by setting a config key in the web.config added concept of public/private categories and tags tweak appearance of the blog index and page index updated css/images themes to jquery ui 1.8.24 tweaked page behavior for when another user is blocking - don't prompt to navigate away, and provide empty stubs for some of the functions called when redirecting away as some things just don't apply
Samantha Copeland
as ninianne98
More... over 12 years ago
added IE force mode to filebrowser
Samantha Copeland
as ninianne98
More... over 12 years ago
added meta for http-equiv="X-UA-Compatible" content="IE=edge" to better force IE to work in the most optimal mode
Samantha Copeland
as ninianne98
More... over 12 years ago
incorporate jquery ui 1.8.24 and added jquery 1.8.2 to the control collection
Samantha Copeland
as ninianne98
More... over 12 years ago
fix a refactor issue with saving tags/categories (db handling was context incorrect)
Samantha Copeland
as ninianne98
More... over 12 years ago
updated unicode chars for arrows, corrected update script to use a boolean expression to backfill the show in nav field
Samantha Copeland
as ninianne98
More... over 12 years ago
added script 9 to sln folder
Samantha Copeland
as ninianne98
More... over 12 years ago
added ability to hide pages from the site navigation and track the creating user extracted filebrowser css into its own file updated sitemap to include the show/hide from nav and added support to the adv editor tweaked sibling, child, and breadcrumb logic added sitemap access to the advanced toolbar added thumbnail to adv edit popup, made a smaller/scalable filebrowser, tweaked appearance/css of filebrowser changed to use a general purpose serialized clean up made sure the page's parent is preserved when publishing from adv editor added thumbnail editing to the blog adv edit refactored the contentpage to have db contexts within each method rather than a global class-wide one
Samantha Copeland
as ninianne98
More... over 12 years ago
added ability (though an interface IWidgetLimitedProperties) to block all but a subset of the public properties from the widget editor tweaked some of the controls to have better visual studio designer behavior/experience added custom config area for web.config and created a schema file to aid/assist in filling in the values
Samantha Copeland
as ninianne98
More... over 12 years ago
added auto popuplate of filename and other navigational elements when adding/editing a page added intelligent preselect of templates to adding new content - auto select when adding content based on highest usage template of the content type in play (page or post) did away with arbitrary sorting of the paged data - always use golive on datasummary put in better detection of nullity - is there an index page for the default/plain template took out private data context and did seperate ones in each method for SiteData, got postcalendar working as a designer rendered control and added some designer behavior to get rid of some of the control errors when using visual studio to view the templates added a cannonoical link control, added a general purpose designer to display some of the more less obvious controls with their info put in some more discriminating logic in the webservice error responses made some of the controls more consistent with each other and added a type filter to the most recent control put in some accomidations so that widgets and/or bodies in user controls can be used consistently/interchangably refactor to combine several nav concepts into a single common concept by common naming elements and implementing interfaces
Samantha Copeland
as ninianne98
More... over 12 years ago
[no comment]
Samantha Copeland
as ninianne98
More... over 12 years ago
changed default listing on blog index to be the "all" mode created a combined/combo control to perform pagination logic against a carrotgridview added pagination to all blog and all page listing views added comment import from wordpress XML exports added querystring/link based paginator support (linkbutton failing to postback issues discovered with some HTML 5 templates) added a basic indexer into the plaintemplate.aspx file, to be visible/enabled only if the page being viewed is listed as the site index/blog index
Samantha Copeland
as ninianne98
More... over 12 years ago
added some better support for the visual studio experience for the carrotgridview, added some overrides to the searchbox so non-server controls can be used, added some additional styling items to the metawordlist added basic sitemap handler, added a better more descriptive title to the module listing so it is easier to tell what module you are in from the title bar added some fixes to the widget parser to make sure doubled up tildes (~~) do not appear in control paths. added better default handling of when the UTC date is not present in the wordpress backup archive, using "wp:post_date" if "wp:post_date_gmt" bombs fixed issue when adding a new tag or category using the UI - better nullity detection
Samantha Copeland
as ninianne98
More... over 12 years ago
added native import and export of a gallery
Samantha Copeland
as ninianne98
More... over 12 years ago
update project / sln
Samantha Copeland
as ninianne98
More... over 12 years ago
updated db project to include latest schema and remove some obselet objects
Samantha Copeland
as ninianne98
More... over 12 years ago
fixes for misbehavior when site is empty or page is empty
Samantha Copeland
as ninianne98
More... over 12 years ago
added script 8 to SLN folder
Samantha Copeland
as ninianne98
More... over 12 years ago
added trackback support, both sending and recieving with sitewide options to turn on or off both added more functionalty/filtration for exporting a site - date range, data type, or simply extract everything added ability to do a select/unselect all on the bulk template (drill down version) centralized some of the controls that are loaded server side into the filename class changed a number of object creator methods previously "internal static TypeX" to just be "internal TypeX" so that they are more obviously the primary way to convert from the LINQ object to the buisness entity ability to import wordpress attachments along with the content being imported, with the option to attempt to download the files to a designated local website folder
Samantha Copeland
as ninianne98
More... over 12 years ago
broke out some of the line LINQ to SQL into a pseudo buisness library, added support to accept wordpress galleries and attempt to line them up with pages that appear to match the original host pages
Samantha Copeland
as ninianne98
More... over 12 years ago
changed several default template behaviors to use ASCX for the layoutand added dynamic detection of the server controls for the base content page in case someone has removed a content zone added more server side centralization of the new management path, laying framwork to allow for someone to move the directory and search replace scripts and then set a config entry for server side support
Samantha Copeland
as ninianne98
More... almost 13 years ago
added script 6 back to SLN DB folder
Samantha Copeland
as ninianne98
More... almost 13 years ago
renamed /Manage/ to /c3-admin/ - attempt to remove any potential conflict with an actual path a user might want to use
Samantha Copeland
as ninianne98
More... almost 13 years ago