aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2366 from bantu/ticket/12458Joas Schilling2014-04-2948-140/+94
|\
| * [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-2948-140/+94
|/
* Merge pull request #2364 from nickvergessen/ticket/12456Andreas Fischer2014-04-2927-37/+26
|\
| * [ticket/12456] Add , after the last array elementJoas Schilling2014-04-296-9/+9
| * [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-295-7/+0
| * [ticket/12456] Fix missing new lines at the end of email templatesJoas Schilling2014-04-2918-21/+17
|/
* Merge pull request #2359 from Nicofuma/ticket/12097Joas Schilling2014-04-272-2/+50
|\
| * [ticket/12097] Bug fix and adding unit testNicofuma2014-04-262-1/+40
| * [ticket/12097] Validate_data() should work with class methodNicofuma2014-04-261-2/+11
* | Merge pull request #2325 from n-aleha/ticket/12406Joas Schilling2014-04-261-1/+1
|\ \ | |/ |/|
| * [ticket/12406] Fix variable description of core.viewtopic_modify_page_titlen-aleha2014-04-171-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-253-79/+294
|\ \ \ \
| * | | | [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] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
| * | | | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| * | | | [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
| * | | | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| * | | | [ticket/12012] Add a unit test for removing a column with indexesJoas Schilling2014-04-171-0/+22
| * | | | [ticket/12012] Add a unit test for changing the column typeJoas Schilling2014-04-171-2/+30
| * | | | [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
| * | | | Merge pull request #3 from prototech/ticket/12389PayBas2014-04-202-0/+0
| |\ \ \ \
| | * | | | [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
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/12382' into develop-ascraeusCesar G2014-04-256-2/+52
|\ \ \ \ \
| * | | | | [ticket/12382] Mark broken nested loop with include as incompleteJoas Schilling2014-04-142-2/+15
| * | | | | [ticket/12382] Add template test for subloops inside includesJoas Schilling2014-04-123-0/+19
| * | | | | [ticket/12382] Add template test for subloops inside eventsJoas Schilling2014-04-103-0/+18
* | | | | | Merge pull request #2352 from nickvergessen/ticket/11917Andreas Fischer2014-04-251-2/+2
|\ \ \ \ \ \
| * | | | | | [ticket/11917] Replace space with tabsJoas Schilling2014-04-251-2/+2
|/ / / / / /
* | | | | | 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-dim.Andreas Fischer2014-04-241-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
|\ \ \ \ \ \