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

281 Commits

Author SHA1 Message Date
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
Lóna Lore
3f59508061 Fix for PHP Notice Undefined index: subnews_attach_minsize, Line 1274 of /e107_admin/newspost.php 2017-12-10 13:25:23 +01:00
Cameron
63054bfd4c Minor UI fix. 2017-10-12 11:03:03 -07:00
Cameron
85e2a67018 Issue #2806 - Expands on News list template to add specific styling for the first item in the list. 2017-10-08 09:00:34 -07:00
Cameron
a11cd8ef63 Issue #2000 News template determined by News category. Frontend - partially functional. 2017-09-28 17:03:13 -07:00
Cameron
229f0486aa Issue #2000 Enable news category to determine news category default template. Admin area completed. Frontend still to come. 2017-09-28 09:35:56 -07:00
Cameron
a8a49f5aad Allow for more than 2 default news layout options. (work in progress) 2017-09-26 12:32:55 -07:00
Cameron
13d58de464 Issue #2795 Support multiple news 'view' layouts (requires database update) 2017-09-23 14:08:47 -07:00
Cameron
cda835de49 Fixes #2769 Template multi-check in news admin. 2017-09-18 14:16:19 -07:00
Cameron
c88fbb5c9a Closes #2528 Batch SEF generation added. 2017-04-02 11:32:32 -07:00
Cameron
7dfebac3f5 Admin navigation styling. 2017-04-02 08:37:20 -07:00
Cameron
8963dacc46 Fix for bbarea GUI when limited news perms are set for the current user. 2017-02-20 15:22:06 -08:00
Cameron
29d97855f1 Remove old unused code from newspost. Make On/Off the default for admin-ui boolean fields. 2017-02-19 10:23:52 -08:00
Cameron
b2e951d2d8 Fix for admin news perms 2017-02-18 15:31:41 -08:00
Gábor
f090a3cbb6 Update newspost.php 2017-02-13 07:54:47 +01:00
Cameron
cf43841e27 News Grid Upgrades (TBD) 2017-02-06 19:27:23 -08:00
Cameron
37c18e822e Admin-ui quick page navigation added. Plugin class fixes. (admin navigation of plugins) 2017-02-06 11:18:36 -08:00
Cameron
46e89d103e Fix for landingzero othernews menu. 2017-01-29 18:33:48 -08:00
Cameron
ff38b2ad07 Closes #2309 - AdminUI Batch Export option added. 2017-01-27 18:02:57 -08:00
Cameron
500128d613 Disable SEFURL similarity for Japanese and Korean. (more to come..) 2017-01-16 19:05:27 -08:00
Tijn Kuyper
347c9f9af0 Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
2017-01-17 01:33:03 +01:00
Cameron
c0e83fa657 SEF UURL Warning added to NewsPost 2017-01-16 12:10:02 -08:00
Cameron
af92191e37 Experimental News-cache timeout pref added. 2017-01-09 13:11:59 -08:00
Cameron
6ff2667898 PHP 7.1 fixes. Fix for broken category icons after upgrade. Fix for news thumbnail preview. 2016-12-17 09:43:37 -08:00
Cameron
868c067fe1 Removed PHP warning. 2016-12-06 19:26:52 -08:00
Cameron
7adf8590f6 Fixes media-manager upload issue when no limit found. legacyPath option added to imagepicker() 2016-12-03 20:47:26 -08:00
Cameron
a3312a24a6 AdminUI: Menu icon added. 2016-11-01 16:42:47 -07:00
Cameron
3bfdb87296 Merge pull request #1929 from yesszus/patch-25
Update  e107_admin/newspost.php
2016-10-23 09:45:57 -07:00
Cameron
bac3263e5b Fix for category title inline-editing affecting SEF url. 2016-10-17 10:15:42 -07:00