aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16054] Restore ability to login from any template.EA1172019-07-281-3/+0
| | | | | | | | Moving the login form's add_form_key() work into page_header(), so that the template variables required for presenting a login form are again available to any template that chooses to consume them. PHPBB3-16054
* [ticket/security/228] Add form token to login boxDerky2019-04-261-0/+3
| | | | SECURITY-228
* [ticket/15978] Add core.index_mark_notification_afterJakub Senko2019-02-251-0/+11
| | | | PHPBB3-15978
* [ticket/15267] Hide birthday list if permission wasn't grantedOliver Schramm2017-09-101-2/+4
| | | | PHPBB3-15267
* Merge branch '3.1.x' into 3.2.xAndreas Fischer2016-07-291-2/+2
|\ | | | | | | | | * 3.1.x: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions
| * [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptionsJakub Senko2016-05-291-2/+2
| | | | | | | | PHPBB3-14652
* | Merge branch '3.1.x'Marc Alexander2015-11-121-15/+48
|\|
| * [ticket/14117] Add core events to index.php to allow modifying birthdays listrxu2015-10-121-15/+48
| | | | | | | | PHPBB3-14117
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-1/+4
| | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ | | | PHPBB3-13450
* [ticket/12885] New if for Index-page - board-index-text switchCrizzo2014-11-221-1/+1
| | | | PHPBB3-12885
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-1/+1
| | | | | | | | PHPBB3-12273
* | [ticket/12371] Allow notification types to redirect to a different urlJoas Schilling2014-04-251-1/+1
|/ | | | | | | This way we can redirect the post and bookmark notification to the first unread post in the topic PHPBB3-12371
* [ticket/12364] Add template identifier var to all missing pagesPayBas2014-04-061-0/+1
| | | | PHPBB3-12364
* [ticket/11360] Change second parameter in page_header functiongeetakshi2014-03-191-1/+1
| | | | PHPBB3-11360
* Adding 'forgot password' link to index pageSuhaib Khan2014-01-221-0/+1
| | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
* [ticket/12034] Add comma to end of array.Cesar G2013-12-301-1/+1
| | | | PHPBB3-12034
* [ticket/12034] AJAXify notifications popup.Cesar G2013-12-301-12/+32
| | | | PHPBB3-12034
* [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-0/+2
| | | | | | https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103
* [ticket/11103] Use $request->variable rather than request_varNathan Guse2012-12-081-2/+2
| | | | PHPBB3-11103
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-201-38/+2
|\ | | | | | | | | | | Conflicts: phpBB/config/services.yml phpBB/index.php
| * [feature/controller] Implement a front controllerDavid King2012-11-161-38/+2
| | | | | | | | PHPBB3-10864
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-181-1/+1
|\| | | | | | | | | Conflicts: phpBB/includes/functions.php
| * [ticket/8796] Mark read links updated to include time() in urlNathaniel Guse2012-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | Submitting the current time() allows us to mark only the topics and forums read up until a certain time (when the user loaded the page). This means that any new posts or topics posted between when the user opened the page and clicked the link are still shown as unread. PHPBB3-8796
* | [ticket/11103] Mark read link if notification has no URL to view itNathaniel Guse2012-10-161-0/+5
| | | | | | | | | | | | Other style stuff PHPBB3-11103
* | [ticket/11103] Make sure notifications are marked read when clicking themNathan Guse2012-10-141-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | How do we do this? If an item is unread, the URL to view that item will be the URL to mark it as read (index.php?mark_notification=$id). When the URL is visited it marks the item as read and redirects them to the correct URL for the item. If the item is read, the URL is directly to the item. Prettify the html output PHPBB-11103
* | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-2/+1
| | | | | | | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103
* | [ticket/11103] Prettify the output for prosilver.Nathaniel Guse2012-09-201-0/+8
|/ | | | | | Create a way to mark items read from the output list. PHPBB3-11103
* Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-201-1/+13
|\
| * [feature/php-events] Fix naming and docs of core.index_modify_page_titleJoas Schilling2012-08-021-1/+8
| | | | | | | | PHPBB3-9550
| * [feature/events] Rename core.index to core.index_page_titleDavid King2012-08-011-1/+1
| | | | | | | | | | | | This makes it clearer as to what the event actually does. PHPBB3-9550
| * [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Adding ledge indexJoas Schilling2012-08-011-1/+8
| | | | | | | | | | | | Used by phpBB Gallery and various others PHPBB3-9550
* | [ticket/10990] Changes for developNathan Guse2012-07-221-1/+1
| | | | | | | | PHPBB3-10990
* | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
|/ | | | PHPBB3-10990
* Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-2/+3
|\ | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| * [feature/new-tz-handling] Remove code using legacy timezone properties.Chris Smith2012-03-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code accessing the legacy user::$timezone and user::$dst properties has been removed and replaced with code utilising user::create_datetime(). Changed by Oleg: in viewtopic, memberlist and index use getTimestamp() + getOffset(). We show members that have birthdays on the specified date. getTimestamp() returns the current date in UTC. We add getOffset() to obtain the current local time in the viewing user's timezone. Then we find members having birthday on this date. Changed by Oleg again: Take leap year status out of the datetime object we have, this seems like it should work as one would expect. PHPBB3-9558
* | [ticket/10586] Moved some loading stuff below extension controller, updated ↵David King2012-03-281-2/+5
| | | | | | | | | | | | tests PHPBB3-10586
* | [ticket/10586] Remove handle() from abstract class, undo change in index.phpDavid King2012-03-281-1/+1
| | | | | | | | PHPBB3-10586
* | [ticket/10586] Change the interface to an abstract classDavid King2012-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | This allows the common phpBB objects to be automatically accessible to extensions without the author having to globalize and assign each one himself. This is better because it also gives purpose to the phpbb_extension_controller class; instead of just being the way to ensure a handle() method is present, it also does this work for us. PHPBB3-10586
* | [ticket/10586] Tidy up commentsDavid King2012-03-271-7/+1
| | | | | | | | PHPBB3-10586
* | [ticket/10586] Copy/paste fail fixedDavid King2012-03-191-1/+1
| | | | | | | | PHPBB3-10586
* | [ticket/10586] Sanitize periods from class names, use manager to get path.David King2012-03-191-1/+1
| | | | | | | | PHPBB3-10586
* | [ticket/10586] Removed file_exists() check because class_exists() covers that.David King2012-03-191-1/+1
| | | | | | | | PHPBB3-10586
* | [ticket/10586] Extension front controllerDavid King2012-03-191-0/+39
| | | | | | | | | | | | Handle extension front pages PHPBB3-10586
* | [ticket/10672] Fix total post count language string in statistics and feedJoas Schilling2012-02-271-1/+1
| | | | | | | | PHPBB3-10672