Joas Schilling
1f8ab1c196
[ticket/12202] Use an array in the data provider instead of exploding manually
...
PHPBB3-12202
2014-03-14 13:18:30 +01:00
Nathaniel Guse
f3d8dfd1e3
[ticket/12202] Can't call htmlspecialchars before checking for quotes
...
PHPBB3-12202
2014-03-09 17:17:33 -05:00
Nathaniel Guse
50dd76aef3
[ticket/12202] Fix tests
...
PHPBB3-12202
2014-03-09 17:16:45 -05:00
Nathan Guse
49734db9cd
[ticket/12202] Test for parse_cfg_file
...
PHPBB3-12202
2014-03-09 15:20:42 -05:00
Nathan Guse
224e3f139f
[ticket/12202] Use copyright symbol in style.cfg files
...
PHPBB3-12202
2014-03-09 15:20:18 -05:00
Nathan Guse
f2d3879da4
[ticket/12202] Apply htmlspecialchars to style.cfg data
...
PHPBB3-12202
2014-03-09 15:19:52 -05:00
Nathan Guse
00f8fe24d2
Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10945' into develop-olympus
...
* remotes/dhruvgoel92/ticket/10945:
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
2014-03-09 11:15:10 -05:00
Dhruv
c51dcbe6a0
[ticket/10945] Fix return values for split_keywords function
...
The function now returns false if all the words are common words and true
otherwise.
PHPBB3-10945
2014-03-08 21:23:08 +05:30
Dhruv
b6eec5c142
[ticket/10945] Display search query when search fails in native search
...
If search fails and common words are present, split_keywords returns false
and search.php file prints appropriate message of common words.
If search fails and there are no common words, split_keywords returns true
and keyword_search returns false so that the search query is displayed in
search box.
PHPBB3-10945
2014-03-08 21:20:37 +05:30
Dhruv Goel
f4645a6376
[ticket/10945] remove trigger_error call
...
removes trigger_error call incase no search results are found or start
variable exceeds the amount. So that search query is displayed in the
search box even if no results are returned.
PHPBB3-10945
2014-03-08 21:15:51 +05:30
Joas Schilling
9f4908f0f2
Merge remote-tracking branch 'bantu/ticket/11509' into develop-olympus
...
* bantu/ticket/11509:
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
[ticket/11509] Output which commit is being inspected.
[ticket/11509] Three dots means sym. difference, but we only want new commits.
2014-03-01 19:13:58 +01:00
Nils Adermann
05d921fbbc
Merge pull request #2059 from nickvergessen/ticket/12205
...
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
2014-02-25 19:48:54 +01:00
Joas Schilling
ffbc7ccb64
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
...
PHPBB3-12205
2014-02-25 18:24:45 +01:00
Andreas Fischer
42e8c2e8cf
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
...
PHPBB3-11509
2014-02-21 01:48:55 +01:00
Andreas Fischer
fe5858902e
[ticket/11509] Output which commit is being inspected.
...
PHPBB3-11509
2014-02-21 01:47:45 +01:00
Andreas Fischer
ccd30912d9
[ticket/11509] Three dots means sym. difference, but we only want new commits.
...
PHPBB3-11509
2014-02-21 01:47:37 +01:00
Nathan Guse
823dca737f
Merge remote-tracking branch 'remotes/prototech/ticket/12093' into develop-olympus
...
* remotes/prototech/ticket/12093:
[ticket/12093] Check that document.selection is supported.
2014-02-19 09:06:57 -06:00
Nils Adermann
14017b7032
Merge remote-tracking branch 'github-exreaction/ticket/12210' into develop-olympus
...
* github-exreaction/ticket/12210:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
2014-02-18 19:33:36 +01:00
Nathaniel Guse
602f4a2b54
[ticket/12210] dbtools::sql_create_table incorrectly throws error
...
related to auto-increment length on non auto-increment fields
PHPBB3-12210
2014-02-17 23:46:39 -06:00
Nils Adermann
f245198652
Merge remote-tracking branch 'github-nickvergessen/ticket/12188' into develop-olympus
...
* github-nickvergessen/ticket/12188:
[ticket/12188] Add php 5.6 to travis enviroments
2014-02-13 15:42:50 +01:00
Joas Schilling
9d1d90e336
[ticket/12188] Add php 5.6 to travis enviroments
...
PHPBB3-12188
2014-02-13 14:47:51 +01:00
Nils Adermann
c955d01456
Merge remote-tracking branch 'github-nickvergessen/ticket/12162' into develop-olympus
...
* github-nickvergessen/ticket/12162:
[ticket/12162] Set language to C before running diff to ensure its english
2014-02-04 13:03:02 +01:00
Joas Schilling
aae4d4c90d
[ticket/12162] Set language to C before running diff to ensure its english
...
PHPBB3-12162
2014-02-04 12:32:25 +01:00
Nils Adermann
39b9274a94
Merge pull request #2001 from bantu/ticket/12161
...
[ticket/12161] Do not use subdirectories in build/save directory.
2014-02-04 02:59:52 -08:00
Nils Adermann
2dc2476070
Merge pull request #1999 from bantu/ticket/11509
...
[ticket/11509] Further improvements/fixes for the Travis CI commit message checker
2014-02-04 02:59:11 -08:00
Andreas Fischer
33593a508c
[ticket/11509] Be exact when referencing the branch name.
...
PHPBB3-11509
2014-02-04 02:18:46 +01:00
Andreas Fischer
78116a5298
[ticket/12161] Do not use subdirectories in build/save directory.
...
This is pretty much pointless because a new build will wipe the save directory
and there are only a few files in there anyway.
PHPBB3-12161
2014-02-04 02:07:45 +01:00
Andreas Fischer
5069922e24
[ticket/11509] Run commit message checker only in one environment.
...
PHPBB3-11509
2014-02-03 23:50:48 +01:00
Andreas Fischer
6f727bc0f9
[ticket/11509] Contrary to docs, COMMIT_RANGE is not available in PR mode.
...
PHPBB3-11509
2014-02-03 23:44:15 +01:00
Nils Adermann
32536880f4
Merge remote-tracking branch 'github-bantu/ticket/11509' into develop-olympus
...
* github-bantu/ticket/11509:
[ticket/11509] Fail on Travis CI if commit messages are improperly formatted.
2014-02-03 01:07:19 +01:00
Andreas Fischer
34c6677d14
Merge remote-tracking branch 'Crizz0/ticket/12146' into develop-olympus
...
* Crizz0/ticket/12146:
[ticket/12146] Added a missing # to inline css-style of <span>
2014-02-02 17:15:46 +01:00
Andreas Fischer
16e81d4d18
[ticket/11509] Fail on Travis CI if commit messages are improperly formatted.
...
PHPBB3-11509
2014-02-02 17:11:30 +01:00
Crizz0
88fad5856a
[ticket/12146] Added a missing # to inline css-style of <span>
...
PHPBB3-12146
2014-02-02 16:44:52 +01:00
Nils Adermann
ed43436c18
Merge remote-tracking branch 'github-bantu/ticket/12147' into develop-olympus
...
* github-bantu/ticket/12147:
[ticket/12147] Remove Travis CI notifications.
2014-02-02 16:26:33 +01:00
Andreas Fischer
9cc8768fa0
[ticket/12147] Remove Travis CI notifications.
...
We don't want to get notifications for branches other people are working on.
PHPBB3-12147
2014-02-02 15:12:30 +01:00
Andreas Fischer
1666476b42
Merge remote-tracking branch 'naderman/ticket/12140' into develop-olympus
...
* naderman/ticket/12140:
[ticket/12140] Remove the diff class / MOD text build script
2014-02-02 13:51:56 +01:00
Nils Adermann
9047c0c061
[ticket/12140] Remove the diff class / MOD text build script
...
PHPBB3-12140
2014-02-02 13:36:12 +01:00
Andreas Fischer
917a61832e
Merge remote-tracking branch 'vinny/ticket/12119' into develop-olympus
...
* vinny/ticket/12119:
[ticket/12119] Remove meta tags from view-print templates
2014-01-27 20:47:19 +01:00
Marcus Vinicius
a32db45166
[ticket/12119] Remove meta tags from view-print templates
...
PHPBB3-12119
2014-01-27 16:42:39 -03:00
Andreas Fischer
0d6e587fda
Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympus
...
* vinny/ticket/12118:
[ticket/12118] Add noindex meta tag to subsilver2 view-print templates
2014-01-26 20:50:40 +01:00
Marcus Vinicius
cb7a0d6f2a
[ticket/12118] Add noindex meta tag to subsilver2 view-print templates
...
PHPBB3-12118
2014-01-26 03:19:43 -03:00
Cesar G
43ccfbc6f4
[ticket/12093] Check that document.selection is supported.
...
PHPBB3-12093
2014-01-25 15:37:33 -08:00
Cesar G
ed409d3d5b
Merge remote-tracking branch 'nickvergessen/ticket/12120' into develop-olympus
2014-01-23 14:10:46 -08:00
Joas Schilling
42e4566fe4
[ticket/12120] Restore alphabetic order
...
PHPBB3-12120
2014-01-23 22:59:42 +01:00
Joas Schilling
a672d983c9
[ticket/12120] Add prototech to authors
...
PHPBB3-12120
2014-01-23 22:59:33 +01:00
Nathan Guse
90f3cc48e5
Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus
...
* remotes/bantu/ticket/12046:
[ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:04 -06:00
Joas Schilling
89fd73c18d
Merge remote-tracking branch 'Elsensee/ticket/10023' into develop-olympus
...
* Elsensee/ticket/10023:
[ticket/10023] Make password change notification more noticeable
2013-12-16 10:25:21 +01:00
Oliver Schramm
e6b91de17b
[ticket/10023] Make password change notification more noticeable
...
PHPBB3-10023
2013-12-12 16:57:06 +01:00
Joas Schilling
6658cd279c
Merge remote-tracking branch 'Elsensee/ticket/12061' into develop-olympus
...
* Elsensee/ticket/12061:
[ticket/12061] Fix keyboard shortcut in firefox
2013-12-09 01:21:24 +01:00
Oliver Schramm
204d6781d8
[ticket/12061] Fix keyboard shortcut in firefox
...
PHPBB3-12061
2013-12-06 19:59:33 +01:00