BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-fofo
/
src
/
main
/
webapp
/
resources
/
js
/
login.js
– Rev 35459
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
35459
144 d 9 h
amit
/trunk/
Revert non-Java file changes from r35458
35458
144 d 9 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
295 d 10 h
vikas
/trunk/
Reset Password and Categories management
33085
792 d 11 h
ranu
/trunk/profitmandi-fofo/src/main/webapp/
fix login issue by g-api
33061
798 d 17 h
ranu
/trunk/profitmandi-fofo/src/main/
google sign in api version chnage
32390
985 d 11 h
amit.gupta
/trunk/
Added checkin
27754
1920 d 11 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
Fixed live with on
25391
2472 d 13 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25375
2477 d 12 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25245
2503 d 16 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25241
2503 d 16 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25090
2520 d 17 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25089
2520 d 17 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25087
2520 d 18 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25086
2520 d 18 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
25085
2521 d 11 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
24383
2694 d 12 h
amit.gupta
/trunk/
Added major commit to remove dtr-data
23343
3016 d 10 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