1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-31 04:07:55 +01:00

311 Commits

Author SHA1 Message Date
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
Gábor
235afd9ad8 Update newspost.php
Add lang codes
2016-10-16 10:20:07 +02:00
Cameron
2bd2b775cf News: added sorting to news-author dropdown list. 2016-08-31 10:45:06 -07:00
Cameron
eecbfbd61d News: {NEWS_VISIBILITY} shortcode added - returns text version of userclass for use in CSS class styling if needed. 2016-08-30 14:22:47 -07:00
Cameron
4befab02f1 Submitnews: Fix for minimum image-attachment size preference not saving correctly when > 1024x768 2016-08-24 18:26:03 -07:00
Cameron
ca99f5a68a Submitnews image preview fix. 2016-08-24 15:51:26 -07:00
Cameron
c7bc7ff6d1 Addon order fix. 2016-08-17 16:27:00 -07:00
Cameron
7b6f30e6e4 Fill news fields with new submitted data. 2016-08-15 10:06:44 -07:00
Cameron
16ba11220e Open-Graph meta image option added to social plugin. 2016-08-09 09:26:48 -07:00
Cameron
1a07500b4f Admin News: respect positions of news-media - allowing admin to choose placement. 2016-07-29 13:36:42 -07:00
Cameron
7fdb27510f PHP Warning Fixes. 2016-06-09 16:43:36 -07:00
Cameron
042172096c Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths. 2016-04-15 10:46:58 -07:00
Cameron
48f65c823f Issue #1512 - Source options added. Help tips added. 2016-04-14 16:37:10 -07:00
Cameron
7846015f85 SubmitNews code cleanup. Admin can now set minimum dimensions for attached images. 2016-03-16 19:54:10 -07:00
Cameron
fa8f25dfc5 Comment fixes. News table comment count was not incrementing. (may be manually corrected in debug mode) 2016-03-13 22:24:28 -07:00
Cameron
daf5495214 Linkgen Fixes. Added e107::url() backward compatibility with earlier SEF creation method. 2016-03-08 13:53:58 -08:00
Cameron
e1414cb688 Submitnews Image import fix. Upload page now using e_upload.php. Upload admin area still needs work. 2016-03-06 17:42:47 -08:00
MikeyGMT
e1465c8c68 Issue #6 - LAN_NEWS_27 replaced with generic LAN_SUMMARY for "Summary"
Replace LAN_NEWS_27 with LAN_SUMMARY
2016-02-24 15:17:38 +00:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
1ceabc69f3 PHP Notice fixes. 2016-02-13 12:57:34 -08:00