aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-1853-569/+303
* [ticket/10968] Render pagination within the templateDrae2012-07-1863-268/+1039
* Merge remote-tracking branch 'github-bantu/ticket/10969' into developNils Adermann2012-07-172-46/+3
|\
| * [ticket/10969] Also remove COMMENTS key from data array in get_available_dbms()Andreas Fischer2012-07-081-9/+0
| * [ticket/10969] Remove remove_remarks(&$sql) and remove_comments(&$output).Andreas Fischer2012-07-082-37/+3
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-171-1/+1
|\ \
| * | [ticket/10995] Return false in mssqlnative sql_fetchrow on empty resultPatrick Webster2012-07-171-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-171-3/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mvinny/ticket/10789' into develop-olympusAndreas Fischer2012-07-171-3/+2
| |\ \
| | * | [ticket/10789] Remove unnecessary variables from PM print - prosilverVinny2012-05-221-3/+2
* | | | Merge remote-tracking branch 'github-exreaction/ticket/7598' into developNils Adermann2012-07-171-1/+6
|\ \ \ \
| * | | | [ticket/7598] Use $user->lang['COMMA_SEPARATOR']Nathan2012-07-141-3/+3
| * | | | [ticket/7598] Inactive users action notification (ACP)Nathan2012-07-131-1/+6
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/10942' into developAndreas Fischer2012-07-176-0/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10942] Add access modifiersJoas Schilling2012-07-046-7/+7
| * | | | [ticket/10942] Use ANSI SQL standard || in dbal.phpJoas Schilling2012-07-026-25/+17
| * | | | [ticket/10942] Require same data type and do not cast expressions automaticallyJoas Schilling2012-07-026-65/+2
| * | | | [ticket/10942] Add a comment why we cast to sql_case()Joas Schilling2012-06-205-0/+5
| * | | | [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-206-39/+39
| * | | | [ticket/10942] Change term string to expression to avoid confusionJoas Schilling2012-06-207-17/+17
| * | | | [ticket/10942] Fix sql_conditional for mssql, postgre and oracleJoas Schilling2012-06-205-0/+60
| * | | | [ticket/10942] Add sql_concatenate to dbalJoas Schilling2012-06-207-0/+60
| * | | | [ticket/10942] Add sql_conditional to dbalJoas Schilling2012-06-201-0/+17
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-121-1/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-121-1/+1
| |\ \ \
| | * \ \ Merge remote-tracking branch 'Noxwizard/ticket/10978' into prep-release-3.0.11Andreas Fischer2012-07-121-1/+1
| | |\ \ \
| | | * | | [ticket/10978] Fix typo in prosilver ucp_groups_membership.htmlPatrick Webster2012-07-091-1/+1
* | | | | | Merge PR #854 branch 'dhruvgoel92/ticket/10943' into developOleg Pudeyev2012-07-073-1/+4
|\ \ \ \ \ \
| * | | | | | [ticket/10943] displays searched query in search resultDhruv Goel2012-07-083-0/+3
| * | | | | | [ticket/10943] use keywords variable to display in search boxDhruv Goel2012-07-081-1/+1
* | | | | | | Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-073-7/+54
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-073-7/+54
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11Oleg Pudeyev2012-07-073-7/+54
| | |\ \ \ \ \
| | | * | | | | [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-033-7/+54
* | | | | | | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...Oleg Pudeyev2012-07-077-0/+898
|\ \ \ \ \ \ \ \
| * | | | | | | | [feature/postgresql-fulltext-search] supports_phrase_search functionDhruv Goel2012-07-082-3/+15
| * | | | | | | | [feature/postgresql-fulltext-search] use proper variable nameDhruv Goel2012-07-081-3/+3
| * | | | | | | | [feature/postgresql-fulltext-search] each config is checked if it is setDhruv Goel2012-07-051-2/+10
| * | | | | | | | [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-052-3/+3
| * | | | | | | | [feature/postgresql-fulltext-search] add docblocks to functionsDhruv Goel2012-07-051-5/+54
| * | | | | | | | [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-054-33/+13
| * | | | | | | | [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-052-2/+2
| * | | | | | | | [feature/postgresql-fulltext-search] removes pcre checkDhruv Goel2012-07-052-10/+6
| * | | | | | | | [feature/postgresql-fulltext-search] fix language tsearch2 to text searchDhruv Goel2012-07-051-2/+2
| * | | | | | | | [feature/postgresql-fulltext-search] remove mbstring supportDhruv Goel2012-07-052-83/+8
| * | | | | | | | [feature/postgresql-fulltext-search] change language for pgsql < 8.3Dhruv Goel2012-07-052-2/+2
| * | | | | | | | [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()Dhruv Goel2012-07-051-6/+3