Build: #54 was successful Manual run by Build Robot
Code commits
phpBB 3.3.x
-
Marc c6fd14352e1553443e8defcd3abd36d6be4c0931
Merge branch '3.3.x'
-
Marc 477f5d9e1db990bd70fdff64b696b1b0810e95d3 m
Merge pull request #6617 from battye/ticket/17109
[ticket/17109] Don't show the attach signature option if the user doesn't have permission -
Marc f22784f0a4254db963389764dabc58968d193fed
Merge branch '3.3.x'
-
Marc d14f98f672d06b8f6b9bc41bddd7cce57afcf21c m
Merge branch 'prep-release-3.3.12' into 3.3.x
-
Marc 130c10915ef16f88e37ed8a65a77d7eefe8d08ad m
Merge pull request #6618 from marc1706/ticket/17312
[ticket/17312] Add column for tracking user last active time -
Marc fc86b5a2d019aa4cadaa33e06927a6fbb1621b81
Merge pull request #6620 from iMattPro/ticket/17318
[ticket/17318] Fix notification avatars in dropdown -
Matt Friedman <maf675@gmail.com> 7d8b4d58174653a3655a49aa59950c6d8e7647e2
[ticket/17318] Fix notification avatars in dropdown
PHPBB3-17318
Signed-off-by: Matt Friedman <maf675@gmail.com>- phpBB/styles/prosilver/template/notification_dropdown.html (version 7d8b4d58174653a3655a49aa59950c6d8e7647e2)
-
Marc 9ecf09dbe8b88eef81e3a987cd30ece4e323ed98 m
[ticket/17312] Add and use user_last_active where needed and useful
PHPBB3-17312- phpBB/includes/acp/acp_users.php (version 9ecf09dbe8b88eef81e3a987cd30ece4e323ed98)
- phpBB/includes/functions_display.php (version 9ecf09dbe8b88eef81e3a987cd30ece4e323ed98)
- phpBB/includes/functions_user.php (version 9ecf09dbe8b88eef81e3a987cd30ece4e323ed98)
- phpBB/install/convertors/convert_phpbb20.php (version 9ecf09dbe8b88eef81e3a987cd30ece4e323ed98)
-
Marc f9861384675725466a5210e00ed33bd3712636f3 m
[ticket/17312] Update tests for new column
PHPBB3-17312- tests/auth/provider_apache_test.php (version f9861384675725466a5210e00ed33bd3712636f3)
-
battye <administration@online-scrabble.com> 611faafaf3802a661814d9a7c1765017eed94630 m
[ticket/17109] Check attach signature permissions
Don't show the attach signature option if the
user doesn't have permission or if the signature
feature is disabled for the board.
PHPBB3-17109- phpBB/includes/ucp/ucp_prefs.php (version 611faafaf3802a661814d9a7c1765017eed94630)
- phpBB/posting.php (version 611faafaf3802a661814d9a7c1765017eed94630)
- phpBB/styles/prosilver/template/ucp_prefs_post.html (version 611faafaf3802a661814d9a7c1765017eed94630)
-
Marc ed0b5020a9c2e2b1c7ee12ebf7ff0c3791f3f664 m
[ticket/17312] Use user_last_active instead of user_lastvisit where possible
PHPBB3-17312- phpBB/memberlist.php (version ed0b5020a9c2e2b1c7ee12ebf7ff0c3791f3f664)
- phpBB/phpbb/db/migration/data/v33x/add_user_last_active.php (version ed0b5020a9c2e2b1c7ee12ebf7ff0c3791f3f664)
- phpBB/phpbb/session.php (version ed0b5020a9c2e2b1c7ee12ebf7ff0c3791f3f664)
-
Marc a7a53de34d6372ccec79d3944741821b8592911e m
[ticket/17312] Add migration for user_last_active column
PHPBB3-17312- phpBB/phpbb/db/migration/data/v33x/add_user_last_active.php (version a7a53de34d6372ccec79d3944741821b8592911e)