aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/index_body.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/security/228] Add form token to login boxDerky2019-04-261-0/+1
| | | | SECURITY-228
* Merge pull request #4782 from nomind60s/ticket/14498Marc Alexander2017-06-051-2/+5
|\ | | | | | | [ticket/14498] Don't display 'Who is online' members when permission is No
| * [ticket/14498] Don't display 'Who is online' members when permission is Nonomind60s2017-03-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | When the user permission 'Can view profiles, memberlist and online list' is set to No (or Never) the user should not be able to see which members are online in the following places, index page, view topic and view forum. Before this change, guests and bots would see the list of members who are online, which doesn't match with the user permission and could create privacy issues where guests or bots could track when a member was online. PHPBB3-14498
* | [ticket/13603] Add index_body_stat_blocks_after eventJakub Senko2017-01-231-0/+2
|/ | | | PHPBB3-13603
* [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-041-1/+1
| | | | PHPBB3-13200
* [ticket/13852] Consistent tab navigation when login injaviexin2015-05-181-4/+4
| | | | | | | Added tabindex attribute to input elements in index_body.html to make tab navigation consistent with that of login_body.html. PHPBB3-13852
* [ticket/13290] Add EVENT index_body_forumlist_body_afterMatt Friedman2014-11-101-0/+2
| | | | PHPBB3-13290
* [ticket/12662] Remove last remaining linklist outside navbarsPayBas2014-06-281-1/+1
| | | | PHPBB3-12662
* [ticket/12662] Remove linklist container and update template eventsPayBas2014-06-251-7/+5
| | | | PHPBB3-12662
* [ticket/12662] Improve template checksPayBas2014-06-251-1/+1
| | | | | | And changed _CLEAN to _SIMPLE, and move teamlink events PHPBB3-12662
* [ticket/12662] Initial setupPayBas2014-06-251-14/+4
| | | | PHPBB3-12662
* [ticket/12374] Added prepend-versions of eventsPayBas2014-05-031-0/+3
| | | | PHPBB3-12374
* [ticket/12374] Updated code layoutPayBas2014-05-031-4/+13
| | | | PHPBB3-12374
* [ticket/12374] Add Template events index_body_block_(name)_appendPayBas2014-05-031-3/+3
| | | | | | Hopefully to the correct branch this time PHPBB3-12374
* [ticket/12351] Add loading indicator to links that are missing it.Varun Agrawal2014-04-121-1/+1
| | | | | | | | 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
* Merge remote-tracking branch 'paybas/ticket/12329' into develop-ascraeusJoas Schilling2014-04-011-7/+13
|\ | | | | | | | | | | * paybas/ticket/12329: [ticket/12329] changed all CSS classes to ".stat-block" [ticket/12329] Add <div> container to index blocks (stats, etc.)
| * [ticket/12329] changed all CSS classes to ".stat-block"PayBas2014-04-011-3/+3
| | | | | | | | PHPBB3-12329
| * [ticket/12329] Add <div> container to index blocks (stats, etc.)PayBas2014-03-301-7/+13
| | | | | | | | PHPBB3-12329
* | [ticket/12328] Add Template Event index_body_stat_blocks_afterPayBas2014-03-301-0/+2
|/ | | | PHPBB3-12328
* [ticket/11950] Fix prior commitNathan Guse2014-01-221-2/+2
| | | | PHPBB3-11950
* Adding 'forgot password' link to index pageSuhaib Khan2014-01-221-0/+3
| | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
* [ticket/12054] Update index_body_linklist_before/after template eventsMatt Friedman2013-12-031-1/+3
| | | | PHPBB3-12054
* [ticket/12014] Template Event index_body.html before forumlistMatt Friedman2013-11-111-0/+2
| | | | | | Add content above the forums list (on forum index only) PHPBB3-12014
* [ticket/11975] Change shortened ACP/MCP label to Administer/ModerateDavid King2013-11-021-1/+1
| | | | | | Also utilizing the new data-responsive-text attribute PHPBB3-11975
* [ticket/11975] Make link text shorter on smaller resolutionsDavid King2013-11-021-1/+1
| | | | PHPBB3-11975
* [ticket/11975] Add ACP link next to MCP link in headerDavid King2013-11-021-1/+1
| | | | PHPBB3-11975
* [ticket/11956] Responsive quick login formVjacheslav Trushkin2013-10-241-3/+3
| | | | PHPBB3-11956
* [ticket/11956] Fix missing class name in index_body.htmlVjacheslav Trushkin2013-10-241-1/+1
| | | | PHPBB3-11956
* [ticket/11552] Do not hide all links at onceVjacheslav Trushkin2013-10-191-1/+1
| | | | | | | Do not hide some links as long as their is enough space to keep them out of dropdown menu PHPBB3-11552
* [ticket/11552] Responsive paragraphsVjacheslav Trushkin2013-10-171-2/+2
| | | | | | Responsive blocks below topics list and misc items PHPBB3-11552
* [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-111-2/+9
| | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
* Merge PR #1148 branch 'imkingdavid/feature/events' into developOleg Pudeyev2012-12-201-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/feature/events: (65 commits) [feature/events] Fix improperly named event in documentation [feature/events] Fix alphabetization of events [feature/events] Put events in alphabetical order [feature/events] Make EVENTS.md lowercase [feature/events] Use ` to escape HTML tags in markdown [feature/events] Remove HTML tags from markdown so they don't get parsed [feature/events] Remove extraneous space [feature/events] Add markdown template event documentation file [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2) [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2) [feature/events] Fix typo in event name [feature/events] Fix more subsilver2 events [feature/events] Fix some subsilver2 events [feature/events] Append "_append" to viewtopic_print_head [feature/events] ucp_pm_viewmessage_print_head_append [feature/events] simple_footer_end -> simple_footer_after [feature/events] Append "_prepend" to posting_editor_options [feature/events] Fix events in prosilver overall_header.html [feature/events] Fix events in prosilver overall_footer.html [feature/events] Rename index_body_info_blocks: index_body_stat_blocks_before ...
| * [feature/events] Rename index_body_info_blocks: index_body_stat_blocks_beforeDavid King2012-12-171-1/+1
| |
| * [feature/events] Rename RUNHOOKS to EVENTMichael Cullum2012-12-171-1/+1
| | | | | | | | | | | | Apply change to existing ledges PHPBB3-9550
| * [feature/events] Adding index_body_info_blocks template ledgeMichael Cullum2012-12-171-0/+2
| | | | | | | | PHPBB3-9550
* | [ticket/10954] Mark forums read without popup or page refreshMarc Alexander2012-12-121-1/+1
|/ | | | PHPBB3-10954
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-4/+4
| | | | | | | 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
* [ticket/10172] Show prosilver birthday list even if there are no birthdays.Andreas Fischer2012-11-091-1/+1
| | | | PHPBB3-10172
* [feature/ajax] Replaced jQuery selectors with data attributes.Callum Macrae2012-03-311-1/+1
| | | | | | | Due to problems that could have been caused by selecting the element using jQuery selectors, they have been replaced by HTML5 data attributes. PHPBB3-10270
* [ticket/10173] Use a loop var for the birthdays list to allow proper templatingAndreas Fischer2011-05-081-2/+2
| | | | | | | | | | 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
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | 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
* [ticket/9840] Display view unread posts link for guests.rxu2010-10-161-1/+1
| | | | | | Display view unread posts link for guests if applicable. PHPBB3-9840
* [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-291-1/+1
| | | | | | | | Since unread posts search can produce a high server load in certain circumstances, we implement a switch for ACP "Load settings" to have an option to disable this type of search. PHPBB3-9613
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjustement for r10050, related to Bug #50185Meik Sievertsen2009-08-251-1/+1
| | | | | | Use internal S_TAB_INDEX instead of DEFINE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46765 - View unread postsRuslan Uzdenov2009-07-141-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9755 89ea8834-ac86-4346-8a33-228a782c2dd0
* revert r9653 because it does not work as advertised (a load of bugs and not ↵Meik Sievertsen2009-06-251-1/+1
| | | | | | really what we wanted... back to the drawing board ;)) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46765 - View unread postsRuslan Uzdenov2009-06-221-1/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
* One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-1/+1
| | | | | | | | | | | | | | whitespaces or forgotten spans, etc.) Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+0
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0