aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13752] Add viewonline.php core event to allow modifying forum data SQLrxu2015-04-091-4/+20
| | | | PHPBB3-13752
* [ticket/13051] Fix core event nameMatt Friedman2014-09-091-2/+2
| | | | PHPBB3-13051
* [ticket/13051] Rename new event core.viewonline_modify_user_rowMatt Friedman2014-09-091-2/+2
| | | | PHPBB3-13051
* [ticket/13051] Add a new core event to handle the template arrayMatt Friedman2014-09-091-2/+17
| | | | PHPBB3-13051
* [ticket/13051] Fix viewonline event, remove template dataMatt Friedman2014-09-081-21/+17
| | | | PHPBB3-13051
* [ticket/13026] Add template vars array to core.viewonline_overwrite_locationrxu2014-09-071-17/+21
| | | | | | | Add template vars array to core.viewonline_overwrite_location event to allow modifying/adding template vars for every user row. PHPBB3-13026
* [ticket/12837] Use else if instead of elseifPayBas2014-07-161-1/+1
| | | | PHPBB3-12837
* [ticket/12837] Detect "viewing contact admin page" on viewonlinePayBas2014-07-161-1/+14
| | | | PHPBB3-12837
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-041-1/+1
|\ | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | | | | | PHPBB3-12446
* | [ticket/9801] Add viewonline_helper service to allow proper testingMarc Alexander2014-06-241-5/+2
| | | | | | | | | | | | | | The viewonline_helper service can and will be extended in the future which will allow us to also test the viewonline page better. PHPBB3-9801
* | [ticket/9801] Allow display of page outside board directory on viewonlineMarc Alexander2014-06-111-1/+1
|/ | | | | | | | | | | | Until now, the preg_match didn't take into account that a page might be outside the board directory. After this change, the regular expression will allow preceding dots and slashes. Paths like ../../test.php will be allowed. The page will be unknown in viewonline.php and it will revert to index.php as current page. However, the core.viewonline_overwrite_location event will receive proper info of the page the user is on right now allowing a listener to change the info that is being displayed. PHPBB3-9801
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+1
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-2/+2
| | | | PHPBB3-12273
* [ticket/12364] Add template identifier var to all missing pagesPayBas2014-04-061-2/+3
| | | | PHPBB3-12364
* [ticket/12139] Spaces $ show_guests viewonline.phpkaran2014-02-201-1/+1
| | | | PHPBB3-12139
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
| | | | PHPBB3-12153
* [ticket/11849] Update pagination in viewonline.phpJoas Schilling2013-12-181-2/+5
| | | | PHPBB3-11849
* [ticket/12015] Add some parameters to viewonline eventsJoas Schilling2013-11-131-2/+7
| | | | PHPBB3-12015
* [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-091-1/+1
| | | | | | We can assume they properly format their config settings, right? PHPBB3-11259
* [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-1/+1
| | | | PHPBB3-11259
* [ticket/11014] Fix old pagination assignmentJoas Schilling2012-10-171-1/+0
| | | | PHPBB3-11014
* [feature/php-events] Fix doc of core.viewonline_overwrite_locationJoas Schilling2012-08-201-1/+1
| | | | PHPBB3-9550
* [feature/php-events] Fix doc and position of viewonline_overwrite_locationJoas Schilling2012-08-201-13/+13
| | | | PHPBB3-9550
* [feature/php-events] Fix docs and naming of core.viewonline_override_locationJoas Schilling2012-08-011-1/+11
| | | | PHPBB3-9550
* [feature/php-events] Add docs and fix naming of core.viewonline_modify_sqlJoas Schilling2012-08-011-1/+9
| | | | PHPBB3-9550
* [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-2/+2
| | | | PHPBB3-9550
* [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-6/+2
| | | | PHPBB3-9550
* [feature/events] Adding ledge viewonline_get_userdataJoas Schilling2012-08-011-6/+17
| | | | | | Used by phpBB Gallery PHPBB3-9550
* [feature/events] Adding ledge viewonline_locationJoas Schilling2012-08-011-0/+5
| | | | | | Used by phpBB Gallery PHPBB3-9550
* [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
| | | | | | | Add a new parameter to hold the name of the start variable. This fulfills ticket PHPBB3-8535. PHPBB3-10968
* [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
| | | | | | | Re-remove deprecated functions, change on_page to phpbb_on_page, add null returns, remove globals and pass as params. PHPBB3-10968
* [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
| | | | | | | Returned and marked deprecated topic_generate_pagination. Rename new function in line with coding guidelines. PHPBB3-10968
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-3/+4
| | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+1
| | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-28/+2
| | | | PHPBB3-10345
* [ticket/10290] Fixed malformed SQL query in viewonline.phpDavid King2011-08-041-1/+1
| | | | | | | As per Oleg's suggestion, the offending equals sign was removed so that the query did not return an error. PHPBB3-10290
* [ticket/9549] Enhance teampage and legend functionalityJoas Schilling2011-02-161-6/+7
| | | | PHPBB3-9549
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | 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
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+445
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-445/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-1/+1
| | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* $template to phpbb::$templateMeik Sievertsen2009-02-221-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-14/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-39/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
* $config to phpbb::$configMeik Sievertsen2008-12-281-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
* replace constants with class constants.Meik Sievertsen2008-12-271-2/+2
| | | | | | ACL_YES, ACL_NO, ACL_NEVER, USER_NORMAL, USER_IGNORE, USER_INACTIVE, USER_FOUNDER git-svn-id: file:///svn/phpbb/trunk@9233 89ea8834-ac86-4346-8a33-228a782c2dd0