1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

3177 Commits

Author SHA1 Message Date
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
Cameron
2a9d0d3a88 Fixes #3454 Incorrect "Quick View" URL when using book/chapter/page profile. 2019-05-11 13:52:28 -07:00
Tijn Kuyper
184fd227cb
Fixes #1728 - Set default member class when editing user in admin 2019-05-06 10:58:14 +02: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
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
3d9ed2b040 Theme layout (Visibility Filter) detection enhanced. Help information improved. 2019-04-06 12:11:05 -07:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Tijn Kuyper
7aff9ff46f
Fixes #3746 - Typo caused fatal error in e107_admin/users.php 2019-03-26 16:57:07 +01:00
Cameron
ce5079b3c1 More cleanup 2019-03-19 15:45:36 -07:00
Cameron
164465e4dc Minor cleanup 2019-03-19 15:38:11 -07:00
Cameron
78b95a54b6 Code-cleanup and safestr 2019-03-19 15:12:17 -07:00
Cameron
6c682dffae Issue #3232 Correct user search of extended fields. (set field 'data' to 'str')
Fixes #3677 Wrong message displayed.
2019-03-19 15:11:36 -07:00
Cameron
95d63cd166 Added debug info for Issue #3724 2019-03-19 12:15:23 -07:00
Cameron
30c5553dbd Bootstrap 4 fixes. 2019-03-02 07:47:37 -08:00