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

66 Commits

Author SHA1 Message Date
Cameron
5fd8fdc92b Fixed e107 v1 to v2 forum migration adding check for deprecated files. Fixed breadcrumb subforum visibility and URL when SEFURL is disabled. 2021-09-26 10:43:33 -07:00
Moc
cdc61c90ee Forum update fixes (duplicate SEF & logging) 2021-03-22 20:31:07 +01:00
Cameron
594cddae6e Some forum code cleanup 2021-01-21 13:04:54 -08:00
Cameron
798638a590 PHP warning fixes. 2020-12-31 08:01:34 -08:00
Cameron
1b98867f24 Increased logging during forum upgrade. 2020-12-31 06:55:31 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Cameron
def50c174d Upgrade and Backward Compatibility Fixes. 2020-05-05 15:11:49 -07:00
Tijn Kuyper
43b12c415d Fixes #176 - Forum email notification option was removed during forum upgrade (v1 to v2) 2019-10-02 11:06:30 +02:00
Cameron
f11a3b95d5 Issue #2380 Possible fix for forum thread_lastuser field migration. (untested) 2017-02-04 11:15:05 -08:00
Tijn Kuyper
030911c1a8 Fixes #2376 - users with a dot in username are now properly recognized
during the forum update (v1 to v2)
2017-02-04 17:02:17 +01:00
Cameron
52f4e2f346 Issue #2146 - Removed leftover error_reporting() calls. 2016-12-22 11:14:07 -08:00
Cameron
a8de040794 Issue #1788 - Possible fix for forum upgrade halted. 2016-11-26 10:38:42 -08:00
Cameron
ab5652e8ad Issue #1788 - Correct MYSQL return results with PDO on CREATE TABLE commands etc. Fixes forum installation issues on PHP7. 2016-08-12 16:02:55 -07:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
550968d78a Issue #1336 and Forum menu prefs upgrade and newforumpost_menu fix. e_menu.php pending. 2016-02-10 19:51:32 -08:00
Cameron
e7f5155703 Issue #1336 - Allow forum update to continue if empty tables found. 2016-02-09 17:41:18 -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
cffb369751 Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin) 2015-08-24 17:39:28 -07:00
Cameron
4da438c9e4 Forum: remove thread_sef from forum-update routine. 2015-06-17 20:20:23 -07:00
Cameron
392acf19bf Fixes #615 - Broken forum upgrade when tables are empty. 2015-05-22 11:09:46 -07:00
Cameron
30ecc683d7 Forum now generates SEF URLs during upgrade. Forum tools reinstated. Additional debug options added. 2015-05-08 10:08:49 -07:00
Cameron
5eac3a81b5 Tweaked some of the upgrade checks and default forum order after upgrade. 2015-04-20 11:31:52 -07:00
Cameron
5e867b378e Corrected Admin->Mail 'Send now' functionality - replacing old prototype.js code. 2014-10-12 02:37:43 -07:00
SecretR
06a2ea8fa0 Closes Issue #319 2013-05-24 22:40:10 +03:00
Cameron
6744c5b91c Closes #245 - Link after Forum update. 2013-05-05 18:59:51 -07:00
Cameron
449f31546a Forum-update fixes 2013-04-21 21:31:42 -07:00
Cameron
456076fe43 Forum update - step10 progress-bar fix. 2013-04-19 03:58:49 -07:00
Cameron
bde9816a8e Slow down attachment migration to 50 per second. 2013-04-19 01:52:01 -07:00
Cameron
6becda09d4 Increase speed of forum-attachment processing. 2013-03-31 04:59:04 -07:00
Cameron
eae211fc63 Forum upgrade fixes. Forum-attachments now converted in batches. 2013-03-31 00:06:21 -07:00
Cameron
392b386967 Poll and Forum GUI tweaks 2013-03-29 03:59:03 -07:00
Cameron
bfc3394aa1 Forum updated to use ajax / progress bar. Tested with 100M v1.x forum sql dump. 2013-03-28 23:37:39 -07:00
Cameron
e911c7272c Issue #149 Forum upgrade fixes - attachments still need work 2013-03-28 00:43:00 -07:00
Cameron
bb200157bc Fix code-cleanup typo 2013-03-27 22:13:07 -07:00
Moc
737caec05d Forgot two on previous commit 2013-03-27 21:14:43 +01:00
Moc
49f4c1eff8 Global pointers clean-up (& headers) 2013-03-27 21:06:05 +01:00
Cameron
82e912bfac Possible forum upgrade fix 2013-03-23 04:16:05 -07:00
Cameron
53eb60195e Forum update fix 2013-03-10 20:59:41 -07:00
Cameron
34083bf7ad Forum template minor styling fixes. 2013-03-10 19:44:54 -07:00
Cameron
859dcdb360 Forum upgrade improvements. Tested and appears to be functional. 2013-03-10 18:43:44 -07:00
Cameron
159fb63bfb Notice removal and forum upgrade fixes. Re-wrote e107_update-page routine. Check for update is now performed inside [plugin]_setup.php 2012-12-08 00:36:34 -08:00
e107steved
5ecdcd2440 Get rid of deprecated functions 2010-10-28 20:17:40 +00:00
mcfly
f81339d52d EONE-1 (Bug): More progress with forum upgrade routine. 2010-03-30 03:05:17 +00:00
mcfly
9fa749d608 EONE-1 (Bug): Forum attachment 'server killing' code has been fixed :) Also migrating a few more forgotten prefs. 2010-03-24 03:10:11 +00:00
mcfly
0274351641 EONE-1 (Bug): More improvements to upgrade process. I think it's all working, but need to clean up the interface. Also added ability to add attachments while editing a post. 2010-03-22 01:50:04 +00:00
mcfly
50c0c816be EONE-1 (Bug): Added deletion of orphaned attachments, finalizing of upgrade. 2010-03-21 16:07:49 +00:00
mcfly
3ddd1859c5 EONE-1 (Bug): Attachment migration is hopefully fully working now. 2010-03-21 00:19:46 +00:00
mcfly
b99a2ad06e EONE-1 (Bug): Moving of forum attachments is now at least attempted. 2010-03-18 01:14:08 +00:00
mcfly
bf1c62d6fe Updates to use new plugin specific prefs. Change file headers as well. 2010-03-10 01:23:57 +00:00