b0f5ef0b1a
[ticket/13752] Add viewonline.php core event to allow modifying forum data SQL
...
PHPBB3-13752
2015-04-09 23:20:07 +07:00
0fc5a27889
[ticket/13051] Fix core event name
...
PHPBB3-13051
2014-09-09 13:12:29 -07:00
0861404121
[ticket/13051] Rename new event core.viewonline_modify_user_row
...
PHPBB3-13051
2014-09-09 12:52:53 -07:00
c56c0fce0d
[ticket/13051] Add a new core event to handle the template array
...
PHPBB3-13051
2014-09-09 09:14:32 -07:00
c6fc455432
[ticket/13051] Fix viewonline event, remove template data
...
PHPBB3-13051
2014-09-08 15:54:16 -07:00
d470d628f5
[ticket/13026] Add template vars array to core.viewonline_overwrite_location
...
Add template vars array to core.viewonline_overwrite_location event
to allow modifying/adding template vars for every user row.
PHPBB3-13026
2014-09-07 19:04:32 +08:00
a22549f247
[ticket/12837] Use else if instead of elseif
...
PHPBB3-12837
2014-07-16 11:19:28 +02:00
09e5896cae
[ticket/12837] Detect "viewing contact admin page" on viewonline
...
PHPBB3-12837
2014-07-16 10:39:40 +02:00
53ff23671c
Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascraeus
...
* github-nicofuma/ticket/12446:
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
2014-07-04 21:08:20 +02:00
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
277e9a7a85
[ticket/9801] Add viewonline_helper service to allow proper testing
...
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
2014-06-24 18:49:31 +02:00
204904441a
[ticket/9801] Allow display of page outside board directory on viewonline
...
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
2014-06-11 23:34:51 +02:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
b39b0369aa
[feature/sqlite3] Add support for SQLite 3
...
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
2014-05-02 15:45:20 +02:00
b32895308d
[ticket/12273] Update since version to 3.1.0-a* style
...
PHPBB3-12273
2014-04-25 12:15:44 +02:00
66dad8d2fb
[ticket/12364] Add template identifier var to all missing pages
...
PHPBB3-12364
2014-04-06 17:41:09 +02:00
20625e896b
[ticket/12139] Spaces $ show_guests viewonline.php
...
PHPBB3-12139
2014-02-20 17:02:50 -06:00
1251b68668
[ticket/12153] Remove redundant calls to pagination.on_page().
...
PHPBB3-12153
2014-02-03 23:00:39 -08:00
59a24f6423
[ticket/11849] Update pagination in viewonline.php
...
PHPBB3-11849
2013-12-18 18:35:40 +01:00
39be6ab521
[ticket/12015] Add some parameters to viewonline events
...
PHPBB3-12015
2013-11-13 23:44:57 +01:00
30de17f69f
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
...
We can assume they properly format their config settings, right?
PHPBB3-11259
2012-12-09 19:29:51 -06:00
6dee253941
[ticket/11259] Make phpbb_admin_path available everywhere
...
PHPBB3-11259
2012-12-09 17:01:08 -06:00
b0bfe724fb
[ticket/11014] Fix old pagination assignment
...
PHPBB3-11014
2012-10-17 23:34:37 +02:00
b567175c8d
[feature/php-events] Fix doc of core.viewonline_overwrite_location
...
PHPBB3-9550
2012-08-20 10:15:04 +02:00
7f156c9798
[feature/php-events] Fix doc and position of viewonline_overwrite_location
...
PHPBB3-9550
2012-08-20 10:04:43 +02:00
0ebe1f8764
[feature/php-events] Fix docs and naming of core.viewonline_override_location
...
PHPBB3-9550
2012-08-01 10:18:53 +02:00
97f50c9771
[feature/php-events] Add docs and fix naming of core.viewonline_modify_sql
...
PHPBB3-9550
2012-08-01 10:18:53 +02:00
3f1b4e83ae
[feature/events] Removing the third trigger_event parameter
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
8af7d225ef
[feature/events] Change to use the new method of adding events
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
433442b402
[feature/events] Adding ledge viewonline_get_userdata
...
Used by phpBB Gallery
PHPBB3-9550
2012-08-01 10:17:06 +02:00
bd3024b318
[feature/events] Adding ledge viewonline_location
...
Used by phpBB Gallery
PHPBB3-9550
2012-08-01 10:17:06 +02:00
584d49459d
[feature/pagination-as-list] New parameter for name of start var
...
Add a new parameter to hold the name of the start variable. This
fulfills ticket PHPBB3-8535.
PHPBB3-10968
2012-07-18 14:32:42 +01:00
27d8aef528
[feature/pagination-as-list] Updates for nils comments
...
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
2012-07-18 14:32:18 +01:00
cf4d6e926d
[feature/pagination-as-list] Rename and deprecate functions
...
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
2012-07-18 14:31:50 +01:00
dc71c0629e
[feature/pagination-as-list] Various fixes and improvements
...
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
2012-07-18 14:31:21 +01:00
922147f05a
[ticket/10968] Render pagination within the template
...
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
2012-07-18 14:30:20 +01:00
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
88ae40a4b1
[ticket/10345] Make use of the plural function in some basic places
...
PHPBB3-10345
2011-11-25 15:10:44 -05:00
554ec1cbd4
[ticket/10290] Fixed malformed SQL query in viewonline.php
...
As per Oleg's suggestion, the offending equals sign was removed
so that the query did not return an error.
PHPBB3-10290
2011-08-04 23:16:23 -04:00
663220418e
[ticket/9549] Enhance teampage and legend functionality
...
PHPBB3-9549
2011-02-16 18:21:49 +01:00
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
2e17e448de
Copy 3.0.x branch to trunk
...
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:14:59 +00:00
bf8ac19eaa
Move trunk/phpBB to old_trunk/phpBB
...
git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:13:59 +00:00
1042152a55
Merge changes made in revisions #r9405 to #r9467
...
2009-04-18
git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 15:09:19 +00:00
b27add94f8
$template to phpbb::$template
...
git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-22 18:56:09 +00:00
84f795e9fb
$db-> to phpbb::$db->
...
git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-22 18:06:05 +00:00
95b69cfa7f
$auth-> to phpbb::$acl->
...
git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-22 15:48:29 +00:00
794c574969
remove global and change $user-> to phpbb::$user->
...
git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-22 15:29:18 +00:00
19aed179e5
$config to phpbb::$config
...
git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-28 23:30:09 +00:00
25725c9850
replace constants with class constants.
...
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
2008-12-27 12:18:04 +00:00