brunoais
134a5e0391
[ticket/13661] Brackets in their own line
...
I didn't even notice that I used my own coding guidelines there...
Thanks to MGaetan89 for pointing it out.
PHPBB3-13661
2015-03-02 12:06:24 +00:00
brunoais
c7cc8a098e
[ticket/13661] Re-Fixed $log_type -> $log_time
...
Thanks to goof for pointing it out...
PHPBB3-13661
2015-03-01 21:17:06 +00:00
brunoais
21cc1fda85
[ticket/13664] Added alias to table to make modding easier.
...
PHPBB3-13664
2015-03-01 20:57:06 +00:00
brunoais
d53b584c9a
[ticket/13661] Wrong event @since version
...
PHPBB3-13661
2015-03-01 20:44:30 +00:00
brunoais
5fa6871ebf
[ticket/13664] Add event to allow changing number of unapproved posts listed
...
PHPBB3-13664
2015-03-01 20:26:12 +00:00
brunoais
772bbdfeae
[ticket/13661] Removed superfluous whitespace
...
PHPBB3-13661
2015-03-01 19:58:57 +00:00
brunoais
5ad69bbecf
[ticket/13664] From string query in mcp_front unapproved posts to built query
...
PHPBB3-13664
2015-03-01 19:55:43 +00:00
brunoais
d0a1650a04
[ticket/13661] bugfix: The conditional is the log_time, not log_type
...
I mistakenly made the log_type the conditional instead of log_time.
Thankfully, the automated tests helped finding this mistake.
PHPBB3-13661
2015-03-01 18:41:20 +00:00
Joas Schilling
fb71e6dde6
[ticket/8494] Ignore errors from the database schema preparation
...
This allows installing phpBB twice in the same database with a different
prefix
PHPBB3-8494
2015-03-01 17:37:26 +01:00
brunoais
c887eedaa5
[ticket/13661] Fixed the "FROM" in the built query.
...
I was doing it wrong by giving a string to the FROM clause in the built query.
PHPBB3-13661
2015-03-01 14:07:32 +00:00
brunoais
d66a53a531
[ticket/13661] Add event to allow editing the queries used to get the logs
...
PHPBB3-13661
2015-03-01 11:56:38 +00:00
brunoais
dbc09bf0d4
[ticket/13661] Transform queries to get logs and log count into built queries
...
PHPBB3-13661
2015-02-28 20:34:25 +00:00
brunoais
8b23272c33
[ticket/13660] Allow changing the query for total reports in mcp_front
...
PHPBB3-13660
2015-02-28 08:57:43 +00:00
brunoais
c37d5f9b7c
[ticket/13142] Default $total to -1 before the event for more flexibility
...
PHPBB3-13142
2015-02-27 22:51:32 +00:00
Joas Schilling
8abf259273
Merge pull request #3444 from naderman/ticket/13617-ascraeus
...
[ticket/13617] Enforce column size limit for session_forum_id
2015-02-27 22:44:04 +01:00
Marc Alexander
a7b1b71921
Merge pull request #3451 from RMcGirr83/ticket/13510
...
[ticket/13510] Add template even viewtopic_body_pagination_after
2015-02-27 22:08:51 +01:00
Robert Heim
2ad87c662f
[ticket/13658] renamed events and added table_ary parameter
...
- added suffix '_query' to event names
- added table_ary to before event
PHPBB3-13658
2015-02-27 21:04:08 +01:00
RobertHeim
71828ee8df
[ticket/13658] add event before and after topics are deleted
...
PHPBB3-13658
2015-02-27 18:01:26 +01:00
Marc Alexander
e15b9dc782
Merge pull request #3388 from rxu/ticket/13596
...
[ticket/13596] Add display_forums() event to allow modifying forums list data
2015-02-27 12:20:50 +01:00
Marc Alexander
0daf148aaa
Merge pull request #3384 from brunoais/ticket/13592
...
[ticket/13592] Allow changing get_visibility_sql's result
2015-02-27 12:00:09 +01:00
brunoais
df9331084b
[ticket/13142] Removed surperfulous space
...
PHPBB3-13142
2015-02-27 10:42:27 +00:00
brunoais
1e73f8d5ea
[ticket/13142] Removed surperfulous new line
...
PHPBB3-13142
2015-02-27 08:34:28 +00:00
RMcGirr83
8c73f63529
[ticket/13510] Add template even viewtopic_body_pagination_after
...
PHPBB3-13510
2015-02-26 18:29:02 -05:00
Joas Schilling
c814ecc143
Merge pull request #3449 from prototech/ticket/13649
...
[ticket/13649] Fix incorrect subforum tooltip title when unread.
2015-02-26 22:53:06 +01:00
Joas Schilling
4928afedc6
Merge pull request #3447 from brunoais/ticket/13143
...
[ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()
2015-02-26 22:47:51 +01:00
Joas Schilling
ea4b993516
Merge pull request #2992 from prototech/ticket/12599
...
[ticket/12599] Update documentation style
2015-02-26 22:34:05 +01:00
brunoais
ec855f1817
[ticket/13142] Place the event in the most meaningful place
...
The event now has nearly all variables and it is in the place where it can
most influence this method's outcome without requiring the extension
to re-process phpBB's code.
PHPBB3-13142
2015-02-26 13:07:35 +00:00
brunoais
3e451cbe75
[ticket/13142] Delete event in order to move it.
...
PHPBB3-13142
2015-02-26 10:05:12 +00:00
Cesar G
4df853abcc
[ticket/12599] Remove empty line at end of code boxes.
...
PHPBB3-12599
2015-02-25 20:08:08 -08:00
Cesar G
a07b29c1df
[ticket/12599] Place standalone text in a box.
...
PHPBB3-12599
2015-02-25 20:08:03 -08:00
Cesar G
6e5f33e5fb
[ticket/12599] Get the font sizes under control.
...
PHPBB3-12599
2015-02-25 20:02:40 -08:00
Cesar G
62f69224a4
[ticket/12599] Add padding on the sides of the inline code boxes.
...
PHPBB3-12599
2015-02-25 20:02:28 -08:00
Cesar G
5cd3e7627c
[ticket/12599] Use the back to top icon instead of text.
...
PHPBB3-12599
2015-02-25 20:02:16 -08:00
Cesar G
14fecb2f02
[ticket/12599] Move images to assets/ and update the phpBB logo.
...
PHPBB3-12599
2015-02-25 20:02:06 -08:00
Cesar G
4565cac049
[ticket/12599] Move documentation stylesheet to assets directory.
...
PHPBB3-12599
2015-02-25 20:01:53 -08:00
Cesar G
e29e0e5018
[ticket/12599] Remove corner images from documentation style.
...
PHPBB3-12599
2015-02-25 20:01:25 -08:00
Cesar G
335d88cdbb
[ticket/13649] Fix incorrect subforum tooltip title when unread.
...
PHPBB3-13649
2015-02-25 19:36:28 -08:00
Cesar G
37b919142f
[ticket/13563] Remove PM column from subsilver2's memberlist_body.html.
...
The PM link was intentionally dropped due to excessive query requirements,
thus the column is without purpose now. See PHPBB3-13229
PHPBB3-13563
2015-02-25 19:15:11 -08:00
brunoais
c8be24fd5e
[ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()
...
PHPBB3-13652
2015-02-25 23:28:42 +00:00
RMcGirr83
0442957420
[ticket/13650] Move core event
...
PHPBB3-13650
2015-02-25 11:28:00 -05:00
Nils Adermann
106bc1c232
[ticket/13617] Document magic number for forum_id
...
PHPBB3-13617
2015-02-25 17:00:22 +01:00
Nils Adermann
c5a15c0635
[ticket/13617] Use request->variable instead of request_var
...
PHPBB3-13617
2015-02-25 16:58:38 +01:00
Nils Adermann
d08d988df4
Merge branch 'ticket/13617' into ticket/13617-ascraeus
...
* ticket/13617:
[ticket/13617] Enforce column size limit for session_forum_id
Conflicts:
phpBB/phpbb/session.php
2015-02-25 16:25:20 +01:00
Nils Adermann
6f3f6282d1
[ticket/13617] Enforce column size limit for session_forum_id
...
PHPBB3-13617
2015-02-25 16:20:50 +01:00
Joas Schilling
3ac583271f
Merge pull request #3381 from rxu/ticket/13591
...
[ticket/13591] Add core events to the function obtain_users_online_string()
2015-02-24 21:56:34 +01:00
Joas Schilling
9f9e392c7d
Merge pull request #3436 from RMcGirr83/ticket/13650
...
[ticket/13650] Validate ucp profile data changes
2015-02-24 21:53:01 +01:00
MateBartus
19fe32d5b2
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
...
Change "referer" to "redirect" in variable names and GET params as well.
PHPBB3-13636
2015-02-24 21:23:58 +01:00
MateBartus
b8dfbfe390
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
...
Success message did not provide the expected "previous page" link
(acp_inactive was expected, but the link took users to acp_users) if the
acp_users module was accessed by navigating from the inactive user list to
acp_users and then deleting inactive user.
PHPBB3-13636
2015-02-24 21:06:53 +01:00
RMcGirr83
80e1c233d9
[ticket/13587] SQL syntax errors in get_prune_users()
...
PHPBB3-13587
2015-02-24 13:28:47 -05:00
Marc Alexander
b650f45d55
[ticket/12368] Correctly check if avatars migration is installed
...
Try to set the avatar type to string value to check if new avatar
types are supported.
PHPBB3-12368
2015-02-24 11:43:33 +01:00