1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

309 Commits

Author SHA1 Message Date
Cameron
aba1b27108 Fixes #4842 Removed PHP Warning. 2022-12-10 07:23:14 -08:00
Cameron
d960829532 Issue #4918 - Undefined constants cleanup. 2022-12-10 07:06:47 -08:00
Cameron
c494c04c7e Fixes #4806 - news keyword maxlength limitation fix. 2022-06-30 19:01:52 -07:00
Cameron
52cf8f5bfa Closes #4783 Added Page Meta-Title field and synced with Page title.
Issue #6 global LAN_META_DESCRIPTION and LAN_META_TITLE added and replacements made throughout.
2022-06-08 18:29:37 -07:00
Cameron
782c51ff18 Issue #4783 Set SEO title/description limits high. 'cache_clear_all' event added. 2022-06-07 17:48:29 -07:00
Cameron
94bf1efda2 Issue #4783 Added new field for meta-news-title. New prefs added for SEO Title and Description character limits. 2022-06-06 17:28:23 -07:00
Cameron
0ffd69a946 Open new-author link in new window. 2022-06-02 13:47:33 -07:00
Cameron
057cc8e35b Closes #4702 - Added news_modified field. 2022-03-14 14:03:34 -07:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
35808e5eb9 Issue #4609 - Was still failing in earlier PHP versions. More tests added. 'empty' attribute added to news_render_type 2021-11-04 13:58:05 -07:00
Cameron
171cac87b1 Admin-UI type=datestamp and batch=true was producing unexpected results in the batch filter. Now provides an option for setting the current date/time. 2021-09-23 12:37:30 -07:00
Cameron
32618817d1 Character counting display added to meta description on admin News and Page inputs. 2021-08-12 11:51:55 -07:00
Cameron
c941e5b98d Issue #4024 - Pagination url option added to News preferences. Select between 'record' (legacy format eg. page=20, page=40 etc) or 'page' numbers (page=1, page=2 etc). Experimental - requires more testing. 2021-07-06 17:53:55 -07:00
Cameron
2db174defe Fixes #4438 - missing fields. Removed empty row from "Create News" 2021-03-09 10:38:31 -08:00
Cameron
2bf5ee3909 Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs. 2021-02-12 12:19:58 -08:00
Cameron
e4f8082d37 Theme Manager for Admin area, now displays previews of each admin skin. 2021-02-04 16:22:25 -08:00
Cameron
5870fbdb84 "<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui. 2021-02-04 08:45:10 -08:00
Cameron
a7fadaddf9 Added nav icon for Submitted News. 2021-02-01 09:38:31 -08:00
Cameron
142e6be28b Collapsed admin news menu icon experiment. (modern-dark admin style/skin) 2021-02-01 09:32:12 -08:00
Cameron
835e477147 Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
62d6341303 Bbcode test and parser cleanup. 2021-01-14 14:46:49 -08:00
Cameron
5d7f921023 PHP8 Warning fixes. 2020-12-31 09:06:20 -08:00
Cameron
3f8e043998 Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias. 2020-12-22 09:36:02 -08:00
Cameron
601df26d51 Code optimization for speed and reduced memory usage. 2020-12-20 11:50:10 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
68e251d771 Outdated ping functions removed from news and gsitemap. xmlrpc classes removed. 2020-12-05 12:39:50 -08:00
Cameron
57b6546892 Issue #4172 Fixed missing category_sef value in admin/news area and news gsitemap url generation. 2020-05-21 12:00:54 -07:00
Cameron
3730254b8a Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled. 2020-04-09 17:22:10 -07:00
Cameron
aaae9d0e0d Fixes #3759 Legacy code cleanup 2020-02-20 07:30:01 -08:00
Cameron
972fa1a29c Fixed Multiselect dropdown so that an empty value also gets saved. 2019-12-02 14:18:25 -08:00
Cameron
5cf54d07d2 Basic per-item search engine robots handling added to News and Pages. 2019-12-02 13:32:21 -08:00
Cameron
3101635a2a Error display fix. 2019-06-11 10:18:11 -07:00
Cameron
a6009d5957 Fixes #3739 - category template default should be blank. 2019-06-11 09:17:36 -07:00
Cameron
5cd9f52548 New "Search in Field" filter option added for field-specific search of text fields and similar. (filter=>true required) 2019-06-04 12:59:39 -07:00
Cameron
78b95a54b6 Code-cleanup and safestr 2019-03-19 15:12:17 -07:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Achim Ennenbach
1b82862eb7 fixes #3561: modified getTemplateInfo call to load info from templates
stored in the theme folder (theme/templates/news/news_template.php),
in case that template is defined.
2019-01-24 17:52:06 +01:00
Cameron
7daded6ac5 Media-Picker spacer fix. 2018-09-03 14:35:03 -07:00
Cameron
ea4affeab1 Media-Manager news now includes common images/video etc. 2018-08-22 18:09:46 -07:00
Cameron
557dea1f0e Media-picker work. Add the following to e107_config.php to enable and test. define('e_DEBUG_MEDIAPICKER', true); 2018-07-25 20:28:30 -07:00
Cameron
6ab8c5c0f3 Issue #3200 More work on Media-picker. Version changed to 2.1.9 (git) 2018-07-18 14:40:29 -07:00
Cameron
9f50721ab5 Use 'method' for news_template, so we get the 'Default' when empty. 2018-03-10 18:19:53 -08:00
Cameron
79fbf4273c Issue #2996 Admin-ui type=layout inline editing issue. 2018-03-10 18:15:45 -08:00
Cameron
8799ccab75 News: Moved "Template" and "Location" to the "Advanced" tab. 2018-01-26 15:55:37 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
2d9846272b clear news cache after batch change. 2017-12-31 13:53:25 -08:00
Cameron
2788e9745c Image to Bbcode routines and batch conversion option added to admin News area (when in debug mode) 2017-12-27 20:58:59 -08:00
Cameron
eb1aa78613 Fix for news_template options - values should be retrieved from frontend theme. 2017-12-17 19:38:44 -08:00