aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12445] Disapproved post: the name of the poster should be in logsNicofuma2014-04-262-3/+3
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12445 PHPBB3-12445
* Merge remote-tracking branch 'PayBas/ticket/12437' into develop-ascraeusCesar G2014-04-255-14/+8
|\ | | | | | | | | * PayBas/ticket/12437: [ticket/12437] Clean up redundant "clear" elements & "corners"
| * [ticket/12437] Clean up redundant "clear" elements & "corners"PayBas2014-04-245-14/+8
| | | | | | | | PHPBB3-12437
* | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-253-79/+294
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12012] Correctly drop default value constraints * nickvergessen/ticket/12012: [ticket/12012] Move property to the top [ticket/12012] Move MS SQL server comparison into a method [ticket/12012] Fix docs in connection manager [ticket/12012] Remove duplicated code (only the $sql are different) [ticket/12012] Handle begin and commit transactions in tests [ticket/12012] Drop and recreate indexes when removing columns [ticket/12012] Add a unit test for removing a column with indexes [ticket/12012] Add a unit test for changing the column type [ticket/12012] Return SQL statements for index drop/create [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 [ticket/12012] Drop and recreate indexes when changing a column on MSSQL [ticket/12012] Fix query layout [ticket/12012] Correctly drop default value constraints on MSSQL
| * | [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Add a unit test for removing a column with indexesJoas Schilling2014-04-171-0/+22
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Add a unit test for changing the column typeJoas Schilling2014-04-171-2/+30
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
| | | | | | | | | | | | | | | | | | Otherwise we recreate the index before changing the column PHPBB3-12012
| * | [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
| | | | | | | | | | | | PHPBB3-12012
| * | [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
| | | | | | | | | | | | | | | | | | | | | We need to drop the default constraints of a column, before being able to change their type or deleting them. PHPBB3-12012
* | | Merge remote-tracking branch 'PayBas/ticket/12389' into develop-ascraeusCesar G2014-04-2510-41/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12389: [ticket/12389] Change "PM" to "Message" [ticket/12389] Moved PM tools to UCP template [ticket/12389] Replace email and print icons. [ticket/12389] Change language of email friend [ticket/12389] Move print topic & email topic icons to topic tools
| * | | [ticket/12389] Change "PM" to "Message"PayBas2014-04-241-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12389
| * | | [ticket/12389] Moved PM tools to UCP templatePayBas2014-04-203-3/+13
| | | | | | | | | | | | | | | | PHPBB3-12389
| * | | Merge pull request #3 from prototech/ticket/12389PayBas2014-04-202-0/+0
| |\ \ \ | | | | | | | | | | [ticket/12389] Replace email and print icons.
| | * | | [ticket/12389] Replace email and print icons.Cesar G2014-04-202-0/+0
| |/ / / | | | | | | | | | | | | PHPBB3-12389
| * | | [ticket/12389] Change language of email friendPayBas2014-04-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12389
| * | | [ticket/12389] Move print topic & email topic icons to topic toolsPayBas2014-04-116-40/+8
| | | | | | | | | | | | | | | | PHPBB3-12389
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12382' into develop-ascraeusCesar G2014-04-256-2/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12382: [ticket/12382] Mark broken nested loop with include as incomplete [ticket/12382] Add template test for subloops inside includes [ticket/12382] Add template test for subloops inside events
| * | | | [ticket/12382] Mark broken nested loop with include as incompleteJoas Schilling2014-04-142-2/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-12382
| * | | | [ticket/12382] Add template test for subloops inside includesJoas Schilling2014-04-123-0/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-12382
| * | | | [ticket/12382] Add template test for subloops inside eventsJoas Schilling2014-04-103-0/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-12382
* | | | | Merge pull request #2352 from nickvergessen/ticket/11917Andreas Fischer2014-04-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11917] Replace space with tabs * nickvergessen/ticket/11917: [ticket/11917] Replace space with tabs
| * | | | | [ticket/11917] Replace space with tabsJoas Schilling2014-04-251-2/+2
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-11917
* | | | | Merge pull request #2348 from bantu/ticket/12436Joas Schilling2014-04-241-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/12436] Data passed to sql_multi_insert is expected to be multi-d... * bantu/ticket/12436: [ticket/12436] Data passed to sql_multi_insert is expected to be multi-dim.
| * | | | [ticket/12436] Data passed to sql_multi_insert is expected to be multi-dim.Andreas Fischer2014-04-241-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-12436
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into ↵Nils Adermann2014-04-244-2/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11917: [ticket/11917] Move OAuth Module to the bottom while installing [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend Conflicts: phpBB/install/install_install.php
| * | | | [ticket/11917] Move OAuth Module to the bottom while installingJoas Schilling2014-04-121-0/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-11917
| * | | | [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backendJoas Schilling2014-04-123-1/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-11917
* | | | | Merge pull request #2036 from prototech/ticket/12201Joas Schilling2014-04-226-37/+58
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12201] Clean up ACP attachment management page * prototech/ticket/12201: [ticket/12201] Decreased pagination font size. [ticket/12201] Update select element to follow same design as prosilver. [ticket/12201] Increase sort font size just slightly. [ticket/12201] Add link to resync file stats after error. [ticket/12201] Fix typos in language pack. [ticket/12201] Display error and sorting options when there are no attachments [ticket/12201] Only the top pagination should be floated to the right. [ticket/12201] Rearrange pagination, sorting, and submit elements. [ticket/12201] Center the file size and mark columns. [ticket/12201] Separate pagination from table.
| * | | | | [ticket/12201] Decreased pagination font size.Cesar G2014-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Update select element to follow same design as prosilver.Cesar G2014-04-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Increase sort font size just slightly.Cesar G2014-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Add link to resync file stats after error.Cesar G2014-04-153-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Fix typos in language pack.Cesar G2014-04-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Display error and sorting options when there are no attachmentsCesar G2014-04-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Only the top pagination should be floated to the right.Cesar G2014-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Rearrange pagination, sorting, and submit elements.Cesar G2014-04-151-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Center the file size and mark columns.Cesar G2014-04-152-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
| * | | | | [ticket/12201] Separate pagination from table.Cesar G2014-04-153-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12201
* | | | | | 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. * prototech/ticket/12130: [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.
| * | | | | | [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.Cesar G2014-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12130
* | | | | | | Merge pull request #2335 from Elsensee/ticket/12422Joas Schilling2014-04-223-3/+62
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12422] Fix debug warning in log search * Elsensee/ticket/12422: [ticket/12422] Add tests [ticket/12422] Fix debug warning in log search
| * | | | | | | [ticket/12422] Add testsOliver Schramm2014-04-222-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12422