aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [feature/attach-dl] Moved include of compress class inside functionFyorl2012-08-071-0/+5
* [feature/attach-dl] Use extension_allowed() again.Andreas Fischer2012-08-071-22/+0
* [feature/attach-dl] phpbb_filter_disallowed_extensions: Preserve array keys.Andreas Fischer2012-08-071-2/+2
* [feature/attach-dl] phpbb_check_attach_extensions: Get rid of pass-by-referenceAndreas Fischer2012-08-071-9/+8
* [feature/attach-dl] Added a function for checking allowed extensionsFyorl2012-08-041-0/+23
* [feature/attach-dl] Added function for incrementing download counterFyorl2012-08-041-0/+21
* [feature/attach-dl] Prefixed gen_download_links with phpbb_Fyorl2012-08-041-1/+1
* [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-041-0/+30
* [ticket/10875] method_exists check is not required, interface declares themNathan Guse2012-07-3010-20/+19
* [ticket/10875] Changes to Cache Driver caused method_exists checks to failNathan Guse2012-07-3010-19/+19
* Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-279-2/+3097
|\
| * [feature/sphinx-fulltext-search] add sphinxapi.php fileDhruv2012-07-271-0/+1712
| * [feature/sphinx-fulltext-search] fix auth bugDhruv2012-07-271-1/+1
| * [feature/sphinx-fulltext-search] remove unused propertyDhruv2012-07-271-1/+0
| * [feature/sphinx-fulltext-search] use 9312 as default portDhruv2012-07-271-4/+4
| * [feature/sphinx-fulltext-search] fix sphinx for arbitary hostDhruv2012-07-261-4/+4
| * [feature/sphinx-fulltext-search] coding changes acc to phbb conventionsDhruv2012-07-261-2/+12
| * [feature/sphinx-fulltext-search] fixing commentsDhruv2012-07-262-18/+18
| * [feature/sphinx-fulltext-search] improve port optionDhruv2012-07-221-4/+3
| * [feature/sphinx-fulltext-search] remove stopwords and config pathDhruv2012-07-221-12/+2
| * [feature/sphinx-fulltext-search] makes sql host configurableDhruv2012-07-221-2/+7
| * [feature/sphinx-fulltext-search] use readonly instead of disabledDhruv2012-07-221-1/+1
| * [feature/sphinx-fulltext-search] remove note from db_toolsDhruv2012-07-211-1/+0
| * [feature/sphinx-fulltext-search] add support for postgresDhruv2012-07-191-3/+20
| * [feature/sphinx-fulltext-search] add pgsql functionalityDhruv2012-07-191-1/+1
| * [feature/sphinx-fulltext-search] use Update in sphinx queryDhruv2012-07-191-2/+9
| * [feature/sphinx-fulltext-search] use CASE instead of IFDhruv2012-07-191-2/+2
| * [feature/sphinx-fulltext-search] minor changes in sphinx.confDhruv2012-07-191-1/+1
| * [feature/sphinx-fulltext-search] use sql_table_existsDhruv2012-07-191-6/+1
| * [feature/sphinx-fulltext-search] modify language keysDhruv2012-07-191-2/+1
| * [feature/sphinx-fulltext-search] improve sphinx helper classesDhruv2012-07-194-11/+50
| * [feature/sphinx-fulltext-search] fix comments and indentationDhruv2012-07-192-5/+5
| * [feature/sphinx-fulltext-search] use new unique id instead of saltDhruv2012-07-191-7/+8
| * [feature/sphinx-fulltext-search] display config file in ACPDhruv2012-07-191-9/+13
| * [feature/sphinx-fulltext-search] remove bin_pathDhruv Goel2012-07-191-5/+0
| * [feature/sphinx-fulltext-search] modify config classDhruv Goel2012-07-192-158/+145
| * [feature/sphinx-fulltext-search] improve formattingDhruv Goel2012-07-191-8/+8
| * [feature/sphinx-fulltext-search] fix commentsDhruv Goel2012-07-193-39/+53
| * [feature/sphinx-fulltext-search] remove recent search queriesDhruv Goel2012-07-191-3/+0
| * [feature/sphinx-fulltext-search] implementing db_toolsDhruv Goel2012-07-191-8/+19
| * [feature/sphinx-fulltext-search] assign all globals to class propertiesDhruv Goel2012-07-191-70/+56
| * [feature/sphinx-fulltext-search] adds default config valuesDhruv Goel2012-07-191-18/+0
| * [feature/sphinx-fulltext-search] remove unnecessary codeDhruv Goel2012-07-121-20/+5
| * [feature/sphinx-fulltext-search] fix stopwords optionDhruv Goel2012-07-121-24/+4
| * [feature/sphinx-fulltext-search] prefix sphinx with constant namesDhruv Goel2012-07-121-7/+7
| * [feature/sphinx-fulltext-search] remove autoconfDhruv Goel2012-07-121-385/+1
| * [feature/sphinx-fulltext-search] add docblock and access modifiersDhruv Goel2012-07-121-15/+70
| * [feature/sphinx-fulltext-search] add class properties indexes & sphinxDhruv Goel2012-07-121-0/+2
| * [feature/sphinx-fulltext-search] use keywords_search instead of get_nameDhruv Goel2012-07-121-1/+1
| * [feature/sphinx-fulltext-search] remove unused arraysDhruv Goel2012-07-121-8/+1