1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-16 10:29:46 +01:00

3044 Commits

Author SHA1 Message Date
Cameron
aaae9d0e0d Fixes #3759 Legacy code cleanup 2020-02-20 07:30:01 -08:00
Cameron
734b92c342 Fixes #4095 - Userclass selection was not being saved in "Quick Add User" due to modification for Issue #1728. Both issues now resolved. 2020-02-10 11:42:23 -08:00
Cameron
60d64c5398 PHP Notice removal 2020-01-27 12:17:34 -08:00
Cameron
d966705c3b Fixes #4075 - Prevent incorrect class name in e_url.php file from breaking entire list. Also added debug message for worst case scenario. 2020-01-27 12:13:02 -08:00
Nick Liu
b4e48f8cbf
Fix duplicate constant in lancheckTest 2020-01-17 19:08:46 +01:00
Cameron
363eb6751a
Merge pull request #3989 from sudakk/sudakk-patch-2
Update cpage.php to prevent empty records.
2019-12-28 11:55:46 -08:00
Cameron
4bf21cbaa5 AdminUI: Fixes conflict between custom 'filter' dropdown and 'search' input. New method format added for custom search field processing independent of "Filter" processing. See handleListBanlistIpSearch() for an example. 2019-12-05 10:44:59 -08:00
Cameron
972fa1a29c Fixed Multiselect dropdown so that an empty value also gets saved. 2019-12-02 14:18:25 -08:00
Cameron
5cf54d07d2 Basic per-item search engine robots handling added to News and Pages. 2019-12-02 13:32:21 -08:00
Tijn Kuyper
e1504b91c0
#4036 - Escape hyphen in regex for PHP 7.3 compatibility 2019-12-01 15:31:47 +01:00
Cameron
281db68aa2 Provide raw search query to custom method.
Issue: #4009 Support banlist filtering using wildcards.
2019-11-05 10:27:21 -08:00
Cameron
7f07f019c3 Issue #4009 - refining banlist ip search 2019-11-05 09:20:48 -08:00
Cameron
762844037f Fixes #4009 . Enhanced admin-ui to support custom filter handlers on string searches (not just drop-drop filters as was already the case) 2019-11-05 08:54:16 -08:00
Tijn Kuyper
e041e57587
Bump version - upcoming 2.2.2 is now 2.3.0 2019-11-05 17:10:28 +01:00
Tijn Kuyper
a68b470ef8
Fileinspector - fix for FA icons not showing on results 2019-11-05 14:28:50 +01:00
Tijn Kuyper
e021c52db1
fileinspector - code-cleanup, no functional changes
Reformatting, syntax, spacing, tabs, etc.
2019-11-05 14:28:34 +01:00
Tijn Kuyper
1de3213d98
Revert "#3131 - Finally get rid of autocomplete when we don't want it"
This reverts commit 93d86dd99cbd27ea55b17ced42214edb56834e99.
2019-10-30 15:47:43 +01:00
Tijn Kuyper
93d86dd99c
#3131 - Finally get rid of autocomplete when we don't want it 2019-10-30 15:46:59 +01:00
Tijn Kuyper
f6037d7de6
PHP warning removal 2019-10-29 14:50:51 +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
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
ad83dea61a
Frontpage admin code-cleanup 2019-10-24 16:33:07 +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
7f720dfad1
Tweak Comment Manager admin code 2019-10-12 13:25:51 +02: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
Tijn Kuyper
bf5e5c1293
Fixes #1706 - Update user_comments when deleting comments from comment manager 2019-10-02 15:15:31 +02:00
Cameron
a950bf981e New admin perm added: to grant access to only theme preferences (but not others) 2019-07-29 12:37:08 -07:00
Cameron
d1c6cad16b Fix the theme manager menu when only "preferences" permissions are active. 2019-07-25 15:56:20 -07:00
Cameron
f5317e329f Theme preferences import/export added to 'database' admin area. 2019-07-09 12:08:52 -07:00
Cameron
5930e62c21 user batch export enabled. code cleanup. 2019-06-28 13:06:06 -07:00
Cameron
a2c384c57f Fixed <body> tag when using Menu Manager. Stored HTML-theme true/false var for each theme. 2019-06-22 11:43:46 -07:00
Cameron
8ffe5f4fca Code cleanup 2019-06-21 14:05:15 -07:00
Cameron
dc53fb37a1 header/footer code cleanup 2019-06-17 09:23:21 -07:00
Cameron
36b4c354eb Experimental - Support for theme html templates and layouts. 2019-06-11 15:53:08 -07:00
Cameron
3101635a2a Error display fix. 2019-06-11 10:18:11 -07:00
Cameron
2337f8e678 Support for automated git sync with a theme repo. 2019-06-11 10:09:41 -07:00
Cameron
a6009d5957 Fixes #3739 - category template default should be blank. 2019-06-11 09:17:36 -07:00
Cameron
60b7f3ae6d Minor tweaks. 2019-06-05 21:59:03 -07:00
Cameron
5cd9f52548 New "Search in Field" filter option added for field-specific search of text fields and similar. (filter=>true required) 2019-06-04 12:59:39 -07:00
Cameron
ca1748df8d Issue #2146 - Fix for theme-manager after model refactoring. 2019-06-04 10:48:56 -07:00
Cameron
62863b4934 Issue #2146 PHP 7.3 class compatibility fix. More testing required. 2019-06-03 16:29:38 -07:00
Cameron
4bf9c89eaa Version updated to 2.2.2 (git) 2019-05-29 11:50:02 -07:00
Cameron
183b96235a Cleanup 2019-05-29 11:18:34 -07:00
Cameron
783be29953 PHP 7.3 Notice/Warning Fixes. 2019-05-27 10:45:35 -07:00
Cameron
1501ccfda5 Clear cache after core update 2019-05-22 13:59:02 -07:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Cameron
44626a0006 Updated version to v2.2.1 2019-05-18 12:03:17 -07:00