PayBas
1a39f5f6b9
[ticket/12346] Add Template Event overall_header_navlink_app/pre
...
Rebased
PHPBB3-12346
2014-05-03 18:21:15 +02:00
Nils Adermann
0fc6b6ac36
Merge remote-tracking branch 'github-vse/ticket/12254' into develop-ascraeus
...
* github-vse/ticket/12254:
[ticket/12254] Add subsilver2 support for cookie storage instead of SID
[ticket/12254] Use a cookie instead of SID to store language selection
[ticket/12254] No longer need to add change_lang to the URL params
[ticket/12254] Use 'language' instead of 'set_lang' as the variable name
[ticket/12254] Persist set_lang after reg only if changed from default
[ticket/12254] Add set_lang var changes to subsilver2 files
[ticket/12254] Use new set_lang var to avoid conflict with change_lang
[ticket/12254] Stop using deprecated request_var in user class
[ticket/12254] Better language switching on registration page
2014-05-02 21:23:58 +02:00
Matt Friedman
5b0b0d7c66
[ticket/12254] Add subsilver2 support for cookie storage instead of SID
...
PHPBB3-12254
2014-05-02 12:10:59 -07:00
Nathaniel Guse
73b950d2f1
Merge remote-tracking branch 'remotes/Crizz0/ticket/12404' into develop-ascraeus
...
# By Crizzo
# Via Crizzo
* remotes/Crizz0/ticket/12404:
[ticket/12404] Splits up the line 18 in subsilver2 into more lines
[ticket/12404] Changes append/prepend to after/before
[ticket/12404] Adds two new events and changes some places
[ticket/12404] Adds a new event before and after the Timezone display
2014-05-01 22:24:31 -05: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
Cesar G
889f6673b2
Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeus
...
* PayBas/ticket/12363:
[ticket/12363] Fix typo
[ticket/12363] changed _winner_ to _most-votes_
[ticket/12363] Mark winning (most votes) results bar
2014-04-20 10:17:08 -07:00
Crizzo
23bf9d0c42
[ticket/12404] Adds a new event before and after the Timezone display
...
PHPBB3-12404
2014-04-16 21:03:03 +02:00
Joas Schilling
aebf2cc5cd
Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeus
...
* marc/ticket/12372:
[ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay
[ticket/12372] Use admin.js $(document).ready for hiding questionnaire details
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
[ticket/12372] Move dE() function core.js
[ticket/12372] Unify definition of function dE() across all files
[ticket/12372] Use jQuery in javascript dE() function
2014-04-14 12:33:33 +02:00
Matt Friedman
60be502190
[ticket/12254] Use 'language' instead of 'set_lang' as the variable name
...
PHPBB3-12254
2014-04-11 08:50:15 -07:00
Matt Friedman
80bc30214f
[ticket/11098] Fix error reporting on the autologin key pages
...
PHPBB3-11098
2014-04-09 23:17:30 -07:00
Matt Friedman
150a45b943
[ticket/11098] Update subsilver2 to also include mark/unmark all buttons
...
PHPBB3-11098
2014-04-09 19:16:45 -07:00
Marc Alexander
91a1c3af90
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
...
PHPBB3-12372
2014-04-07 21:42:30 +02:00
Marc Alexander
966a2b4892
[ticket/12372] Move dE() function core.js
...
PHPBB3-12372
2014-04-07 21:27:48 +02:00
Marc Alexander
ad98a070c3
[ticket/12372] Unify definition of function dE() across all files
...
PHPBB3-12372
2014-04-07 20:43:32 +02:00
Matt Friedman
8af9092cf6
[ticket/12254] Add set_lang var changes to subsilver2 files
...
PHPBB3-12254
2014-04-07 09:21:28 -07:00
PayBas
5bb0c65c24
[ticket/12369] Add template var {BODY_CLASS} to HTML body
...
http://tracker.phpbb.com/browse/PHPBB3-12369
PHPBB3-12369
2014-04-07 08:16:39 +02:00
PayBas
b64c5f84ab
[ticket/12363] changed _winner_ to _most-votes_
...
PHPBB3-12363
2014-04-06 22:18:52 +02:00
PayBas
3384e87b6f
[ticket/12363] Mark winning (most votes) results bar
...
PHPBB3-12363
2014-04-06 16:43:25 +02:00
Joas Schilling
bd36ca1016
Merge remote-tracking branch 'paybas/ticket/12338' into develop-ascraeus
...
* paybas/ticket/12338:
[ticket/12338] Add Template Event overall_footer_page_body_after
Conflicts:
phpBB/docs/events.md
2014-04-04 23:57:06 +02:00
Joas Schilling
b5db7d49a8
Merge remote-tracking branch 'paybas/ticket/12333' into develop-ascraeus
...
* paybas/ticket/12333:
[ticket/12333] Change event name
[ticket/12333] Add Template Event overall_header_body_after
2014-04-04 23:55:36 +02:00
Joas Schilling
82fa935d5d
Merge remote-tracking branch 'vsephpbb/ticket/11962' into develop-ascraeus
...
* vsephpbb/ticket/11962:
[ticket/11962] Resize posted images to fit and give them a class
2014-04-04 18:25:01 +02:00
PayBas
069e515747
[ticket/12338] Add Template Event overall_footer_page_body_after
...
implement
PHPBB3-12338
2014-04-04 13:12:33 +02:00
Matt Friedman
0f3e6ca676
[ticket/12342] Use prop() instead of attr() for boolean properties
...
PHPBB3-12342
2014-04-01 17:58:56 -07: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
Joas Schilling
00a3eabc59
Merge remote-tracking branch 'paybas/ticket/12328' into develop-ascraeus
...
* paybas/ticket/12328:
[ticket/12328] Change "since" to B3
[ticket/12328] Add Template Event index_body_stat_blocks_after
2014-04-01 14:45:36 +02:00
PayBas
e0f64b7058
[ticket/12329] changed all CSS classes to ".stat-block"
...
PHPBB3-12329
2014-04-01 12:53:13 +02:00
PayBas
d561e6ddaa
[ticket/12333] Change event name
...
PHPBB3-12333
2014-04-01 10:55:13 +02:00
PayBas
f8b5b71890
[ticket/12333] Add Template Event overall_header_body_after
...
PHPBB3-12333
2014-03-31 12:27:19 +02:00
Matt Friedman
8ee37def81
[ticket/11962] Resize posted images to fit and give them a class
...
PHPBB3-11962
2014-03-30 14:19:16 -07:00
Joas Schilling
254b7739a8
[prep-release-3.1.0-b2] Update version to 3.1.0-b2
2014-03-30 22:08:10 +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
Joas Schilling
01697ab2f5
Merge remote-tracking branch 'prosk8er/ticket/12298' into develop-ascraeus
...
* prosk8er/ticket/12298:
[ticket/12298] Template Event memberlist_view_contact_before/after
2014-03-29 17:43:03 +01:00
Prosk8er
255fab038d
[ticket/12298] Template Event memberlist_view_contact_before/after
...
add template event memberlist_view_contact_before
and memberlist_view_contact_after
PHPBB3-12298
2014-03-29 12:13:17 -04:00
Joas Schilling
f879714d35
Merge remote-tracking branch 'prosk8er/ticket/12301' into develop-ascraeus
...
* prosk8er/ticket/12301:
[ticket/12301] Template Event overall_header_body_before
2014-03-29 16:42:10 +01:00
Prosk8er
fb25917fa9
[ticket/12301] Template Event overall_header_body_before
...
add template event overall_header_body_before
PHPBB3-12301
2014-03-29 09:57:11 -04:00
PayBas
e8b43a1bb8
[ticket/12308] Template Event forumlist_body_last_row_after
...
PHPBB3-12308
2014-03-29 12:50:23 +01:00
Joas Schilling
1e0af0d252
Merge remote-tracking branch 'paybas/ticket/12304' into develop-ascraeus
...
* paybas/ticket/12304:
[ticket/12304] Add CSS class to rules-link container
2014-03-29 12:36:05 +01:00
PayBas
0d84a42cd4
[ticket/12309] Template Event quickreply_editor_panel_before/after
...
PHPBB3-12309
2014-03-29 12:17:11 +01:00
PayBas
7a5639816a
[ticket/12304] Add CSS class to rules-link container
...
When a forum has a forum-rules link instead of forum-rules text, there
is no way to distinguish in the styling of the container (or the button)
it will have.
It should be possible to style the <div class="rules"> container
differently if there is only a link (no text).
PHPBB3-12304
2014-03-29 11:20:03 +01:00
Crizzo
76558fbce5
[ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-file
...
PHPBB3-11336
2014-03-28 19:36:08 +01:00
Joas Schilling
84b91beed1
Merge remote-tracking branch 'rxu/ticket/12289' into develop-ascraeus
...
* rxu/ticket/12289:
[ticket/12289] Add viewtopic template events for posts specific custom notices
2014-03-22 21:35:38 +01:00
rxu
4bb898a061
[ticket/12289] Add viewtopic template events for posts specific custom notices
...
These events allow extensions to add own posts specific notices-alike info.
PHPBB3-12289
2014-03-22 22:45:05 +08:00
Dhruv Goel
7f5d8becad
Merge pull request #2137 from geetakshi/ticket/8309
...
[ticket/8309] Rename "Last visited" to "Last activity" on memberlist/viewprofile
2014-03-20 03:44:39 +05:30
geetakshi
66ed9881df
[ticket/8309] Removing key with similar function to avoid redundancy
...
PHPBB3-8309
2014-03-17 21:08:03 +05:30
rxu
1e1a54882c
[ticket/12279] Add memberlist_view.html template event to add custom info
...
Template event to ddd custom content
to the user profile view after the main content.
PHPBB3-12279
2014-03-17 21:01:16 +08:00
geetakshi
8c4604a78e
[ticket/8309] Renaming "Last visit" to "Last activity"
...
PHPBB3-8309
2014-03-16 03:32:08 +05:30
Joas Schilling
407e0dbd8b
[prep-release-3.1.0-b1] Update version to 3.1.0-b1
2014-03-15 15:37:21 +01:00