Marc Alexander
5da50fcf6e
Merge pull request #3719 from javiexin/ticket/13911
...
[ticket/13911] Add events to configure options for profile fields
2015-07-22 10:37:16 +02:00
Marc Alexander
23aed66473
[ticket/13311] Remove whitespace at end of line
...
PHPBB3-13311
2015-07-22 09:54:28 +02:00
Marc Alexander
ce937346f3
[ticket/13311] Update @since to 3.1.6-RC1
...
PHPBB3-13311
2015-07-22 09:29:22 +02:00
alf007
e30c6caac8
[ticket/13311] Add core event on acp_forums for forum content deletes
...
Event added for the function delete_forum_content() in
includes/acp/acp_forums.php, so that you can insert any extension's table(s)
to be updated when forum content is deleted
Incude parameters forum_id, topic_ids and post_counts
PHPBB3-13311
2015-07-22 09:25:19 +02:00
javiexin
d0cf674f33
[ticket/13911] Add events to configure options for profile fields
...
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number again.
PHPBB3-13911
2015-06-27 12:45:56 +02:00
Joas Schilling
7bb617eeb6
Merge branch 'prep-release-3.1.5' into 3.1.x
2015-06-11 23:24:02 +02:00
Joas Schilling
3d18d6dc77
[ticket/13823] Move the part of the query, so the update will get it correctly
...
PHPBB3-13823
2015-06-09 23:11:26 +02:00
Andreas Fischer
c952622fa0
Merge pull request #3694 from marc1706/ticket/13930
...
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930:
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
2015-06-09 21:27:07 +02:00
Marc Alexander
072f4c9260
Merge pull request #3479 from brunoais/ticket/13685
...
[ticket/13685] Allow modifying the query for mysql native fulltext search
2015-06-09 14:27:13 +02:00
brunoais
6e8da5a424
[ticket/13685] This should take care of the rest
...
PHPBB3-13685
2015-06-08 18:09:48 +01:00
Marc Alexander
f9389995e7
[ticket/13930] Add missing spaces to code
...
PHPBB3-13930
2015-06-08 13:54:50 +02:00
brunoais
1e45a05000
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors
...
PHPBB3-13685
2015-06-07 18:40:44 +01:00
Joas Schilling
17b94b8f9c
[ticket/13823] Remove the unnecessary brackets
...
This changes the line with non-whitespace changes, so the packaging script
should correctly detect them as changed and put the file into the update.
PHPBB3-13823
2015-06-07 17:54:38 +02:00
javiexin
9057f72fc7
[ticket/13911] Add events to configure options for profile fields
...
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number and event name.
PHPBB3-13911
2015-06-04 19:13:23 +02:00
Joas Schilling
78b0c938a2
[ticket/sec-184] Do not output LDAP password to HTML
...
SECURITY-184
2015-06-04 14:29:03 +02:00
Joas Schilling
9c84b3b5fb
[ticket/sec-184] Do not output Jabber password to HTML
...
SECURITY-184
2015-06-04 14:13:07 +02:00
Joas Schilling
6ca3a30576
[ticket/sec-184] Do not output config passwords to the HTML page
...
SECURITY-184
2015-06-04 14:06:35 +02:00
javiexin
b627a097bb
[ticket/13911] Add events to configure options for profile fields
...
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fix bamboo formatting errors.
PHPBB3-13911
2015-06-02 18:30:10 +02:00
javiexin
0f6d16920b
[ticket/13911] Add events to configure options for profile fields
...
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields.
PHPBB3-13911
2015-06-02 13:18:33 +02:00
Nicofuma
62e13e945c
[ticket/13838] Fix coding style
...
PHPBB3-13838
2015-05-14 15:43:44 +02:00
Marc Alexander
de90dd25b2
[ticket/13819] Add missing sql_freeresult() to files in includes/
...
PHPBB3-13819
2015-05-05 23:55:13 +02:00
Nicofuma
d9f4964d91
Merge pull request #3376 from marc1706/ticket/13568-asc
...
[ticket/13568] Validate imagick path as readable absolute path
closes #3376
2015-03-29 19:50:19 +02:00
Nicofuma
50b3c2b49e
Merge pull request #3398 from marc1706/ticket/13612
...
[ticket/13612] Run meta refresh until extension is fully enabled
2015-03-24 23:32:29 +01:00
brunoais
754b5d6349
[ticket/13719] Remove superfluous $search_options in acp_search.
...
PHPBB3-13719
2015-03-23 12:58:05 +00:00
Marc Alexander
d7f4715b96
Merge pull request #3473 from RMcGirr83/ticket/13675
...
[ticket/13675] Add validate to acp_profile event and add template events
2015-03-06 14:36:20 +01:00
Richard McGirr
6b87e06292
[ticket/13675] Add validate to acp_profile event and add template events
...
for acp users profile
PHPBB3-13675
2015-03-06 07:26:35 -05:00
RMcGirr83
80e1c233d9
[ticket/13587] SQL syntax errors in get_prune_users()
...
PHPBB3-13587
2015-02-24 13:28:47 -05:00
Marc Alexander
27cfda74fc
[ticket/13612] Always display success message if extension was enabled
...
An error will already be triggered if enable_step() is not successful.
Redirecting for no obvious reason will just confuse users.
PHPBB3-13612
2015-02-14 23:41:53 +01:00
Marc Alexander
3df25babce
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
...
PHPBB3-13597
2015-02-11 12:03:54 +01:00
Marc Alexander
cd85f1b632
Merge branch 'ticket/13568' into ticket/13568-asc
...
Conflicts:
phpBB/adm/index.php
phpBB/includes/acp/acp_attachments.php
2015-02-06 10:19:39 +01:00
Joas Schilling
7330c0afd3
Merge pull request #3325 from rxu/ticket/13536
...
[ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
2015-02-02 23:22:23 +01:00
Joas Schilling
7254a52812
Merge pull request #3282 from Elsensee/ticket/13313
...
[ticket/13313] Add event core.acp_email_display
2015-02-02 23:00:29 +01:00
Marc Alexander
a93df0e511
[ticket/13568] Use more descriptive validation names and merge with path block
...
PHPBB3-13568
2015-02-02 18:30:05 +01:00
Marc Alexander
19421fcdef
[ticket/13568] Validate imagick path as readable absolute path
...
PHPBB3-13568
2015-02-02 15:59:52 +01:00
rxu
be1b114114
[ticket/13536] Add core events to allow modifying user profile data on editing
...
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744
PHPBB3-13536
2015-01-23 00:35:02 +07:00
Andreas Fischer
d17904884e
Merge pull request #3312 from bantu/ticket/13527
...
[ticket/13527] Escape information received from version server
* bantu/ticket/13527:
[ticket/13527] Apply htmlspecialchars() to data from version server.
[ticket/13527] Remove two unused variables.
2015-01-20 23:14:38 +01:00
Andreas Fischer
4d0b04a397
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/13519] Correctly validate imagick path as path and not string
Conflicts:
phpBB/includes/acp/acp_attachments.php
2015-01-20 23:11:29 +01:00
Andreas Fischer
92b5222295
[ticket/13527] Apply htmlspecialchars() to data from version server.
...
PHPBB3-13527
2015-01-20 22:40:39 +01:00
Andreas Fischer
251868dd7e
[ticket/13527] Remove two unused variables.
...
PHPBB3-13527
2015-01-20 22:34:14 +01:00
Joas Schilling
40006376f2
Merge pull request #3226 from prototech/ticket/13420
...
[ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
2015-01-20 20:58:12 +01:00
rxu
8002af7526
[ticket/13492] Add the migration to update custom bbcodes with IDN regexps
...
Also fix the $utf8 checking regexp removing the curly braces.
PHPBB3-13492
2015-01-20 08:47:56 +07:00
Marc Alexander
6564446b0f
[ticket/13519] Correctly validate imagick path as path and not string
...
PHPBB3-13519
2015-01-19 20:47:47 +01:00
Oliver Schramm
c6557e3800
[ticket/13313] Update version in @since tag of event
...
PHPBB3-13313
2015-01-15 22:08:10 +01:00
Oliver Schramm
3bfd87cda4
[ticket/13313] Add event core.acp_email_display
...
PHPBB3-13313
2015-01-11 20:55:00 +01:00
rxu
17f4dce0fc
[ticket/13492] Add IDN support for custom BBCode URL tokens
...
Custom BBCode URL tokens does not support IDN.
Custom BBCodes added earlier than IDN has been applied are unaffected.
PHPBB3-13492
2015-01-11 20:36:22 +07:00
Oliver Schramm
e3571fc6eb
[ticket/13470] Fix non-empty username array if no usernames are given
...
PHPBB3-13470
2015-01-08 22:17:05 +01:00
Matt Friedman
86f66b5f72
[ticket/13439] Update event version to 3.1.3-RC1
...
PHPBB3-13439
2015-01-04 01:38:50 -08:00
Matt Friedman
179a7a4c71
[ticket/13439] Add event core.acp_users_overview_before
...
PHPBB3-13439
2015-01-03 15:21:47 -08:00
Cesar G
75780d7fc8
[ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
...
PHPBB3-13420
2014-12-09 18:27:04 -08:00
Oliver Schramm
a349db54d6
[ticket/13312] Use empty for usernames array
...
PHPBB3-13312
2014-11-26 23:10:02 +01:00