Joas Schilling
6a27a95f30
[ticket/10411] Use new teampage and legend class in ACP and memberlist
...
PHPBB3-10411
2012-11-14 02:01:15 +01:00
Nathaniel Guse
985d234a29
[ticket/11103] Move all email templates to the email/ directory & prep short
...
Prepare short email templates (to be used in jabber)
PHPBB3-11103
2012-11-11 11:37:14 -06:00
Andreas Fischer
c699b88bc5
[ticket/11192] Add Tebibyte to get_formatted_filesize().
...
PHPBB3-11192
2012-11-11 14:35:31 +01:00
Nathaniel Guse
68363e362d
Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103
...
Conflicts:
phpBB/install/schemas/mssql_schema.sql
phpBB/report.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2012-11-10 10:58:44 -06:00
Nathan Guse
6e7e70a18a
[ticket/10780] Replace colon usage in template output with {L_COLON}
...
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.
PHPBB3-10780
2012-11-10 00:23:03 +01:00
Igor Wiedler
7d7dc98b10
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)
...
PHPBB3-11181
2012-11-09 23:16:42 +01:00
Nathaniel Guse
f09ee16252
[ticket/11103] Use phpBB Container to load types/methods
...
PHPBB3-11103
2012-11-09 07:40:08 -06:00
Oleg Pudeyev
87ea50948e
Merge remote-tracking branch 'upstream/develop' into feature/prune-users
...
* upstream/develop: (2171 commits)
[ticket/11164] Update composer.phar
[ticket/10933] Use inheritDoc, eliminate copy pasted docblocks.
[ticket/10933] Dependency inject template context.
[ticket/10933] Expanded prose documentation for phpbb_extension_provider.
[ticket/10933] Specify empty template path for absolute includephp test.
[ticket/10933] Useful documentation for template locate function
[ticket/10933] Typo fixes
[ticket/10933] Initialize template context when template is constructed.
[ticket/11099] Mark acp_ban::display_ban_options() as static.
[ticket/11158] Require acl_u_sig for ucp signature module.
[ticket/11158] Revert old fix in PHPBB3-10186.
[ticket/11159] static public is the currently approved order.
[ticket/11157] static public is the currently approved order.
[ticket/11157] Fix remaining captcha spam.
[ticket/11157] get_captcha_types is an instance method.
[ticket/11156] Delete "Misc" tab of forum based permissions + move items
[ticket/10848] Move include up.
[ticket/11014] Fix old pagination assignment
[ticket/11018] Fix several paginations in ACP
[ticket/11014] Fix IF statements for new template pagination
...
Conflicts:
phpBB/includes/functions_user.php
2012-11-06 11:11:27 -05:00
RMcGirr83
a9b59bfe03
[ticket/11156] Delete "Misc" tab of forum based permissions + move items
...
PHPBB3-11156
2012-10-29 08:01:16 -04:00
Nathan Guse
94d682f774
[ticket/11103] Use the full class name as the item_type/method
...
This is going to require you recreate the db tables.
PHPBB3-11103
2012-10-20 20:58:53 -05:00
Nathan Guse
6861af22ee
[ticket/11103] Message of no notifications if you have none
...
PHPBB3-11103
2012-10-20 19:19:26 -05:00
Nathan Guse
3f27890a5e
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/includes/functions.php
2012-10-18 18:23:22 -05:00
Oleg Pudeyev
0a260f80af
Merge PR #918 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
2012-10-17 22:31:35 -04:00
Oleg Pudeyev
bd44088757
Merge PR #918 branch 'Senky/ticket/10568' into develop-olympus
...
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
2012-10-17 22:10:49 -04:00
Nathan Guse
4b3264d9bb
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/includes/functions_posting.php
phpBB/language/en/email/forum_notify.txt
phpBB/language/en/email/newtopic_notify.txt
phpBB/language/en/email/topic_notify.txt
2012-10-16 23:33:57 -05:00
Oleg Pudeyev
d5325e6934
Merge PR #624 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:21:03 -04:00
Oleg Pudeyev
f0544c884f
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
...
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:20:58 -04:00
Nathan Guse
61a1467c90
[ticket/11103] U_VIEW_ALL_NOTIFICATIONS Link
...
PHPBB3-11103
2012-10-16 16:47:18 -05:00
Nathan Guse
31502cdd6c
[ticket/11103] Fix comma usage
...
https://github.com/phpbb/phpbb3/pull/992#discussion_r1837084
PHPBB3-11103
2012-10-14 12:45:04 -05:00
Nathan Guse
a48f090338
[ticket/11103] Make sure notifications are marked read when clicking them
...
How do we do this? If an item is unread, the URL to view that item will
be the URL to mark it as read (index.php?mark_notification=$id). When the
URL is visited it marks the item as read and redirects them to the correct
URL for the item.
If the item is read, the URL is directly to the item.
Prettify the html output
PHPBB-11103
2012-10-14 12:35:35 -05:00
Nathan Guse
716635c834
[ticket/11103] Fix some language strings
...
Newlines at end of email files
PHPBB3-11103
2012-10-14 10:58:23 -05:00
Nathan Guse
c5f280351a
[ticket/11103] UCP Notification option grouping
...
Also add the ability to specify an _EXPLAIN text for the notification option
PHPBB3-11103
2012-10-13 23:52:49 -05:00
Nathan Guse
cb93784126
[ticket/11103] UCP Notification List
...
PHPBB3-11103
2012-10-13 20:02:38 -05:00
Nathan Guse
1b56a1d6be
[ticket/11103] Finishing up report post/pm and adding report closed
...
PHPBB3-11103
2012-10-11 22:36:48 -05:00
Nathan Guse
6d53bd4675
[ticket/11103] Finishing up PM Report notifications
...
PHPBB3-11103
2012-10-09 22:28:41 -05:00
Nathan Guse
9d955507b6
Merge branch 'ticket/11140' of github.com:EXreaction/phpbb3 into ticket/11103
2012-10-09 22:03:18 -05:00
Nathan Guse
b33e527394
[ticket/11103] Working on report notifications (post/pm)
...
PHPBB3-11103
2012-10-09 22:02:49 -05:00
Oleg Pudeyev
3fa0ab7073
Merge PR #1004 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11131] Correctly use indefinite article for "warning".
2012-10-09 19:41:25 -04:00
Nathan Guse
948bd69495
[ticket/11103] Move UCP Notification Options to Board Preferences tab
...
Also rename to "Edit notification options" for consistency
PHPBB3-11103
2012-10-05 13:54:27 -05:00
Nathan Guse
0bab8ff777
[ticket/11103] ACP option to enable/disable notifications output in header
...
PHPBB3-11103
2012-10-05 13:43:03 -05:00
Nathan Guse
07fb66ac10
[ticket/11103] Do not abbreviate template output
...
PHPBB3-11103
2012-10-04 14:31:00 -05:00
Andreas Fischer
dbeace22c8
[ticket/11131] Correctly use indefinite article for "warning".
...
PHPBB3-11131
2012-10-02 14:58:20 +02:00
Nathan Guse
521992215c
[ticket/11103] Language key needed in the UCP
...
PHPBB3-11103
2012-09-27 19:08:22 -05:00
Nathan Guse
dfb17f444a
[ticket/11103] Fix module setup, add explanation to template
...
PHPBB3-11103
2012-09-27 19:04:47 -05:00
Nathan Guse
48ccc9eb93
[ticket/11103] UCP Notification Options can now be set
...
PHPBB3-11103
2012-09-27 18:25:37 -05:00
Nathan Guse
544fbe35f4
[ticket/11103] Some tweaks to the template output
...
PHPBB3-11103
2012-09-26 22:59:22 -05:00
Nathan Guse
e66117409c
[ticket/11103] More work on the UCP Notifications page
...
PHPBB3-11103
2012-09-26 22:39:12 -05:00
Nathaniel Guse
98731b1277
[ticket/11103] Prettify the output for prosilver.
...
Create a way to mark items read from the output list.
PHPBB3-11103
2012-09-20 10:36:11 -05:00
Nathan Guse
661dd09d6f
[ticket/11103] Bug fix
...
PHPBB3-11103
2012-09-16 23:03:00 -05:00
Nathan Guse
7454d5c2d5
[ticket/11103] Topic/Post in queue notification
...
Also, bug fixes and cleanup
PHPBB3-11103
2012-09-15 14:33:15 -05:00
Nathan Guse
05b573ebf7
[ticket/11103] Topic and post dis/approval notifications
...
Remove the formatted title function, plaintext is not needed since
email templates are used
Fix a number of bugs.
PHPBB3-11103
2012-09-15 13:51:02 -05:00
Nathan Guse
fc6457140c
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
2012-09-15 12:00:21 -05:00
Andreas Fischer
9a92c45ad3
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Fix the language changes that were lost previously
2012-09-15 18:31:13 +02:00
Nathan Guse
9e5505933a
[ticket/11021] Fix the language changes that were lost previously
...
Change U_HOME to U_SITE_HOME
PHPBB3-11021
2012-09-15 11:28:58 -05:00
Andreas Fischer
5dc7aba18f
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Remove unnecessary line spacing in functions.php
[ticket/11021] Use L_SITE_HOME instead of L_HOME
[ticket/11021] Better language strings for site home url/text
[ticket/11021] subsilver2 support
[ticket/11021] Add the option to specify a Site home URL and text
2012-09-15 17:48:51 +02:00
Nathan Guse
0c56bd45ef
[ticket/11021] Better language strings for site home url/text
...
Correct the logo title to be {L_HOME} if {U_HOME} is used.
Check if the Home text is instead of just equal to false when
outputting it to the template
PHPBB3-11021
2012-09-15 10:28:37 -05:00
Nathan Guse
959c81d00e
[ticket/11103] Use appropriate email templates to send notifications
...
Fixing a number of bugs
PHPBB3-11103
2012-09-14 18:05:13 -05:00
Nathan Guse
ed1ec8e720
[ticket/11103] Add/Update/Mark Read functions accept an array for the type
...
This saves a lot of code in some areas (where the same data is sent, just
for different types)
Notifications for bookmarks
PHPBB3-11103
2012-09-14 16:54:20 -05:00
Nathan Guse
207bbdf48c
[ticket/11103] Quote notifications
...
PHPBB3-11103
2012-09-12 23:55:29 -05:00
Nathan Guse
9b1de1e487
[ticket/11103] Add topic ID to view post URL
...
PHPBB3-11103
2012-09-12 21:05:11 -05:00