Commit Graph

146 Commits

Author SHA1 Message Date
72268d529d Moved user options to separate page, modularized the settings page code so that it can be re-used to simplify and standardize user settings in the same manner as global settings 2021-01-16 14:26:17 -06:00
992d97d278 Image to Post - lite theme 2020-10-26 10:53:04 -05:00
1159ba2fa1 format 2020-09-19 00:18:51 +01:00
65aca09203 Added understanding of video codecs, primarily to allow us to determine whether a file is a webm or not, but also to support my forthcoming video transcoding extension 2020-08-28 09:51:55 -05:00
984c9702ec The great MIMEing 2020-06-25 00:42:34 +01:00
bd9808081e Added false is_content flags to several blocks so that the 404 extension can work properly 2020-06-24 17:01:09 +01:00
2f313b704a Making document ready events consistent 2020-06-22 18:06:35 +01:00
830915adf2 Fixed lite theme not showing image titles 2020-05-29 22:59:30 +01:00
25248c089d inherit signup page from default on lite theme 2020-03-25 15:19:28 +00:00
1597eff082 lint fixing 2020-03-13 09:23:54 +00:00
6d58fe9b32 Fix invalid type arg 2020-02-23 23:07:02 -06:00
0bcbcb679e have navlinks as a utility methods that themes can call, if they want to 2020-02-01 23:23:23 +00:00
f0f3cc7aa0 merge layout stuff into Page class 2020-02-01 18:11:11 +00:00
dba89e9d13 make all themes have a Page class, to simplify loading 2020-01-27 18:35:36 +00:00
9eb5acf2dc use strict types 2020-01-26 16:27:56 +00:00
5d559dc654 fix typo 2019-12-16 00:02:34 +00:00
70db0ce5bd flash_message -> page->flash, with no cookies 2019-12-15 19:47:18 +00:00
30698fefdc remove a bunch of dead variables and things 2019-10-02 11:23:57 +01:00
e6a402cd4e Merge branch 'custom_ratings' into develop 2019-09-29 14:41:14 +01:00
f5119b20a3 formatting 2019-09-29 14:32:51 +01:00
a6bb15d859 formatting 2019-09-29 14:30:55 +01:00
68ee4d0e77 Custom rating support, user rating filter settings 2019-08-07 15:49:26 -05:00
de98e86938 ExtensionInfo conversions what have I done 2019-08-07 15:40:01 -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
dd6c3b2321 Added window title option to post title extension 2019-08-01 08:10:30 -05:00
cb1e9c0075 Permissions to constants 2019-08-01 08:07:05 -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
f12e2891e5 Added button element to input[button]-related css statements 2019-07-05 16:25:03 +01:00
7c4356d788 Updated copyright notice 2019-06-13 18:19:18 +01:00
76bd6d4238 Fixed an issue when null wueries were passed to some themes 2019-06-01 09:47:03 -05:00
bf473f6d51 more lint fixes 2019-05-29 18:23:29 +01:00
2396ae2ef9 fix a bunch of lints 2019-05-28 20:27:23 +01:00
34b05cca7c PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
5ec3e89884 php7.1 all the things 2019-05-28 17:31:20 +01:00
b01edb2aec copyright date update 2018-11-07 12:11:17 +00:00
b93026ac1d dedupe 'og:' meta tags 2018-11-05 19:17:42 +00:00
6ae14e4921 https for theme links 2018-09-26 22:49:37 +01:00
7bd581b530 Scrutinizer commets. 2017-03-12 14:29:35 -07:00
ede2fcf4eb More linting and fixing 2017-03-08 23:52:31 -08:00
17307820e8 Add some PHPdoc comments as suggested by Scrutinizier 2017-03-08 23:02:26 -08:00
ab33652d70 Made tag list spacing more like it was before
It's still a few pixels off in some cases, but the difference is negligible now.
2016-09-06 22:05:34 -04:00
5919112477 Use tables for tag lists 2016-09-06 06:08:33 -04:00
0ff6da6d3c Merge #555 2016-06-18 15:16:47 +01:00
b76ee95c76 fix and use get_all_html_headers() 2016-06-18 12:25:54 +01:00
caed53de6a jQuery.cookie is deprecated so use js-cookie instead (+ composer), some js tweaking too
Conflicts:
	ext/blotter/script.js
	ext/handle_pixel/script.js
	ext/index/script.js
	ext/pools/script.js
	lib/shimmie.js
2016-06-18 06:27:32 +01:00
43eed32958 Merge pull request #551 from shish/contact-link
Have contact_link support http: and mailto:
2016-06-06 12:37:27 +01:00
aeeaabb22e allow both http: and mailto: contact links 2016-06-06 12:12:25 +01:00
536cba980a update footer date 2016-05-22 16:13:38 +01:00