aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | Merge PR #571 branch 'unknownbliss/ticket/10640' into developOleg Pudeyev2012-06-187-8/+8
|\ \ \
| * | | [ticket/10640] Change subject length in mcp in subsilverMichael Cullum2012-06-171-1/+1
| * | | [ticket/10640] Change subject length in MCPMichael Cullum2012-06-171-1/+1
| * | | [ticket/10640] Do not change default value of truncate_string()Joas Schilling2012-06-172-3/+3
| * | | [ticket/10640] Change maximum subject lengthMichael Cullum2012-06-175-5/+5
* | | | Merge pull request #779 from callumacrae/ticket/10855Nils Adermann2012-06-181-4/+34
|\ \ \ \
| * | | | [ticket/10855] Fixed a couple issues in coding guidelines.Callum Macrae2012-05-221-2/+2
| * | | | [ticket/10855] Added JS camelCaps info to guidelines.Callum Macrae2012-05-031-2/+8
| * | | | [ticket/10855] Added array trailing commas info in js to guidelines.Callum Macrae2012-05-031-1/+1
| * | | | [ticket/10855] Modified coding guidelines to reflect JS brace changes.Callum Macrae2012-04-291-1/+25
* | | | | [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-116-0/+170
|\ \ \ \ \
| * | | | | [feature-delete-auto-logins] adds module to database updateDhruv Goel2012-06-031-0/+7
| * | | | | [feature/delete-auto-logins] fixes styleDhruv Goel2012-05-172-6/+4
| * | | | | [feature/delete-auto-logins] improves stylingDhruv Goel2012-05-172-43/+41
| * | | | | [feature/delete-auto-logins] fixes language entryDhruv Goel2012-05-171-1/+1
| * | | | | [feature/delete-auto-logins] fix language keys and stylingDhruv Goel2012-05-173-10/+12
| * | | | | [feature/delete-auto-logins] explain persistent keys in the ucp.Dhruv Goel2012-05-171-1/+1
| * | | | | [feature/delete-auto-logins] template added for subsilver2Dhruv Goel2012-05-171-0/+51
| * | | | | [feature/delete-auto-logins] improved styling and fixes languageDhruv Goel2012-05-173-9/+13
| * | | | | [feature/delete-auto-logins] using loop for errorsDhruv Goel2012-05-172-2/+8
| * | | | | [feature/delete-auto-logins] fixes css cornersDhruv Goel2012-05-171-2/+2
| * | | | | [feature/delete-auto-logins] Fixes language entriesDhruv Goel2012-05-171-4/+4
| * | | | | [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-174-0/+90
* | | | | | [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 branch 'develop-olympus' into developAndreas Fischer2012-05-312-21/+138
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-313-3/+3
| * | | | | [develop-olympus] Add changelog for 3.0.11 release.Andreas Fischer2012-05-311-19/+136
| * | | | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-313-5/+5