Commit Graph

4442 Commits

Author SHA1 Message Date
0506adbf30 Adjusted rating setting migration 2019-08-07 15:50:37 -05:00
a019786895 Merge remote-tracking branch 'origin/bugfixes' into custom_ratings 2019-08-07 15:50:36 -05:00
9bc5bb3374 Updated tests to generate user config 2019-08-07 15:50:35 -05:00
85b883ed7a Moved user config stuff into an extension 2019-08-07 15:50:34 -05:00
0fa2adfdd5 Added $user_config global based on existing config object for storing user-specific settings.
Added event to the user page so that extensions can hook into it, providing user-specific setting controls
2019-08-07 15:50:02 -05:00
ee3f53e108 Changed related tags queries to run more efficiently, filter out the starting tags, and filter out any tags starting with tagme, rather than just tagme. 2019-08-07 15:50:01 -05:00
e065c8b789 Set column defaults 2019-08-07 15:50:00 -05:00
aa5a04fbd3 Further adjusting tests for user config
Renamed Rating to ImageRating to prevent test system from trying to make an extension of it
2019-08-07 15:49:59 -05:00
3560a19f79 Updated tests to generate user config 2019-08-07 15:49:58 -05:00
b2193cb6f1 Adjusted rating array usage 2019-08-07 15:49:57 -05:00
5e87dff033 Adjustments to rating upgrade 2019-08-07 15:49:57 -05:00
91b46d6598 Moved user config stuff into an extension 2019-08-07 15:49:56 -05:00
40be8f045a Changed to use user_config extension 2019-08-07 15:49:27 -05:00
68ee4d0e77 Custom rating support, user rating filter settings 2019-08-07 15:49:26 -05:00
8f0aa8a4ca Added $user_config global based on existing config object for storing user-specific settings.
Added event to the user page so that extensions can hook into it, providing user-specific setting controls
2019-08-07 15:48:18 -05:00
8e3b8a7a1b Merge remote-tracking branch 'upstream/develop' into custom_ratings 2019-08-07 15:48:17 -05:00
e6411c32aa Merge pull request #679 from sanmadjack/etc
Etc Commits
2019-08-06 17:45:24 -07:00
a18589ee0a Help extension
Provides foundation for help pages that are generated from loaded extensions, starting with comprehensive search documentation. Addresses #522
2019-08-05 09:03:49 -05:00
00464d2579 Implemented a nav link generating system so that extension power what shows up in the menus rather than being hard-coded in the themes. 2019-08-05 09:01:20 -05:00
972b68bdd3 Setup constants 2019-08-05 09:00:23 -05:00
5ceb6f4193 Update main.php 2019-08-01 08:40:15 -05:00
fc294bfb3c add tracer_enabled check to the database class to prevent unnecessary memory build-up when tracer isn't outputting.
Globalized tracer_enabled to make it easier to access
2019-08-01 08:15:43 -05:00
7d110f11b6 TagCategories config constant 2019-08-01 08:10:38 -05:00
dd6c3b2321 Added window title option to post title extension 2019-08-01 08:10:30 -05:00
c3f2d2e1bd New post titles extension, resolves #19 2019-08-01 08:10:24 -05:00
45df025e7d Bulk action permission constant 2019-08-01 08:09:00 -05:00
cb1e9c0075 Permissions to constants 2019-08-01 08:07:05 -05:00
d16dfe24f2 media extension adjustments 2019-07-31 15:08:56 +01:00
d57b624079 Merge commit '38cc05c' into develop 2019-07-31 14:58:24 +01:00
a0b1c82d0d function to clear event listeners 2019-07-19 10:25:07 +01:00
eb3cc73bce make pages >500 visible to logged-in users 2019-07-19 10:24:17 +01:00
c5aba18470 s/is_admin/can(perform_bulk_actions)/ 2019-07-08 20:35:10 +01:00
38cc05cf37 Fixed issue with merge's duplicate hash check 2019-07-08 08:07:18 -05:00
7991e981ca Revert "Update main.php"
This reverts commit 0eeede7977f69c1e3a60d778de771f08eed4fc38.
2019-07-08 08:07:17 -05:00
f2496b99f6 fix for resize arg isssue 2019-07-08 08:07:17 -05:00
9ce5a05840 Update main.php 2019-07-08 08:07:16 -05:00
58948a90fb Fixed a constant reference 2019-07-08 08:07:15 -05:00
d2d6c433e6 Make the media admin block look a little nicer 2019-07-08 08:07:14 -05:00
8638a16694 Added table-building support to SetupBlock to allow easily building cleaner setup controls 2019-07-08 08:07:13 -05:00
4065540f0e Added SCORE sql constants 2019-07-08 08:07:12 -05:00
a0c0b6e3d1 Various fixes 2019-07-08 08:07:11 -05:00
ae6126d388 Changed upgrade code to use SCORE stuff 2019-07-08 08:07:10 -05:00
b1db833d51 Added additional media properties to the images table, video, audio, length, and lossless.
Added new event to handle fetching media properties like height, width, and the newly added fields, and admin controls to manually scan files for their properties.
Added a search terms content:video and content:audio to search for images that do (or do not) have those flags.
2019-07-08 08:07:09 -05:00
a41e99d1af Renamed graphics extension to media extension 2019-07-08 08:07:08 -05:00
0c16d3e78c Fixed some extension references 2019-07-08 08:07:08 -05:00
7cc725fbc1 Moved graphics engine constants to their own class 2019-07-08 08:07:07 -05:00
3753a1b6d6 Update main.php 2019-07-08 08:07:06 -05:00
b0e12f6a6c Update main.php 2019-07-08 08:07:05 -05:00
18656db7c8 Update main.php
Testing a CI issue
2019-07-08 08:07:04 -05:00
e98e63f836 Adjusted graphic extension settings 2019-07-08 08:07:03 -05:00