Cameron
edf00641d2
Fixes #1136 - Sitelink with "everyone but not" userclass
2016-01-31 11:41:29 -08:00
Cameron
2c2d48b902
Issue #1270 - GUI Fixes.
2016-01-25 19:20:50 -08:00
Cameron
10b19cabd0
News userclasses reduced to a single class for consistency with the rest of the admin area. If you happen to still require this feature, add the following to your e107_config.php file: define('ADMINUI_NEWS_VISIBILITY_MULTIPLE', true);
2016-01-16 14:24:44 -08:00
Cameron
71fff6e8d2
AdminUI: Simple SEF generation option added. Usage: writeParms='sef=sourceField'. eg. writeParms='sef=news_title'.
2016-01-16 11:56:26 -08:00
Cameron
796f5fa95c
Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url);
2016-01-13 19:18:12 -08:00
Cameron
82d4a5583a
SEF Generate button added to newpost area. Can now generate and edit prior to saving.
2016-01-13 01:31:12 -08:00
Cameron
b1c2e030d5
Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again.
2016-01-11 20:53:05 -08:00
Cameron
a047757fef
Fixes #1241 , Fixes #1121 - Duplicate SEF warning added to news.
2015-11-22 09:00:08 -08:00
Cameron
c6c9efdfe6
Prevent News SEF Url from being modified when New Title modified inline.
2015-09-08 18:48:21 -07:00
Cameron
de4932d6da
Newspost - inline editing was resetting datestamp. Imported media via URL now strips queries from filename.
2015-09-01 15:53:48 -07:00
Cameron
83a91ff6c9
Display news_class by default in admin area.
2015-08-31 17:38:31 -07:00
Cameron
fd6a2895bd
Admin-area styling, including TinyMce.
2015-08-14 18:12:19 -07:00
Cameron
f2d25442b0
Additional styling of selectize.
2015-08-05 12:25:29 -07:00
Cameron
f44c6b21c7
Issue #1035 , Issue #1155 : Rolled back TinyMce to v4.1. Clear browser cache thoroughly to test.
2015-07-27 12:12:11 -07:00
Cameron
10d3c70e34
Issue #1138 - PHPInfo page fixes.
2015-07-16 14:02:32 -07:00
Cameron
a26de7bc84
Issue #1138 - Bootstrap3 UI fixes.
2015-07-15 19:33:15 -07:00
Cameron
af53d2dd3d
Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS
2015-07-07 18:02:16 -07:00
Cameron
fab4d18485
Fixed issue where inline editing of a news item could remove other data.
2015-06-22 09:33:38 -07:00
Cameron
e5c768a532
Corrected some of the confusion with news-preference labels. Option added to choose what displays in the news list page. $frm->checkboxes now renders field-help correctly.
2015-06-11 19:44:39 -07:00
Cameron
ff896c52a0
Inline editing of keywords enabled on admin newspost. Fixes empty space between tags in database (causing issues with 'related' SQL queries).
2015-06-09 15:46:45 -07:00
Cameron
34ac81c019
AdminUI: Improved permissions control. Additional Admin -> News access options added. (not finalized)
2015-06-05 22:00:25 -07:00
Cameron
f58466e239
Fix for admin language using core language file. New Admin-UI option to save specific preferences as a multi-language array. Use: 'multilan'=>true in $prefs array. Example: protected $prefs = array('myplugin_title' => array('title'=> 'Title', 'type'=>'text', 'data' => 'str', 'multilan'=>true));
2015-06-05 12:25:32 -07:00
Cameron
d84d166b2b
Added 'opt-in' admin news-trigger for emailing notifications to users.
2015-05-13 01:22:05 -07:00
Lóna Lore
8a1a474d49
remove duplication
2015-05-08 10:56:33 +02:00
Lóna Lore
fe6e09d08d
removed debug messages from LAN files
2015-05-07 10:44:11 +02:00
Lóna Lore
4296e9d7a9
Issue #6 : Remove and optimize (hardcoded) LANS
2015-05-02 15:57:07 +02:00
Cameron
dbae51c604
Fixes #976 - Submit news status now updates after being approved. Form-handler 'hidden fields' type now correctly rendered with the form.
2015-04-23 10:55:25 -07:00
Cameron
01463a6759
Improved user-profile viewing in admin.
2015-04-15 15:34:58 -07:00
Cameron
f37f252d66
Fixes #967 - Submit news default column and missing LAN_PREVIEW.
2015-04-15 12:45:05 -07:00
Cameron
2f46c967da
Minor parsing issue corrected. Debug info removed from newspost 'update'.
2015-04-12 19:45:55 -07:00
Cameron
c7675f616a
Fix for legacy rss feed url and news post 'visibility' form element.
2015-04-12 18:45:48 -07:00
Cameron
d128b52576
New Addon: e_admin.php - extends the admin area fields and processing. Replacement for the old e_hook and e_event addons which were doing the same, but were not compatible with the v2.x admin-ui.
2015-04-07 19:49:11 -07:00
Cameron
7c602253be
Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk
2015-03-31 14:48:07 -07:00
Cameron
027a74f5b0
Code cleanup
2015-02-15 02:37:36 -08:00
Cameron
e576370e57
Remove some references to deprecated functions/methods.
2015-02-14 23:34:15 -08:00
Cameron
436af8eeeb
Notifications cleanup
2015-02-13 02:30:31 -08:00
Cameron
dab64ca165
New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify.
2015-02-12 16:52:30 -08:00
Cameron
d018cef6de
Event trigger-name updates (backward compatible)
2015-02-09 02:21:41 -08:00
Cameron
2d29b7a739
GUI fixes
2015-02-07 12:56:16 -08:00
Cameron
531047c134
Fixes #660 - comments preferences had reverse behavior.
2015-02-06 11:26:22 -08:00
Cameron
ac56b5ca10
More $admin_log global removal.
2014-10-23 11:12:13 -07:00
Cameron
e582703d5a
Moved "Submit News" preferences into it's own tab.
2014-06-28 20:44:02 -07:00
Cameron
cc3469ac59
Fixes #115 - unused news pref. Added option to set default news page to either standard or list view.
2014-06-28 20:32:13 -07:00
Moc
6eb07612c4
#662 - Adds possibility to use glyphs for newscategory icons
2014-06-25 22:35:32 +02:00
Cameron
4692d7bd13
Fixed BC bug in newspost (breaking Youtube thumbnail images after re-edit)
2014-02-05 06:16:07 -08:00
Cameron
e9a5fd4b98
More fields with inline editing enabled.
2014-02-01 09:37:15 -08:00
Cameron
c0746113b6
Support for multiple images/video in news items. (experimental)
2014-01-31 06:33:01 -08:00
Cameron
cc07dac897
Basic support for news videos.
...
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
1d5e08197c
News Carousel added and a method to check if a menu is loaded. (see e107_plugins/news/e_header.php )
2014-01-30 10:14:13 -08:00
Cameron
02bf58c5c7
Styling fix on imagepicker();
2014-01-24 12:52:26 -08:00