Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35459 212 d 3 h amit /trunk/ Revert non-Java file changes from r35458  
35458 212 d 4 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
34815 363 d 5 h vikas /trunk/ Reset Password and Categories management  
33085 860 d 6 h ranu /trunk/profitmandi-fofo/src/main/webapp/ fix login issue by g-api  
33061 866 d 12 h ranu /trunk/profitmandi-fofo/src/main/ google sign in api version chnage  
32390 1053 d 6 h amit.gupta /trunk/ Added checkin  
27754 1988 d 6 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/ Fixed live with on  
25391 2540 d 8 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25375 2545 d 7 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25245 2571 d 11 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25241 2571 d 11 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25090 2588 d 12 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25089 2588 d 12 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25087 2588 d 13 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25086 2588 d 13 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
25085 2589 d 6 h amit.gupta /trunk/profitmandi-fofo/src/main/webapp/resources/js/  
24383 2762 d 7 h amit.gupta /trunk/ Added major commit to remove dtr-data  
23343 3084 d 5 h ashik.ali /trunk/profitmandi-fofo/src/main/ $insurancePolicy.getInsuranceProvider().getName() in Order Detail
Show Schemes active and then expired to Partners as well. Show expiry date as well
Optimized js with async true and catagorized
and some bugs