summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Engelbrecht [Wed, 8 Mar 2017 17:29:59 +0000 (12:29 -0500)]
temporarily revert to case insensitive tag filter
the case insensitive filter is not currently working.
Andrew Engelbrecht [Mon, 6 Mar 2017 23:11:23 +0000 (18:11 -0500)]
added missing imports in helper file
Andrew Engelbrecht [Mon, 6 Mar 2017 23:08:28 +0000 (18:08 -0500)]
fixed template variable name
Andrew Engelbrecht [Mon, 6 Mar 2017 23:03:05 +0000 (18:03 -0500)]
use case-insensitive form of tag filter on queries
this will include videos that have the same tag with different
case/capitalization.
Andrew Engelbrecht [Mon, 6 Mar 2017 22:47:53 +0000 (17:47 -0500)]
tmp disable display of featured items on main page
we should wait until we have more featured items.
Andrew Engelbrecht [Mon, 6 Mar 2017 22:47:10 +0000 (17:47 -0500)]
Merge branch 'featured'
Andrew Engelbrecht [Mon, 6 Mar 2017 22:20:57 +0000 (17:20 -0500)]
removing /videos/libreplanet, etc URLs
These videos and photos are already tagged, and we can just use the
tagging system to show them:
https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2016-video/
https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2016/
Andrew Engelbrecht [Mon, 6 Mar 2017 22:00:10 +0000 (17:00 -0500)]
whitespace addition for visual grouping
Andrew Engelbrecht [Mon, 6 Mar 2017 21:58:49 +0000 (16:58 -0500)]
fixed parameters to register_routes
redundant names were being used in the first parameter of the tuples.
Andrew Engelbrecht [Mon, 6 Mar 2017 21:57:59 +0000 (16:57 -0500)]
add /photos/libreplanet, /videos/libreplanet pages
for displaying media tagged as "libreplanet"
Andrew Engelbrecht [Mon, 6 Mar 2017 20:31:49 +0000 (15:31 -0500)]
set name of the featured tag at top of the file
this separates some data from logic
Andrew Engelbrecht [Mon, 6 Mar 2017 20:29:06 +0000 (15:29 -0500)]
reduce the number of featured items on home page
it is now also possible to change the number displayed with a distinct
setting at the top of the __init__.py file.
Andrew Engelbrecht [Mon, 6 Mar 2017 20:24:14 +0000 (15:24 -0500)]
Add media tagged "featured" to the front page
Andrew Engelbrecht [Mon, 6 Mar 2017 20:09:54 +0000 (15:09 -0500)]
added missing commas to routes registration
Andrew Engelbrecht [Mon, 6 Mar 2017 19:54:20 +0000 (14:54 -0500)]
added /videos/featured and /photos/featured URLs
media tagged with "featured" should show up on these pages.
Andrew Engelbrecht [Mon, 6 Mar 2017 19:46:43 +0000 (14:46 -0500)]
allow creating pages filtered by tags
Andrew Engelbrecht [Mon, 6 Mar 2017 19:25:09 +0000 (14:25 -0500)]
added temporary and backup files to .gitignore
Andrew Engelbrecht [Mon, 6 Mar 2017 19:23:17 +0000 (14:23 -0500)]
by default do not filter items based on tags
this commit also adds the option to filter by tag on the front page.
Andrew Engelbrecht [Mon, 6 Mar 2017 18:31:06 +0000 (13:31 -0500)]
Updating plugin paths for /videos + /photos routes
these changes were found in the libreplanet plugin directory in the gmg
installation.
Zak Rogoff [Fri, 27 May 2016 16:29:36 +0000 (12:29 -0400)]
Clarifying some language on the homepage.
k054 [Fri, 8 Apr 2016 17:34:27 +0000 (13:34 -0400)]
minor change to homepage
Stephen Mahood (marxistvegan) [Tue, 12 May 2015 20:16:19 +0000 (16:16 -0400)]
edit the front page message
Stephen Mahood (marxistvegan) [Tue, 12 May 2015 20:15:16 +0000 (16:15 -0400)]
edit the front page message with instructions for campaigns team
Stephen Mahood (marxistvegan) [Tue, 12 May 2015 19:56:09 +0000 (15:56 -0400)]
changed message on media.libreplanet.org
David Thompson [Mon, 6 Apr 2015 20:00:49 +0000 (16:00 -0400)]
Add CC BY-SA 4.0 International to media license choices.
David Thompson [Tue, 31 Mar 2015 18:51:29 +0000 (14:51 -0400)]
Shorten tag name.
David Thompson [Tue, 31 Mar 2015 18:45:18 +0000 (14:45 -0400)]
Filter out unprocessed media.
David Thompson [Tue, 31 Mar 2015 18:36:30 +0000 (14:36 -0400)]
Fix media tag filter.
David Thompson [Tue, 31 Mar 2015 18:33:46 +0000 (14:33 -0400)]
First commit!