1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'refs/remotes/origin/master' More... about 7 years ago
feature: add paypal functionality and supporting utilities for checking credit card and add country code More... about 7 years ago
Hello from Visual Studio 2017! More... about 7 years ago
Finished coding the slideshow. More... about 7 years ago
- Added new Plugin Entry "SlideShow" in the Database Initializer Class - Added the new SlideShow Domain Model Class and DbSet - Added the Slides folder structure /Content/Slides/Full and /Content/Slides/Thumb More... about 7 years ago
Created new Private Message Logic BLL Class and refactored code. More... over 7 years ago
Added a poll listing page to show all existing polls. More... over 7 years ago
Fixed Empty Forum Post breaks thread display. More... over 7 years ago
Added check based on the user ID so that the user can't vote if he/she has voted already once. More... over 7 years ago
Added a new field for the Admins to specify if a poll should allow only a single option or multiple options. More... over 7 years ago
Added a filter to only show polls in the module if they have the Featured flag set. More... over 7 years ago
Added a PollLogic, PollAnswerLogic and PollVoteLogic BLL Class. More... over 7 years ago
Added a search feature to User Manager: More... over 7 years ago
Initial Commit of the Android Mobile App Project More... over 7 years ago
Added the splash screen logo to iOS Project. More... over 7 years ago
Initial Commit of the iOS Mobile Application Project in XCode. More... over 7 years ago
Fixed issue with link id showing instead of link category. More... over 7 years ago
Fixed bug which was redirecting to links manager menu index instead of the menu manager list: More... over 7 years ago
Created a BaseLogic class containing a DB Context object, and inherreted from it in all BLL Logic classes. Also did some addition bug fixes and updated other parts of the code to reference the new Logic Classes. More... over 7 years ago
Updated AccountLogic, AnnouncementLogic, ChatLogic, ConfigLogic, MenuLogic, PageLogic and VisitorSessionLogic and added ProfileLogic. More... over 7 years ago
Small bug fix for the routing of the new Web API Rest Services. More... over 7 years ago
Created a PageLogic BLL Class and moved all references to point to the CRUD methods of that. More... over 7 years ago
Created an AnnouncementLogic class and moved all the database CRUD operations into it. Also added a MembershipUser method in the AccountLogic to populate the drop downs in the announcement Manager. Lastly, removed additional Config DB table calls and referenced the ConfigLogic class instead. More... over 7 years ago
Bug Fix - Make the list of Countries and Statistics Graph Responsive: More... over 7 years ago
Added logic to Auto Purge Visitor sessions based on purge period specified in the Configuration table. More... over 7 years ago
Moved Config Manager Logic to the new ConfigLogic class and updated all code references. More... over 7 years ago
Added a Web API /Help Documentation Area, which automatically documents the Web API Service Controllers and Actions based on the Summary Comments added to the top of each API Controller Action. More... over 7 years ago
Small formatting correction. More... over 7 years ago
Added iOS and Android Mobile App Source Code folders to the Repository. More... over 7 years ago
Added the Page Web API Controller and PageLogic BLL Class for it. More... over 7 years ago