Tristan Darricau
5804e43589
Merge pull request #2903 from rxu/ticket/13006
...
[ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
* rxu/ticket/13006:
[ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
2014-09-11 16:44:16 +02:00
Andreas Fischer
d42401056c
Merge pull request #2940 from Senky/ticket/13042
...
[ticket/13042] Unused var in login_box()
* Senky/ticket/13042:
[ticket/13042] Remove unused variables
2014-09-10 22:17:17 +02:00
Tristan Darricau
c842583bbf
Merge pull request #2936 from nickvergessen/ticket/12976
...
[ticket/12976] Correctly use plurals for attachment count in UCP navigation
* nickvergessen/ticket/12976:
[ticket/12976] Correctly use plurals for attachment count in UCP navigation
2014-09-10 20:00:52 +02:00
Tristan Darricau
04e0d305d0
[ticket/12963] Add unit tests
...
PHPBB3-12963
2014-09-10 19:22:00 +02:00
Tristan Darricau
72ee4b3a7c
[ticket/12963] Load extensions migrations from /migration
...
PHPBB3-12963
2014-09-10 19:21:57 +02:00
Tristan Darricau
ff872a7970
[ticket/12963] Don't use static var in \extension\base\get_migration_file_list
...
The static var was global to all instance of \phpbb\base and so if two
different instances (for two different extensions) were created by the
same script they shared the same migrations list.
PHPBB3-12963
2014-09-10 19:21:55 +02:00
Jakub Senko
fcd2a2f186
[ticket/12734] Remove unnecessary error supressing
...
PHPBB3-12734
2014-09-10 18:37:16 +02:00
Jakub Senko
51f5c2d094
[ticket/13042] Remove unused variables
...
PHPBB3-13042
2014-09-10 17:38:05 +02:00
Tristan Darricau
a093c28d1a
[ticket/12963] Fix the list of migrations in database_update.php
...
Without this patch the finder grab all the class available in the ext
folder and not only the migrations. This change is backported for the one
done before to the cli tool db:migrate. (see the commit
3420f8f320
)
PHPBB3-12963
2014-09-10 12:01:01 +02:00
Tristan Darricau
b2a28962bc
Merge pull request #2939 from nickvergessen/ticket/13052
...
[ticket/13052] Restore timespan parameter for check_form_key()
* nickvergessen/ticket/13052:
[ticket/13052] Restore timespan parameter for check_form_key()
2014-09-10 11:50:13 +02:00
Callum Macrae
cb7e1540c6
[ticket/12982] Refactoring: Killed undescriptive variables
...
PHPBB3-12982
2014-09-10 09:58:46 +01:00
Joas Schilling
d87547da66
[ticket/13052] Restore timespan parameter for check_form_key()
...
PHPBB3-13052
2014-09-10 08:07:21 +02:00
Marc Alexander
6c0a3bb247
Merge pull request #2934 from VSEphpbb/ticket/13051
...
[ticket/13051] Fix viewonline event (recently broken) and add a new core event
2014-09-09 23:37:30 +02:00
Matt Friedman
0fc5a27889
[ticket/13051] Fix core event name
...
PHPBB3-13051
2014-09-09 13:12:29 -07:00
Matt Friedman
0861404121
[ticket/13051] Rename new event core.viewonline_modify_user_row
...
PHPBB3-13051
2014-09-09 12:52:53 -07:00
Jakub Senko
bfb672f326
[ticket/13027] round to floor
...
PHPBB3-13027
2014-09-09 21:33:19 +02:00
Joas Schilling
d9f36ae7e1
[ticket/12976] Correctly use plurals for attachment count in UCP navigation
...
PHPBB3-12976
2014-09-09 21:31:34 +02:00
Andreas Fischer
65026ed1fa
Merge pull request #2935 from nickvergessen/ticket/13052
...
Ticket/13052 Remove additional parameter from check_form_key()
* nickvergessen/ticket/13052:
[ticket/13052] Use request class instead of $_POST and request_var()
[ticket/13052] Fix appearances with multiple parameters
[ticket/13052] Remove additional parameter from check_form_key()
2014-09-09 21:25:15 +02:00
Joas Schilling
ef61deb132
[ticket/13052] Use request class instead of $_POST and request_var()
...
PHPBB3-13052
2014-09-09 19:49:17 +02:00
Joas Schilling
ad8d53af27
[ticket/13052] Fix appearances with multiple parameters
...
PHPBB3-13052
2014-09-09 19:47:00 +02:00
Joas Schilling
047728e3d4
[ticket/13052] Remove additional parameter from check_form_key()
...
PHPBB3-13052
2014-09-09 19:46:27 +02:00
Matt Friedman
c56c0fce0d
[ticket/13051] Add a new core event to handle the template array
...
PHPBB3-13051
2014-09-09 09:14:32 -07:00
Matt Friedman
c6fc455432
[ticket/13051] Fix viewonline event, remove template data
...
PHPBB3-13051
2014-09-08 15:54:16 -07:00
Jakub Senko
4b4a673d98
[ticket/13022] Language adjustments
...
PHPBB3-13022
2014-09-08 23:14:33 +02:00
Andreas Fischer
e00697f3a1
Merge pull request #2926 from Senky/ticket/13038
...
[ticket/13038] Link user post tally to their posts
* Senky/ticket/13038:
[ticket/13038] Add link to number of posts of user in viewtopic
2014-09-08 22:12:44 +02:00
Andreas Fischer
3458aa2482
Merge pull request #2931 from rxu/ticket/13050
...
[ticket/13050] Allow topic/forum subscription when email/jabber is off
* rxu/ticket/13050:
[ticket/13050] Allow topic/forum subscription when email/jabber is off
2014-09-08 21:23:46 +02:00
Jakub Senko
aefd96e604
[ticket/13038] Add link to number of posts of user in viewtopic
...
PHPBB3-13038
2014-09-08 17:36:08 +02:00
Marc Alexander
bcd4cebd48
Merge pull request #2915 from rxu/ticket/13026
...
[ticket/13026] Add template vars array to core.viewonline_overwrite_location
2014-09-08 16:46:26 +02:00
Marc Alexander
cc96bcff99
Merge pull request #2911 from rxu/ticket/13020
...
[ticket/13020] Add variables to core.viewforum_get_topic_data event
2014-09-08 16:30:05 +02:00
Andreas Fischer
33e5e426d4
Merge pull request #2933 from bantu/ticket/13035
...
[ticket/13035] Remove empty meta tags
* bantu/ticket/13035:
[ticket/13035] Remove empty meta tags
2014-09-08 13:45:34 +02:00
dcz
85468ce2ec
[ticket/13035] Remove empty meta tags
...
PHPBB3-13035
2014-09-08 13:09:38 +02:00
Jakub Senko
dfbc2adc08
[ticket/13022] Remove ternary condition
...
PHPBB3-13022
2014-09-07 22:39:22 +02:00
rxu
de7b100b8a
[ticket/13020] Add forum_data variable to core.viewforum_get_topic_data event
...
PHPBB3-13020
2014-09-07 19:48:06 +08:00
rxu
d470d628f5
[ticket/13026] Add template vars array to core.viewonline_overwrite_location
...
Add template vars array to core.viewonline_overwrite_location event
to allow modifying/adding template vars for every user row.
PHPBB3-13026
2014-09-07 19:04:32 +08:00
rxu
40ef561349
[ticket/13050] Allow topic/forum subscription when email/jabber is off
...
Currently, there's impossible to subscribe topic/forum if emails and/or jabber
is disabled. This seems to be a 3.0 leftover since 3.1 introduces new
notification system which handles this case and offers email/jabber-free
board notifications.
PHPBB3-13050
2014-09-07 18:54:34 +08:00
Joas Schilling
12398d65fd
Merge pull request #2930 from Senky/ticket/13048
...
[ticket/13048] AJAX requests are being stored to session_page
* Senky/ticket/13048:
[ticket/13048] Only update session_page if request is not ajax
2014-09-07 12:50:03 +02:00
Joas Schilling
c1d0528d80
Merge pull request #2929 from rxu/ticket/13047
...
[ticket/13047] Add $post_list array to core.viewtopic_modify_page_title event
* rxu/ticket/13047:
[ticket/13047] Add $post_list array to core.viewtopic_modify_page_title event
2014-09-07 12:47:13 +02:00
Joas Schilling
b3a8e92810
Merge pull request #2928 from Nicofuma/ticket/13046
...
[ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.php
* Nicofuma/ticket/13046:
[ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.php
2014-09-07 12:42:52 +02:00
Marc Alexander
a0ee6ccdf3
Merge pull request #2925 from nickvergessen/ticket/12983
...
Ticket/12983 UCP preferences, Display posts ordering by: input is not properly validated
2014-09-07 11:41:44 +02:00
Joas Schilling
d5801333f7
[ticket/12983] Do not test invalid values until Symfony 2.4
...
PHPBB3-12983
2014-09-07 10:40:18 +02:00
Jakub Senko
b218f3ad43
[ticket/13048] Only update session_page if request is not ajax
...
PHPBB3-13048
2014-09-07 10:15:51 +02:00
rxu
a6f1b22eb3
[ticket/13047] Add $post_list array to core.viewtopic_modify_page_title event
...
PHPBB3-13047
2014-09-07 13:36:23 +08:00
Tristan Darricau
088e34dc47
[ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.php
...
PHPBB3-13046
2014-09-07 01:41:21 +02:00
Tristan Darricau
297ab5c526
Merge pull request #2919 from Senky/ticket/12852
...
[ticket/12852] Make get_url_parts handle get variable with no value
* Senky/ticket/12852:
[ticket/12852] Add unit tests
[ticket/12852] Add space after if
[ticket/12852] Remove whitespace
[ticket/12852] Make get_url_parts handle get variable with no value
2014-09-06 15:47:30 +02:00
Joas Schilling
647a75249c
[ticket/12983] Add functional test for ucp pref module
...
PHPBB3-12983
2014-09-06 15:16:51 +02:00
Jakub Senko
1094de49c2
[ticket/13022] Condition Return to advanced search link
...
PHPBB3-13022
2014-09-06 14:53:14 +02:00
Tristan Darricau
6387bf8d13
Merge pull request #2918 from marc1706/ticket/13031
...
[ticket/13031] Only use mimetype guesser guess if it helps us
* marc1706/ticket/13031:
[ticket/13031] Slightly change behavior of choose_mime_type and add unit tests
[ticket/13031] Guess with all mimetype guessers and pick best guess
[ticket/13031] Only use mimetype guesser guess if it helps us
2014-09-06 13:53:43 +02:00
Marc Alexander
21029e9fd2
[ticket/13031] Slightly change behavior of choose_mime_type and add unit tests
...
The mime type 'application/octet-stream' will still always be overwritten by
proper guesses. However, guesses with guessers that have a higher priority
will now overwrite previous guesses even if the mime types of these guesses
had a slash in them.
PHPBB3-13031
2014-09-05 21:55:49 +02:00
Marc Alexander
6eaeae60f6
Merge pull request #2748 from carlo94it/ticket/12765
...
[ticket/12765] Use db_tools instead of generating queries at moment
2014-09-05 21:23:04 +02:00
Marc Alexander
b854882470
Merge pull request #2868 from rxu/ticket/12969
...
[ticket/12969] Add template events around username link on composing pm
2014-09-05 21:05:33 +02:00