Jakub Senko
9f2f541b4a
[ticket/13603] Add index_body_stat_blocks_after event
...
PHPBB3-13603
2017-01-23 15:04:07 +01:00
Marc Alexander
eebab029fd
[ticket/13200] Disable autocomplete for sensitive input fields
...
PHPBB3-13200
2015-06-04 19:01:46 +02:00
Matt Friedman
971b30a76d
[ticket/13290] Add EVENT index_body_forumlist_body_after
...
PHPBB3-13290
2014-11-10 13:56:52 -08:00
PayBas
419de00a9c
[ticket/12662] Update subsilver2 index template event names
...
PHPBB3-12662
2014-06-25 14:19:08 +02:00
Joas Schilling
84a02f5cef
[ticket/10073] Use get_username_string and correctly sprintf for languages
...
PHPBB3-10073
2014-05-29 02:14:33 +02:00
Nils Adermann
d52f34f5ec
[ticket/10073] Add a contact administrators page and refactor email forms.
...
The message to be displayed on top of the email form cannot be configured yet.
PHPBB3-10073
2014-05-29 02:14:27 +02:00
PayBas
8186e282f1
[ticket/12374] Added prepend-versions of events
...
PHPBB3-12374
2014-05-03 17:50:31 +02:00
PayBas
bb7941a52b
[ticket/12374] Updated code layout
...
PHPBB3-12374
2014-05-03 17:50:30 +02:00
PayBas
a14930466b
[ticket/12374] Add Template events index_body_block_(name)_append
...
Hopefully to the correct branch this time
PHPBB3-12374
2014-05-03 17:50:30 +02:00
Crizzo
df47cbb254
[ticket/12404] Splits up the line 18 in subsilver2 into more lines
...
PHPBB3-12404
2014-04-25 22:15:13 +02:00
Crizzo
600ab46a93
[ticket/12404] Changes append/prepend to after/before
...
PHPBB3-12404
2014-04-22 22:06:31 +02:00
Crizzo
94c21684ff
[ticket/12404] Adds two new events and changes some places
...
PHPBB3-12404
2014-04-22 21:28:10 +02:00
Joas Schilling
5a3d4109bb
Merge remote-tracking branch 'paybas/ticket/12329' into develop-ascraeus
...
* paybas/ticket/12329:
[ticket/12329] changed all CSS classes to ".stat-block"
[ticket/12329] Add <div> container to index blocks (stats, etc.)
2014-04-01 15:07:19 +02:00
PayBas
e0f64b7058
[ticket/12329] changed all CSS classes to ".stat-block"
...
PHPBB3-12329
2014-04-01 12:53:13 +02:00
PayBas
39398dec1b
[ticket/12329] Add <div> container to index blocks (stats, etc.)
...
PHPBB3-12329
2014-03-30 12:58:30 +02:00
PayBas
b7c77952a4
[ticket/12328] Add Template Event index_body_stat_blocks_after
...
PHPBB3-12328
2014-03-30 12:07:44 +02:00
Suhaib Khan
88bd88b612
Adding 'forgot password' link to index page
...
PHPBB3-11950
Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
2014-01-22 12:42:33 +05:30
Matt Friedman
186f3ecb7e
[ticket/12054] Update index_body_linklist_before/after template events
...
PHPBB3-12054
2013-12-03 17:20:32 -08:00
Matt Friedman
e74f1c1790
[ticket/12014] Template Event index_body.html before forumlist
...
Add content above the forums list (on forum index only)
PHPBB3-12014
2013-11-11 15:28:18 -08:00
David King
abd035fcc9
[ticket/11975] Add ACP link next to MCP link in header
...
PHPBB3-11975
2013-11-02 15:34:18 -07:00
David King
d25dffbb2d
[feature/events] Fix some subsilver2 events
...
PHPBB3-9550
2012-12-17 11:57:18 -05:00
Michael Cullum
8dcc2cded6
[feature/events] Rename RUNHOOKS to EVENT
...
Apply change to existing ledges
PHPBB3-9550
2012-12-17 11:37:11 -05:00
Michael Cullum
18af6dd664
[feature/events] Adding index_body_info_blocks template ledge
...
PHPBB3-9550
2012-12-17 11:37:01 -05: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
Andreas Fischer
2f458352b8
[ticket/10173] Use a loop var for the birthdays list to allow proper templating
...
Introduce a loop variable for the list of birthdays to allow templates to
handle how the list is displayed.
We keep the old BIRTHDAY_LIST variable that contains the precompiled list
around for backward compatibility.
PHPBB3-10173
2011-05-08 15:36:27 +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
Joas Schilling
954b3c3484
[ticket/7720] Fix alternative image-description for unread posts.
...
Changed the wrong word "new" to "unread" as that is, what we show with the
red-icons, not whether the post is new or not. Language variables were
kept for backwards compatibility.
PHPBB3-7720
2010-07-14 20:55:07 +02:00
Henry Sudhof
d096696ef2
#54145 - move redirect parameter back to POST to avoid mod_security triggers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:59:03 +00:00
Meik Sievertsen
b594108883
hide login boxes for search engines - #43565
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9442 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:24:03 +00:00
Meik Sievertsen
253f186322
- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088 )
...
- Do not display last post link and sort display options for search engines. (Bug #15088 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8987 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 14:17:02 +00:00
Henry Sudhof
4defd8a830
Ok, here comes a big one. Poor updater. Also requires testing.
...
#i91
#i92
#i93
#i94
#i95
#i96
git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-03 15:05:54 +00:00
Meik Sievertsen
feee13f962
fixing some language and style bugs...
...
git-svn-id: file:///svn/phpbb/trunk@8079 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-09-05 13:33:18 +00:00
Meik Sievertsen
f27fa04b8c
even more fixes. :o
...
git-svn-id: file:///svn/phpbb/trunk@7889 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-15 13:47:01 +00:00
Henry Sudhof
2bb247d2bd
#13121
...
#13093
git-svn-id: file:///svn/phpbb/trunk@7851 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-09 17:14:12 +00:00
Meik Sievertsen
60000cec97
Some fixes...
...
@translators: please note the split of SEND_EMAIL ;)
git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-24 16:18:04 +00:00
Meik Sievertsen
4ed8b3a62c
ahhh, there are you. I can see a new haircut... looks good.
...
git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-01 22:46:14 +00:00