Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e80b477525bb13d8bca3c98962f16a374fbe2e83
https://github.com/phpmyadmin/phpmyadmin/commit/e80b477525bb13d8bca3c98962f…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M js/db_search.js
Log Message:
-----------
Scroll (using Animate) only when result div is visible
We load the result div using data from AJAX request and make the div visible.
So, we should scroll down when the div is visible and loaded with the appropriate data.
Fix #12375
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 6c8513bd79a8465846059e3dd674427df23a5fc5
https://github.com/phpmyadmin/phpmyadmin/commit/6c8513bd79a8465846059e3dd67…
Author: Deven Bansod <devenbansod(a)users.noreply.github.com>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M js/db_search.js
Log Message:
-----------
Merge pull request #12450 from devenbansod/fix_12375
Scroll (using Animate) only when result div is loaded with data from ajax response and is visible
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3dcb219834b5...6c8513bd79a8
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 5636c4d68696984068fcce510f7ab52c774d83b7
https://github.com/phpmyadmin/website/commit/5636c4d68696984068fcce510f7ab5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M files/models.py
M pmaweb/templates/_dllist.html
M pmaweb/templates/files/release_list.html
Log Message:
-----------
Add support for rendering historical releases without files
Signed-off-by: Michal Čihař <michal(a)cihar.com>