1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-16 04:24:42 +01:00

389 Commits

Author SHA1 Message Date
CaMer0n
9db1accd6d Added missing date attribute to plugin.xml files. 2012-07-24 00:42:17 +00:00
e107steved
049a315d88 Better match the e_list queries to the new DB structure (needs more testing) 2012-03-31 21:56:47 +00:00
berckoff
492756820a Core plugin Forum: fixed malformed URL in url.php (line:65) + fixed forgotten "encode"=false parameter in forum_post.php (line:405) URL creation leading to Access denied! error after redirect. 2012-02-09 12:13:47 +00:00
berckoff
771fc01a9c Forum fix: fixed forgotten "global $menu_pref;" in newforumposts_menu.php handles improperly the menu + fixed forgotten closing ">" bracket in newforumposts_menu_config.php breaks HTML and optional parsing titles; 2012-01-10 14:40:09 +00:00
berckoff
e751324378 Forum plugin: fixed some HTML incompliances + fixed call to a private member of forum_class leading to parse_error 2012-01-10 14:01:49 +00:00
secretr
1d411f1715 Simplify plugin folder structure (shortcodes/ folder in plugin root), refactoring forums to meet the new structure. 2012-01-06 10:05:32 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
secretr
5324df60b2 Forum: URL config refactoring; 'top' link removed from Jump box; markup error fix 2011-12-06 16:08:06 +00:00
secretr
015fe6bbfc forum url config fix - index/index route 2011-11-29 07:01:58 +00:00
secretr
497efdb710 - Forums working again (general functionallity) - the new URL assembling/configuration implemented. SEF URL config will be added when forums are 100% functional.
- Minor URL assembling issues fixed
2011-11-28 14:19:19 +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
secretr
e6e74150d3 forum SEO - auto meta description 2011-06-28 12:58:26 +00:00
secretr
501234260f forum message added to default templates, fileencoding issues 2011-06-28 12:17:41 +00:00
secretr
2e2bd7819b forum last thread additional fix, better (but still not perfect) forum mod message render 2011-06-28 12:14:45 +00:00
secretr
a21c53c9c7 forum - last thread fix 2011-06-28 10:33:12 +00:00
secretr
a4e62a84e8 another wrong forum redirect url 2011-06-27 10:03:25 +00:00
secretr
0293a0968f more mod rewrite support 2011-06-27 09:47:45 +00:00
secretr
6a74e894e2 $FORUMTHREADSTYLE was never used 2011-06-27 09:23:34 +00:00
secretr
8c538b5633 fix - wrong forum redirect url 2011-06-27 09:11:29 +00:00
secretr
d151bc1fd7 missing sql query 2011-06-22 09:01:26 +00:00
CaMer0n
98af91027f General cleanup 2011-06-08 03:18:50 +00:00
secretr
e34cd64541 More work on ranking, minor forum bugfixes and improvements 2011-04-26 11:27:36 +00:00
secretr
a441e3675b forum pages now counting from 1 (insted from 0) 2011-04-25 16:52:20 +00:00
secretr
cbf3082c49 forum template update 2011-04-25 16:12:25 +00:00
secretr
5204861279 More forum problems fixed (stats, some outdated sql queries), more to do 2011-04-25 14:13:45 +00:00
secretr
1a562f6fa2 More forum problems fixed, more to do 2011-04-25 11:29:21 +00:00
secretr
ea06f9a446 leftover debug 2011-04-21 13:21:13 +00:00
secretr
ec1eeac94d Various forum problems:
- nextprev new parameters usage
- outdate forum code cleanup (preventing sc parsing)
- forum preferences fixes (maybe more to do)
2011-04-21 13:20:22 +00:00
e107steved
20704a1278 Additional checks 2011-03-13 14:15:51 +00:00
e107steved
76db31ade1 Plugin SQL setup - 'TYPE'-->'ENGINE' for compatibility with recent MySQL 2011-03-11 18:58:39 +00:00
e107steved
c8273d06c4 Bugtracker #5148 - can't display poll menu and main page together - thanks Dolphin 713 2011-01-14 18:29:06 +00:00
e107steved
5b9016c69f Notice removal 2010-11-01 22:10:42 +00:00
e107steved
5ecdcd2440 Get rid of deprecated functions 2010-10-28 20:17:40 +00:00
mcfly
1adf1d6179 Post replies are now incremented properly, editing of posts now working. 2010-06-21 01:27:26 +00:00
mcfly
e0ec1f3120 EONE-97 (Bug): Forum settings now able to be changed, thanks Luceos 2010-06-16 00:24:34 +00:00
mcfly
65595056f3 Few more changes due to shortcode changes 2010-04-26 18:40:27 +00:00
mcfly
912d5de689 More changes to comply with new shortcode rules 2010-04-26 15:07:30 +00:00
mcfly
c702d7d6db Moving shortcodes to new folder 2010-04-26 13:15:32 +00:00
mcfly
3437f4a47f Updated forum code to use the new shortcode stuff, moved the shortcode files into the proper *new* directories. 2010-04-25 22:30:26 +00:00
mcfly
a8c95d9fab Incorrect var name - thanks Luceos 2010-03-31 14:23:25 +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
daaf7c5b76 EONE-60 (Bug): Forum upgrade from plugin manager now redirects to custom upgrade procedure. 2010-03-22 11:52:39 +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
d31102d768 EONE-34 (Improvement): Forum attachment now shows correct allosed filetypes information 2010-03-18 00:46:54 +00:00
mcfly
81b13b3289 EONE-34 (Improvement): Forum post reporting now working properly 2010-03-14 19:07:57 +00:00
mcfly
8bb1eb7b69 EONE-34 (Improvement): Preferences now handled correctly in forum admin. Attachments now working again. 2010-03-14 14:14:44 +00:00