rougeronj [Thu, 21 May 2015 11:07:34 +0200] rev 88
updates dependencies and add main-bower-file to gulpfile to concatenate the vendorJs
Refactors gulpfile
rougeronj [Thu, 23 Apr 2015 18:17:58 +0200] rev 87
get the books and slides from Jamespot in case the user have a idUser (is a registered user in jamespot plateform)
rougeronj [Thu, 23 Apr 2015 18:17:10 +0200] rev 86
add user filter to send bakc only the slides and books of the current user
rougeronj [Wed, 08 Apr 2015 17:24:35 +0200] rev 85
gulp copy-server to update the ammico app on the server
rougeronj [Wed, 08 Apr 2015 17:16:31 +0200] rev 84
show books without parents and idArticle (books created from scratch)
minor fix in books.html
rougeronj [Wed, 08 Apr 2015 17:02:32 +0200] rev 83
Proper indent of gulpfile
rougeronj [Wed, 08 Apr 2015 17:02:24 +0200] rev 82
Only able to add slide to the child books - fix bug wich appeard during the split of the resource API (searchAPI -> ammicoAPI & searchAPI)
rougeronj [Wed, 08 Apr 2015 17:00:43 +0200] rev 81
Adapt the html to handle a list of images sent by our Ammico API
rougeronj [Wed, 08 Apr 2015 16:55:19 +0200] rev 80
Add Orpheo Serializer and update config.tmpl with empty Orpheo URL
rougeronj [Wed, 08 Apr 2015 00:39:23 +0200] rev 79
Add url to access main page of the project and gulp "copy-server" to copy the ammico app to the server
rougeronj [Wed, 08 Apr 2015 00:37:52 +0200] rev 78
add gulp task "copy-server" to copy the project built, on the django server
rougeronj [Wed, 08 Apr 2015 00:36:37 +0200] rev 77
Add new serializer for the data send by Orpheo. We receive XML so we parse it to json. Then we parse some html to get the proper data of each attribute.
Add xmlToJson parser module to requirements.txt
rougeronj [Wed, 08 Apr 2015 00:31:45 +0200] rev 76
show the data of the json received from the server (normalize the exchanged data)
rougeronj [Tue, 07 Apr 2015 12:01:58 +0200] rev 75
Render parent books, child books, and other books separately - minor clean in modal.html
rougeronj [Tue, 07 Apr 2015 12:00:14 +0200] rev 74
get the book id of the book to delete from the template instead of $index (because we reorder the list so $index are not really clear anymore)