Jakub Senko
ca7f4fb531
[ticket/10985] Add fix to properly inherit style during update process
...
PHPBB3-10985
2014-09-23 23:03:07 +02:00
Marc Alexander
8bd1853b56
Merge pull request #2981 from nickvergessen/ticket/10729
...
Ticket/10729 Update editor information when user being deleted
2014-09-23 11:08:56 +02:00
Joas Schilling
d48e4b680e
[ticket/10729] Fix doc block for user_delete
...
PHPBB3-10729
2014-09-22 00:55:08 +02:00
Joas Schilling
122898d221
Merge pull request #2350 from Nicofuma/ticket/11480
...
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
* Nicofuma/ticket/11480:
[ticket/11480] Move the test into get_folder()
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
[ticket/11480] Fix typos
[ticket/11480] Add functionnal test
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
2014-08-01 22:17:17 +02:00
Tristan Darricau
8bdfda723c
[ticket/11480] Move the test into get_folder()
...
PHPBB3-11480
2014-07-30 15:28:02 +02:00
Joas Schilling
9a3af2a052
Merge pull request #2425 from Zoddo/ticket/12492
...
[ticket/12492] Add support of special chars
* Zoddo/ticket/12492:
[ticket/12492] Add support of special chars
2014-07-30 15:00:32 +02:00
Oliver Schramm
da6b378e64
[ticket/10729] Update message_edit_user when user being deleted
...
PHPBB3-10729
2014-07-18 00:11:51 +02:00
Oliver Schramm
53f597b6d0
[ticket/10729] Update post_edit_user when user being deleted
...
PHPBB3-10729
2014-07-17 16:28:32 +02:00
Marc Alexander
83f4bd9ee7
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
...
PHPBB3-12695
2014-07-10 14:39:53 +02:00
Dhruv
a730c0291f
[ticket/12196] Revert Fix typo "referer" in acp/attachments
...
This reverts commit 9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.
https://tracker.phpbb.com/browse/PHPBB3-12196
PHPBB3-12196
2014-06-27 00:07:15 +05:30
Joas Schilling
9bc1f7924d
[ticket/12196] Fix typo "referer" in acp/attachments
...
PHPBB3-12196
2014-06-25 23:17:02 +02:00
Marc Alexander
8b3cc9a6c4
[ticket/12755] Apply de morgan to conditional
...
PHPBB3-12755
2014-06-24 19:53:52 +02:00
Marc Alexander
309dbb4ef9
[ticket/12755] Terminate upload loop if upload reaches filesize
...
Terminate the upload loop if the expected filesize has been reached instead
of trying to read more bytes until the timeout has been reached.
PHPBB3-12755
2014-06-24 19:07:49 +02:00
Marc Alexander
5ee1e07e17
[ticket/12755] Change upload in remote_upload() method to fit get_remote_file
...
PHPBB3-12755
2014-06-24 11:53:32 +02:00
Marc Alexander
8817b59377
[ticket/12755] Add language string for timed out remote upload
...
PHPBB3-12755
2014-06-23 20:35:36 +02:00
Marc Alexander
0499655ba4
[ticket/12755] Add timeout to remote upload to prevent infinite loop
...
PHPBB3-12755
2014-06-21 11:55:54 +02:00
Andreas Fischer
a0c442d16e
[ticket/12660] Improve check for when phpinfo() is disabled.
...
PHPBB3-12660
2014-06-09 03:28:57 +02:00
Skouat
a0a5c852d5
[ticket/12492] Add support of special chars
...
Add support of special chars during db test in the installation
PHPBB3-12492
2014-05-24 14:33:02 +02:00
Nils Adermann
fa230b48ec
Merge remote-tracking branch 'github-marc1706/ticket/8960-olympus' into develop-olympus
...
* github-marc1706/ticket/8960-olympus:
[ticket/8960] Allow changing avatar path if it's not writable
2014-05-02 13:25:29 +02:00
Nicofuma
4f6441b411
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
...
https://tracker.phpbb.com/browse/PHPBB3-11480
PHPBB3-11480
2014-04-25 01:04:00 +02:00
n-aleha
5a91399dac
[ticket/12186] Move PM reports below post reports while installing
...
In mcp, move PM reports below post reports while installing.
PHPBB3-12186
2014-04-23 22:43:20 +03:00
Andreas Fischer
e9807e1741
Merge pull request #2310 from n-aleha/ticket/12397
...
[ticket/12397] Fix sql_unique_index_exists doc block
* n-aleha/ticket/12397:
[ticket/12397] Fix sql_unique_index_exists doc block
2014-04-15 23:59:39 +02:00
n-aleha
bff63be512
[ticket/12397] Fix sql_unique_index_exists doc block
...
db_tools::sql_unique_index_exists() searches for unique indexes but not
primary key indexes.
PHPBB3-12397
2014-04-16 00:55:05 +03:00
Joas Schilling
675cef9c2e
Merge pull request #2195 from Elsensee/ticket/10423
...
[ticket/10423] Remove * from search or highlight string
* Elsensee/ticket/10423:
[ticket/10423] Replace foreach with function in viewtopic.php
[ticket/10423] Remove unnecessary include in test
[ticket/10423] Match multiple wildcards
[ticket/10423] Move code into a function and add tests for it
[ticket/10423] Remove * from search or highlight string
2014-04-15 23:23:26 +02:00
Marc Alexander
c6fd2f01eb
[ticket/8960] Allow changing avatar path if it's not writable
...
This change will allow users to change the avatar path even if it's not
writable. However, this will get rid of the error message that the path is
not writable. Due to this, a minor addition to the explain message in the ACP
settings has been made.
PHPBB3-8960
2014-04-14 22:44:37 +02:00
Oliver Schramm
dde7ac3b2b
[ticket/10423] Match multiple wildcards
...
Multiple wildcards are removed from the string if there is
no word before or after them. If there is a word before or
after them, they are just replaced with a single one.
PHPBB3-10423
2014-04-13 21:36:09 +02:00
Oliver Schramm
face175471
[ticket/10423] Move code into a function and add tests for it
...
PHPBB3-10423
2014-04-13 21:15:14 +02:00
Joas Schilling
352b523889
Merge remote-tracking branch 'Marc/ticket/10851' into develop-olympus
...
* Marc/ticket/10851:
[ticket/10851] Set disallowed content to empty array if checking is disabled
2014-04-05 10:00:17 +02:00
Oliver Schramm
744b39e6c4
[ticket/12353] Fix displayed attachments in ACP
...
PHPBB3-12353
2014-04-04 17:07:54 +02:00
Marc Alexander
519adb5060
[ticket/10851] Set disallowed content to empty array if checking is disabled
...
The disallowed content defaults to a standard set of mimetype triggers by
default. If one doesn't want to check the attachments mimetype triggers then
we need to set the disallowed content to an empty array.
PHPBB3-10851
2014-04-03 16:06:46 +02:00
Joas Schilling
4e8aef7cd6
Merge remote-tracking branch 'noxwizard/ticket/naderman/9725' into develop-olympus
...
* noxwizard/ticket/naderman/9725:
[ticket/9725] Code sniffer fixes
[ticket/9725] Do not use deprecated views to remove default constraints
[ticket/9725] Move primary key creation to the correct location
[ticket/9725] Remove trailing spaces from MSSQL schema
[ticket/9725] Create MSSQL primary keys if none exist
[ticket/9725] Remove explicit filegroup designations
[ticket/9725] Fetch Azure db stats from proper table
[ticket/9725] Add dummy indexes for Azure
[ticket/9725] Create an Azure SQL compatible Schema
2014-03-29 10:43:09 +01:00
Patrick Webster
79492d4110
[ticket/9725] Code sniffer fixes
...
PHPBB3-9725
2014-03-28 17:07:50 -05:00
Patrick Webster
aaa846cb3a
[ticket/9725] Do not use deprecated views to remove default constraints
...
PHPBB3-9725
2014-03-28 17:05:37 -05:00
Patrick Webster
31e610f0b1
[ticket/9725] Move primary key creation to the correct location
...
PHPBB3-9725
2014-03-28 17:05:25 -05:00
Patrick Webster
83be990701
[ticket/9725] Create MSSQL primary keys if none exist
...
PHPBB3-9725
2014-03-28 17:04:56 -05:00
Patrick Webster
68ae8dfa97
[ticket/9725] Remove explicit filegroup designations
...
PHPBB3-9725
2014-03-28 17:04:41 -05:00
Patrick Webster
80a844d38c
[ticket/9725] Fetch Azure db stats from proper table
...
PHPBB3-9725
2014-03-28 17:04:29 -05:00
geetakshi
663eb74cf3
[ticket/12035] Correcting the condition
...
PHPBB3-12035
2014-03-20 14:17:03 +05:30
geetakshi
5316c32b10
[ticket/12035] Adding necessary conditions
...
PHPBB3-12035
2014-03-20 03:36:53 +05:30
geetakshi
418034af0e
[ticket/12035] Adding link to user posts to ACP page
...
Adding link of posts behind displayed number of posts of the user
PHPBB3-12035
2014-03-17 00:52:11 +05:30
Joas Schilling
bdce7abc84
Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympus
...
* marcosbc/ticket/12247:
[ticket/12247] Makes static usernames work
[ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
2014-03-14 13:58:17 +01:00
Joas Schilling
943e4e35ee
Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympus
...
* exreaction/ticket/12202:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
2014-03-14 13:53:55 +01:00
Marcos Bjorkelund
4333401a27
[ticket/12247] Makes static usernames work
...
Relative to the last ticket, this allows static usernames to
work correctly (those inserted in the post-column post_username)
when sending the e-mail, instead of showing just "Anonymous".
PHPBB3-12247
2014-03-14 00:49:20 +01:00
Marcos Bjorkelund
b322cb4c11
[ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
...
It includes the poster's username in the email notifications of
posts that get approved by moderators.
This is done by adding the username to every user_notification()
function located in /phpBB/includes/mcp/mcp_queue.php.
PHPBB3-12247
2014-03-13 23:54:06 +01:00
Joas Schilling
03eb23cbae
Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympus
...
* bantu/ticket/12176:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
2014-03-13 10:16:41 +01:00
Crizzo
d95d062a42
[ticket/10549] using correct variable in includes/functions_module.php too
...
PHPBB3-10549
2014-03-11 18:45:46 +01:00
Joas Schilling
214f515e9c
Merge remote-tracking branch 'dhruvgoel92/ticket/11288' into develop-olympus
...
* dhruvgoel92/ticket/11288:
[ticket/11288] Handle +,- without preceeding whitespace characters
2014-03-11 09:46:31 +01:00
Crizzo
ec4c9833ca
[ticket/10549] Adds language variables
...
PHPBB3-10549
2014-03-10 18:35:23 +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
Nathan Guse
f2d3879da4
[ticket/12202] Apply htmlspecialchars to style.cfg data
...
PHPBB3-12202
2014-03-09 15:19:52 -05:00