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

49 Commits

Author SHA1 Message Date
Cameron
025ff07aab Fixes #4737 Removal of type="text/javascript" and type="text/css" 2022-03-31 08:24:34 -07:00
Nick Liu
20882920a0
Fix all PHP 8.1 test failures
* `strftime()` has been replaced with a polyfill based on `DateTime`.
* Explicit type casts/assertions added where required by PHP 8.1
* `filter_var(…, FILTER_SANITIZE_STRING)` replaced with `strip_tags()`
  or HTML entity encoding of quotation marks, depending on a guess of
  what the intended "sanitization" was
* `http_build_query()` usage type mismatches fixed
* Removed usages of the `FILE_TEXT` constant
* To avoid breaking PHP 5.6 compatibility (function return types),
  `e_session_db` no longer implements `SessionHandlerInterface`.
  Instead, the alternative non-OOP invocation of
  `session_set_save_handler()` is used instead to apply the session
  handler.
* The shim for `strptime()` still calls the native function if available
  but now suppresses the deprecation warning.

* `e_db_pdo` explicitly asks for `PDO::ATTR_STRINGIFY_FETCHES` to
  maintain consistent behavior with past versions of PHP.
* `e_db_mysql` explicitly sets `mysqli_report(MYSQLI_REPORT_OFF)` to
  maintain consistent behavior with past versions of PHP.

* Removed pointless random number generator seed from `banner` plugin
* Workaround for `COUNT(*)` SQL query in
  `validatorClass::dbValidateArray()` without a proper API for avoiding
  SQL injection
2021-09-04 15:06:19 +02:00
Cameron
94f772577a trackback plugin removed. 2020-12-29 10:04:33 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Cameron
c1e3e8889f Issue #1944 (Partial fix) Comments use unique IDs. 2019-04-11 15:52:41 -07:00
Cameron
221f12088b Issue #3216 PHP7 Fixes. 2019-01-17 13:20:56 -08:00
Achim Ennenbach
7470aa4e0b Fixes #3154
Added missing 6th argument which throwed an exception
2018-05-31 20:48:03 +02:00
Cameron
02e80f50de Parser cleanup 2017-09-19 16:19:39 -07:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
2cb6de6666 New Events: user_page_item_viewed, user_comment_deleted
News Comment Count now moving up/down accordingly.
2016-12-22 10:00:37 -08:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
af53d2dd3d Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS 2015-07-07 18:02:16 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
e0bdc525f0 Bootstrap3 comment styling fixes 2014-01-01 05:20:46 -08:00
Cameron
5dbe762be0 Fixes #378 - missing username after comment post. 2013-06-19 23:52:14 -07:00
Cameron
de808f74d5 Infopanel comment-approval now fully functional. 2013-05-20 13:37:39 -07:00
Cameron
11589d6f9e Comment fixes. Problem remains with SEF Urls 2013-03-29 15:31:03 -07:00
Cameron
59a6edb4e4 Core template path changes. 2013-03-20 23:50:30 -07:00
nlstart
b6765d2c96 Some TODO LAN fixes 2012-12-01 21:08:44 +01:00
CaMer0n
e0581d53b0 Comment 'share' preparation 2012-08-17 08:51:27 +00:00
CaMer0n
a739be4176 jquery pagination - currently used on comments and media-manager. 2012-08-04 21:50:47 +00:00
CaMer0n
da7021850b Comment and other fixes. 2012-06-18 09:06:20 +00:00
CaMer0n
e68c582e5b Comment prefs and some jquery fixes on the prefs page. 2012-06-17 10:27:09 +00:00
CaMer0n
5032fe7e84 Comment replies 2012-06-17 08:08:01 +00:00
CaMer0n
d68a703943 Ajax comment creating, editing, deleting, approving - functional. 2012-06-17 03:56:42 +00:00
CaMer0n
d778c98a38 Comment sort pref added. Ajax comment submission complete. 2012-06-16 12:41:30 +00:00
secretr
270b278f43 typo resulting in parse error 2011-12-06 09:42:27 +00:00
secretr
548b585f7e Moving the system to the new URL assembling, fixed call to a non-existent eUrl method system wide. 2011-11-26 18:17:42 +00:00
e107steved
5e4c9c4bb9 Couldn't edit comments from plugins if ID and plugin table were named differently 2011-05-04 21:35:14 +00:00
e107steved
4560c59848 Bugtracker #5028 (comments not saved) possible fix 2010-08-27 06:53:59 +00:00
e107steved
049cf5344b Bugtracker #4990, EONE-14:bug - couldn't edit comments on user info page 2010-08-23 07:28:46 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
7de8ebeae4 Bugtracker #4885 - only show info in debug mode 2010-01-15 21:10:23 +00:00
e107steved
608dc984f1 Bugtracker #4497 - more links from relative to absolute 2010-01-09 12:06:15 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
secretr
a7ebacb283 comments: handle News changes, SEO fixes, eURL used when required 2009-09-14 18:18:36 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
CaMer0n
c6568d0b31 Updated file description 2009-07-14 05:31:57 +00:00
mcfly
57aeaf5020 Fixes for MYSQL_ASSOC change in db_Fetch 2009-01-22 01:58:29 +00:00
e107steved
ad157cec28 Bugtracker #4566 - Possible fix for cached comments on downloads 2008-11-05 21:17:50 +00:00
e107steved
01e78f056a Bugtracker #4513 - vet comment display parameters better 2008-09-23 19:44:08 +00:00
e107steved
996d0322f3 On old polls, display right poll with the comments 2008-06-03 21:31:31 +00:00
e107steved
33f96bb871 Bugtracker #4364 - support comment edit for downloads, content. Also bugtracker #4381 don't display blocked comments 2008-05-25 08:26:11 +00:00
e107steved
818a1cd4c9 Bugtracker #4244 - trackback caching related - thanks Shirka 2007-12-08 14:49:56 +00:00
e107steved
a9e79ac5ef Bugtracker #4049, #4050 (and #4032, probably) - comment issues 2007-08-17 19:23:26 +00:00
lia
201027f067 bugfix #3658 : comment subject now correct 2007-01-05 09:00:52 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00