Skip to content

Commit 12fc33d

Browse files
authored
Merge branch 'bugfix' into patch-155
2 parents d7c4fdd + b679dab commit 12fc33d

119 files changed

Lines changed: 14103 additions & 839 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in Question2Answer
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please enter the steps to reproduce the behavior:
15+
1.
16+
2.
17+
3.
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**System information:**
23+
- Server/OS: [e.g. Apache on Ubuntu Server]
24+
- PHP version:
25+
- MySQL version:
26+
- Q2A version:
27+
- Browser:

.github/SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Reporting security issues
2+
3+
If you think you've found a security issue, you can responsibly disclose it to us using the [contact form here](https://www.question2answer.org/feedback.php).

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Ignore Q2A config file and .htaccess in development
22
/qa-config.php
33
/.htaccess
4+
/qa-tests/phpunit-qa-config.php
45

56
# Ignore cached files
67
/qa-cache/*/

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

CHANGELOG.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Question2Answer
22
-----------------------------
33

4-
[![Build Status](https://travis-ci.org/q2a/question2answer.png?branch=dev)](https://travis-ci.org/q2a/question2answer/branches)
5-
64
[Question2Answer][Q2A] (Q2A) is a popular free open source Q&A platform for PHP/MySQL, used by over 20,898 [sites] in 40 languages.
75

6+
**Note:** if you're using Q2A directly from git, make sure to use the master branch as that is the latest stable version. Or download an official release from the [Q2A website][Q2A].
7+
88
Q2A is highly customisable with many awesome features:
99

1010
- Asking and answering questions (duh!)
@@ -46,17 +46,22 @@ Q2A also features an extensive plugin system:
4646
----------
4747

4848

49-
As of version 1.6.3, all development is taking place through GitHub. The collaborative development process is being managed by [Scott Vivian][1]. (Note that official releases are still distributed via the [Q2A website][Q2A].)
49+
All development is now taking place through GitHub. The collaborative development process is being managed by [Scott Vivian][1]. (Note that official releases are still distributed via the [Q2A website][Q2A].) See also:
5050

51-
Please read the [contributing page][2] for more information on how to get involved.
51+
- The [Q2A docs][2] for how to get started installing and using Q2A.
52+
- The [Changelog][3] for what's new in each version.
53+
- The [contributing file][4] for more information on how to get involved.
5254

5355

5456
Thanks and enjoy!
5557

56-
Gideon
58+
Gideon & Scott
5759

5860

5961
[Q2A]: http://www.question2answer.org/
6062
[1]: http://www.question2answer.org/qa/user/Scott
61-
[2]: https://github.com/q2a/question2answer/blob/master/CONTRIBUTING.md
63+
[2]: https://docs.question2answer.org/
64+
[3]: https://docs.question2answer.org/install/versions/
65+
[4]: https://github.com/q2a/question2answer/blob/master/CONTRIBUTING.md
66+
[releases]: https://github.com/q2a/question2answer/releases
6267
[sites]: http://www.question2answer.org/sites.php

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.6
1+
1.8.7

0 commit comments

Comments
 (0)