aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10944] Reverted changes in PHPBB3-10963Fyorl2012-07-171-6/+9
* Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-072-5/+52
|\
| * Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-072-5/+52
| |\
| | * Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11Oleg Pudeyev2012-07-072-5/+52
| | |\
| | | * [ticket/10937] Update documentation to say which comment styles are removed.Andreas Fischer2012-07-031-1/+1
| | | * [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-032-5/+52
* | | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...Oleg Pudeyev2012-07-071-0/+856
|\ \ \ \
| * | | | [feature/postgresql-fulltext-search] supports_phrase_search functionDhruv Goel2012-07-081-1/+13
| * | | | [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-051-2/+2
| * | | | [feature/postgresql-fulltext-search] add docblocks to functionsDhruv Goel2012-07-051-5/+54
| * | | | [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-33/+1
| * | | | [feature/postgresql-fulltext-search] define access control specifiersDhruv Goel2012-07-051-8/+8
| * | | | [feature/postgresql-fulltext-search] use version_compareDhruv Goel2012-07-051-5/+5
| * | | | [feature/postgresql-fulltext-search] fix language keyDhruv Goel2012-07-051-1/+1
| * | | | [feature/postgresql-fulltext-search] removes pcre checkDhruv Goel2012-07-051-8/+4
| * | | | [feature/postgresql-fulltext-search] remove mbstring supportDhruv Goel2012-07-051-81/+8
| * | | | [feature/postgresql-fulltext-search] change language for pgsql < 8.3Dhruv Goel2012-07-051-1/+1
| * | | | [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()Dhruv Goel2012-07-051-6/+3
| * | | | [feature/postgresql-fulltext-search] fix variable nameDhruv Goel2012-07-051-4/+4
| * | | | [feature/postgresql-fulltext-search] Fix version comparison for 9.0+.Oleg Pudeyev2012-07-051-1/+1
| * | | | [feature/postgresql-fulltext-search] fixing licenseDhruv Goel2012-07-051-2/+1
| * | | | [feature/postgresql-fulltext-search] assign empty statsDhruv Goel2012-07-051-0/+6
| * | | | [feature/postgresql-fulltext-search] remove backward compatibilityDhruv Goel2012-07-051-39/+5
| * | | | [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-3/+3
| * | | | [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-6/+12
| * | | | [feature/postgresql-fulltext-search] Fixed bracesOleg Pudeyev2012-07-051-6/+8
| * | | | [feature/postgresql-fulltext-search] Remove closing php tagOleg Pudeyev2012-07-051-2/+0
| * | | | [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.we3b2012-06-081-49/+114
| * | | | [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.wagnerch2012-06-081-52/+24
| * | | | [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+893
* | | | | Merge PR #759 branch 'nickvergessen/ticket/10811' into developOleg Pudeyev2012-07-051-0/+2
|\ \ \ \ \
| * | | | | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-1/+2
| * | | | | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-0/+1
* | | | | | Merge remote-tracking branch 'Fyorl/ticket/10963' into developAndreas Fischer2012-07-051-9/+6
|\ \ \ \ \ \
| * | | | | | [ticket/10963] filespec::get_mimetype now usedFyorl2012-07-041-11/+4
| * | | | | | [ticket/10963] Removed superfluous ternary statement and strpos now stricterFyorl2012-07-021-1/+1
| * | | | | | [ticket/10963] Modified filespec::is_image() to check actual mimetypeFyorl2012-07-021-1/+5
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-06-211-2/+15
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-06-211-2/+15
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | [ticket/10935] Limit number of PM rules per user to 5000Joas Schilling2012-06-201-2/+15
| | | |_|_|/ | | |/| | |
* | | | | | Merge PR #844 branch 'dhruvgoel92/ticket/10936' into developOleg Pudeyev2012-06-191-92/+9
|\ \ \ \ \ \
| * | | | | | [ticket/10936] remove PCRE and mbstring support checkDhruv Goel2012-06-131-91/+8
| * | | | | | [ticket/10936] fix language keyDhruv Goel2012-06-121-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-06-191-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'github-dhruvgoel92/ticket/9551' into develop-ol...Nils Adermann2012-06-191-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/9551] uncomment line and change length to 255Dhruv Goel2012-06-191-1/+1
| * | | | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-311-1/+1
| | |_|/ / / | |/| | | |
| * | | | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-311-1/+1
| * | | | | Merge remote-tracking branch 'github-bantu/ticket/10790' into develop-olympusNils Adermann2012-05-311-6/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge PR #571 branch 'unknownbliss/ticket/10640' into developOleg Pudeyev2012-06-181-2/+2
|\ \ \ \ \ \ \