Antoine Rey
e879e6c566
Fix webjars-angularjs.version
2016-10-13 18:21:40 +02:00
Antoine Rey
159bc343f5
Downgrade to Java 7
2016-10-13 18:14:19 +02:00
Antoine Rey
314cbb7431
Change webjars version to properties
2016-10-13 18:14:01 +02:00
Antoine Rey
cb3bbf6520
Update to Spring Boot 1.4.1
2016-10-13 18:08:58 +02:00
Antoine Rey
8e3a751788
Using the Spring.IO CSS theme (petclinic.css was generated from the springboot branch)
2016-10-13 18:06:22 +02:00
Antoine Rey
c470c0c1c6
Remove Lombok (bad support in my IDE)
2016-10-12 19:06:32 +02:00
Antoine Rey
4a7fa46491
Merge pull request #185 from verydapeng/angularjs
...
A lot of improvements on the AngularJS branch
2016-09-21 14:35:20 +02:00
Dapeng
fdee7e961f
add responsive ui layout for owner list page
2016-09-21 15:01:05 +08:00
Dapeng
00397136b5
add cache-control header for ajax request to by-pass proxy cache
2016-09-21 14:10:58 +08:00
Dapeng
4e64a0b529
relayout ui for visits page, pre-line
2016-09-21 13:20:40 +08:00
Dapeng
3e92c837ce
add mobile support
2016-09-21 13:19:53 +08:00
Dapeng
d5b9faa379
extend the size of the description col for visit
2016-09-21 13:15:57 +08:00
Dapeng
bd5dd27f88
redesign ui layout for owner details for pet's visits
2016-09-21 13:15:19 +08:00
Dapeng
a849f8ef0b
add primitive error ajax error handling for visits page
2016-09-21 13:14:44 +08:00
Dapeng
3c4d95edcf
add edit pet link
2016-09-21 12:36:55 +08:00
Dapeng
8d1efb240b
optimize static resources
2016-09-20 18:11:25 +08:00
Dapeng
12351e40ec
remove jstl
2016-09-20 17:51:03 +08:00
Dapeng
3442afb484
update readme
2016-09-20 17:08:14 +08:00
Dapeng
bd5b93055d
banner
2016-09-20 17:02:22 +08:00
Dapeng
8c7242d926
update owner form
2016-09-20 16:56:41 +08:00
Dapeng
3713134208
add filter for owner
2016-09-20 16:50:38 +08:00
Dapeng
5f0f721837
add filter for owner
2016-09-20 16:48:34 +08:00
Dapeng
1adafc5b0b
remove context-path
2016-09-20 16:39:06 +08:00
Dapeng
dba731012d
rename db init scripts
2016-09-20 15:23:58 +08:00
Dapeng
8a76947579
serve angular from webjars
2016-09-20 15:13:37 +08:00
Dapeng
15129c32c3
redesign owner details page
2016-09-20 14:59:02 +08:00
Dapeng
3510dbfc45
ui update
...
1. upgrade angular version to 1.5.8
2. upgrade bootstrap to 3
3. fix ui integrations up to visits
4. move to webjars
2016-09-20 11:41:05 +08:00
Dapeng
b3db40a266
update owner creation ui
2016-09-19 17:11:29 +08:00
Dapeng
c77f86a72d
update owner creation ui
2016-09-19 17:10:49 +08:00
Dapeng
a481ee4a8e
remove unrelated tests
2016-09-19 16:49:25 +08:00
Dapeng
db3fc815be
restructure ui layout
2016-09-19 16:48:58 +08:00
Dapeng
a2a9725618
format codes
2016-09-19 15:04:07 +08:00
Dapeng
8c4e274914
remove dependency with joda time to simplify the project dependencies
2016-09-19 15:03:53 +08:00
Dapeng
175cf7dfac
migrate to spring-data for repositories
2016-09-19 15:03:02 +08:00
Dapeng
f22bfed274
format codes
2016-09-19 15:01:58 +08:00
Dapeng
7c131fd4dc
add simple error handler for OwnerController.js
2016-09-19 15:01:01 +08:00
Dapeng
080f9e4142
remove unused files
2016-09-19 11:10:33 +08:00
Dapeng
4ea10b410f
remove unused files
2016-09-19 11:09:46 +08:00
michaelisvy
1a6d710e27
removing all JSPs that have been migrated already
2015-07-05 17:53:51 +08:00
michaelisvy
e40a958a8e
added basic form for Edit Pet
...
Still need to fix an issue for Joda Time to work together with AngularJS
2015-07-05 17:52:11 +08:00
michaelisvy
3d6685d0ae
removing MediaType declaration
2015-07-01 09:39:19 +08:00
michaelisvy
fedb7d43fc
Merged OwnerListResource and OwnerResource
...
Realised that @ModelAttribute annotated methods are not suitable
because they can’t be used in 2 cases:
- when I’m using a list of Owners
- when I’m creating a new Owner
So we’re just calling the “retrieveOwner” method manually
2015-07-01 09:16:02 +08:00
michaelisvy
e493177709
migrated from angular-router to ui-router
...
This article explains well why ui-router now is more popular:
http://www.funnyant.com/angularjs-ui-router/
2015-06-30 09:31:09 +08:00
michaelisvy
b67ce6b1ab
code migrated to Angular-ui-router
2015-06-27 16:59:29 +08:00
michaelisvy
ef2ba55a9d
deleted unused bower dep. and added ui-router
2015-06-27 16:59:11 +08:00
michaelisvy
8fba986a57
added comments
2015-06-14 21:54:51 -05:00
michaelisvy
41ec22b4be
ownerForm and validation now working
2015-06-14 20:50:22 +08:00
michaelisvy
f1508666ec
initial commit for AngularJS branch
2015-06-11 17:14:16 +08:00
michaelisvy
8d20340518
removed unused attribute #64
2015-06-09 17:14:53 +08:00
michaelisvy
8965499757
Merge pull request #82 from arey/#64-optim1
...
#64 Optimize N+1 select by using the OneToManyResultSetExtractor
2015-06-09 15:13:32 +08:00