Commit graph

41 commits

Author SHA1 Message Date
6e5c0c8e40 Removed footer because it's useless 2016-05-16 23:45:14 +02:00
a153391615 Moved moderation code to new moderate controller 2016-04-14 16:49:17 +02:00
b32f26a1b8 Moderation view added 2016-04-08 18:26:05 +02:00
03b221a3df Simplified flash message animation. Moved to bottom right. Increased timeout. 2016-04-07 09:42:47 +02:00
4559960e0a Fixed flash message text 2016-04-07 09:37:37 +02:00
1cc189ccdc Amaran jQuery plugin added (growl-like popups) 2016-04-06 16:41:09 +02:00
5147497d3f Hiding user token in footer 2016-03-04 18:22:45 +01:00
1a089c4b0a User logged in turned into normal link in the topbar
Otherwise there are two tabs in the navigation that appear to be active
which is misleading.
2016-03-04 12:31:58 +01:00
fb62bee05a Login screen fixed 2016-03-03 17:13:23 +01:00
030d80fa30 Flash messages fixed for Foundation 6 2016-03-03 17:12:45 +01:00
7e7d2e6c0b Partially migrated to Foundatoin 6 2016-03-02 21:36:58 +01:00
f0c265128b Showing active tab correctly in top bar 2016-03-02 16:24:03 +01:00
298ac56ac0 General Foundation load procedure tidied up 2016-03-02 16:23:47 +01:00
1d63578841 Foundation updated to 6.x 2016-02-29 15:15:04 +01:00
4592debbfa eu_cookies partial path has apparently changed 2016-02-26 17:31:15 +01:00
da28c6440d Moved login/logout form into topbar 2015-07-15 17:59:43 +02:00
35eb83448e Added "devise" for authentication. 2015-07-15 17:06:32 +02:00
cd6fb9ca23 Moved flash messages to general layout 2015-05-02 16:16:40 +02:00
d866f17405 Removed "round" CSS class from alert boxes.
Round corner should only be used for action buttons.
2015-04-27 00:55:14 +02:00
e64c31b8af Show session token in footer for debugging. Needs to be removed in production. 2015-04-27 00:20:47 +02:00
149b2c63f7 Partial to display flash messages added. 2015-04-26 01:43:04 +02:00
1c50a45b31 Flash messages in package/details view added 2015-04-26 01:41:18 +02:00
8b0ff06172 Moved explanation of cookie usage to about page. 2015-04-19 11:48:08 +02:00
3d297b0cb6 Added EU cookie compliance handling.
Adds an annoying bar at the bottom to comply with EU
cookie privacy law (while the secret services strip us naked
and craps on our privacy big time).
2015-04-19 11:32:02 +02:00
b563219d22 Unused tabs in topbar commented out 2015-02-23 22:33:48 +01:00
af1734ed34 Link to "Explore" in top bar shown correctly in packages controller 2015-02-09 16:11:42 +01:00
e8fb97c21e Moved Javascript includes to the top so that other JS code can be included in the page 2014-12-31 17:32:39 +01:00
cbc756e404 Setting Fancybox parameters 2014-12-29 14:55:40 +01:00
ad480fb1cd Moved inclusion of Javscript files into asset pipeline 2014-12-29 14:55:19 +01:00
183412b669 Moved vendor assets into asset pipeline. Fixes assets in production. 2014-12-28 13:11:41 +01:00
b4adeaa9a0 Fixed Foundation 2014-12-28 01:01:16 +01:00
4d2d64b43f #wholepage construct removed that moved the footer down 2014-12-01 00:15:21 +01:00
f5710545ed Fixed paths for jQuery raty plugin 2014-11-23 19:55:16 +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
Haas, Christoph
90b5b2dedb Fixed missing Javascripts
Javascript were no longer loaded. Accidentally introduced
when disabling Turbolinks.
2013-11-15 17:10:39 +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
33efb2c931 Removed Turbolinks due to side effects with jQuery onLoad 2013-08-24 23:14:51 +02:00
e88416fbbd Trying to fix UTF-8 meta encoding 2013-08-10 14:44:19 +02:00
6aef2a7da5 Added proper HTML5-style UTF8 encoding definition 2013-08-09 23:01:51 +02:00
2a96f701ca Setting HTML5 default language to "en" 2013-08-08 23:14:39 +02:00
3af24f56dc Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00