Tristan Darricau
bed8df20d2
Merge pull request #3680 from marc1706/ticket/13917
...
[ticket/13917] Use hash_equals() if possible in password driver helper
2015-06-06 11:45:22 +02:00
Tristan Darricau
593c7ed0e4
Merge pull request #3681 from marc1706/ticket/13200
...
[ticket/13200] Disable autocomplete for sensitive input fields
2015-06-06 11:40:18 +02:00
CHItA
2b0acdcea4
[ticket/13841] Fix tests on 3.1 and master branch
...
PHPBB3-13841
2015-06-05 07:33:40 +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
Marc Alexander
eebab029fd
[ticket/13200] Disable autocomplete for sensitive input fields
...
PHPBB3-13200
2015-06-04 19:01:46 +02:00
Marc Alexander
5b8a721b73
[ticket/13799] Split lines in HTML files for better readability
...
PHPBB3-13799
2015-06-04 18:21:05 +02:00
Marc Alexander
0427e5f1b3
[ticket/13799] Add missing space before checked attribute
...
PHPBB3-13799
2015-06-04 18:14:52 +02:00
Joas Schilling
7a55bcc0f3
Merge pull request #3611 from Alf007/ticket/13841
...
Ticket/13841
2015-06-04 18:03:19 +02:00
Joas Schilling
51831924c5
Merge pull request #3567 from javiexin/ticket/13795
...
[ticket/13795] Modify core event in posting to include poll data
2015-06-04 17:51:00 +02:00
Joas Schilling
bb7f843344
Merge pull request #3558 from javiexin/ticket/13786
...
[ticket/13786] Add events to add MCP post options
2015-06-04 17:45:21 +02:00
Joas Schilling
9005711ad7
Merge pull request #3502 from marc1706/ticket/13564
...
[ticket/13564] Unlink user accounts upon deleting user
2015-06-04 17:30:09 +02:00
Marc Alexander
fb94bd11fb
[ticket/13917] Do not pass non-string variables to hash_equals()
...
PHPBB3-13917
2015-06-04 17:16:22 +02:00
Marc Alexander
852337cacd
[ticket/13917] Use hash_equals() if it's available
...
PHPBB3-13917
2015-06-04 16:52:08 +02:00
Joas Schilling
e8f9458a21
[ticket/13913] Correctly check the forum_password and read permissions
...
We need to check them on the forum the post is in, rather than the forum row
we are displaying.
PHPBB3-13913
2015-06-04 16:48:58 +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
javiexin
56f47c1344
[ticket/13908] "After" clause in migration not working
...
In a migration file, if you try to add a column to a table and specify
the order, by specifying an "after" clause, it is not used at all, even
for databases that support it (like mysql).
This fixes the issue, for mysql databases. Typo fixed.
PHPBB3-13908
2015-06-02 09:00:05 +02:00
javiexin
86945bdf84
[ticket/13908] "After" clause in migration not working
...
In a migration file, if you try to add a column to a table and specify
the order, by specifying an "after" clause, it is not used at all, even
for databases that support it (like mysql).
This fixes the issue, for mysql databases.
PHPBB3-13908
2015-06-01 19:50:32 +02:00
Cesar G
db3782e491
Merge remote-tracking branch 'callumacrae/ticket/13905' into 3.1.x
...
* callumacrae/ticket/13905:
[ticket/13905] Don't load loading.gif until needed.
2015-05-31 16:56:44 +02:00
Callum Macrae
cfbd051d52
[ticket/13898] Moved jshint and jscs rcs to correct dir.
...
PHPBB3-13898
2015-05-31 13:50:48 +02:00
Callum Macrae
d978564600
[ticket/13905] Don't load loading.gif until needed.
...
PHPBB3-13905
2015-05-31 13:46:30 +02:00
Marc Alexander
2e20bae695
[ticket/9563] Do not show empty categories on index
...
PHPBB3-9563
2015-05-31 11:08:00 +02:00
alf007
1f385b536a
[ticket/13841] Add core event on functions_admin for topics move
...
Event added for the function move_topics() in
includes/functions_admin.php, so that you can insert any extension's table(s)
to be updated when topics are moved between forums
Added parameters topic_ids, forum_id, forum_ids and auto_sync
PHPBB3-13841
2015-05-30 17:48:18 +02:00
Callum Macrae
27a70f573f
[ticket/13898] Fixed all the forum_fn.js violations I understood
...
PHPBB3-13898
2015-05-30 15:03:56 +02:00
Callum Macrae
a39a421acb
[ticket/13898] Allow underscores :(
...
PHPBB3-13898
2015-05-30 14:55:42 +02:00
Callum Macrae
bafd649eea
[ticket/13898] 4 spaces, not 2
...
PHPBB3-13898
2015-05-30 14:50:35 +02:00
Callum Macrae
e3090e04c3
[ticket/13898] js coding standaaards
...
PHPBB3-13898
2015-05-30 14:44:48 +02:00
Marc Alexander
d6cd90d325
Merge pull request #3658 from callumacrae/js-refactoring-again
...
JS Refactoring
2015-05-30 12:40:46 +02:00
Marc Alexander
e04f9a2425
[ticket/9252] Do not try to disapprove a post that was just approved
...
Without this change, posts that are approved by someone right before
another moderator is trying to disapprove a post are actually deleted
instead of disapproved.
PHPBB3-9252
2015-05-30 12:27:00 +02:00
Callum Macrae
d1c4f5bc35
[ticket/13882] Added tiny docblock to lazyLoadAvatars
...
PHPBB3-13882
2015-05-30 12:18:44 +02:00
Marc Alexander
1ba86eaa8e
[ticket/13799] Correctly urlencode category and show selected avatar
...
PHPBB3-13799
2015-05-30 11:54:54 +02:00
Marc Alexander
df4b391baa
Merge pull request #3545 from VSEphpbb/ticket/13771
...
[ticket/13771] Allow AJAX errors to support exceptions messages
2015-05-30 11:33:48 +02:00
Nils Adermann
01073ffcbf
Merge pull request #3560 from Nicofuma/ticket/13790
...
[ticket/13790] Update phpcs
2015-05-30 10:53:47 +02:00
Callum Macrae
9366f29fd7
[ticket/13882] no more egyptian brackets /o/
...
PHPBB3-13882
2015-05-30 10:48:38 +02:00
Callum Macrae
da6f751cef
[ticket/13887] Made readable code DRY
...
PHPBB3-13887
2015-05-29 13:08:31 +02:00
Callum Macrae
0fc6816be6
[ticket/13887] Made unreadable code readable
...
PHPBB3-13887
2015-05-29 13:01:33 +02:00
Callum Macrae
143578ad09
[ticket/13887] Minor JS refactoring
...
PHPBB3-13887
2015-05-29 12:51:28 +02:00
Callum Macrae
2a83290e7c
[ticket/13887] Use correct JSDoc syntax
...
PHPBB3-13887
2015-05-29 12:09:19 +02:00
Callum Macrae
be1d1c7d05
[ticket/13882] Lazy load the notification avatars.
...
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
2015-05-28 18:05:07 +02:00
Marc Alexander
518902ef51
Merge pull request #3640 from callumacrae/ticket/13876
...
[ticket/13876] Use webfontloader asyncronously.
2015-05-28 16:25:26 +02:00
Marc Alexander
f5801320b7
Merge pull request #3634 from prototech/ticket/13858
...
[ticket/13858] Make Plupload uploader available in the global namespace.
2015-05-28 16:03:22 +02:00
Callum Macrae
44fcdd007f
[ticket/13876] set webfont async to true
...
PHPBB3-13876
2015-05-28 16:01:47 +02:00
Callum Macrae
8b6c6e794a
[ticket/13879] Replaced px with em where appropriate.
...
We're using ems basically everywhere else so ¯\_(ツ)_/¯
PHPBB3-13879
2015-05-28 15:57:31 +02:00
Marc Alexander
ed064ce0f1
[ticket/13799] Do not rawurlencode category in gallery avatar
...
Otherwise the directory seperator will incorrectly be transformed to its
HTML replacement.
PHPBB3-13799
2015-05-28 15:36:27 +02:00
Marc Alexander
3ec3dfcf3a
[ticket/13878] Display background images when printing topic in webkit
...
PHPBB3-13878
2015-05-28 14:58:46 +02:00
Callum Macrae
35e5dc46c7
[ticket/13876] Use webfontloader asyncronously.
...
This PR adds typekit and Google's webfontloader and calls it
asyncronously, removing the SPOF in the header. Now, if google
goes down, some buttons display with a different font.
https://github.com/typekit/webfontloader
PHPBB3-13876
2015-05-28 14:55:27 +02:00
javiexin
e80bb565ce
[ticket/13795] Modify core event in posting to include poll data
...
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored. Added correct @change tags to both events.
PHPBB3-13795
2015-05-28 14:39:22 +02:00