aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [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 developNils Adermann2012-06-191-1/+1
|\
| * Merge remote-tracking branch 'github-dhruvgoel92/ticket/9551' into develop-ol...Nils Adermann2012-06-191-1/+1
| |\
| | * [ticket/9551] uncomment line and change length to 255Dhruv Goel2012-06-191-1/+1
| * | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-311-1/+1
| * | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-311-1/+1
| * | Merge remote-tracking branch 'github-bantu/ticket/10790' into develop-olympusNils Adermann2012-05-311-6/+0
| |\ \
* | \ \ Merge PR #571 branch 'unknownbliss/ticket/10640' into developOleg Pudeyev2012-06-181-2/+2
|\ \ \ \
| * | | | [ticket/10640] Do not change default value of truncate_string()Joas Schilling2012-06-172-3/+3
| * | | | [ticket/10640] Change maximum subject lengthMichael Cullum2012-06-171-1/+1
* | | | | [ticket/10829] Delete T_STYLESHEET_NAME - no longer used.Oleg Pudeyev2012-06-111-1/+0
* | | | | [ticket/10829] $style_name -> $style_path in style class.Oleg Pudeyev2012-06-111-3/+3
* | | | | Merge PR #839 branch 'p/ticket/10743' into developOleg Pudeyev2012-06-115-57/+43
|\ \ \ \ \
| * | | | | [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-114-21/+21
| * | | | | [ticket/10743] Changing obtain_cfg_itemsVjacheslav Trushkin2012-06-112-36/+22
* | | | | | Merge PR #787 branch 'cyberalien/ticket/10799' into developOleg Pudeyev2012-06-112-3/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/10799] Removing global variable from includejsVjacheslav Trushkin2012-05-012-3/+8
* | | | | | Merge remote-tracking branch 'github-dhruvgoel92/feature/delete-auto-logins' ...Nils Adermann2012-06-112-0/+55
|\ \ \ \ \ \
| * | | | | | [feature/delete-auto-logins] improved styling and fixes languageDhruv Goel2012-05-171-1/+1
| * | | | | | [feature/delete-auto-logins] using loop for errorsDhruv Goel2012-05-171-1/+1
| * | | | | | [feature/delete-auto-logins] checks form keyDhruv Goel2012-05-171-8/+21
| * | | | | | [feature/delete-auto-logins] Fixes language entries and redirection.Dhruv Goel2012-05-171-1/+2
| * | | | | | [feature/delete-auto-logins] User can view/delete auto logins.Dhruv Goel2012-05-172-0/+41
* | | | | | | [ticket/10931] Apply strtolower() correctly, i.e. not on false.Andreas Fischer2012-06-111-4/+5
* | | | | | | [ticket/10931] Make to_numeric function globally available.Andreas Fischer2012-06-112-15/+15
* | | | | | | [ticket/10931] Make sure get_bytes() always returns either an int or a float.Andreas Fischer2012-06-111-2/+15
* | | | | | | [ticket/10931] Correctly handle inputs such as '-k' as invalid in get_bytes().Andreas Fischer2012-06-111-0/+7
* | | | | | | [ticket/10931] Correctly use GNU GPL version 2.Andreas Fischer2012-06-111-1/+1
* | | | | | | [ticket/10931] Document that false is also returned if value is not well formedAndreas Fischer2012-06-111-0/+3
* | | | | | | [ticket/10931] Correct method description of get_string().Andreas Fischer2012-06-111-2/+1
* | | | | | | [ticket/10931] Let us try ini_get() without error suppression.Andreas Fischer2012-06-111-1/+1
* | | | | | | [ticket/10931] Add wrapper class for ini_get function.Andreas Fischer2012-06-111-0/+165
* | | | | | | Merge remote-tracking branch 'github-bantu/ticket/10790' into developNils Adermann2012-05-311-6/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | [ticket/10790] Remove a (kind of) dead code section from submit_pm().Andreas Fischer2012-05-221-6/+0
* | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympusNils Adermann2012-05-311-1/+5
| |\ \ \ \ \ \
| | * | | | | | [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
* | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-3/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'github-bantu/ticket/10611' into develop-olympusNils Adermann2012-05-311-3/+9
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/10611] Filter out not existing database tables when making a backup.Andreas Fischer2012-05-301-1/+1
| | * | | | | | | [ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().Andreas Fischer2012-05-301-2/+1
| | * | | | | | | [ticket/10611] Generate db_tools instance in acp_database module.Andreas Fischer2012-05-301-0/+7