1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-19 00:36:18 +02:00
Commit Graph

330 Commits

Author SHA1 Message Date
Cameron
a27dc90ca7 Fixes #1117 - Duplicate failed login messages. Also corrected accidental localhost/developer IP banning issue. 2015-07-07 12:07:17 -07:00
Cameron
b6a1d25c5e Support for e_url.php aliases added. (see faqs or rss_menu) 2015-06-16 15:14:39 -07:00
Cameron
d4d28ddcb1 Fix: Emails could be blank under some circumstances. 2015-05-21 23:05:27 -07:00
Cameron
00bb2e2481 Issue #1006 - Fix for previous commit breaking news SEF Urls (and possibly others) 2015-05-21 19:18:47 -07:00
Cameron
17b60d0bd5 Fixes #1006 - Fix for menus, shortcodes etc using e_SELF and e_QUERY while SEF URLS active. 2015-05-20 11:45:52 -07:00
Cameron
f7eadfd588 Fix: SITEURL was broken in CLI mode. 2015-05-17 12:26:53 -07:00
Cameron
c5d6bae3ad Signup Admin options moved to shortcode. Added maintenance page to Admin -> Users for resending emails to unactivated accounts. 2015-05-16 19:17:24 -07:00
Cameron
542b30892f Issue #933 - real SEF URLs added to forum. (work-in-progress) 2015-04-25 12:57:00 -07:00
Cameron
dcda195679 Additional input filtering. 2015-04-24 11:41:58 -07:00
Cameron
75c2343698 Issue #974 - Bad user/edit link corrected. 2015-04-20 11:27:31 -07:00
Cameron
e7b18489d5 Fix for default email template width on mobile-devices. CLI fix for SITEURL. 2015-04-16 20:25:18 -07:00
Cameron
71500fc723 Added js minifier class and applied it to wysiwyg generated code. Use: $compressed = e107::minify($js, $options); 2015-04-11 18:52:07 -07:00
Cameron
ef9bbf25f0 Correct admin navigation menu highlighting. 2015-04-08 10:35:59 -07:00
Cameron
605d4078ce Fix RSS atom link. Improved default styling on linkwords. e107::url() can now generate full or absolute urls. Sef-URL generation no longer strips numbers from titles. 2015-04-08 00:16:03 -07:00
Cameron
71961be7af e107::url() legacy path fix. 2015-04-03 18:41:21 -07:00
Cameron
872678aecd Issue #937 Allow for e_MOD_REWRITE in e107_config.php on servers which don't have the mod_env module. (needed for .htaccess detection to function.) 2015-04-01 02:09:25 -07:00
Cameron
7c602253be Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk 2015-03-31 14:48:07 -07:00
Cameron
20f2b552da Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration. 2015-03-31 10:21:50 -07:00
Cameron
afb8d290e5 Fixes #937 - detect of mod-rewrite is possible. New constant: e_MOD_REWRITE 2015-03-31 07:25:39 -07:00
Cameron
cae329a1f9 Issue #937 e107::url() can now build non-sef URLs. ToDo: mod-rewrite check. 2015-03-31 06:24:14 -07:00
Cameron
899281eaaf Debug info cleanup 2015-03-29 20:26:35 -07:00
Cameron
901985ea80 PHPDoc cleanup 2015-03-09 15:05:34 -07:00
Cameron
85f30c0292 PHP Notice removal 2015-03-07 16:31:13 -08:00
Cameron
2b35a583d4 Admin->Userclasses now using the Admin-UI. Admin-UI now supports non-incrementing primary fields being set manually using a hidden form field. Form handler for userclass with checkboxes now working correctly. 2015-03-01 12:43:02 -08:00
Cameron
ac83a2f46c Fixes #688 - filter query. 2015-02-21 13:12:17 -08:00
Cameron
3e2c4a437a Issue #688 - php runtime setting. 2015-02-21 12:08:15 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
c58fb5c8b8 Fixes #719 - entity encoding on non-english characters. This change requires thorough testing of all e107 pages using URL queries. 2015-02-04 15:33:21 -08:00
Cameron
cec216c613 Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify. 2015-02-03 12:23:03 -08:00
Cameron
6617cd5d8f Tweak of last commit. 2015-02-02 16:57:39 -08:00
Cameron
9734aa1932 Fix for missing trailing slash on e_REQUEST_SELF. ie. e_REQUEST_SELF.'?'.e_QUERY will work under all circumstances. 2015-02-02 16:47:03 -08:00
Cameron
9e5f201ff1 e107::wysiwyg() detection fix. 2015-02-01 17:41:53 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
05c8f263d1 FAQs enhancement and support for faq-category SEF urls. (work in progress) 2015-01-28 02:29:26 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
Cameron
6b5a4f1094 Fix for missing debug info. e_MENU encoding issue corrected. Unsure how or when it started. 2015-01-20 17:01:57 -08:00
SecretR
8590b9b38b Support of inline script tag attributes via js manager (set '$post' to e.g. '|async defer' 2014-12-14 12:24:55 +02:00
Cameron
20d8aec3ba Notice and Error removal. 2014-11-14 18:13:18 -08:00
SecretR
e981f32714 Fix SC wrappers confusions - introduced by merging templates feature 2014-11-04 22:47:24 +02:00
Cameron
d248a5d2ff Allow rolling-log to be set using the add() method. Use: e107::getLog()->add(); Upgraded the callMethod() function to allow for using existing objects as well as class name. 2014-10-22 13:26:03 -07:00
Cameron
69c69f14ae Closes #756 v2 standards for user profile. 2014-10-14 12:51:51 -07:00
Cameron
f644b7b8a3 Fixes #544 - Extended user fields not visible. 2014-10-14 02:09:53 -07:00
Cameron
ce539d82c4 Mailing now considered to be 'frontend' when loading templates. Fixes consistency issues. (eg. login notifications etc.) 2014-09-03 14:09:10 -07:00
SecretR
d3450a5e4a PHP notice fix 2014-07-24 20:43:01 +03:00
Cameron
c935211e17 Added default form class to $frm->open() method. 2014-07-01 18:24:40 -07:00
SecretR
f786bb56f0 New parser is able to secure attribute values, attributes loop bugfix; e_parser made available for auto-loading 2014-06-09 21:45:40 +03:00
Cameron
e21ae16edd Experimental url creation code added. 2014-06-06 02:39:44 -07:00
Cameron
6ce088a339 Fixes #526 - Installer returns blank page when e107_config.php cannot be created. 2014-05-28 03:05:27 -07:00
SecretR
a3b21913fe Broken menu manager - reverted (false) temporary fix, source of the issue related with commits on #364. e107 class detects correctly USER_AREA again. 2014-03-19 13:27:35 +02:00