Commit graph

78 commits

Author SHA1 Message Date
33efb2c931 Removed Turbolinks due to side effects with jQuery onLoad 2013-08-24 23:14:51 +02:00
8b5c1d9ff2 Moved pagination to top bar.
Removed "prev", "next", "first" and "last" from kaminari paginator.
2013-08-24 22:42:42 +02:00
Haas, Christoph
c219c38a49 Improved thumbnails view
More readable fonts. Better spacing.
3-col layout on medium-sized devices (responsiveness)
2013-08-23 13:38:15 +02:00
be9cb71f47 Moved search form into navbar. Fixed paginator. 2013-08-22 00:22:12 +02:00
c275f3e52d Trying to get look right for forms using Bootstrap 3.0 2013-08-22 00:13:37 +02:00
6aeb0600a6 Matched CSS to Bootstrap 3.0 thumbnail display 2013-08-22 00:13:15 +02:00
49841af931 Added logos - especially Debian. Tidied up directories for logos. 2013-08-22 00:12:58 +02:00
a5b31a2dcc Fixed eager loading of packages/screenshots 2013-08-21 23:24:07 +02:00
93177ab578 Merge branch 'master' of bitbucket.org:signum/debshots
Conflicts:
	debshots.komodoproject
2013-08-21 23:09:54 +02:00
674cf1f133 Adding Komodo Edit project file 2013-08-21 23:09:09 +02:00
0e344b06dd Adding logo 2013-08-21 23:09:00 +02:00
4d101edc10 Adding script to download screenshots and SQL from old live server 2013-08-21 23:08:44 +02:00
a0ba7bdf18 Fixed kaminari pagination style for Bootstrap 3.0 2013-08-21 23:02:15 +02:00
0ad7b6400a Fixed usage of Bootstrap 3.0 2013-08-21 22:56:46 +02:00
660e494a20 Fixed navbar using Bootstrap 3.x style 2013-08-21 22:56:36 +02:00
d6c5508fdd Fixed use of default scope for Rails 4.x 2013-08-21 22:56:22 +02:00
0277a4e3d0 Merge remote-tracking branch 'remotes/origin/bootstrap3'
Conflicts:
	app/views/packages/index.html.erb
2013-08-21 19:25:26 +02:00
517557711f Experimenting with search form 2013-08-21 19:23:52 +02:00
Haas, Christoph
6ecda590d7 Trying to use Bootstrap 3
Unfortunately it's not working yet. Error:
File to import not found or unreadable: twitter/bootstrap
2013-08-21 18:11:00 +02:00
Haas, Christoph
d79b3a9986 Added therubyracer dependency
Unclear why this is needed. After all we are not using LESS.
2013-08-21 14:44:52 +02:00
Haas, Christoph
0d4d55d474 Removing accidentally created file 2013-08-21 14:35:33 +02:00
Haas, Christoph
7d7fe366ec Unpacking screenshot tarball in script 2013-08-21 14:34:31 +02:00
Haas, Christoph
7ed2ae0ba0 Added script to get database dump and screenshot files from old
debshots1 live server
2013-08-21 14:29:08 +02:00
Haas, Christoph
bf166a75c8 Color of logo slightly changed 2013-08-20 16:03:28 +02:00
Haas, Christoph
c48dc91278 New logo invented 2013-08-20 15:49:20 +02:00
50601b9dcb Fixed styling of pagination bootstrap-style 2013-08-11 23:40:20 +02:00
d7c7488c86 Trying to improve design 2013-08-11 23:38:38 +02:00
857a2706b0 Fancybox plugin added to show large screenshot images. 2013-08-11 23:19:24 +02:00
35510212ba Added package pagination using kaminari 2013-08-10 15:03:31 +02:00
8a0a8d7577 Commented out unused CSS styling 2013-08-10 15:03:22 +02:00
c7c7640619 Revert "Trying to implement AJAX-based endless-page pagination"
This reverts commit 732af154ad.
2013-08-10 14:46:37 +02:00
732af154ad Trying to implement AJAX-based endless-page pagination 2013-08-10 14:46:09 +02:00
31f11c2d24 Updated 404-thumbnail drawing 2013-08-10 14:44:42 +02:00
e88416fbbd Trying to fix UTF-8 meta encoding 2013-08-10 14:44:19 +02:00
d3f0e163c9 Improved styling of "More screenshots…" box at the bottom 2013-08-09 23:31:10 +02:00
d4b82892d5 Improved bootstrap-style search form 2013-08-09 23:30:55 +02:00
60a9bd213d Displaying placeholder thumbnail if package does not have a screenshot. 2013-08-09 23:16:04 +02:00
b581a49e33 Added mockup and image for a not-found thumbnail placeholder image 2013-08-09 23:15:40 +02:00
b703efe785 Properly bootstrap-style media grid for thumbnails 2013-08-09 23:02:22 +02:00
6aef2a7da5 Added proper HTML5-style UTF8 encoding definition 2013-08-09 23:01:51 +02:00
2448e71574 Crap removed 2013-08-09 23:01:33 +02:00
92cafe50b0 Trying to improve bootstrap layout. Thumbnail grid still broken. 2013-08-08 23:15:04 +02:00
2a96f701ca Setting HTML5 default language to "en" 2013-08-08 23:14:39 +02:00
9b9a4c7566 Removing crap 2013-08-08 23:14:28 +02:00
df39fba0ba Replaced .count by .length to omit one SQL query.
Slightly rearranged the display.
2013-08-08 22:39:39 +02:00
110cd16d6e Adding database index on full-text search for better performance. 2013-08-08 22:32:41 +02:00
d1d4cea63a Using proper SQL query to search for multiple search words. 2013-08-08 22:32:20 +02:00
ee530072eb Added package.text_search for full-text searching the Package model 2013-08-08 21:50:03 +02:00
fca503df55 Order in building up the SQL query fixed 2013-08-08 21:49:46 +02:00
47b3253de3 Removed old useless code that was commented-out anyway. 2013-08-08 20:32:52 +02:00