Commit graph

15 commits

Author SHA1 Message Date
660e494a20 Fixed navbar using Bootstrap 3.x style 2013-08-21 22:56:36 +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
d7c7488c86 Trying to improve design 2013-08-11 23:38:38 +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
d4b82892d5 Improved bootstrap-style search form 2013-08-09 23:30:55 +02:00
b703efe785 Properly bootstrap-style media grid for thumbnails 2013-08-09 23:02:22 +02:00
92cafe50b0 Trying to improve bootstrap layout. Thumbnail grid still broken. 2013-08-08 23:15:04 +02:00
928a39dcea Re-displaying search query from previous search in text field 2013-08-08 20:29:55 +02:00
88dfb33721 Return results for packages only with screenshots.
Currently the packages controller is not working well. The JOIN is not
the best way apparently as the 'description' column exists for both the
"packages" and the "screenshots" table. So another way to query for
the data needs to be found.
2013-08-06 23:36:48 +02:00
f26f8a425b Moved default page to "packages" controller.
Using a partial template to render search results.

Show packages by default even without a query.
2013-07-27 13:12:29 +02:00
acd47f66d7 Fulltext search for packages works 2013-07-27 01:48:01 +02:00
c2a695aec0 Packages controller added 2013-07-27 01:23:28 +02:00