RMcGirr83
4ea325029b
[ticket/14313] Don't display quote button on unapproved posts
...
PHPBB3-14313
2015-11-25 14:29:46 -05:00
Richard McGirr
31510c0ae7
[ticket/14283] Check for user being group leader
...
PHPBB3-14283
2015-11-25 06:33:07 -05:00
Marc Alexander
df223eac65
Merge pull request #4040 from Nicofuma/ticket/13656
...
[ticket/13656] Updates Symfony to fix the DB password issue
2015-11-25 09:30:56 +01:00
Tristan Darricau
0bff95488b
[ticket/13656] Updates Symfony to fix the DB password issue
...
PHPBB3-13656
2015-11-25 00:04:48 +01:00
Marc Alexander
8489cb6f40
Merge pull request #4033 from tas2580/ticket/14297
...
[ticket/14297] Uppercase and lowercase when sorting topics
2015-11-24 21:45:53 +01:00
Richard McGirr
3a55cead92
[ticket/14283] Remove group founder and free up memory
...
PHPBB3-14283
2015-11-18 06:29:23 -05:00
Tobi Schäfer
f4f6a4f810
[ticket/14297] Uppercase and lowercase when sorting topics
...
PHPBB3-14297
Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297
2015-11-16 21:01:32 +01:00
Marc Alexander
e3f1cca911
Merge pull request #3888 from Senky/ticket/14146
...
[ticket/14146] Add viewtopic_body_post_subject_before event
2015-11-15 19:48:50 +01:00
Richard McGirr
df9443a3c6
[ticket/14283] Fix spelling of the word module
...
PHPBB3-14283
2015-11-14 14:48:54 -05:00
Richard McGirr
03662d5a89
[ticket/14283] Add a Manage Group link on a group page
...
PHPBB3-14283
2015-11-14 06:10:41 -05:00
Richard McGirr
7c736d527d
[ticket/14289] Add events to navbar header
...
PHPBB3-14289
2015-11-13 05:50:10 -05:00
Marc Alexander
8bb4af6271
Merge pull request #3805 from rxu/ticket/14066
...
[ticket/14066] Add template events to search_body.html
2015-11-13 09:34:25 +01:00
Marc Alexander
27cf9e490b
Merge pull request #3996 from RMcGirr83/ticket_14242
...
[ticket/14242] Fix memberlist sort method
2015-11-13 09:23:34 +01:00
Marc Alexander
d53c5b7e2a
Merge pull request #4028 from prototech/ticket/14287
...
[ticket/14287] Always remove loading indicator after confirming action.
2015-11-12 17:56:59 +01:00
Cesar G
da6ce7a668
[ticket/14287] Always remove loading indicator after confirming action.
...
If there is no success message after the action is confirmed, the indicator
is not currently removed.
PHPBB3-14287
2015-11-12 07:58:18 -08:00
rxu
19c84dabe1
[ticket/14066] Change the events listing order in events.md.
...
PHPBB3-14066
2015-11-12 20:53:36 +07:00
rxu
9ef06d67e6
[ticket/14066] Add template events to search_body.html
...
PHPBB3-14066
2015-11-12 20:53:35 +07:00
Marc Alexander
224efba459
Merge pull request #3850 from rxu/ticket/14117
...
[ticket/14117] Add core events to index.php to allow modifying birthdays list
2015-11-12 09:11:32 +01:00
Marc Alexander
8398e0700a
Merge pull request #3910 from kinerity/ticket/14170
...
[ticket/14170] Fix mcp_change_poster_after event
2015-11-12 08:50:18 +01:00
Marc Alexander
13133b359b
Merge pull request #4022 from RMcGirr83/3.1.x
...
[ticket/14276] Adjust function get_folder_status
2015-11-12 08:46:05 +01:00
Marc Alexander
1c1fe43e16
Merge pull request #3930 from rxu/ticket/14201
...
[ticket/14201] Add multiple ACP template events
2015-11-10 17:40:04 +01:00
Marc Alexander
966c34d0ad
[ticket/14271] Properly use try_files in nginx sample config
...
PHPBB3-14271
2015-11-10 08:32:51 +01:00
Marc Alexander
b27be0b857
[ticket/14271] Improve try_files and use split path info
...
PHPBB3-14271
2015-11-09 09:26:05 +01:00
Richard McGirr
865c16cf26
[ticket/14276] Adjust function get_folder_status
...
PHPBB3-14276
2015-11-07 15:33:24 -05:00
Oliver Schramm
854ee0b04d
Merge pull request #3975 from prototech/ticket/11971
...
[ticket/11971] Validate "Spambot countermeasures" settings before saving
2015-11-06 12:06:47 +01:00
Marc Alexander
27e95864a8
[ticket/14271] Update sample config
...
PHPBB3-14271
2015-11-05 16:55:19 +01:00
Marc Alexander
8dbf3976fd
Merge pull request #4012 from RMcGirr83/ticket_14228
...
[ticket/14228] Vertical align of numbers in polls
2015-11-03 09:36:14 +01:00
Andreas Fischer
afbeda7cfd
Merge pull request #3983 from prototech/ticket/13831
...
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
* prototech/ticket/13831:
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
2015-11-02 21:48:32 +01:00
Richard McGirr
22d234a345
[ticket/14228] Vertical align of numbers in polls
...
PHPBB3-14228
2015-11-01 05:39:07 -05:00
RMcGirr83
21aa6cc120
[ticket/14242] Revert some changes
...
PHPBB3-14242
2015-10-30 13:09:55 -04:00
Zoddo
fbacd1df16
[ticket/14261] Fix tests by removing old code.
...
This will obselete GH-4007
PHPBB3-14261
PHPBB3-13202
2015-10-28 12:32:24 +01:00
Zoddo
88dd8a4849
[ticket/14261] Move the update of session informations to page_footer()
...
Currently, the unique way to disable the update of session_page is to pass
"false" to the parameter of session_begin(). This method is directly
called in app.php, so pages served from the routing system can't disable
the update of session informations.
By moving the update to page_footer, we can allow controllers to tell to
the session manager that we don't want to update the session infos.
PHPBB3-14261
2015-10-27 17:26:18 +01:00
Richard McGirr
c1d47d9e16
[ticket/14242] Fix u_sort_posts to use correct sort key
...
PHPBB3-14242
2015-10-26 06:42:33 -04:00
Marc Alexander
6a7567459d
Merge pull request #4004 from paul999/ticket/14258
...
[ticket/14258] Add event into auth::login before session creation
2015-10-24 18:23:49 +02:00
Paul Sohier
9596db9b88
[ticket/14258] Add event into auth::login before session creation
...
Fix typo
PHPBB3-14258
2015-10-24 18:00:55 +02:00
Paul Sohier
2a218c2959
[ticket/14258] Add event into auth::login before session creation
...
Update comments regarding variables.
PHPBB3-14258
2015-10-24 17:47:04 +02:00
Paul Sohier
7615a5c22f
[ticket/14258] Add event into auth::login before session creation
...
Add a new event in the login method just before the session create,
so extensions can do some additional validation during login.
PHPBB3-14258
2015-10-24 14:28:29 +02:00
Cesar G
5576c9f3b9
Merge pull request #3998 from Elsensee/ticket/14249
...
[ticket/14249] Fix online list order
2015-10-22 10:05:01 -07:00
Oliver Schramm
93208d597a
[ticket/14249] Fix online list order
...
PHPBB3-14249
2015-10-21 21:51:43 +02:00
Máté Bartus
fa44e98e72
Merge pull request #3997 from CHItA/ticket/13976
...
[ticket/13976] Fix comment typo in salted_md5.php
2015-10-21 00:29:05 +02:00
Sumanai
6b433eab4c
[ticket/13976] Fix comment typo in salted_md5.php
...
PHPBB3-13976
2015-10-21 00:22:42 +02:00
RMcGirr83
b23c0f1442
[ticket/14242] Fix memberlist sort method
...
PHPBB3-14242
2015-10-19 09:53:43 -04:00
Tristan Darricau
a6fd55db35
Merge pull request #3647 from marc1706/ticket/13799
...
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
2015-10-19 14:39:14 +02:00
Tristan Darricau
dfd5ec6835
Merge pull request #3666 from marc1706/ticket/9252
...
[ticket/9252] Do not try to disapprove a post that was just approved
* marc1706/ticket/9252:
[ticket/9252] Do not try to disapprove a post that was just approved
2015-10-19 14:36:51 +02:00
Marc Alexander
9ccb596a06
Merge pull request #3993 from DavidIQ/ticket/10343
...
[ticket/10343] Show clearer indication an account is inactive in memberlist
2015-10-18 10:32:41 +02:00
DavidIQ
da9a5c70d5
[ticket/10343] Add inactive indicator to subsilver2 memberlist
...
PHPBB3-10343
2015-10-17 18:39:14 -04:00
DavidIQ
9a8393c912
[ticket/10343] Show clearer indication an account is inactive in memberlist
...
PHPBB3-10343
2015-10-17 18:38:53 -04:00
Marc Alexander
3a5336452c
Merge pull request #3985 from prototech/ticket/13892
...
[ticket/13892] Respect "Someone reports a post" notification setting.
2015-10-17 12:06:27 +02:00
Marc Alexander
6fba5613f8
Merge pull request #3987 from prototech/ticket/13945
...
[ticket/13945] Send reactivation requests to admins using notifications system.
2015-10-17 12:02:10 +02:00
Cesar G
c7d7967a91
[ticket/13945] Send reactivation requests to admins using notifications system.
...
PHPBB3-13945
2015-10-15 22:26:14 -07:00