Oliver Schramm
8f525e1ef5
[ticket/7707] Fix undefined variable: perm_from
...
PHPBB3-7707
2014-04-04 23:48:14 +02:00
Joas Schilling
9bfada03f3
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12353] Fix displayed attachments in ACP
2014-04-04 17:40:18 +02:00
Oliver Schramm
744b39e6c4
[ticket/12353] Fix displayed attachments in ACP
...
PHPBB3-12353
2014-04-04 17:07:54 +02:00
Joas Schilling
f471831916
[ticket/12113] Correctly use plurals when deleting user warnings
...
PHPBB3-12113
2014-04-01 22:43:30 +02:00
Oliver Schramm
908057301c
[ticket/7707] Add comma to last entry of arrays
...
PHPBB3-7707
2014-04-01 22:03:59 +02:00
Joas Schilling
11a9104b8a
[ticket/12282] Use interface for type hinting
...
PHPBB3-12282
2014-04-01 19:17:41 +02:00
Marc Alexander
d83d819827
[ticket/12150] Use shorter column names for prune settings
...
All columns were renamed from having prune_shadow_topics as namebase to just
prune_shadow.
A missing column was also added to the migration file's remove_schema() method.
PHPBB3-12150
2014-03-29 22:14:58 +01:00
Marc Alexander
d97c58aeea
[ticket/12150] Add missing prune settings variables in acp_forums
...
PHPBB3-12150
2014-03-29 21:57:00 +01:00
Marc Alexander
3c7ff1c417
[ticket/12150] Add options to acp
...
PHPBB3-12150
2014-03-29 21:49:31 +01:00
Matt Friedman
2024c5adc2
[ticket/12043] Correct try/catch exceptions for invalid extensions
...
PHPBB3-12043
2014-03-29 11:09:27 -07:00
Matt Friedman
bf2aca6f8b
[ticket/12043] Sort Extensions by Display Name in ACP Extension mananger
...
PHPBB3-12043
2014-03-29 10:47:09 -07:00
Oliver Schramm
db6e5a19f2
[ticket/7707] Remove unnecessary variables
...
PHPBB3-7707
2014-03-26 17:13:46 +01:00
Joas Schilling
13eb0ec5b9
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12035] Correcting the condition
[ticket/12035] Adding necessary conditions
[ticket/12035] Adding link to user posts to ACP page
Conflicts:
phpBB/adm/style/acp_users_overview.html
2014-03-22 15:13:41 +01:00
Matt Friedman
e4f6d9bc90
[ticket/12292] Improve style details page
...
http://tracker.phpbb.com/browse/PHPBB3-12292
Gave style details page a proper heading and back button.
Also removed a few obsolete code leftovers in the style
and CSS.
PHPBB3-12292
2014-03-20 18:11:45 -07:00
geetakshi
663eb74cf3
[ticket/12035] Correcting the condition
...
PHPBB3-12035
2014-03-20 14:17:03 +05:30
Dhruv Goel
7f5d8becad
Merge pull request #2137 from geetakshi/ticket/8309
...
[ticket/8309] Rename "Last visited" to "Last activity" on memberlist/viewprofile
2014-03-20 03:44:39 +05:30
geetakshi
5316c32b10
[ticket/12035] Adding necessary conditions
...
PHPBB3-12035
2014-03-20 03:36:53 +05:30
Joas Schilling
997ad65062
Merge remote-tracking branch 'Elsensee/ticket/11169' into develop
...
* Elsensee/ticket/11169:
[ticket/11169] Skip migration if "Users" category has been deleted
[ticket/11169] Move module 'prune users' to users category
2014-03-19 21:35:08 +01:00
geetakshi
9a3011c2dd
[ticket/8309] Changing $last_activity to $last_active
...
PHPBB3-8309
2014-03-20 01:48:52 +05:30
geetakshi
418034af0e
[ticket/12035] Adding link to user posts to ACP page
...
Adding link of posts behind displayed number of posts of the user
PHPBB3-12035
2014-03-17 00:52:11 +05:30
geetakshi
4d191f254d
[ticket/11239] Removing hard-coded, language specific possessive
...
PHPBB3-11239
2014-03-16 15:36:47 +05:30
Oliver Schramm
fac814f8e7
[ticket/11169] Move module 'prune users' to users category
...
PHPBB3-11169
2014-03-16 02:53:01 +01:00
Oliver Schramm
4b2d7735b3
[ticket/7707] Add get_username_string() where possible
...
PHPBB3-7707
2014-03-16 00:11:12 +01:00
geetakshi
0bf758f00f
[ticket/8309] Rename $last_visit to $last_activity
...
PHPBB3-8309
2014-03-16 03:37:21 +05:30
geetakshi
7647b51d5d
[ticket/11239] Including username before Overview title
...
Adding username to the page title to avoid confusion while managing
multiple users in ACP
PHPBB3-11239
2014-03-16 02:12:50 +05:30
Joas Schilling
0aa23d203e
Merge remote-tracking branch 'EXreaction/ticket/9871-2' into develop
...
* EXreaction/ticket/9871-2:
[ticket/9871] Can set current version to use instead of the phpBB version
[ticket/9871] Fix indentation on comment
[ticket/9871] Fix test name
[ticket/9871] Split fast and slow version tests
[ticket/9871] Option to force the stability when checking for updates
[ticket/9871] Allow setting the host/file to load for the version class
[ticket/9871] Restore get_remote_file_test
[ticket/9871] Fix tests
[ticket/9871] Typehint and comment on var types
[ticket/9871] Mark test as slow
[ticket/9871] Restore phpbb_version_compare
[ticket/9871] Restore get_remote_file
[ticket/9871] Use $request->variable instead of request_var
[ticket/9871] Update version check file to use json format
2014-03-14 14:04:30 +01:00
Dhruv Goel
287c2b95ee
Merge pull request #2126 from nickvergessen/ticket/forumhulp/12241
...
[ticket/12241] Event to add and/or modify acp_board configurations
2014-03-14 18:00:14 +05:30
Joas Schilling
56318fb5c4
[ticket/12241] Add @var for the arguments
...
PHPBB3-12241
2014-03-14 12:49:04 +01:00
Joas Schilling
7821cf0257
[ticket/12241] Update event name and version match our guidelines
...
PHPBB3-12241
2014-03-14 12:43:15 +01:00
Forumhulp.com
4b7a718f85
[ticket/12241] Add submit to event variables
...
PHPBB3-12241
2014-03-14 09:38:57 +01:00
Forumhulp.com
9d87b1a3c7
[ticket/12241] Move $phpbb_dispatcher to the top
...
PHPBB3-12241
2014-03-14 09:38:31 +01:00
Forumhulp.com
6db1a2bfad
[ticket/12241] Event to add and/or modify acp_board configurations
...
PHPBB3-12241
2014-03-14 09:38:11 +01:00
Joas Schilling
dbebe30c9a
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
2014-03-13 10:27:19 +01: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
Joas Schilling
83a7e632b9
[ticket/12235] Convert WLM to custom profile field
...
PHPBB3-12235
2014-03-04 10:19:08 +01:00
Joas Schilling
5b1fbfb2f2
[ticket/12187] Remove user_website functionality
...
PHPBB3-12187
2014-03-03 20:01:19 +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
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
6c8589775b
[ticket/9871] Update version check file to use json format
...
PHPBB3-9871
2014-02-19 16:13:23 -06: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
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
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
995019a992
[ticket/12169] Add new option to display profile fields on memberlist
...
PHPBB3-12169
2014-02-10 16:28:21 +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
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