Varun Agrawal
1cf8554d0e
[ticket/12250] Remove deprecated phpbb_clean_path function
...
The function phpbb_clean_path() in functions.php is deprecated as is not
used used 3.0/3.1 core
PHPBB3-12250
2014-03-06 23:51:49 +05:30
Nathan Guse
c40b15ae19
Merge pull request #2087 from marc1706/ticket/12239
...
[ticket/12239] Move deprecated passwords functions to compatibility file
2014-03-06 07:00:30 -06:00
Marc Alexander
6251ca1459
[ticket/12239] Move deprecated passwords functions to compatibility file
...
The deprecated passwords functions are no longer used in the core and have
been replaced with the passwords manager. Therefore, the functions are
moved to the functions_compatibility file.
PHPBB3-12239
2014-03-06 09:43:52 +01:00
Nathan Guse
43074a1b69
[ticket/9871] Restore phpbb_version_compare
...
PHPBB3-9871
2014-03-05 19:09:47 -06:00
Nathan Guse
8748032866
[ticket/9871] Restore get_remote_file
...
PHPBB3-9871
2014-03-05 19:07:39 -06:00
Nathan Guse
6a8f110b5a
[ticket/9871] Use $request->variable instead of request_var
...
PHPBB3-9871
2014-03-05 19:00:52 -06:00
Joas Schilling
f2059f52f3
[ticket/12236] Move AOL Instant Messanger field to custom profile field
...
PHPBB3-12236
2014-03-05 22:13:22 +01:00
Joas Schilling
2e5106aae1
[ticket/12237] Convert yahoo messanger to custom profile field
...
PHPBB3-12237
2014-03-05 21:38:57 +01:00
Nils Adermann
0e35a85155
Merge remote-tracking branch 'github-nickvergessen/ticket/12235' into develop
...
* github-nickvergessen/ticket/12235:
[ticket/12235] Convert WLM to custom profile field
[ticket/12187] Do not make clickable when using as contact field
[ticket/12187] Split generate_profile_fields_template() into 2 methods
[ticket/12187] Remove user_website field
[ticket/12187] Remove user_website functionality
[ticket/12187] Convert website field data to custom profile field
[ticket/12187] Add URL type for profile fields
[ticket/12234] Replace ICQ with custom profile field
[ticket/12233] Update schema file
[ticket/12233] Add images back to subsilver2
[ticket/12233] Allow profile fields to be contact fields
Conflicts:
phpBB/adm/style/acp_prune_users.html
2014-03-05 11:49:11 +01:00
Joas Schilling
83a7e632b9
[ticket/12235] Convert WLM to custom profile field
...
PHPBB3-12235
2014-03-04 10:19:08 +01:00
Joas Schilling
c650078904
[ticket/12187] Split generate_profile_fields_template() into 2 methods
...
Removing the mode switch that wraps the content of the method
PHPBB3-12187
2014-03-04 08:47:47 +01:00
Joas Schilling
a3627a9ff7
[ticket/12187] Remove user_website field
...
PHPBB3-12187
2014-03-04 08:25:36 +01:00
Joas Schilling
5b1fbfb2f2
[ticket/12187] Remove user_website functionality
...
PHPBB3-12187
2014-03-03 20:01:19 +01:00
Joas Schilling
e750d71f84
[ticket/12187] Convert website field data to custom profile field
...
PHPBB3-12187
2014-03-03 12:38:55 +01:00
Crizzo
281df15a53
[ticket/12240] Added class code for custom bbcodes based on bbcode_tag
...
PHPBB3-12240
2014-03-02 20:30:09 +01:00
Joas Schilling
76409388af
[ticket/12234] Replace ICQ with custom profile field
...
PHPBB3-12234
2014-02-28 15:24:35 +01:00
Joas Schilling
a823205403
[ticket/12233] Allow profile fields to be contact fields
...
Contact fields are displayed with in the contact section of the user profile
and are displayed differently in the mini profile next to posts and private
messages
PHPBB3-12233
2014-02-28 14:38:03 +01:00
Joas Schilling
ffbc7ccb64
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
...
PHPBB3-12205
2014-02-25 18:24:45 +01:00
Joas Schilling
87dfd76100
[ticket/12226] Split language strings to correctly allow multiple plural rules
...
PHPBB3-12226
2014-02-24 09:46:31 +01:00
Cesar G
fc33a0c176
[ticket/12160] Move phpbb_check_installation_exists() to functions_install.php
...
PHPBB3-12160
2014-02-22 20:22:36 -08:00
Nathan Guse
c0c19fbb29
Merge pull request #2035 from prototech/ticket/12138
...
[ticket/12138] Include file time limit when generating attachment management pagination and stats.
2014-02-20 21:13:06 -06:00
Nathan Guse
2df2032b48
Merge pull request #2025 from marc1706/ticket/12183
...
[ticket/12183] Update user_newpasswd column in users table for passwords manager
2014-02-20 20:54:30 -06:00
Nathan Guse
b8d30bfc80
Merge pull request #2021 from nickvergessen/ticket/12171
...
Ticket/12171 Attachments from soft-deleted posts are still downloadable
2014-02-20 20:51:58 -06:00
Nathan Guse
6c8589775b
[ticket/9871] Update version check file to use json format
...
PHPBB3-9871
2014-02-19 16:13:23 -06:00
Nathan Guse
60de5e66de
Merge pull request #2030 from rxu/ticket/12190
...
Add core event "core.modify_submit_post_data"
2014-02-19 10:50:21 -06:00
rxu
01bf27f789
[ticket/12190] Add core event "core.modify_submit_post_data"
...
Add core event - core.modify_submit_post_data
to submit_post() function. This allows extensions to modify the
whole post data before the post submitting, or even provide
its own post submit procedure.
PHPBB3-12190
2014-02-20 00:47:26 +08:00
Nathan Guse
c30668b010
Merge pull request #2045 from rxu/ticket/12213
...
[ticket/12213] Add MCP events for custom quick moderation options
2014-02-19 10:42:17 -06:00
rxu
b7dea19bf3
[ticket/12213] Add MCP events for custom quick moderation options
...
Add core events to mcp.php and mcp_main.php. This allows
extensions to add and to handle custom quick moderation options.
PHPBB3-12213
2014-02-20 00:38:28 +08:00
Nathan Guse
7015fc8a00
Merge pull request #2002 from prototech/ticket/12153
...
[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
2014-02-18 14:11:48 -06:00
Nathaniel Guse
602f4a2b54
[ticket/12210] dbtools::sql_create_table incorrectly throws error
...
related to auto-increment length on non auto-increment fields
PHPBB3-12210
2014-02-17 23:46:39 -06:00
Marc Alexander
f1c913f176
[ticket/12183] Move user_newpasswd, user_actkey below user_pass_convert
...
PHPBB3-12183
2014-02-17 16:28:36 +01:00
Cesar G
3bdc1e9e1c
[ticket/12138] Replace old code and generate pagination using filetime limit.
...
PHPBB3-12138
2014-02-16 10:21:10 -08:00
Cesar G
e4685ac80d
[ticket/12138] Add methods for attachment manage functionality.
...
PHPBB3-12138
2014-02-16 10:21:02 -08:00
Cesar G
d002d31b86
[ticket/12160] Add function to check if phpBB is installed.
...
PHPBB3-12160
2014-02-15 17:09:13 -08:00
Andreas Fischer
ccf12ba166
Merge pull request #1964 from prototech/ticket/12136
...
[ticket/12136] Use new pagination class in generate_smilies().
* prototech/ticket/12136:
[ticket/12136] Use new pagination class in generate_smilies().
2014-02-15 02:35:19 +01:00
Andreas Fischer
8960e6d777
[ticket/12176] Display correct message when trying to delete founder.
...
PHPBB3-12176
2014-02-15 02:27:54 +01:00
Joas Schilling
75fa467b7b
Merge remote-tracking branch 'bantu/ticket/12180' into develop
...
* bantu/ticket/12180:
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
2014-02-12 22:12:30 +01:00
Marc Alexander
5ce0bb7630
[ticket/12183] Update user_newpasswd column to length of 255 in schema files
...
PHPBB3-12183
2014-02-10 22:06:42 +01:00
Joas Schilling
995019a992
[ticket/12169] Add new option to display profile fields on memberlist
...
PHPBB3-12169
2014-02-10 16:28:21 +01:00
Andreas Fischer
1e86f71133
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
...
PHPBB3-12180
2014-02-10 15:01:50 +01:00
Joas Schilling
6bee91c429
[ticket/12169] Convert user_from to profile field location
...
Missing changes on memberlist view due to missing functionality
PHPBB3-12169
2014-02-10 14:38:43 +01:00
Joas Schilling
ee1c055b70
[ticket/12171] Send correct status 403 when forbidden and 404 when not found
...
PHPBB3-12171
2014-02-10 12:56:45 +01:00
Joas Schilling
e4129687cb
[ticket/12171] Split post and pm download links
...
PHPBB3-12171
PHPBB3-12172
2014-02-10 12:37:10 +01:00
Joas Schilling
8744b0da6d
[ticket/12171] Check topic visibility before allowing to download attachments
...
PHPBB3-12171
2014-02-10 12:36:01 +01:00
Joas Schilling
bbada27ee9
[ticket/12115] Also port user interests to profile fields
...
PHPBB3-12115
2014-02-06 11:32:11 +01:00
Joas Schilling
3c640e57c5
[ticket/12115] Convert user occupation to a profile field
...
PHPBB3-12115
2014-02-06 11:32:06 +01:00
Joas Schilling
bf93e20afb
[prep-release-3.1.0-a3] Update version to 3.1.0-a4-dev for future development
2014-02-05 22:23:33 +01:00
Joas Schilling
127c0c4493
[prep-release-3.1.0-a3] Update version to 3.1.0-a3
2014-02-05 16:55:21 +01:00
Cesar G
1251b68668
[ticket/12153] Remove redundant calls to pagination.on_page().
...
PHPBB3-12153
2014-02-03 23:00:39 -08:00
Marc Alexander
6f92996d98
[ticket/12159] Fix codesniffer complaints due to profilefields and passwords
...
The two PRs regarding profilefields and passwords manager that were recently
merged caused a few codesniffer complaints that are fixed by these changes.
PHPBB3-12159
2014-02-03 22:25:43 +01:00