1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +02:00
Commit Graph

12764 Commits

Author SHA1 Message Date
Tijn Kuyper
b01f5cbb19 Make sure user has appropriate rights to report a broken download
Prevents 'spam' broken download reports
2019-10-29 12:56:57 +01:00
Tijn Kuyper
8a27ac2b31 #3622 - Rewrite e_notify and e_dashboard check 2019-10-29 11:20:22 +01:00
Tijn Kuyper
cd01137173 Notify clarify debug message 2019-10-29 11:12:21 +01:00
Tijn Kuyper
ef2a831132 #3622 - add e_notify check for download plugin 2019-10-28 20:52:47 +01:00
sudakk
e72b1ca30e Update cpage.php
Added check to prevent saving page\menu with empty page_title & menu_name fields when edit.
2019-10-28 22:24:05 +03:00
sudakk
d01a0b6e83 Update bb_p.php
Tested on custom pages & news
2019-10-28 21:59:32 +03:00
Tijn Kuyper
30302dbbfc #3622 - Broken downloads clean-up 2019-10-27 22:28:00 +01:00
Tijn Kuyper
ec60acc8d6 Deprecate e107_admin/message.php
No longer in use. Broken download reports have been moved to the Download plugin admin area.
2019-10-27 22:18:52 +01:00
Tijn Kuyper
1b9251e75f Fixes #3622 - Reported broken downloads reworked
- Moved away from e107_admin/message.php to its own place in the Downloads admin area.
- Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify)
- Updated notification message
- Added e_dashboard addon to show latest status on broken download reports
2019-10-27 21:40:59 +01:00
Tijn Kuyper
01337f5010 Fix admin dashboard link to reported forum posts 2019-10-27 21:30:45 +01:00
Tijn Kuyper
ae1f89b88b Minor fix in reported forum posts (topic name instead of report contents) 2019-10-27 21:01:20 +01:00
Tijn Kuyper
abcce8639d #3622 - Get rid of old download_mail pref
No longer needed now that we have e_notify
2019-10-27 18:55:23 +01:00
Tijn Kuyper
59e8d0762a #3622 - Download plugin LAN clean-up 2019-10-27 18:24:43 +01:00
Tijn Kuyper
e5f024e669 #3622 - Download plugin - moving 'Report Broken Download' to e_notify
Work in progress:
- Convert previous 'download_email' pref
- Move broken download list to download plugin admin  /e107_admin/message.php
2019-10-27 18:20:59 +01:00
Tijn Kuyper
1322eef97c Linkwords - Add some validation / required fields 2019-10-27 16:45:45 +01:00
Tijn Kuyper
550a25f9cf Linkwords - deprecated e_help.php and LAN clean-up 2019-10-27 16:37:03 +01:00
Tijn Kuyper
ab7cd3bb58 Linkwords - code-clean-up (no functional changes)
Tabs, spacing, readability
2019-10-26 18:42:25 +02:00
Tijn Kuyper
01adf399bb Banner e_help to Admin UI 2019-10-26 15:59:05 +02:00
Tijn Kuyper
6a8b7cb455 FAQs e_search code clean-up 2019-10-26 15:42:43 +02:00
Tijn Kuyper
9512838c60 SEF URL for Downloads frontpage 2019-10-26 15:39:24 +02:00
Tijn Kuyper
b9af475ecb SEF urls for download search results 2019-10-26 15:39:10 +02:00
Tijn Kuyper
3c662519fe Download e_search.php code clean-up 2019-10-26 15:26:18 +02:00
Tijn Kuyper
6dd2c7810a Revert "Use 'Anonymous' as username when no name was entered in anonymous forum post"
This reverts commit 05bf1ad645.
2019-10-24 16:46:11 +02:00
Tijn Kuyper
05bf1ad645 Use 'Anonymous' as username when no name was entered in anonymous forum post 2019-10-24 16:44:43 +02:00
Tijn Kuyper
ad83dea61a Frontpage admin code-cleanup 2019-10-24 16:33:07 +02:00
Tijn Kuyper
5ed9f02b92 Forum e_frontpage - allow selection of a specfic forum as frontpage 2019-10-24 16:28:24 +02:00
Tijn Kuyper
3341742b28 Closes #3527 - Hide login_menu when user registration AND login are disabled 2019-10-24 15:14:38 +02:00
Tijn Kuyper
66c2014830 Fixes #3303 - Mailout - display message when no email address sources are selected 2019-10-24 14:33:23 +02:00
Tijn Kuyper
82cddf9b84 PHP warning removal 2019-10-24 13:02:26 +02:00
Tijn Kuyper
74a6cba8cd Created user/e_search addon and upgraded to v2 specs 2019-10-24 11:56:26 +02:00
Tijn Kuyper
60abccc1e2 Move 'custom page' frontpage to its own e_frontpage addon 2019-10-24 10:44:24 +02:00
Tijn Kuyper
f010d1f32c Move hardcoded 'news' frontpage to its own e_frontpage addon 2019-10-24 10:27:20 +02:00
Tijn Kuyper
9cded87447 RSS admin code clean-up 2019-10-24 10:16:03 +02:00
Tijn Kuyper
1587cdb406 Fixes #3689 - RSS LAN fix 2019-10-24 10:15:43 +02:00
Tijn Kuyper
fb3ac6e297 Update Featurebox RSS feed to v2 standards 2019-10-24 09:58:21 +02:00
Tijn Kuyper
dba8a8896e Remove some leftover debug code 2019-10-23 13:34:38 +02:00
Tijn Kuyper
8196970345 Download RSS feed upgraded to v2 standards 2019-10-23 13:30:05 +02:00
Tijn Kuyper
ba7477dea6 News RSS code clean-up 2019-10-23 13:29:34 +02:00
Tijn Kuyper
430dd50559 #2606 - Downloads RSS feed userclass check
Now checks against the userclasses of the user (when logged in) or guest.

If not logged in, returns public/guest items, otherwise use classes of logged in user.
2019-10-23 12:21:05 +02:00
Tijn Kuyper
7f720dfad1 Tweak Comment Manager admin code 2019-10-12 13:25:51 +02:00
Tijn Kuyper
ed56f04690 Fixes #3829 - Anonymous comments wouldn't show up 2019-10-12 13:25:32 +02:00
Tijn Kuyper
b434bd76e3 Fixes #3896 - Social login icons check for BS4/FA5
https://github.com/e107inc/bootstrap4/issues/17
2019-10-12 12:35:12 +02:00
Tijn Kuyper
efb314d083 #3866 - gsitemap typofix 2019-10-11 19:41:07 +02:00
Tijn Kuyper
0d2b81b741 Clean-up gsitemap plugin for recent PHP versions 2019-10-11 18:19:31 +02:00
Tijn Kuyper
5ffa7953f0 Fixes #3866 - gsitemap manual entry now working
Also added proper error information in debug mode
2019-10-11 18:19:07 +02:00
Tijn Kuyper
fa684fe5e4 gsitemap - code clean-up
indentation, methods, etc.
2019-10-11 17:34:09 +02:00
Tijn Kuyper
7a665cedba Code clean up
globals, indentation, renaming old Db methods, etc.
2019-10-11 17:19:48 +02:00
Cameron
6abf7722bb New SEO fix. 2019-10-10 09:27:38 -07:00
Tijn Kuyper
8da010a070 #3969 - correct admin_user_delete event name
Should be admin_user_delete instead of admin_user_deleted
2019-10-09 11:20:23 +02:00
Tijn Kuyper
a29be0ec0e #3969 - Add missing admin_user_deleted event trigger
testing required!
2019-10-09 10:52:12 +02:00