Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeyu
/
SmartStoreNET
Public
forked from
smartstore/SmartStoreNET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SmartStoreNET
src
Libraries
on
master
User selector
All users
All time
Commit history
Commits on May 12, 2015
Minor fix
muratcakir
committed
1454e43
View commit details
Copy full SHA for 1454e43
View code at this point
Browse repository at this point
Commits on May 11, 2015
Added hidden setting to disable autoupdate (CommonSettings.AutoUpdateEnabled)
muratcakir
committed
a1e5639
View commit details
Copy full SHA for a1e5639
View code at this point
Browse repository at this point
Added fields AvailableStartDateTimeUtc & AvailableEndDateTimeUtc to Import & Export
Michael-Herzog
committed
743b6bd
View commit details
Copy full SHA for 743b6bd
View code at this point
Browse repository at this point
Unit testing
mgesing
committed
a95a3f0
View commit details
Copy full SHA for a95a3f0
View code at this point
Browse repository at this point
Commits on May 8, 2015
Resolves #508 Limit country settings to stores
mgesing
committed
9c6afbe
View commit details
Copy full SHA for 9c6afbe
View code at this point
Browse repository at this point
Commits on May 7, 2015
Forum tokens are now resolved in context of language id
mgesing
committed
1488a23
View commit details
Copy full SHA for 1488a23
View code at this point
Browse repository at this point
Localized properties for forums
mgesing
committed
92fa803
View commit details
Copy full SHA for 92fa803
View code at this point
Browse repository at this point
Localized properties for forum groups
mgesing
committed
345f442
View commit details
Copy full SHA for 345f442
View code at this point
Browse repository at this point
Resolves #205 Add multistore support for forums
mgesing
committed
c8aa80e
View commit details
Copy full SHA for c8aa80e
View code at this point
Browse repository at this point
Resolves #508 Limit country settings to stores
mgesing
committed
048a49e
View commit details
Copy full SHA for 048a49e
View code at this point
Browse repository at this point
Implemented 'Expand()' extension methods for IQueryable, encapsulating EF's Include(). Makes IRepository.Expand() obsolete.
muratcakir
committed
a14a71c
View commit details
Copy full SHA for a14a71c
View code at this point
Browse repository at this point
Commits on May 5, 2015
PDF converter: fixed 'QFont::setPixelSize' bug
muratcakir
committed
d63962c
View commit details
Copy full SHA for d63962c
View code at this point
Browse repository at this point
Refactoring: Replaced obsolete AppPath by FileSystemHelper
mgesing
committed
080d71d
View commit details
Copy full SHA for 080d71d
View code at this point
Browse repository at this point
Commits on May 4, 2015
Updated internal PDF generator to version 1.1.5
muratcakir
committed
1a48a07
View commit details
Copy full SHA for 1a48a07
View code at this point
Browse repository at this point
Changed PDF generator tool path to 'App_Data/temp' to prevent annoying app restarts after deployment
muratcakir
committed
e85ffed
View commit details
Copy full SHA for e85ffed
View code at this point
Browse repository at this point
Setting to display sub-categories on a category page (hide, above products, bottom of page)
mgesing
committed
fbdc2de
View commit details
Copy full SHA for fbdc2de
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Store URL validation should not throw exception
mgesing
committed
eed5d96
View commit details
Copy full SHA for eed5d96
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Resolves #554 Flag to indicate that a new payment notification (IPN) arrived for an order since last opening\editing of the order
mgesing
committed
f6b5933
View commit details
Copy full SHA for f6b5933
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
Category filtering by store for backend category tree and list. Resolves #105.
mgesing
committed
6756b15
View commit details
Copy full SHA for 6756b15
View code at this point
Browse repository at this point
Resolves #594 Option to prevent a message from being automatically sent
mgesing
committed
0f23783
View commit details
Copy full SHA for 0f23783
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
New task to delete temporary files. TODO: Remove obsolete AppPath and use Core.Utilities.FileSystemHelper instead.
mgesing
committed
ebdddee
View commit details
Copy full SHA for ebdddee
View code at this point
Browse repository at this point
Web API image upload: Pass through of content disposition multipart header parameters
mgesing
committed
c127d27
View commit details
Copy full SHA for c127d27
View code at this point
Browse repository at this point
Commits on Apr 24, 2015
Instant search enhancements:
Show description for 273a002
muratcakir
committed
273a002
View commit details
Copy full SHA for 273a002
View code at this point
Browse repository at this point
Fixed minor product XML export issue
mgesing
committed
576f7c0
View commit details
Copy full SHA for 576f7c0
View code at this point
Browse repository at this point
Resolves #652 Web API: Support for file upload and multipart mime
mgesing
committed
71d65b6
View commit details
Copy full SHA for 71d65b6
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Implemented AutoUpdate for the core app
muratcakir
committed
f4f13f7
View commit details
Copy full SHA for f4f13f7
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Implemented 'aggressive' app restart behaviour (for newly installed plugins)
muratcakir
committed
92ad618
View commit details
Copy full SHA for 92ad618
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
Minor fixes
muratcakir
committed
3c0dc7f
View commit details
Copy full SHA for 3c0dc7f
View code at this point
Browse repository at this point
Resolves #5 Implement 'free shipping threshold' for feed creation
mgesing
committed
fe918f1
View commit details
Copy full SHA for fe918f1
View code at this point
Browse repository at this point
Minor changes
mgesing
committed
59355e0
View commit details
Copy full SHA for 59355e0
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
Increased app version number
muratcakir
committed
5b159fe
View commit details
Copy full SHA for 5b159fe
View code at this point
Browse repository at this point
Removed some redundant locale resources
muratcakir
committed
1ef7352
View commit details
Copy full SHA for 1ef7352
View code at this point
Browse repository at this point
V22 final resources
muratcakir
committed
e15d5dd
View commit details
Copy full SHA for e15d5dd
View code at this point
Browse repository at this point
Enhanced the licensing label in plugin list
mgesing
committed
677a66c
View commit details
Copy full SHA for 677a66c
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Store URL validation before license activation. Confirmation of license activation. Wrong regular expression for URL validation.
mgesing
committed
a808295
View commit details
Copy full SHA for a808295
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.