Crizzo
23bf9d0c42
[ticket/12404] Adds a new event before and after the Timezone display
...
PHPBB3-12404
2014-04-16 21:03:03 +02:00
Oliver Schramm
7824535839
[ticket/11978] Fix width of topic search text field
...
PHPBB3-11978
2014-04-15 23:18:41 +02:00
Cesar G
05dec34917
[ticket/12265] Ensure that dropdown is always at the very left of the container
...
PHPBB3-12265
2014-04-15 09:00:14 -07:00
Cesar G
975c5655f0
[ticket/12265] Define a loop for contact icons.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
161b610a94
[ticket/12265] Break the icons that aren't in loop in case extensions add more
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
ed45981a50
[ticket/12265] Fix modulo logic.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
89532ebbbe
[ticket/12265] Adjust alignment of AIM and Jabber icons.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
b9f9c33199
[ticket/12265] Ensure that there's only 4 icons per row in IE & Opera.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
11dd010f84
[ticket/12265] Add contact icon and remove border from last row & cells.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
ec145419ed
[ticket/12265] Fix issue with dropdown being restricted by the width of parent
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
df8832455d
[ticket/12265] Remove ugly logic.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
eae37267a5
[ticket/12265] Simplify contact icon design and move to dropdown.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
PayBas
1c72e97bc8
[ticket/12347] Changed from :after to :before
...
PHPBB3-12347
2014-04-14 20:57:22 +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
Cesar G
c1bcc1e7b3
Merge remote-tracking branch 'VarunAgw/ticket/12351' into develop-ascraeus
...
* VarunAgw/ticket/12351:
[ticket/12351] Add loading indicator to links that are missing it.
2014-04-11 15:40:01 -07:00
Varun Agrawal
bf79367a65
[ticket/12351] Add loading indicator to links that are missing it.
...
When you click on the link, the turning circle is missing, so you don't
know whether it is actually doing something or not, until the response is
served.
PHPBB3-12351
2014-04-12 00:28:59 +05:30
PayBas
0e842d9958
[ticket/12389] Move print topic & email topic icons to topic tools
...
PHPBB3-12389
2014-04-11 19:41:40 +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
PayBas
4abcdd9a18
[ticket/12347] Changed to the new navbar templates
...
PHPBB3-12347
2014-04-11 11:43:52 +02:00
Joas Schilling
d5363bd095
Merge remote-tracking branch 'vsephpbb/ticket/12283' into develop-ascraeus
...
* vsephpbb/ticket/12283:
[ticket/12283] Remove obsolete online class from posting review page
2014-04-11 10:39:40 +02:00
Joas Schilling
59015cfaff
Merge remote-tracking branch 'paybas/ticket/12377' into develop-ascraeus
...
* paybas/ticket/12377:
[ticket/12377] Forgot to change the INCLUDEs
[ticket/12377] Renamed template files to navbar_xxx
[ticket/12377] Moved notifications to new template
[ticket/12377] Forgot empty line at the end
[ticket/12377] Move navbar(s) to new template file
2014-04-11 10:35:35 +02:00
Varun Agrawal
285b7a1f4c
[ticket/12355] Topic Tools not fully updated when subscribing/bookmarking
...
The Topic Tools menu appears at the top of a topic page and again at the
bottom of a topic page.
When you use the Topic Tools menu to Bookmark or Subscribe to a Topic, the
menu item you chose is updated to reflect that, by switching to say
Unsubscribe topic or Remove from Bookmarks.
However, this change is not mirrored in the other Topic Tools menu at the
other location on the page.
Both Topic Tools menus should be updated during the AJAX event, so that
they always show the same options to the user.
It is solved by creating a data-update-all attribute which contains all
the class/ID that will update when topic tool is clicked
PHPBB3-12355
2014-04-11 10:12:35 +05:30
PayBas
c8429b8e6a
[ticket/12377] Forgot to change the INCLUDEs
...
PHPBB3-12377
2014-04-10 12:52:18 +02:00
PayBas
9dbc9b0cc2
[ticket/12377] Renamed template files to navbar_xxx
...
PHPBB3-12377
2014-04-10 12:52:18 +02:00
PayBas
95212746c7
[ticket/12377] Moved notifications to new template
...
And also reset all starting indentation to 0
PHPBB3-12377
2014-04-10 12:52:17 +02:00
PayBas
16b06c980d
[ticket/12377] Forgot empty line at the end
...
PHPBB3-12377
2014-04-10 12:52:17 +02:00
PayBas
00d87e86ec
[ticket/12377] Move navbar(s) to new template file
...
PHPBB3-12377
2014-04-10 12:52:16 +02:00
Joas Schilling
377fb770fb
Merge remote-tracking branch 'vsephpbb/ticket/11098' into develop-ascraeus
...
* vsephpbb/ticket/11098:
[ticket/11098] Fix error reporting on the autologin key pages
[ticket/11098] Update subsilver2 to also include mark/unmark all buttons
[ticket/11098] HTML Validity fix to Notifications in UCP
[ticket/11098] Add mark/unmark all options to remember me keys
2014-04-10 12:08:01 +02: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
Cesar G
072094cb8d
[ticket/12379] Remove duplicate labels in attachment uploader when responsive.
...
PHPBB3-12379
2014-04-09 18:10:38 -07:00
Matt Friedman
9eeb9ed259
[ticket/11098] HTML Validity fix to Notifications in UCP
...
PHPBB3-11098
2014-04-09 17:36:46 -07:00
Matt Friedman
51b152c8ab
[ticket/11098] Add mark/unmark all options to remember me keys
...
PHPBB3-11098
2014-04-09 17:35:55 -07:00
Cesar G
b7d7f73693
Merge remote-tracking branch 'VSEphpbb/ticket/12365' into develop-ascraeus
...
* VSEphpbb/ticket/12365:
[ticket/12365] Do not crop image attachments at 350px
2014-04-09 12:02:54 -07:00
Matt Friedman
401a13b1a8
[ticket/12283] Remove obsolete online class from posting review page
...
PHPBB3-12283
2014-04-08 20:53:48 -07:00
Joas Schilling
0e3e715a48
Merge remote-tracking branch 'paybas/ticket/12369' into develop-ascraeus
...
* paybas/ticket/12369:
[ticket/12369] White-space cleanup
[ticket/12369] Removed template vars initial state
[ticket/12369] Added ACP vars
[ticket/12369] Add template var {BODY_CLASS} to HTML body
2014-04-08 20:57:06 +02:00
Joas Schilling
e11d833dcd
Merge remote-tracking branch 'vsephpbb/ticket/12083' into develop-ascraeus
...
* vsephpbb/ticket/12083:
[ticket/12083] Fix Select All in CODE bbcode with only one char
2014-04-08 07:47:27 +02:00
PayBas
f1201a8ec5
[ticket/12363] Fix typo
...
PHPBB3-12363
2014-04-07 23:39:49 +02: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
Marc Alexander
385420c8f5
[ticket/12372] Use jQuery in javascript dE() function
...
PHPBB3-12372
2014-04-07 20:40:21 +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
Matt Friedman
daae87d65a
[ticket/12254] Use new set_lang var to avoid conflict with change_lang
...
PHPBB3-12254
2014-04-07 09:14:58 -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
Matt Friedman
7aa044a845
[ticket/12365] Do not crop image attachments at 350px
...
PHPBB3-12365
2014-04-06 09:35:26 -07:00
PayBas
3384e87b6f
[ticket/12363] Mark winning (most votes) results bar
...
PHPBB3-12363
2014-04-06 16:43:25 +02:00
Andreas Fischer
0e88f0db4a
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12359] Remove inline width styling on UCP birthday fields
Conflicts:
phpBB/styles/prosilver/template/ucp_profile_profile_info.html
2014-04-06 11:08:18 +02:00
Matt Friedman
399f2f5a1f
[ticket/12359] Remove inline width styling on UCP birthday fields
...
PHPBB3-12359
2014-04-05 21:13:38 -07:00