Skip to content

Commit 38a06c7

Browse files
authored
Merge pull request #1 from fiammybe/master
Update for 2.0 final
2 parents 9a468e9 + eab4fd8 commit 38a06c7

4 files changed

Lines changed: 80 additions & 31 deletions

File tree

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
### JetBrains template
2+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
3+
4+
*.iml
5+
6+
## Directory-based project format:
7+
.idea/
8+
# if you remove the above rule, at least ignore the following:
9+
10+
# User-specific stuff:
11+
# .idea/workspace.xml
12+
# .idea/tasks.xml
13+
# .idea/dictionaries
14+
15+
# Sensitive or high-churn files:
16+
# .idea/dataSources.ids
17+
# .idea/dataSources.xml
18+
# .idea/sqlDataSources.xml
19+
# .idea/dynamic.xml
20+
# .idea/uiDesigner.xml
21+
22+
# Gradle:
23+
# .idea/gradle.xml
24+
# .idea/libraries
25+
26+
# Mongo Explorer plugin:
27+
# .idea/mongoSettings.xml
28+
29+
## File-based project format:
30+
*.ipr
31+
*.iws
32+
33+
## Plugin-specific files:
34+
35+
# IntelliJ
36+
/out/
37+
38+
# mpeltonen/sbt-idea plugin
39+
.idea_modules/
40+
41+
# JIRA plugin
42+
atlassian-ide-plugin.xml
43+
44+
# Crashlytics plugin (for Android Studio and IntelliJ)
45+
com_crashlytics_export_strings.xml
46+
crashlytics.properties
47+
crashlytics-build.properties
48+
49+
# Created by .ignore support plugin (hsz.mobi)

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ImpressCMS bulletin Board, for ImpressCMS >= 1.2
44

55

66
Changelog 2.0 Final
7-
27 March 2012
7+
29 November 2017
88
=============
99
1 Bugfix: Link for ICQ fixed (sato-san)
1010
2 Bugfix: Position from "document icons" and "post icon" optimized for a better view (sato-san)
@@ -19,6 +19,7 @@ Changelog 2.0 Final
1919
11 Improved: Userbar in Text version with better design (sato-san)
2020
12 added: Japanese translation files (sato-san)
2121
13 Bugfix: Error in PM fixed (sato-san)
22+
14 Improved: updated version number format to string and corrected several URLs in icms_version (fiammybe)
2223

2324

2425
Changelog 1.0 Final

icms_version.php

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,32 @@
2525

2626
$modulename = basename(dirname(__FILE__ ) );
2727
$modversion['name'] = _MI_IFORUM_NAME;
28-
$modversion['version'] = 2.00;
28+
$modversion['version'] = "2.00";
2929
$modversion['description'] = _MI_IFORUM_DESC;
3030
$modversion['credits'] = "Marko Schmuck a.k.a predator (author) and D.J. a.k.a phppp (author) and other CBB/newbb developers [see readme.txt for more information]";
31-
$modversion['author'] = "stranger";
31+
$modversion['author'] = "fiammybe";
3232
$modversion['license'] = "GNU General Public License (GPL) see LICENSE";
3333
$modversion['iconsmall'] = "images/imforum_iconsmall.png";
3434
$modversion['iconbig'] = "images/imforum_iconbig.png";
3535
$modversion['image'] = "images/imforum_icon.png";
3636
$modversion['dirname'] = $modulename;
3737
$modversion['modname'] = 'iforum';
3838

39-
$modversion['author_realname'] = "Sina Asghari";
40-
$modversion['author_website_url'] = "http://community.impresscms.org/modules/newbb/";
41-
$modversion['author_website_name'] = _IMPRESSCMS_COMMUNITY;
42-
$modversion['author_email'] = "pesian_stranger@users.sourceforge.net";
43-
$modversion['author_email'] = "php_pp@hotmail.com";
44-
$modversion['status_version'] = "trunk";
45-
$modversion['status'] = "trunk";
46-
$modversion['date'] = "Mar. 27th 2013";
39+
$modversion['author_realname'] = "David Janssens";
40+
$modversion['author_website_url'] = "http://www.davidjanssens.be";
41+
$modversion['author_website_name'] = "David Home";
42+
$modversion['author_email'] = "david.j@impresscms.org";
43+
$modversion['status_version'] = "Final";
44+
$modversion['status'] = "Final";
45+
$modversion['date'] = "Nov 27th 2017";
4746
$modversion['warning'] = _CO_ICMS_WARNING_FINAL;
4847

49-
$modversion['demo_site_url'] = "http://community.impresscms.org/modules/newbb/";
48+
$modversion['demo_site_url'] = "https://www.impresscms.org/modules/iforum/";
5049
$modversion['demo_site_name'] = _IMPRESSCMS_COMMUNITY;
51-
$modversion['support_site_url'] = "http://community.impresscms.org/modules/newbb/";
52-
$modversion['support_site_name'] = "ImpressCMS community website";
53-
$modversion['submit_feature'] = "http://community.impresscms.org/modules/newbb/";
54-
$modversion['submit_bug'] = "http://community.impresscms.org/modules/newbb/";
50+
$modversion['support_site_url'] = "https://www.impresscms.org/modules/iforum/";
51+
$modversion['support_site_name'] = "ImpressCMS Community Forum";
52+
$modversion['submit_feature'] = "https://www.impresscms.org/modules/iforum/";
53+
$modversion['submit_bug'] = "https://www.impresscms.org/modules/iforum/";
5554

5655
include_once(ICMS_ROOT_PATH."/modules/".$modulename."/class/art/functions.ini.php");
5756
include_once(ICMS_ROOT_PATH."/modules/".$modulename."/include/functions.php");
@@ -849,4 +848,4 @@
849848
$modversion['notification']['event'][8]['description'] = _MI_IFORUM_GLOBAL_NEWFULLPOST_NOTIFYDSC;
850849
$modversion['notification']['event'][8]['mail_template'] = 'global_newfullpost_notify';
851850
$modversion['notification']['event'][8]['mail_subject'] = _MI_IFORUM_GLOBAL_NEWFULLPOST_NOTIFYSBJ;
852-
?>
851+
?>

sql/mysql.sql

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CREATE TABLE `bb_archive` (
2323
`topic_id` int(8) unsigned NOT NULL default '0',
2424
`post_id` int(10) unsigned NOT NULL default '0',
2525
`post_text` text NOT NULL
26-
) ENGINE=MyISAM;
26+
);
2727

2828
-- --------------------------------------------------------
2929

@@ -42,7 +42,7 @@ CREATE TABLE `bb_attachments` (
4242
`download` int(10) unsigned NOT NULL default '0',
4343
PRIMARY KEY (`attach_id`),
4444
KEY `post_id` (`post_id`)
45-
) ENGINE=MyISAM;
45+
);
4646

4747
-- --------------------------------------------------------
4848

@@ -59,7 +59,7 @@ CREATE TABLE `bb_categories` (
5959
`cat_url` varchar(255) NOT NULL default '',
6060
PRIMARY KEY (`cat_id`),
6161
KEY `cat_order` (`cat_order`)
62-
) ENGINE=MyISAM;
62+
);
6363

6464
-- --------------------------------------------------------
6565

@@ -73,7 +73,7 @@ CREATE TABLE `bb_digest` (
7373
`digest_content` text,
7474
PRIMARY KEY (`digest_id`),
7575
KEY `digest_time` (`digest_time`)
76-
) ENGINE=MyISAM;
76+
);
7777

7878
-- --------------------------------------------------------
7979

@@ -106,7 +106,7 @@ CREATE TABLE `bb_forums` (
106106
KEY `cat_forum` (`cat_id`,`forum_order`),
107107
KEY `forum_order` (`forum_order`),
108108
KEY `cat_id` (`cat_id`)
109-
) ENGINE=MyISAM;
109+
);
110110

111111
-- --------------------------------------------------------
112112

@@ -126,7 +126,7 @@ CREATE TABLE `bb_moderates` (
126126
KEY `uid` (`uid`),
127127
KEY `mod_end` (`mod_end`),
128128
KEY `forum_id` (`forum_id`)
129-
) ENGINE=MyISAM;
129+
);
130130

131131
-- --------------------------------------------------------
132132

@@ -144,7 +144,7 @@ CREATE TABLE `bb_online` (
144144
KEY `online_forum` (`online_forum`),
145145
KEY `online_topic` (`online_topic`),
146146
KEY `online_updated` (`online_updated`)
147-
) ENGINE=MyISAM;
147+
);
148148

149149
-- --------------------------------------------------------
150150

@@ -184,7 +184,7 @@ CREATE TABLE `bb_posts` (
184184
KEY `post_time` (`post_time`),
185185
KEY `topicid_postid_pid` (`topic_id`,`post_id`,`pid`),
186186
FULLTEXT KEY `search` (`subject`)
187-
) ENGINE=MyISAM;
187+
);
188188

189189
-- --------------------------------------------------------
190190

@@ -198,7 +198,7 @@ CREATE TABLE `bb_posts_text` (
198198
`post_edit` text,
199199
PRIMARY KEY (`post_id`),
200200
FULLTEXT KEY `search` (`post_text`)
201-
) ENGINE=MyISAM;
201+
);
202202

203203
-- --------------------------------------------------------
204204

@@ -216,7 +216,7 @@ CREATE TABLE `bb_reads_forum` (
216216
KEY `uid` (`uid`),
217217
KEY `read_item` (`read_item`),
218218
KEY `post_id` (`post_id`)
219-
) ENGINE=MyISAM;
219+
);
220220

221221
-- --------------------------------------------------------
222222

@@ -234,7 +234,7 @@ CREATE TABLE `bb_reads_topic` (
234234
KEY `uid` (`uid`),
235235
KEY `read_item` (`read_item`),
236236
KEY `post_id` (`post_id`)
237-
) ENGINE=MyISAM;
237+
);
238238

239239
-- --------------------------------------------------------
240240

@@ -253,7 +253,7 @@ CREATE TABLE `bb_report` (
253253
`report_memo` varchar(255) NOT NULL default '',
254254
PRIMARY KEY (`report_id`),
255255
KEY `post_id` (`post_id`)
256-
) ENGINE=MyISAM;
256+
);
257257

258258
-- --------------------------------------------------------
259259

@@ -290,7 +290,7 @@ CREATE TABLE `bb_topics` (
290290
KEY `topic_sticky` (`topic_sticky`),
291291
KEY `topic_digest` (`topic_digest`),
292292
KEY `digest_time` (`digest_time`)
293-
) ENGINE=MyISAM;
293+
);
294294

295295
-- --------------------------------------------------------
296296

@@ -309,4 +309,4 @@ CREATE TABLE `bb_votedata` (
309309
KEY `ratinguser` (`ratinguser`),
310310
KEY `ratinghostname` (`ratinghostname`),
311311
KEY `topic_id` (`topic_id`)
312-
) ENGINE=MyISAM;
312+
);

0 commit comments

Comments
 (0)