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

1008 Commits

Author SHA1 Message Date
Cameron
428ca4ad0b Additional date filter options added for 3/6/9 months 2020-03-28 14:30:28 -07:00
Cameron
35e2e3b4aa
Merge pull request #4099 from Deltik/fix-3492
New 3rd-party PHP dependency manager for e107 core and HybridAuth upgrade.
2020-02-26 13:58:03 -08:00
Nick Liu
ae6340c233
Removed route system/xup/signup
system/xup/signup is now system/xup/login
2020-02-26 21:22:45 +01:00
Cameron
aa9753a174 Automatic password rehashing added to admin login page. 2020-02-22 11:45:35 -08:00
Cameron
e4b5f062f1
Merge pull request #4065 from LaocheXe/master
Delete Account Option
2020-02-21 11:32:31 -08:00
Nick Liu
bc4ade5a27
Disable system/xup/test by default
Now guests can't snoop there unless the admin allows it.
Documentation has been improved accordingly.
2020-02-19 23:30:24 +01:00
Nick Liu
4454b01588
Fix PHP 7.3 deprecation warning in lan_ren_help.php
Apparently a bug introduced on 2004-09-21:
https://sourceforge.net/p/e107/svn/898/tree/trunk/e107_0.7/e107_languages/English/lan_ren_help.php

Just happens to be a misuse of the third parameter of define()
2020-01-18 18:43:34 +01:00
LaocheXe
e01f1a4345 Delete Account Option
Delete Account Option added in admin  area. Also updated the default_install.xml to add missing core options.
2020-01-10 08:28:17 -06: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
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
66c2014830
Fixes #3303 - Mailout - display message when no email address sources are selected 2019-10-24 14:33:23 +02:00
Tijn Kuyper
d3978f3b60
Closes #3680 - Add message on pages when global comments are enabled but comments for specific page are disabled 2019-10-02 14:45:50 +02:00
Tijn Kuyper
1bf3fcc5e6
#2694 - Correct message when no news items are found on specific day 2019-09-25 11:27:11 +02:00
Cameron
3ccc01fae3 News Breadcrumb added for Magic Shortcode: {---BREADCRUMB---} 2019-06-15 12:53:58 -07:00
Gábor
b21580d374
Update lan_cron.php 2019-06-12 06:33:45 +02:00
Cameron
2337f8e678 Support for automated git sync with a theme repo. 2019-06-11 10:09:41 -07:00
Tijn Kuyper
4e9bb1ffc0
#1775 - Added Rich Textarea (WYSIYWG) for EUF
Initial commit. Needs testing as saving linebreaks is not working properly yet. Perhaps due to filter in /usersettings.php.
2019-06-08 16:07:36 +02: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
783be29953 PHP 7.3 Notice/Warning Fixes. 2019-05-27 10:45:35 -07:00
Cameron
0ac0ab0b21 BC fix user-extended LANs. Change default layout for bootstrap4 theme. 2019-04-11 09:53:24 -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
Travis Thoene
ceaa1f9a0c Removed Outdated User Extended Fields
Removed AIM, MSN, and Yahoo Messanger User Extended Fields
2019-03-25 10:43:28 -05:00
Cameron
4e07b87e37 Fixes #3695 Added e_admin interface and method to load data for 'list' view of admin-ui. (subject to change) 2019-03-03 12:33:20 -08:00
Cameron
039247097c Fixes #3443 Password reset now last 10 minutes and link doesn't expire until after this time. 2019-02-28 12:27:43 -08:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Tijn Kuyper
8db031e825
#3694 - Update help text 2019-02-26 15:18:46 +01:00
Tijn Kuyper
58e3cf5d6e
#3694 - Update user help text 2019-02-26 14:59:58 +01:00
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Tijn Kuyper
2c17c4ff9c
#6 - Add some generic LAN frontend
Was already available in admin
2019-02-22 13:50:25 +01:00
Tijn Kuyper
2f67965d1f Closes #3355 - allow for proper translation relative datetime 'ago' and 'in'. 2019-02-11 11:03:15 +01:00
Tijn Kuyper
96a1db0e5c Revert "#3101 - Add optional flags to e107_config.php"
This reverts commit 16b298ea51d63de101e0da676ca2f09488251a9f.
2019-02-09 17:24:49 +01:00
Tijn Kuyper
16b298ea51 #3101 - Add optional flags to e107_config.php 2019-02-09 17:24:14 +01:00
Cameron
a661a75fa6 Fix for LAN issue in Schedule log. 2019-02-04 10:56:43 -08:00
Tijn Kuyper
dbbfe17e9f #3069 - Tweak LAN when account has not been activated yet 2019-02-01 16:20:22 +01:00
Tijn Kuyper
64deadcb5f #3617 - Fixed syntax error in previous commit 2019-01-28 11:30:20 +01:00
Tijn Kuyper
6f18c238bc Closes #3617 - LAN pack export message updated
Emails are no longer (unneccesarily) sent
2019-01-27 14:57:10 +01:00
Achim Ennenbach
dada080d12 fixes #3639: Fixed GDPR info lan 2019-01-24 13:27:38 +01:00
Achim Ennenbach
a7dca60d78 fixes #3639: Added description to GDPR prefs
Added check in shortcode to disable the GDPR message in case the prefs are empty
2019-01-23 19:32:34 +01:00
Cameron
aa5929e02d
Merge pull request #3615 from SimSync/fix_3579
fixes #3579 shortcodes, lans for GDPR links on signup page.
2019-01-16 10:01:21 -08:00
Cameron
0df3fa4672 Admin-UI: Improved rendering of required fields. 2019-01-13 12:30:17 -08:00
Achim Ennenbach
6ce8972337 fixes #3579 shortcodes, lans for GDPR links on signup page.
Added shortcodes and lans to display GDPR links on signup page.
Updated signup template
2019-01-12 18:09:35 +01:00
Tijn Kuyper
01263ef497 Fixes #3605 - Check for past/future difference in toDate()
and code clean-up
2019-01-11 11:39:20 +01:00
Cameron
463b81bd2f
Merge pull request #3498 from yesszus/patch-3
Update lan_ren_help.php
2018-10-15 12:54:48 -07:00
Gábor
2cc644c5f7
Update lan_ren_help.php 2018-10-13 07:05:09 +02:00
Gábor
b1c3a20f3d
Update English.php 2018-10-10 22:28:19 +02:00
Gábor
5c40dba1af
Update English.php 2018-10-07 09:11:54 +02:00
Gábor
371c7f7c86
Update lan_prefs.php 2018-09-13 10:34:35 +02:00
Cameron
b09beceb4e
Merge pull request #3404 from SimSync/fix_3375
Fixes #3375 Added GDPR Agreement checkbox to contact form (incl. Lans)
2018-09-03 12:09:26 -07:00
Achim Ennenbach
72897dcc17 Added new pref section GPDR and moved the "privacy policy" pref to this section
Added another pref for "terms and conditions"
2018-08-28 12:28:41 +02:00