Joas Schilling
7dc163f2b7
[ticket/12012] Drop and recreate indexes when removing columns
...
PHPBB3-12012
2014-04-17 11:35:09 +02:00
Joas Schilling
5403848902
[ticket/12012] Add a unit test for removing a column with indexes
...
PHPBB3-12012
2014-04-17 11:35:03 +02:00
Joas Schilling
a48f1abf66
[ticket/12012] Add a unit test for changing the column type
...
PHPBB3-12012
2014-04-17 11:29:45 +02:00
Joas Schilling
190b4282df
[ticket/12012] Return SQL statements for index drop/create
...
Otherwise we recreate the index before changing the column
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
e2784d01ce
[ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000
...
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
9036cdaaa2
[ticket/12012] Drop and recreate indexes when changing a column on MSSQL
...
PHPBB3-12012
2014-04-17 11:29:43 +02:00
Joas Schilling
29ba06968d
[ticket/12012] Fix query layout
...
PHPBB3-12012
2014-04-17 11:29:42 +02:00
Joas Schilling
743d816631
[ticket/12012] Correctly drop default value constraints on MSSQL
...
We need to drop the default constraints of a column,
before being able to change their type or deleting them.
PHPBB3-12012
2014-04-17 11:29:42 +02:00
n-aleha
31e11d81e8
[ticket/12406] Fix variable description of core.viewtopic_modify_page_title
...
Variable page_title should be described as "Title of the viewtopic page".
PHPBB3-12406
2014-04-17 01:47:18 +03:00
Joas Schilling
0da5e3bee9
Merge pull request #2318 from prototech/ticket/12121
...
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
* prototech/ticket/12121:
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
2014-04-16 23:33:03 +02:00
Joas Schilling
659c2e14b8
Merge pull request #2243 from n-aleha/ticket/12345
...
[ticket/12345] Improve search flood interval message for ascraeus
* n-aleha/ticket/12345:
[ticket/12345] Improve search flood interval message for ascraeus
2014-04-16 23:26:09 +02:00
Joas Schilling
7f3aebd495
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
2014-04-16 22:47:27 +02:00
Joas Schilling
d735129d6e
Merge pull request #2324 from bantu/ticket/12417
...
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fai...
* bantu/ticket/12417:
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
2014-04-16 22:46:41 +02:00
Andreas Fischer
04893e3f98
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
...
hhvm-nightly 2014.04.16~precise introduced "Attempted to serialize
unserializable builtin class DOMElement" errors when running functional tests.
This reverts commit ff7cc77f9d
.
PHPBB3-12417
2014-04-16 22:16:52 +02:00
Crizzo
23bf9d0c42
[ticket/12404] Adds a new event before and after the Timezone display
...
PHPBB3-12404
2014-04-16 21:03:03 +02:00
Joas Schilling
013cc2c66f
[ticket/12390] Move cleaning of vendor into it's own target
...
PHPBB3-12390
2014-04-16 20:16:03 +02:00
Oliver Schramm
e0151abdb5
[ticket/8558] Do string concatenation only once and do htmlspecialchars
...
PHPBB3-8558
2014-04-16 17:48:09 +02:00
Markus Stenudd
7e7647c159
[ticket/8558] Add display name in emails from board
...
PHPBB3-8558
2014-04-16 16:07:55 +02:00
Marc Alexander
0679a403d5
Merge branch 'ticket/8960-olympus' into ticket/8960
...
Conflicts:
phpBB/includes/acp/acp_board.php
2014-04-16 10:11:09 +02:00
Cesar G
3d1a07f8f0
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
...
PHPBB3-12121
2014-04-15 21:15:54 -07:00
n-aleha
1f44b4da18
[ticket/12345] Improve search flood interval message for ascraeus
...
Show to guests and users the remaining seconds until their next allowed
search, if a search flood limit is enabled for them.
PHPBB3-12345
2014-04-16 02:14:36 +03:00
Joas Schilling
b305364b27
Merge pull request #2305 from n-aleha/ticket/12391
...
[ticket/12391] Assign variables to core.posting_modify_template_vars
* n-aleha/ticket/12391:
[ticket/12391] Assign variables to core.posting_modify_template_vars
2014-04-16 00:57:07 +02:00
Joas Schilling
e50b6b5889
Merge pull request #2304 from n-aleha/ticket/12191
...
[ticket/12191] Move notification options to bottom while installing
* n-aleha/ticket/12191:
[ticket/12191] Move notification options to bottom while installing
2014-04-16 00:49:59 +02:00
Joas Schilling
c4e3cc0850
Merge pull request #2301 from rxu/ticket/12401
...
[ticket/12401] Add $topic_data array to core.viewtopic_modify_post_row event
* rxu/ticket/12401:
[ticket/12401] Pass more data to core.viewtopic_modify_post_row event
2014-04-16 00:17:31 +02:00
Cesar G
a9fbc34cf4
[ticket/12201] Decreased pagination font size.
...
PHPBB3-12201
2014-04-15 15:14:47 -07:00
Cesar G
e174e29b41
[ticket/12201] Update select element to follow same design as prosilver.
...
PHPBB3-12201
2014-04-15 15:10:15 -07:00
Joas Schilling
07442211b9
Merge pull request #2300 from rxu/ticket/12400
...
[ticket/12400] Add viewforum event to modify topics data
* rxu/ticket/12400:
[ticket/12400] Add viewforum event to modify topics data
2014-04-16 00:03:20 +02:00
Cesar G
ccadda530d
[ticket/12201] Increase sort font size just slightly.
...
PHPBB3-12201
2014-04-15 15:00:34 -07:00
Andreas Fischer
41db97ad3a
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12397] Fix sql_unique_index_exists doc block
2014-04-15 23:59:56 +02: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
d1f96aa036
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[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:44 +02: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
Cesar G
b73e22ae71
[ticket/12201] Add link to resync file stats after error.
...
PHPBB3-12201
2014-04-15 14:19:47 -07:00
Oliver Schramm
7824535839
[ticket/11978] Fix width of topic search text field
...
PHPBB3-11978
2014-04-15 23:18:41 +02:00
Cesar G
52251acefa
[ticket/12201] Fix typos in language pack.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
38775fc063
[ticket/12201] Display error and sorting options when there are no attachments
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
01464e2451
[ticket/12201] Only the top pagination should be floated to the right.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
f78d4196ea
[ticket/12201] Rearrange pagination, sorting, and submit elements.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
609c4efff6
[ticket/12201] Center the file size and mark columns.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
efe667130d
[ticket/12201] Separate pagination from table.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Joas Schilling
c63b5275d8
Merge branch 'ticket/lucifer4o/12344' into develop-ascraeus
...
* ticket/lucifer4o/12344:
[ticket/12344] Add core.pm_submit_before to function submit_pm
2014-04-15 22:25:43 +02:00
lucifer4o
84c8c61eb2
[ticket/12344] Add core.pm_submit_before to function submit_pm
...
PHPBB3-12344
2014-04-15 22:19:47 +02:00
Oliver Schramm
f3cd7f73e1
[ticket/10423] Replace foreach with function in viewtopic.php
...
PHPBB3-10423
2014-04-15 20:43:16 +02:00
Oliver Schramm
601ecd3da1
[ticket/10423] Remove unnecessary include in test
...
PHPBB3-10423
2014-04-15 20:43:01 +02:00
Andreas Fischer
7d4be1fe19
Merge pull request #2286 from nickvergessen/ticket/12388
...
[ticket/12388] Fix translation of log entries without additional log data
* nickvergessen/ticket/12388:
[ticket/12388] Add tests for lang() use on log actions without data
[ticket/12388] Fix translation of log entries without additional log data
2014-04-15 11:38:21 +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
PayBas
1c72e97bc8
[ticket/12347] Changed from :after to :before
...
PHPBB3-12347
2014-04-14 20:57:22 +02:00
Joas Schilling
91eaae122f
[ticket/12382] Mark broken nested loop with include as incomplete
...
PHPBB3-12382
2014-04-14 18:56:34 +02:00
n-aleha
11c4d14a9b
[ticket/12391] Assign variables to core.posting_modify_template_vars
...
Assign variables to event "core.posting_modify_template_vars".
Also, fix a couple of typos.
PHPBB3-12391
2014-04-14 14:37:21 +03:00