Cameron
9c3b90d5fa
Fixes #4966 - IMODE not defined.
2023-03-20 16:21:31 -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
Nick Liu
ccf0f037aa
#4299 : Wrap more potentially undefined constants
...
In:
* Forums
* /e107_admin/menus.php
2021-07-13 13:10:59 +02:00
Cameron
594cddae6e
Some forum code cleanup
2021-01-21 13:04:54 -08:00
Cameron
f055b49d91
PHP8 Plugin code cleanup
2021-01-21 09:38:38 -08:00
Cameron
42f0e902d4
Issue #4283 - Update deprecated sql method usage. Removed old code.
2020-12-17 05:52:54 -08:00
Cameron
1e6bf9df94
Added Forum breadcrumbs to {---BREADCRUMB---}
2019-06-15 10:20:32 -07:00
rica-carv
590245c487
#3260 bug fix...
...
#3260 bug fix...
2018-07-13 19:54:20 +01:00
Cameron
3f5a18fb01
Issue #2980 Tablerender ID - Forum fixes
2018-01-16 13:53:09 -08:00
Cameron
aeb4f925d2
Issue #2610 Remove legacy SEF URL from forum plugin.
2017-05-02 13:47:18 -07:00
Cameron
0b96543a1a
Forum SEF Url fixes
2016-05-24 12:39:45 -07:00
Cameron
486f3d4961
Issue #1356 - PHP7 Fixes.
2016-02-14 12:15:55 -08:00
Jimmi08
5750b91b91
Issue #1309 . e_BASE."user.php" replaced with SEF URL.
2016-01-27 11:56:59 +01:00
Cameron
a16ae500bb
Forum: code cleanup. BC Fixes for Breadcrumb.
2016-01-26 21:10:19 -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
e55e305d0c
Issue #1174 - Forum "user profile" link fixes.
2015-09-02 08:59:49 -07:00
leo
bfce62a1d6
Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working..
2015-08-22 16:40:38 +02:00
Cameron
56321dfcf7
Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required.
2015-06-17 20:09:26 -07:00
Cameron
2ae018a496
Forum language-file cleanup complete.
2015-02-02 15:19:13 -08:00
Cameron
05637a4422
Forum language-file cleanup.
2015-01-30 18:14:06 -08:00
Moc
ff2c2e5c6d
#220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! ( #6 )
2013-06-12 21:38:26 +02:00
Moc
96e7f8e777
Update forum_t to forum_thread in SQL
2013-04-15 12:44:56 +02:00
Cameron
01a2b876d6
Forum upgrade check fix. Forum stats page GUI fixes.
2013-03-10 20:52:06 -07:00
Cameron
34083bf7ad
Forum template minor styling fixes.
2013-03-10 19:44:54 -07:00
secretr
5204861279
More forum problems fixed (stats, some outdated sql queries), more to do
2011-04-25 14:13:45 +00:00
e107steved
20704a1278
Additional checks
2011-03-13 14:15:51 +00:00
mcfly
bf1c62d6fe
Updates to use new plugin specific prefs. Change file headers as well.
2010-03-10 01:23:57 +00:00
secretr
4fecfffddd
svn keywords added (v0.8)
2010-02-10 18:18:01 +00:00
CaMer0n
1377b23532
Fix copyright info.
2009-11-18 01:06:08 +00:00
marj
8d6c82d860
reencode some files to UTF-8
2009-11-17 13:48:46 +00:00
marj
e8e834ed97
Show 2dopey in forum stats
2009-07-30 10:08:05 +00:00
mcfly
1cf4f67cc4
More functionality working with new db schema
2008-12-10 21:00:48 +00:00
e107steved
fa72c3395f
Bugtracker #4545 - uniform way of displaying file sizes
2008-10-19 11:35:00 +00:00
e107steved
1cf21e6d03
Bugtracker #4436 - XHTML fix
2008-06-26 19:59:11 +00:00
e107steved
822a17ae17
Bugtracker #3748 - possible fix for some of the missing forum stats
2007-02-27 20:26:13 +00:00
mcfly
e149b35fcc
new module creation
2006-12-02 04:36:16 +00:00