rechosen
cd0b1be208
[ticket/9550] Add template event ucp_pm_viewmessage_custom_fields_after
...
Adds the append counterpart of a template event required for the karma
extension. It allows adding data after the custom fields under the username
and avatar next to every private message in prosilver.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379 :
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
2013-08-02 11:16:02 +02:00
rechosen
2f1635116c
[ticket/9550] Add template event ucp_pm_viewmessage_custom_fields_before
...
Adds a template event required for the karma extension. It allows adding data
before the custom fields under the username and avatar next to every private
message in prosilver.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379 :
Used by the karma extension to add a karma score indication that allows users
to see how respected the pm sender is.
PHPBB3-9550
2013-08-02 11:16:02 +02:00
Andreas Fischer
336187151a
[ticket/11201] Revert WLM dropping because it is still used in China.
...
Windows Live Messenger is still in use in china which accounts for ~20% of world
population. Revert WLM dropping which has been merged under the assumption that
WLM data and features are completely useless.
This commit reverts commits
- 460470229d
- 9affd6f7e7
which have been merged by d59431691c
.
PHPBB3-11201
2013-02-04 01:31:43 +01:00
Joas Schilling
9affd6f7e7
[ticket/11201] Remove MSN/WLM fields
...
WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype
uses a different login ID and service, the values in this field are useless.
So we can safely remove the field and the links/functions we create.
PHPBB3-11201
2013-01-11 14:32:44 +01:00
Marc Alexander
5f15c98c1d
[ticket/11197] Prefix the css classes for the small arrow with "arrow"
...
It does not make sense to have classes named "right" and "left" produce a
small arrow next to text. It should be made clear that an arrow will
appear.
PHPBB3-11197
2012-11-13 20:57:34 +01:00
Andreas Fischer
d87904ae76
[ticket/10780] Use L_COLON for "download all attachments".
...
PHPBB3-10780
2012-11-10 00:27:37 +01: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
Fyorl
39676d513e
[feature/attach-dl] Added multiple attachment downloads to PMs
...
PHPBB3-11042
2012-08-14 13:21:00 +01:00
Shibu Lijack
3ced1d2bfc
[ticket/10734] Removed all the unnecessary corner classes
...
Removed the corner span classes from all the template and theme files.
PHPBB-10734
2012-04-02 16:15:55 +05:30
Andreas Fischer
23e845d066
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10453] Fixing spacing
2012-02-26 16:01:42 +01:00
Vjacheslav Trushkin
d3d8793c1f
[ticket/10453] Fixing spacing
...
Fixing spacing
PHPBB3-10453
2012-02-26 16:54:31 +02:00
Vjacheslav Trushkin
b9da8f3a33
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10453] PM viewmessage page is misplacing the online icon
[ticket/10453] PM viewmessage page is misplacing the online icon
2012-02-24 20:05:41 +02:00
Raimon
65921ae67a
[ticket/10453] PM viewmessage page is misplacing the online icon
...
PHPBB3-10453
http://tracker.phpbb.com/browse/PHPBB3-10453
2011-11-13 20:10:51 +01:00
Joas Schilling
8fa44cc3b9
[ticket/8542] Display custom profile fields in private messages
...
Introduce an option to display the cpf in the PM view.
PHPBB3-8542
2011-05-20 16:45:29 +02:00
Igor Wiedler
af5b9a9640
[ticket/9556] Drop php closing tags, add trailing newline
...
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
2010-11-11 19:10:55 +01:00
Meik Sievertsen
2e17e448de
Copy 3.0.x branch to trunk
...
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:14:59 +00:00
Meik Sievertsen
bf8ac19eaa
Move trunk/phpBB to old_trunk/phpBB
...
git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:13:59 +00:00
Meik Sievertsen
6cd6a907c7
Separate PM Reply and PM Reply to all in prosilver.
...
Style changes by dhn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 14:15:13 +00:00
Nils Adermann
6e4a7c03d1
Users can report PMs to moderators which are then visible in a new MCP module
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 20:59:11 +00:00
Ruslan Uzdenov
1c6e99848f
Fixed Bug #40155 - Postcount of 0 not showing up in PMs
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9733 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 12:50:45 +00:00
Meik Sievertsen
1042152a55
Merge changes made in revisions #r9405 to #r9467
...
2009-04-18
git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 15:09:19 +00:00
Meik Sievertsen
93b3103c31
Use L_EMAIL variants consistently... also added comments for translators to indicate where which variant is used (Bug #39495 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9452 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:05:11 +00:00
Chris Smith
ef0c0d4c82
been a while :( ... merge in r8997, r8998, r8999, r9000, r9001, r9002, r9003, r9004, r9005, r9007, r9008, r9009, r9010, r9011, r9012, r9013, r9014, r9015, r9022, r9023, r9029, r9030, r9034, r9048, r9049, r9054, r9056
...
git-svn-id: file:///svn/phpbb/trunk@9064 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-13 13:04:54 +00:00
Chris Smith
dd55736066
Display profile icons when viewing a topic, or PM when only the jabber icon is to be visible. #34755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9000 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 15:25:22 +00:00
Henry Sudhof
360e245a1a
make IM links in PMs behave like their viewtopic brothers ( #30075 - fix by Porter21)
...
git-svn-id: file:///svn/phpbb/trunk@8728 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:35:45 +00:00
Henry Sudhof
a8994995dc
make IM links in PMs behave like their viewtopic brothers ( #30075 - fix by Porter21)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8727 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:35:12 +00:00
Meik Sievertsen
e3882844ec
#i62 - #i65
...
gone through every javascript invocation and making sure we adhere to our coding guidelines.
git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-09-22 18:31:50 +00:00
Meik Sievertsen
951f793dae
some fixes. :P
...
- language authors may review their email template files...
git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-09-18 14:49:19 +00:00
Meik Sievertsen
cda8083ba7
fixing some bugs
...
git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-09-02 17:24:56 +00:00
Meik Sievertsen
33f5e4283b
my changes so far...
...
git-svn-id: file:///svn/phpbb/trunk@7987 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-31 14:52:09 +00:00
Henry Sudhof
92c25a3e6c
#13791 - I hope this works :D
...
git-svn-id: file:///svn/phpbb/trunk@7960 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-27 17:01:37 +00:00
Meik Sievertsen
75a5162945
again, a lot of bug fixes
...
git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-19 20:38:38 +00:00
Meik Sievertsen
6f37638cae
- fixing some very very nasty opera bugs by changing the clearing method we use.
...
- also properly apply preg_quote to some strings.
git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-29 13:00:54 +00:00
Meik Sievertsen
e58c913488
RTL changes with the help from arod-1 and dodo5000
...
git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-18 14:10:19 +00:00
Meik Sievertsen
e70cea16b9
checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)
...
git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-10 20:50:14 +00:00
Meik Sievertsen
ba536c6270
some fixes
...
git-svn-id: file:///svn/phpbb/trunk@7286 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-06 14:03:20 +00:00
Meik Sievertsen
f610ed82cb
say hello to prosilver... YAAAYEEEE
...
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-01 22:05:42 +00:00