a0c5fd0ddf
Removed old-school paginator and rewrapped template
2013-11-16 22:59:31 +01:00
984a403c70
Added bootstrap-based previous/next pager
2013-11-16 22:57:17 +01:00
61ee640627
Save space on navbar and pager
2013-11-16 22:57:02 +01:00
e571aa8a0a
Fixed Grid/List buttons in navbar (finally...)
2013-11-16 22:14:56 +01:00
44df4b2c3f
Added space left and right of pagination
2013-11-16 22:14:42 +01:00
Haas, Christoph
90b5b2dedb
Fixed missing Javascripts
...
Javascript were no longer loaded. Accidentally introduced
when disabling Turbolinks.
2013-11-15 17:10:39 +01:00
Haas, Christoph
41f38e9e5f
Bundle packages updated
2013-11-15 17:09:39 +01:00
2edcee06cd
Handling the grid/list display in the view now
2013-11-14 00:19:12 +01:00
d18e0a165f
Removed lots of Bootstrap specialties that were barely readable
2013-11-14 00:18:52 +01:00
e0e0189342
Routes simplified for grid and list view
2013-11-14 00:18:36 +01:00
fde6a8dbb0
Using right search form parameter "search"
2013-11-13 23:24:34 +01:00
0b71665dd0
Indentation fixed
2013-11-13 23:24:23 +01:00
2517dd6192
Disabled turbolinks cruft
...
Turolinks may be a nice feature to speed up page load times.
But it seriously makes event handling in jQuery harder and confusing
to debug. That's why it is now disabled.
2013-11-13 23:24:14 +01:00
bce624ee29
Komodo Edit project added
2013-11-13 23:23:39 +01:00
baa6272a87
Mockup 1 added
2013-11-13 23:23:09 +01:00
313be11da6
Documented setting up a river from PostgreSQL to Elasticsearch
2013-11-13 00:44:45 +01:00
bc774c8b65
Simplified the grid and list view of packages
2013-11-12 22:58:36 +01:00
Haas, Christoph
728a9a952f
Added concept layouts
2013-09-14 11:05:19 +02:00
Haas, Christoph
357d773ead
Improved SVG of 404 image. Now vectors and proper color
2013-09-14 11:04:59 +02:00
a4a57348fc
Turbolinks removed
...
Too much interference with jQuery triggers.
2013-08-25 23:39:25 +02:00
520d29e629
Explicitly defined default order of packages by name.
2013-08-25 23:39:05 +02:00
e3e1871a8f
Better use of Rails' tag helpers. Added list view.
2013-08-25 23:38:50 +02:00
869b87bc7b
Using Rails' tag helpers instead of bare HTML
2013-08-25 08:35:58 +02:00
5f238d2ec1
Added handler that submits the search form upon view changes
...
If the user select a different view (e.g. "grid" or "list") then the form
gets submitted to that the new view is rendered automatically.
2013-08-24 23:15:26 +02:00
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