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

11805 Commits

Author SHA1 Message Date
Cameron
f8901ace65 Issue #3790 - cleanup and possible fix for PHP 7.3 2019-04-30 11:08:37 -07:00
Cameron
007bc184a3 Closes #3787 Download-Category event name added in admin area. 2019-04-25 16:45:13 -07:00
Cameron
cc8a4f8cdb extra linkword class methods added to enable easy testing. 2019-04-25 15:52:05 -07:00
Cameron
1c168aefa1 Link words cleanup and compatibility for custom-fields (textarea/bbarea) 2019-04-25 13:29:00 -07:00
Cameron
e3fcbabe56 Fix for getUsersInClass order. 2019-04-20 13:45:13 -07:00
Cameron
f4b1cc471c Use getUsersInClass() for get_users_inclass() method. 2019-04-18 10:25:00 -07:00
Cameron
de509f6d41 userclass class - Fixed get_users_in_class() and deprecated in favor of new method getUsersInClass() 2019-04-18 10:24:30 -07:00
Cameron
2e432ee90b Form handler: progressBar() class fix. 2019-04-16 15:08:18 -07:00
Cameron
0fa688d35e Tweaked output on bounce handler. 2019-04-15 17:41:22 -07:00
Cameron
4f42c43c84 Bounce handler cleanup 2019-04-15 17:17:45 -07:00
Tijn Kuyper
a82c278598
Fix forum query - parent_sef now displaying correctly 2019-04-12 14:21:01 +02:00
Tijn Kuyper
1f8d791878
Forum - pass forum parent ScVars as forumParent 2019-04-12 14:20:36 +02:00
Cameron
c1e3e8889f Issue #1944 (Partial fix) Comments use unique IDs. 2019-04-11 15:52:41 -07:00
Cameron
93f4146f03 Issue #2486 - avoid broken downloads. Use experimental code only in debug mode. 2019-04-11 13:27:09 -07:00
Cameron
7701734ed5 Plugin Builder: Closes #3222 Added a default for writeParms() on generated prefs array. 2019-04-11 12:51:47 -07:00
Cameron
18a8571ed3 Fixes #3711 - check local themes/plugins against author names as well as versions before suggesting updates. 2019-04-11 12:28:14 -07:00
Cameron
f148e20837 Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output. 2019-04-11 10:47:50 -07:00
Cameron
0ac0ab0b21 BC fix user-extended LANs. Change default layout for bootstrap4 theme. 2019-04-11 09:53:24 -07:00
Tijn Kuyper
5db162b05c
News Carousel - Also allow {NAV} in start of template 2019-04-11 16:17:34 +02:00
Tijn Kuyper
8ff1c4cf70
Forum - pass SC vars in 'start' template (viewtopic) 2019-04-11 10:56:37 +02:00
Cameron
2488b5757c Fixed tagcloud was not respecting news visibility class and start/end times. 2019-04-09 18:46:59 -07:00
Cameron
da0bc6dcb9 Admin-ui Allowed for searching of multiple words across different fields. 2019-04-09 16:52:29 -07:00
Cameron
c9aa5e188b Moved e_menu_layout into menumanager_class.php and renamed tablestyle() before eval() parses it. 2019-04-06 15:37:45 -07:00
Cameron
ab0152215f Added alert to Theme manager when incompatible code found in theme.php 2019-04-06 13:38:18 -07:00
Cameron
fcced14087 Comment out unused code. 2019-04-06 12:54:05 -07:00
Cameron
63186e7eeb Fixes #3775 Admin path on welcome page. 2019-04-06 12:50:22 -07:00
Cameron
7857342173
Merge pull request #3776 from LaocheXe/master
Removed Google+
2019-04-06 12:18:52 -07:00
Cameron
3d9ed2b040 Theme layout (Visibility Filter) detection enhanced. Help information improved. 2019-04-06 12:11:05 -07:00
Cameron
345c0ec959 Fixes #3764 XURL icons now function regardless of FontAwesome version or presence. 2019-04-04 11:18:17 -07:00
Travis Thoene
3b4beb145a Google+ Removed
Removed Google+ since it is shutdown.
2019-04-04 12:12:50 -05:00
Cameron
5109715002
Merge pull request #3747 from Jimmi08/patch-12
#3466 {LOGIN_TABLE_USERNAME}  - added class
2019-04-03 12:02:13 -07:00
Cameron
891b21454f
Merge pull request #3748 from Jimmi08/patch-13
#3466 {LOGIN_TABLE_PASSWORD} - added class
2019-04-03 12:01:50 -07:00
Cameron
88ab2c9188 Fixes #3766 {CHAPTER_IMAGE} was not functioning in listPages area. 2019-04-03 11:48:05 -07:00
Tijn Kuyper
6fd1aef610
Forum - Allow styling of button in { SEARCH}
#3584
2019-04-03 12:53:59 +02:00
Tijn Kuyper
4a255ebe07
Make forum page navigation consistent with topic nextprev 2019-04-03 12:41:01 +02:00
Tijn Kuyper
7ea518e4fa
Added {FORUMDESCRIPTION} to forum_viewforum.php 2019-04-03 12:31:21 +02:00
Tijn Kuyper
87010ec6d2
Fix forum pagination on viewforum page 2019-04-03 12:25:35 +02:00
Tijn Kuyper
83574f2e4f
#2060 - Make sc_search() shortcode consistent 2019-04-03 12:08:18 +02:00
Tijn Kuyper
4eff3a7785
Support FontAwesome in NextPrev 2019-04-03 11:33:24 +02:00
Tijn Kuyper
ff47a5e84b
Fix Forum {LASTPOSTDATE} SC with "Just now" 2019-04-03 11:12:55 +02:00
Tijn Kuyper
6fad0649fa
Correct Forum VIEWSX SC tweak 2019-04-03 11:11:50 +02:00
Tijn Kuyper
cad691e32f
Tweak BS check 2019-04-03 11:00:03 +02:00
Tijn Kuyper
46828aaee1
Tweak $frm->radio() method (BS check and spacing) 2019-04-03 10:53:42 +02:00
Tijn Kuyper
73c93449a6
Update forum SC (VIEWSX and REPLIESX) styling 2019-04-03 10:17:37 +02:00
Cameron
f58714c35d Deprecated $FORUMEND RSS code added for reference. Needs to be replaced by a shortcode. 2019-04-02 12:09:00 -07:00
Cameron
9d65bc29eb Issue #3767 - Forum RSS updated to v2 standards. DB queries still need to be updated. 2019-04-02 10:25:28 -07:00
Cameron
99a30594c3 Extended admin-ui error log messages. 2019-04-02 08:44:01 -07:00
Cameron
0956a2162b Extended log error info 2019-04-02 08:38:37 -07:00
Cameron
1fb1a4468b
Merge pull request #3769 from Deltik/fix-3768
Improved portability of db_verify::getPrevious()
2019-04-02 08:24:22 -07:00
Cameron
3fef376cce Extended admin-ui error log messages. 2019-04-02 08:22:53 -07:00