1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-03 09:25:27 +02:00

3261 Commits

Author SHA1 Message Date
Cameron
0c7f40f164 Additional fix for banner admin language file. 2017-12-19 16:41:50 -08:00
Cameron
40fa389aa9 LAN fix for banner admin. 2017-12-19 16:27:28 -08:00
Cameron
f1f7fcdabd Fix for news-archive "number of items" limitation 2017-12-17 17:01:02 -08:00
Cameron
a68cf279b6 PHP Notice removal and debug info styling. 2017-12-17 13:13:18 -08:00
Cameron
d73f39f61d TinyMce left/right image alignment class added. bbcode-img-left bbcode-img-right 2017-12-17 13:12:47 -08:00
Cameron
1173e3967f Styling for the future. 2017-12-17 11:12:30 -08:00
Cameron
ae4c58c8fb BC Forum topic header fix. 2017-12-17 09:14:27 -08:00
Cameron
c1d23f34c8 Fixes #2923 - URL path issue. 2017-12-17 07:58:27 -08:00
Cameron
973e0dc009 Issue #6 Fixed global LAN loading issue on list_new, pm and others not using an "English" folder. Corrected global LAN definition on list_new. 2017-12-16 12:25:18 -08:00
Cameron
6d401be7e5 Fixed #2921 - Plugin LANs. Scan Plugin Directories now uses the newer e_plugin class. 2017-12-16 11:32:10 -08:00
Cameron
bad3a54eee Experimental: Insert e107 BBcodes using TinyMce (Insert Menu) 2017-12-14 17:44:29 -08:00
Cameron
7e33124335 More BC Fixes on forum templates. 2017-12-12 15:03:23 -08:00
Cameron
ea073afe9a e107::url() legacy query conflict fix. newforumposts_main BC 'scrolling' fix. 2017-12-12 10:58:41 -08:00
Cameron
ca5f33655b BC Fixes for some old plugins. 2017-12-11 17:11:22 -08:00
Lóna Lore
2719e8796a Fix for PHP Notice Undefined offset: 0, Line 60 of /e107_plugins/user/e_dashboard.php 2017-12-10 11:52:26 +01:00
Lóna Lore
b800904933 Fix for PHP Notice Use of undefined constant LAN_GALLERY_FRONT_02 - assumed 'LAN_GALLERY_FRONT_02', Line 97 of /e107_plugins/gallery/templates/gallery_template.php 2017-12-10 11:37:27 +01:00
Cameron
8789ce6f1c Issue #2902 Code simplification and cleanup. system_meta_pre event now sends the current meta list to the assigned function. 2017-12-09 10:36:00 -08:00
Cameron
9b061ed373
Merge pull request #2903 from Serios/patch-11
og:image setting if there is no already set one
2017-12-09 10:09:51 -08:00
Serios
285b882f55
og:image setting if there is no already set one
I think the logic for setting og:image in social plugin is to be used site wide when no other is defined, but currently it's set too early in header so for example if we looking at news item which have some images, the social plugin og:image is grabed first by fb sharer since it came first in page output. My modification check if there is og:image defined and if there is already, skips adding the social plugin one.
2017-12-09 15:49:09 +02:00
Serios
7bee8bf859
og:image setting if there is no already set one
I think the logic for setting og:image in social plugin is to be used site wide when no other is defined, but currently it's set too early in header so for example if we looking at news item which have some images, the social plugin og:image is grabed first by fb sharer since it came first in page output. My modification check if there is og:image defined and if there is already, skips adding the social plugin one.
2017-12-09 15:47:23 +02:00
Cameron
2b4f252042 Issue #2879 - Download category search label. 2017-11-30 13:50:49 -08:00
Jimako
af75c69e2f
list_new fix for blank page after installation #2854 2017-11-20 20:25:29 +01:00
Cameron
614071592b
Merge pull request #2872 from Jimmi08/patch-1
Partial fix #2854 -  load default prefs
2017-11-20 10:30:16 -08:00
Cameron
50ff6736a3 Custom Menus 'grid' view added. Admin theme stylesheets relabeled as "Skins" 2017-11-20 10:16:37 -08:00
Cameron
8c8b79e1e0 Fixes #2848- sub-forum display issue. 2017-11-19 08:18:22 -08:00
fwhcat
933fcd0072 make database password field non-readable 2017-11-18 22:42:17 +01:00
Cameron
2ae932362f Added 'limit' parm to {CHAPTER_MENUS} 2017-11-17 14:02:16 -08:00
Jimako
01b56fa4a6
correct latest fix - forgotten change of one line #2854 2017-11-17 21:25:42 +01:00
Cameron
7c3d77daa2
Merge pull request #2873 from Jimmi08/patch-2
list_new plugin part fix for #2854  - not needed anymore
2017-11-17 12:06:07 -08:00
Cameron
7e23fa52a2 Issue #2870 PHP 7 with sub forums. 2017-11-17 11:40:42 -08:00
Jimako
e8d056eca2
part fix for #2854 - not needed anymore 2017-11-17 15:38:17 +01:00
Jimako
65e940fad3
part fix #2854 - load default prefs
- after installation plugin prefs doesn't exist
2017-11-17 15:37:01 +01:00
Cameron
43f2a70b40 Issue #6 Missing System-log LANs. Preferences page Menu caption fix. 2017-11-16 20:18:11 -08:00
Cameron
a3674a7bf0 Custom label option for progressbar(). Extra example code in _blank.php 2017-11-12 10:38:02 -08:00
Cameron
e165c90575 {BOOK_CHAPTERS} shprtcode added.
Render All visible Chapters from a specific Book.
Uses "listChapter" template key. ie. $CHAPTER_TEMPLATE[---TEMPLATE --]['listChapters']
Example {BOOK_CHAPTERS: name=book-sef-url&template=xxxxx&limit=3}
2017-11-10 15:37:23 -08:00
Cameron
0e3c68f0b8 Improved the front-end inline editing feature. Now has Save and Cancel buttons. 2017-11-10 09:03:04 -08:00
Cameron
c0c1e43a57 TinyMce code-highlighting class preference 2017-11-09 10:18:13 -08:00
Cameron
93ab7996c7 Minor fixes and debug. 2017-11-09 10:15:36 -08:00
Cameron
62d483e51d Comments example added to _blank 2017-11-08 11:22:24 -08:00
Cameron
263b9318a7
Merge pull request #2851 from Jimmi08/patch-3
possibility to style {THREADSTATUS} #2850
2017-11-07 07:25:40 -08:00
Cameron
35f5748ba2 Issue #2846 LAN vars cleanup 2017-11-07 06:59:11 -08:00
Jimako
be8ea22c08
possibility to style {THREADSTATUS} #2850 2017-11-07 13:56:24 +01:00
Cameron
e472801191 Issue #2846 2017-11-06 22:39:18 -08:00
Cameron
70df3a3ae6 Issue #2846 LAN vars cleanup 2017-11-06 13:48:29 -08:00
Cameron
3c9a549163 Plugin Builder fixes. 2017-11-02 20:33:17 -07:00
Cameron
a2af5f1eb1 Fix for TinyMce animation labels using kAdmin style. 2017-10-31 18:17:24 -07:00
Cameron
5109229c39 display 'wow' animations in TinyMce editor. 2017-10-31 17:52:09 -07:00
Cameron
e5e3793ee4 Debugging added. 2017-10-31 10:39:12 -07:00
Cameron
d7016f9971 Enable visualblocks by default on TinyMce install. 2017-10-30 15:29:00 -07:00
Cameron
652eca0a11 Fix for font-size. 2017-10-30 10:15:04 -07:00