Commit graph

543 commits

Author SHA1 Message Date
670df2f277 Fixed bug that parsed description fields incorrectly
Example:

Description-en: 389 Directory Server suite - server
Based on the Lightweight Directory Access Protocol (LDAP), the 389
Directory Server is designed to manage large directories of users and
resources robustly and scalably.
.
Its key features include:
* four-way multi-master replication;
* great scalability;
* extensive documentation;
* Active Directory user and group synchronization;
* secure authentication and transport;
* support for LDAPv3;
* graphical management console;
* on-line, zero downtime update of schema, configuration, and
    in-tree Access Control Information.

The "Its key features include:" was mistaken as a key.
2016-06-29 10:43:01 +02:00
4d65c071f9 Cruft removed 2016-06-29 10:42:22 +02:00
b3625f0a89 Missing jbuilder file added for /json/packages-without-screenshots 2016-06-28 17:12:56 +02:00
1928f8d2a8 Caching configured using file_store 2016-06-28 17:12:32 +02:00
c0109eb6e7 json/packages-without-screenshots implemented 2016-06-28 17:09:17 +02:00
a90bb51b38 /json/packages and /json/screenshots implemented 2016-06-28 17:03:54 +02:00
b3d0b2dc06 JSON controller added. /json/package/:name implemented 2016-06-28 11:39:31 +02:00
0c439359b9 Adding DIV to make sure that the image caption is always below the image 2016-06-27 18:06:29 +02:00
c69a4270e9 Fixed dropdown to allow users to delete their own screenshots 2016-06-27 18:06:11 +02:00
54ee5d80a7 Cruft removed 2016-06-27 18:05:56 +02:00
205c624778 Delivering proper PNG 404 images for thumbnails and large images 2016-06-27 17:38:24 +02:00
d6bfba2e83 Added package views that got lost during renaming them 2016-06-27 16:00:57 +02:00
0c4a0d9a3a Joined thumbnail_with_version with thumbnail dev to remove redundant code 2016-06-27 16:00:28 +02:00
e864415a03 Docs added 2016-06-27 15:59:51 +02:00
04c5009b5d Simplification refactoring 2016-06-27 15:59:42 +02:00
21c40f92d3 Typo fixed 2016-06-27 15:59:15 +02:00
bed96ed633 Renamed templates for list and grid view to avoid manual call of render() 2016-06-24 16:41:02 +02:00
69499addaf Working nginx vhost configuration added to docs 2016-06-24 16:27:14 +02:00
19257a7656 Added legacy URLs /without_screenshots and /with_screenshots 2016-06-24 16:27:04 +02:00
bac90cbd2f Do not crash when sorting screenshots by version if the version is empty 2016-06-24 16:19:05 +02:00
9603550aab /thumbnail-with-version/package/version implemented 2016-06-24 16:18:36 +02:00
6feaa53920 Added Package.best_screenshot_for_version 2016-06-23 00:17:27 +02:00
ff254f8e00 Typo fixed 2016-06-22 18:10:43 +02:00
a44efc8007 Prepared back link (still ugly) in details view 2016-06-22 18:10:33 +02:00
2d73e7a1b4 Do not show version in image caption 2016-06-22 18:10:23 +02:00
f2552736dc Drop shadow added to images in details view 2016-06-22 18:10:06 +02:00
7914d09676 Dealing with empty/nil version/description fields properly. 2016-06-22 18:09:41 +02:00
197c0a8b10 Screenshots were not sorted correctly by version - fixed 2016-06-21 17:55:34 +02:00
b947de24f3 Rake task set_empty_screenshot_version_to_zero added 2016-06-21 17:23:24 +02:00
3be1846688 Added Package.screenshots_sorted_by_version 2016-06-21 16:54:10 +02:00
c2fe896cbc Show version along with description as screenshot caption 2016-06-21 16:53:42 +02:00
4a99d84919 Do not serve static files from the application in production mode 2016-06-21 10:58:34 +02:00
e446ec57b1 Enable X-Accel-Redirect for nginx production use 2016-06-16 12:11:00 +02:00
458d1b668d Boolean logic glitch fixed for when to return a 404 2016-06-16 10:45:11 +02:00
30924aae0e Production database is now PostgreSQL with ident authentication 2016-06-16 10:42:22 +02:00
5d856c61e6 Properly return a 404 if an existing package has no screenshot 2016-06-16 10:42:04 +02:00
d7771f1a60 Deployment documentation improved 2016-06-16 10:41:49 +02:00
6002cd56e0 Authlogic cruft removed 2016-06-14 17:04:43 +02:00
36f9ea3b6f Config variables fixed for production environment 2016-06-14 16:59:40 +02:00
011a61afd4 Deployment section added 2016-06-14 16:59:26 +02:00
e5ceab72a9 Show newest screenshots first 2016-06-13 17:57:03 +02:00
9db16ab357 Consider reported screenshots for pending for moderation 2016-06-13 17:56:50 +02:00
cecb5f47cc Showing reason why a screenshot was reported 2016-06-13 17:56:26 +02:00
5bffa5dfbb Using redirect_to :back 2016-06-13 17:56:12 +02:00
0d3dfdff94 Moved approve_screenshot to packages controller 2016-06-13 17:55:59 +02:00
e46f2a3dff Fixed query for screenshots to be moderated (fixes division by zero) 2016-06-13 17:55:38 +02:00
bd3167b699 Removed useless method approve_screenshot from moderate controller 2016-06-13 17:55:05 +02:00
174a2567df Moderation view fixed. 2016-06-13 17:54:37 +02:00
34c5af8684 Package names removed as arguments. screenshot.id is sufficient 2016-06-13 17:54:19 +02:00
6b83cf7135 Bundling vendor packages
Source gems are in vendor/cache. Binary versions are in
vendor/bundle/ruby and are not checked in.
2016-06-13 17:53:23 +02:00