javiexin
d2ad751851
[ticket/14943] Fix template loop access by index
...
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
If block was empty, the insertion process should create it.
Checking for out of bounds indexes.
PHPBB3-14943
2017-01-12 21:25:39 +01:00
javiexin
45ea013b11
[ticket/14943] Fix template loop access by index
...
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
PHPBB3-14943
2017-01-01 21:22:29 +01:00
javiexin
d9991bdaf1
[ticket/14943] Fix template loop access by index
...
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning.
PHPBB3-14943
2016-12-28 12:37:53 +01:00
javiexin
591eff9e78
[ticket/14890] Typo in input validation of profile fields of type string
...
This bug was introduced by PHPBB3-14272
PHPBB3-14890
2016-12-05 18:35:16 +01:00
Marc Alexander
fbe5193359
Merge pull request #4522 from senky/ticket/13149
...
[ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
2016-12-03 15:54:09 +01:00
Victor A. Safronov
390a37492d
[ticket/14876] Allows multibyte strings for exception messages
...
All exception messages are sanitized via type_caster::set_var()
which is called with $multibyte = false.
This commit allows to pass multibyte messages as well.
PHPBB3-14876
2016-11-25 19:56:41 +04:00
Jakub Senko
2df3703b2a
[ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
...
PHPBB3-13149
2016-11-20 18:42:36 +01:00
Tristan Darricau
8323de331e
Merge pull request #4492 from marc1706/ticket/14831
...
[ticket/14831] Make sure migrations always start with backslash
* marc1706/ticket/14831:
[ticket/14831] Rename migration and replace preg_replace() with simpler methods
[ticket/14831] Compare depends_on for migrations and remove prefixless names
[ticket/14831] Add migration for deduplicating entries and fix typo
[ticket/14831] Add method for getting valid migration name
[ticket/14831] Fall back to possible migration names instead of adding prefix
[ticket/14831] Make sure migrations always start with backslash
2016-11-14 21:22:11 +01:00
Marc Alexander
6e6a2c5df8
Merge pull request #4488 from senky/ticket/14825
...
Add core.auth_oauth_login_after and core.auth_oauth_link_after
2016-11-13 21:27:51 +01:00
Jakub Senko
df0388ccc5
[ticket/14825] Add core.auth_oauth_(login/link)_after
...
PHPBB3-14825
2016-11-13 18:19:21 +01:00
Jim Mossing Holsteyn
4533dd9fa0
[ticket/14859] Notifications for PM reports send to users with correct permissions
...
Tracker ticket (set the ticket ID to your ticket ID):
https://tracker.phpbb.com/browse/PHPBB3-14859
This addresses the problem that notifications of new PM reports were not sent out to moderators that weren't global moderators but did have the permission "Can close/delete PM reports".
PHPBB3-14859
2016-11-07 16:06:50 +01:00
Marc Alexander
ffc6623dd4
[ticket/14831] Rename migration and replace preg_replace() with simpler methods
...
PHPBB3-14831
2016-10-25 20:25:57 +02:00
Marc Alexander
6f8c0df1c6
[ticket/14831] Compare depends_on for migrations and remove prefixless names
...
PHPBB3-14831
2016-10-23 22:17:19 +02:00
Marc Alexander
c891277996
[ticket/14831] Add migration for deduplicating entries and fix typo
...
PHPBB3-14831
2016-10-23 22:00:02 +02:00
rxu
77f1bac64b
[ticket/14831] Optimize code construction
...
PHPBB3-14831
2016-10-24 01:41:24 +07:00
rxu
51ef1ae346
[ticket/14831] Add more tests, better name for $e placeholder
...
PHPBB3-14831
2016-10-23 22:44:47 +07:00
rxu
a02b124dd0
[ticket/14831] Do not throw exception on the module existence checking
...
PHPBB3-14831
2016-10-23 21:58:29 +07:00
Marc Alexander
9f2867b115
[ticket/14831] Add method for getting valid migration name
...
PHPBB3-14831
2016-10-23 11:37:10 +02:00
Marc Alexander
2059d57c04
[ticket/14831] Fall back to possible migration names instead of adding prefix
...
Instead of just adding the backslash as prefix if needed, this will take care
of falling back to any possible migration with or without backslash no matter
how the mgiration was saved in the database or called in the migrations file.
This will result in a more robust migrator in regards to naming the migrations
and previously run migrations.
PHPBB3-14831
2016-10-23 10:28:22 +02:00
rxu
0cc0920734
[ticket/14831] Fix module migrator tool
...
PHPBB3-14831
2016-10-23 00:57:37 +07:00
Marc Alexander
8b8f693d00
[ticket/14831] Make sure migrations always start with backslash
...
The migration system expects every migration to start with a backslash.
If depends on definitions do not supply that leading backslash, we should
make sure it's added manually before calling the depends on migration.
PHPBB3-14831
2016-10-22 19:19:36 +02:00
Marc Alexander
d98a1c4bc4
[ticket/14821] Simplify regex for converting <strong> tags back to HTML
...
PHPBB3-14821
2016-10-18 22:07:54 +02:00
Marc Alexander
1f0c616974
[ticket/14821] Replace escaped strong tags with actual tags
...
Everything else will still be escaped. This will however add back support for
bold text in exception messages.
PHPBB3-14821
2016-10-14 22:47:43 +02:00
Marc Alexander
40354f1f90
Merge pull request #27 from phpbb/ticket/security-196
...
[ticket/security-196] Escapes the exception messages before displaying them
2016-10-02 22:25:30 +01:00
Marc Alexander
71e632b9f0
[prep-release-3.1.10] Add 3.1.10 migration
2016-10-02 21:07:18 +01:00
Marc Alexander
f1eda6868f
Merge pull request #4465 from Senky/ticket/8301
...
[ticket/8301] Add log_time index
2016-10-01 11:07:40 +01:00
markshawtoronto
06c980f1ec
[ticket/14799] purge_notifications() should not leave open transactions.
...
When running purge_notifications(), if a notification type does not exist
then a db transaction is started but never completed.
On an error in get_notification_type_id(), end the transaction.
PHPBB3-14799
2016-09-27 11:45:23 -04:00
Jakub Senko
ec24f739e8
[ticket/8301] Add log_time index
...
PHPBB3-8301
2016-09-25 19:51:37 +02:00
Marc Alexander
c958ba13e8
[prep-release-3.1.10] Add migration for 3.1.10-RC1
2016-09-24 14:50:46 +02:00
Forumhulp.com
97040dc6ff
[ticket/14796] Use log_table class member instead of table constant
...
Was still using the old LOG_TABLE constant in the delete method.
PHPBB3-14796
2016-09-24 10:19:12 +02:00
Marc Alexander
931582aad9
Merge pull request #4432 from Senky/ticket/14762
...
[ticket/14762] Add core event to session.php
2016-09-24 10:02:41 +02:00
Jakub Senko
abb01946bd
[ticket/14762] Add core event to session.php
...
PHPBB3-14762
2016-09-18 13:32:10 +02:00
Marc Alexander
bd59241110
Merge pull request #4406 from rmcgirr83/ticket/14581
...
[ticket/14581] Add core events to content_visibility
2016-09-17 08:54:00 +02:00
DavidIQ
2ae08dc3ba
[ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'
2016-09-16 17:05:20 -04:00
DavidIQ
6d589a8bb9
[ticket/14782] Use the $select variable in "Your Posts" search
2016-09-13 14:10:50 -04:00
Marc Alexander
2efdaaa0e2
Merge pull request #4426 from bantu/ticket/14109
...
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
2016-09-06 21:50:22 +02:00
Marc Alexander
f008708d5c
Merge pull request #4377 from rxu/ticket/14703
...
[ticket/14703] Fix parent module selection for custom extension modules
2016-08-31 21:39:09 +02:00
Andreas Fischer
3ee5472a8c
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.
...
This is required for proper overall database operation. In previous versions,
InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are
defined.
PHPBB3-14109
2016-08-28 20:40:10 +01:00
Marc Alexander
863d65112b
Merge pull request #3659 from Elsensee/ticket/12230
...
[ticket/12230] Disable newly registered group when post limit is set to 0
2016-08-28 00:12:43 +02:00
Oliver Schramm
773f6d08a5
[ticket/14742] Reset migration_data_state before reverting
...
PHPBB3-14742
2016-08-20 22:31:08 +02:00
Oliver Schramm
463e8e4b13
[ticket/14742] Change constants to use Symfony values
...
This is to avoid errors when comparing verbosity levels
in a CLI output handler that is using Symfony's OutputInterface
for example.
PHPBB3-14742
2016-08-20 22:28:29 +02:00
Oliver Schramm
7c99fcf782
[ticket/14742] Pause after each update_data step too
...
Rewriting process_data_step() to remove the now
useless foreach() loop.
PHPBB3-14742
2016-08-20 22:20:21 +02:00
Oliver Schramm
775d1c855a
[ticket/14742] Improve readability of the code
...
PHPBB3-14742
2016-08-20 22:20:20 +02:00
Oliver Schramm
e050cf5c11
[ticket/14742] Fix comments in migrator
...
PHPBB3-14742
2016-08-20 03:35:38 +02:00
Marc Alexander
488fd8f54c
Merge pull request #4413 from wesleyfok/ticket/14745
...
[ticket/14745] Removed unneeded HTML ampersand
2016-08-16 21:02:06 +02:00
Wesley Fok
f68e98c064
[ticket/14745] Removed unneeded HTML ampersand
...
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.
PHPBB3-14745
2016-08-15 15:20:23 -04:00
Oliver Schramm
263fbe54fc
[ticket/14742] Enhance measured time for migrations
...
PHPBB3-14742
2016-08-12 02:03:52 +02:00
Oliver Schramm
4a92a8efb5
[ticket/14742] Improve verbosity of migrator output
...
PHPBB3-14742
2016-08-12 02:01:01 +02:00
Oliver Schramm
52afa74f4e
[ticket/14742] Avoid loop while reverting schema
...
PHPBB3-14742
2016-08-11 18:00:10 +02:00
Oliver Schramm
b00a39b9ad
[ticket/14742] Make $last_run_migration protected
...
PHPBB3-14742
2016-08-11 17:59:51 +02:00