Dhruv
36b7d7560e
[ticket/11233] prohibit selecting anonymous user as a PM recipient
...
While composing pm, it should not be allowed to add
anonymous user as a PM recipient
PHPBB3-11233
2013-01-30 21:46:15 +05:30
Andreas Fischer
5a146df07f
[ticket/11343] Remove spare parentheses.
...
PHPBB3-11343
2013-01-25 19:52:02 +01:00
Andreas Fischer
8421aa0b0e
[ticket/11343] Remove spare space.
...
PHPBB3-11343
2013-01-25 19:51:17 +01:00
Andreas Fischer
305b2b8f48
[ticket/11343] Use === when checking stored user_actkey against user input.
...
Use strict comparison when checking whether stored user_actkey is equal to user
input.
PHPBB3-11343
2013-01-25 19:49:02 +01:00
Senky
120accb9d4
[ticket/10841] adding space after if
...
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
f7508c3f04
[ticket/10841] removing unnecessary spacing
...
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
dd6983b14b
[ticket/10841] changing affectedrows check to COUNT in sql
...
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
af064cdaad
[ticket/10841] Modifying style and language selectors in UCP
...
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Oleg Pudeyev
5f5d395c62
[ticket/11158] Require acl_u_sig for ucp signature module.
...
PHPBB3-11158
2012-10-29 14:58:25 -04:00
Senky
d0a1c7bf0a
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
...
PHPBB3-10568
2012-08-02 20:08:49 +02:00
Joas Schilling
80fafdeb1a
[ticket/10935] Limit number of PM rules per user to 5000
...
PHPBB3-10935
2012-06-20 14:29:48 +02:00
Hari Sankar R
4e630ef160
[ticket/10561] Casted $config['default_style'] to int
...
PHPBB3-10561
2012-04-09 00:33:55 +05:30
Hari Sankar R
03a35581c4
[ticket/10561] Reverted to phpbb_style_is_active()
...
Changes made to function name, reverted to old.
PHPBB3-10561
2012-04-07 23:15:12 +05:30
Hari Sankar R
018419b36c
[ticket/10561] Moved and renamed the funtion validate_style().
...
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
2012-04-05 19:31:18 +05:30
Hari Sankar R
b81a5afc25
[ticket/10561] Changes made to function phpbb_style_is_active().
...
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
2012-04-03 22:56:06 +05:30
Hari Sankar R
084e1ae560
[ticket/10561] All users can choose deactivated styles (fixed).
...
A form exploit enabled the users to select a deactivated
style. Fixed with extra check on submit, with a new function
styles_verify to check if the selected style is activated or not.
PHPBB3-10561
2012-04-03 22:15:59 +05:30
Richard Foote
2cf586a372
[ticket/10580] Remove checking of server timezone and DST when registering
...
Remove checking of server timezone and DST. It causes a problem by
selecting the wrong timezone when registering when the board_timezone is 1
hour less than the server timezone.
PHPBB3-10580
2012-01-21 15:17:31 -05:00
Andreas Fischer
37c7668193
[ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().
...
PHPBB3-10446
2011-11-20 16:35:31 +01:00
Oleg Pudeyev
64d62038cd
[ticket/10446] DRY X-AntiAbuse header addition.
...
PHPBB3-10446
2011-11-20 04:15:44 -05:00
Andreas Fischer
69f943c8d6
Merge remote-tracking branch 'nickvergessen/ticket/9361' into develop-olympus
...
* nickvergessen/ticket/9361:
[ticket/9361] View correct error messages when editing account information
2011-11-14 19:01:06 +01:00
Joas Schilling
14af18cb1b
[ticket/9361] View correct error messages when editing account information
...
Currently the "current password" is only checked, when you change something.
This means you get "Your profile has been updated." although you enter a wrong
password. I also added proper error messages, when you leave the confirm fields
empty, and sorted them in the order of the field appearances on the html page.
PHPBB3-9361
2011-11-14 18:54:12 +01:00
Andreas Fischer
0a5d2a84d1
Merge remote-tracking branch 'igorw/ticket/8616' into develop-olympus
...
* igorw/ticket/8616:
[ticket/8616] Include old U_INBOX var for BC
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
[ticket/8616] Direct links in pm notification emails
2011-11-13 20:34:39 +01:00
Andreas Fischer
8f6cfc77d2
[ticket/10259] Do not send notifications to user accounts joining free groups.
...
It does not make sense to send notifications to users joining a freely open
group. They already know that they were added to the group, because they
triggered the actual join.
PHPBB3-10259
2011-10-17 19:10:41 +02:00
Alan
f7c1341402
[ticket/8616] Direct links in pm notification emails
...
Import the "Direct links in pm notification emails" modification,
version 1.0.1.
PHPBB3-8616
2011-10-13 19:17:56 +02:00
Joas Schilling
f94f872624
[ticket/10304] Fix URL for ICQ while view private messages
...
PHPBB3-10304
2011-10-13 13:59:39 +02:00
Nils Adermann
6b6705b852
[ticket/10158] Remove some code duplication from generating the message.
...
PHPBB3-10158
2011-06-05 01:58:03 +02:00
Joas Schilling
67449f8f1b
[ticket/10158] Only view "Return to" links if they are useful.
...
PHPBB3-10158
2011-05-23 12:03:04 +02:00
Joas Schilling
437013194a
[ticket/10158] Add return-link to folder, when the user replied from a folder.
...
PHPBB3-10158
2011-05-09 12:46:34 +02:00
Joas Schilling
65d956bd81
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
...
PHPBB3-10158
2011-05-05 10:49:54 +02:00
Erik Frèrejean
1d2201902f
[ticket/9961] Create log entries when users are activated.
...
* Create log entries when a user activates own account without
also changing their password.
* Additionally create admin log entries when an administrator activates
user accounts.
PHPBB3-9961
2011-04-19 13:11:20 +02:00
Joas Schilling
59d75c1ae6
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
...
PHPBB3-10121
2011-04-03 22:11:13 +02:00
Andreas Fischer
ac90190682
[ticket/9970] Rename validate_language() to validate_language_iso_name().
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Andreas Fischer
0f16fd3519
[ticket/9970] Do not allow switching to languages not installed on reg. page.
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Josh Woody
f7723b3e95
[ticket/9970] User language input is checked for existance
...
Users could select a language which did not exist in the database by altering
form fields because there was no back-end verification.
PHPBB3-9970
2011-03-07 00:41:14 +01:00
Philippe Chevrier
ffe691db10
[ticket/10024] Populate unread information to template for styling issues.
...
PHPBB3-10024
2011-02-28 00:00:56 +01:00
Igor Wiedler
217e77d16b
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
...
PHPBB3-9910
2010-11-21 23:18:09 +01:00
Igor Wiedler
a27811b1d4
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
...
PHPBB3-9807
2010-09-07 22:27:41 +02:00
Andreas Fischer
dfd3c4a5df
Merge branch 'ticket/nickvergessen/9519' into develop-olympus
...
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
2010-08-28 23:25:05 +02:00
Andreas Fischer
3c02a1cff7
Merge branch 'ticket/jellydoughnut/9772' into develop-olympus
...
* ticket/jellydoughnut/9772:
[ticket/9772] Unify permissions for sending email when board_email_form is off
2010-08-28 23:24:55 +02:00
Josh Woody
2a59e6d486
[ticket/9772] Unify permissions for sending email when board_email_form is off
...
Sending email via memberlist.php was limited to users having u_sendemail. When
board_email_form is disabled, no such requirement was enforced. This is now
changed.
PHPBB3-9772
2010-08-28 15:49:47 -05:00
Josh Woody
25c579c00d
Merge branch 'ticket/bantu/9612' into develop-olympus
...
* ticket/bantu/9612:
[ticket/9612] Introduce new function gen_rand_string_friendly().
2010-08-19 09:11:36 -05:00
Josh Woody
46d2d97a37
Merge branch 'ticket/bantu/9611' into develop-olympus
...
* ticket/bantu/9611:
[ticket/9611] Make length of activation keys variable between 6 and 10.
2010-08-19 09:03:45 -05:00
Joas Schilling
4c95ed0eeb
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.
PHPBB3-9519
2010-08-10 16:11:39 +02:00
Andreas Fischer
e7e98f1de5
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
...
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
2010-07-14 20:55:49 +02:00
Joas Schilling
954b3c3484
[ticket/7720] Fix alternative image-description for unread posts.
...
Changed the wrong word "new" to "unread" as that is, what we show with the
red-icons, not whether the post is new or not. Language variables were
kept for backwards compatibility.
PHPBB3-7720
2010-07-14 20:55:07 +02:00
Thatbitextra
e130a6bad9
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
...
Avoid unnecessary overhead in avatar_process_user() by optionally passing in
the value of $can_upload.
PHPBB3-9451
2010-07-07 16:45:00 +02:00
Joas Schilling
9e24993855
[ticket/9135] Fix report-icon for moderators in PM folders.
...
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users.
PHPBB3-9135
2010-05-26 01:38:19 +02:00
Andreas Fischer
c2b29c317f
[ticket/9612] Introduce new function gen_rand_string_friendly().
...
Introduce new function gen_rand_string_friendly() for user friendly random
strings like passwords and captcha codes. Strings generated by
gen_rand_string_friendly() will not contain the characters 0 and O.
By adding a new function we can increase the entropy of strings
generated by gen_rand_string() by putting 0 and O back in.
PHPBB3-9612
2010-05-17 09:44:48 +02:00
Andreas Fischer
af21e38c1d
[ticket/9611] Make length of activation keys variable between 6 and 10.
...
PHPBB3-9611
2010-05-17 08:54:51 +02:00
Joas Schilling
e3ba934cd7
[ticket/8894] Fix JavaScript-Error and hide Quote-Button on topic review if BBCodes are not allowed.
...
PHPBB3-8894
2010-05-16 16:49:00 +02:00