42f9f85a48
Added view for package/details
2014-11-23 19:55:26 +01:00
f5710545ed
Fixed paths for jQuery raty plugin
2014-11-23 19:55:16 +01:00
de2af30d20
Missing asset for jQuery plugins added
2014-11-23 19:54:36 +01:00
18614a5790
Added icon for user profile
2014-11-16 20:12:38 +01:00
f3ea0844d9
Added Debian logo
2014-11-16 20:12:29 +01:00
7e362625fb
Added jQuery "cycle2" plugin.
2014-11-16 20:12:04 +01:00
b79bfafb0c
Added icons for the jQuery "raty" star rating script
2014-11-16 20:11:47 +01:00
87f545414f
Getting the project working again
...
Replace Twitter Bootstrap by Zurb Foundation
Used @import in SCSS instad of require_tree for proper order and use of variables like $debian_color
Moved old files out of the way (renamed them to xx*)
Welcome controller (/) works
Moved templates from ERB to SLIM format
Fixed database settings
Reduced routes to working ones
Tidied up Gemfile
Checked in experimental lab files
Tried to find a good description for this massive commit :)
2014-11-16 18:26:03 +01:00
a7e05b2b78
Using the "images_path_prefix" configuration variable in the Package model
2013-11-20 21:21:16 +01:00
f9f4c8d981
Removed needless templates.
2013-11-20 21:20:51 +01:00
76164dd79d
Added a configurable path leading to screenshots.
...
Screenshots/thumbnails should be delivered statically from a front-end
web server. This introduces the "images_path_prefix" configuration
variable that makes the URL path configurable that is used to load
screenshots.
2013-11-20 21:20:25 +01:00
c1de334c57
Removed unsupported gems. Switched to elasticsearch-ruby for search
2013-11-20 21:18:50 +01:00
2d3adb7ae4
Removed IDEA (RubyMine) junk files
2013-11-20 21:18:34 +01:00
Haas, Christoph
ba4c4597bb
Merge branch 'master' of bitbucket.org:signum/debshots
2013-11-20 16:33:17 +01:00
Haas, Christoph
7c4c6f105e
Minor reformatting.
2013-11-20 16:33:06 +01:00
a3c008d72b
Added "tire" as Elasticsearch should become the search engine of choice
2013-11-20 00:08:37 +01:00
Haas, Christoph
58f4a1e328
README reformatted
2013-11-19 19:57:49 +01:00
Haas, Christoph
6991dab1e1
Merge branch 'master' of bitbucket.org:signum/debshots
2013-11-18 23:14:26 +01:00
Haas, Christoph
e88f7e1ba2
Added tidy commands for Komodo Edit IDE
2013-11-18 18:53:51 +01:00
bd8b8b1933
Tidied up mockup directories
2013-11-18 00:30:43 +01:00
e7b3a49ce3
Added random IntelliJ RubyMine files
2013-11-18 00:24:17 +01:00
aaa264863b
Experimenting with search column on the left and results on the right
...
(follows the mockups closer)
2013-11-18 00:24:01 +01:00
4abf351391
Trying to added ellipsis for texts that are too high to fit
2013-11-18 00:23:14 +01:00
7999279aeb
Experimenting with bootstrap layouts
2013-11-17 15:53:52 +01:00
fad7634f73
Fixed gap of screenshots within the thumbnail DIV
2013-11-17 14:25:27 +01:00
3c9884aac8
Show proper message if no packages were found for this query
2013-11-17 01:21:21 +01:00
44bcf1fbc6
Removed parameter debugging
2013-11-17 01:14:47 +01:00
8e9ff1ef80
Search query and display selection kept across pages and searches
2013-11-17 01:07:27 +01:00
dead80eb5e
IDEA RubyMine project files added
2013-11-17 01:06:49 +01:00
20418c47b4
Removed cruft in paginator
2013-11-16 23:53:48 +01:00
1a93b49b2e
Aptana project file added
2013-11-16 23:53:17 +01:00
0baf9e7c2c
Show thumbnails in grid view in equal-height boxes
2013-11-16 23:16:31 +01:00
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