aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12025] Post Preview no longer shows warningsNicofuma2014-04-261-1/+1
* Merge pull request #2345 from Nicofuma/ticket/12199Andreas Fischer2014-04-263-46/+46
|\
| * [ticket/12199] Move deprecated functions to functions_compatibility.phpNicofuma2014-04-263-46/+46
* | Merge remote-tracking branch 'Nicofuma/ticket/12418' into develop-ascraeusCesar G2014-04-251-1/+1
|\ \ | |/ |/|
| * [ticket/12418] Notice displayed for feed.phpTristan Darricau2014-04-181-1/+1
* | Merge remote-tracking branch 'PayBas/ticket/12437' into develop-ascraeusCesar G2014-04-255-14/+8
|\ \
| * | [ticket/12437] Clean up redundant "clear" elements & "corners"PayBas2014-04-245-14/+8
* | | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-76/+226
|\ \ \
| * | | [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| * | | [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| * | | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| * | | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| * | | [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
| * | | [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
| * | | [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
| * | | [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
| * | | [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
* | | | Merge remote-tracking branch 'PayBas/ticket/12389' into develop-ascraeusCesar G2014-04-2510-41/+19
|\ \ \ \
| * | | | [ticket/12389] Change "PM" to "Message"PayBas2014-04-241-1/+1
| * | | | [ticket/12389] Moved PM tools to UCP templatePayBas2014-04-203-3/+13
| * | | | [ticket/12389] Replace email and print icons.Cesar G2014-04-202-0/+0
| * | | | [ticket/12389] Change language of email friendPayBas2014-04-111-1/+1
| * | | | [ticket/12389] Move print topic & email topic icons to topic toolsPayBas2014-04-116-40/+8
* | | | | [ticket/11917] Replace space with tabsJoas Schilling2014-04-251-2/+2
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into develop...Nils Adermann2014-04-244-2/+55
|\ \ \ \
| * | | | [ticket/11917] Move OAuth Module to the bottom while installingJoas Schilling2014-04-121-0/+12
| * | | | [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backendJoas Schilling2014-04-123-1/+42
* | | | | Merge pull request #2036 from prototech/ticket/12201Joas Schilling2014-04-226-37/+58
|\ \ \ \ \
| * | | | | [ticket/12201] Decreased pagination font size.Cesar G2014-04-151-0/+1
| * | | | | [ticket/12201] Update select element to follow same design as prosilver.Cesar G2014-04-151-0/+3
| * | | | | [ticket/12201] Increase sort font size just slightly.Cesar G2014-04-151-1/+1
| * | | | | [ticket/12201] Add link to resync file stats after error.Cesar G2014-04-153-14/+15
| * | | | | [ticket/12201] Fix typos in language pack.Cesar G2014-04-151-4/+4
| * | | | | [ticket/12201] Display error and sorting options when there are no attachmentsCesar G2014-04-152-1/+8
| * | | | | [ticket/12201] Only the top pagination should be floated to the right.Cesar G2014-04-151-1/+1
| * | | | | [ticket/12201] Rearrange pagination, sorting, and submit elements.Cesar G2014-04-151-15/+16
| * | | | | [ticket/12201] Center the file size and mark columns.Cesar G2014-04-152-4/+8
| * | | | | [ticket/12201] Separate pagination from table.Cesar G2014-04-153-2/+6
* | | | | | Merge pull request #2337 from prototech/ticket/12130Joas Schilling2014-04-221-2/+2
|\ \ \ \ \ \
| * | | | | | [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.Cesar G2014-04-201-2/+2
* | | | | | | Merge pull request #2335 from Elsensee/ticket/12422Joas Schilling2014-04-221-2/+16
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12422] Fix debug warning in log searchOliver Schramm2014-04-201-2/+16
* | | | | | | | Merge pull request #2248 from Elsensee/ticket/12193Joas Schilling2014-04-222-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12193] Fix broken HTML if SQL error occurs during migrationOliver Schramm2014-04-192-0/+12
* | | | | | | | | Merge pull request #2334 from bantu/ticket/12423Joas Schilling2014-04-222-66/+97
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/12424] Update Symfony component from v2.3.4 to v2.3.12.Andreas Fischer2014-04-201-35/+35
| * | | | | | | | [ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2.Andreas Fischer2014-04-201-30/+62
| * | | | | | | | [ticket/12423] Increase Composer minimum-stability to stable.Andreas Fischer2014-04-201-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'PayBas/ticket/12347' into develop-ascraeusCesar G2014-04-203-4/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12347] Remove unknown/unnecessary hackPayBas2014-04-201-1/+0