Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11360] Change second parameter in page_header function | geetakshi | 2014-03-19 | 1 | -1/+1 |
| | | | | PHPBB3-11360 | ||||
* | Adding 'forgot password' link to index page | Suhaib Khan | 2014-01-22 | 1 | -0/+1 |
| | | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com> | ||||
* | [ticket/12034] Add comma to end of array. | Cesar G | 2013-12-30 | 1 | -1/+1 |
| | | | | PHPBB3-12034 | ||||
* | [ticket/12034] AJAXify notifications popup. | Cesar G | 2013-12-30 | 1 | -12/+32 |
| | | | | PHPBB3-12034 | ||||
* | [ticket/11103] Instantiate $phpbb_notifications as needed | Nathan Guse | 2012-12-13 | 1 | -0/+2 |
| | | | | | | https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103 | ||||
* | [ticket/11103] Use $request->variable rather than request_var | Nathan Guse | 2012-12-08 | 1 | -2/+2 |
| | | | | PHPBB3-11103 | ||||
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2012-11-20 | 1 | -38/+2 |
|\ | | | | | | | | | | | Conflicts: phpBB/config/services.yml phpBB/index.php | ||||
| * | [feature/controller] Implement a front controller | David King | 2012-11-16 | 1 | -38/+2 |
| | | | | | | | | PHPBB3-10864 | ||||
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2012-10-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/includes/functions.php | ||||
| * | [ticket/8796] Mark read links updated to include time() in url | Nathaniel Guse | 2012-09-03 | 1 | -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 it | Nathaniel Guse | 2012-10-16 | 1 | -0/+5 |
| | | | | | | | | | | | | Other style stuff PHPBB3-11103 | ||||
* | | [ticket/11103] Make sure notifications are marked read when clicking them | Nathan Guse | 2012-10-14 | 1 | -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 everywhere | Nathan Guse | 2012-10-04 | 1 | -2/+1 |
| | | | | | | | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103 | ||||
* | | [ticket/11103] Prettify the output for prosilver. | Nathaniel Guse | 2012-09-20 | 1 | -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 develop | David King | 2012-08-20 | 1 | -1/+13 |
|\ | |||||
| * | [feature/php-events] Fix naming and docs of core.index_modify_page_title | Joas Schilling | 2012-08-02 | 1 | -1/+8 |
| | | | | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Rename core.index to core.index_page_title | David King | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | This makes it clearer as to what the event actually does. PHPBB3-9550 | ||||
| * | [feature/events] Removing the third trigger_event parameter | Michael Cullum | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Change to use the new method of adding events | Michael Cullum | 2012-08-01 | 1 | -3/+1 |
| | | | | | | | | PHPBB3-9550 | ||||
| * | [feature/events] Adding ledge index | Joas Schilling | 2012-08-01 | 1 | -1/+8 |
| | | | | | | | | | | | | Used by phpBB Gallery and various others PHPBB3-9550 | ||||
* | | [ticket/10990] Changes for develop | Nathan Guse | 2012-07-22 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10990 | ||||
* | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate | Nathan | 2012-07-22 | 1 | -1/+1 |
|/ | | | | PHPBB3-10990 | ||||
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵ | Joas Schilling | 2012-06-04 | 1 | -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 Smith | 2012-03-14 | 1 | -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 King | 2012-03-28 | 1 | -2/+5 |
| | | | | | | | | | | | | tests PHPBB3-10586 | ||||
* | | [ticket/10586] Remove handle() from abstract class, undo change in index.php | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10586 | ||||
* | | [ticket/10586] Change the interface to an abstract class | David King | 2012-03-28 | 1 | -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 comments | David King | 2012-03-27 | 1 | -7/+1 |
| | | | | | | | | PHPBB3-10586 | ||||
* | | [ticket/10586] Copy/paste fail fixed | David King | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10586 | ||||
* | | [ticket/10586] Sanitize periods from class names, use manager to get path. | David King | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10586 | ||||
* | | [ticket/10586] Removed file_exists() check because class_exists() covers that. | David King | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10586 | ||||
* | | [ticket/10586] Extension front controller | David King | 2012-03-19 | 1 | -0/+39 |
| | | | | | | | | | | | | Handle extension front pages PHPBB3-10586 | ||||
* | | [ticket/10672] Fix total post count language string in statistics and feed | Joas Schilling | 2012-02-27 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10672 | ||||
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-01-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * develop-olympus: [ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition | ||||
| * | | [ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition | rxu | 2012-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-10589 | ||||
* | | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
| | | | | | | | | | | | | PHPBB3-9916 | ||||
* | | | [ticket/10345] Use the plural function in some more places. | Joas Schilling | 2011-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345 | ||||
* | | | [ticket/10345] Make use of the plural function in some basic places | Joas Schilling | 2011-11-25 | 1 | -12/+3 |
| |/ |/| | | | | | PHPBB3-10345 | ||||
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-08-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | * develop-olympus: [ticket/10334] Require permissions to view the birthday-list on board index Conflicts: phpBB/index.php | ||||
| * | Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus | Andreas Fischer | 2011-08-30 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * nickvergessen/ticket/10334: [ticket/10334] Require permissions to view the birthday-list on board index | ||||
| | * | [ticket/10334] Require permissions to view the birthday-list on board index | Joas Schilling | 2011-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-10334 | ||||
* | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-08-21 | 1 | -1/+9 |
|\ \ \ | |/ / | | | | | | | | | | * develop-olympus: [ticket/8177] Display birthdays of 29th february on 28th in non-leap years. | ||||
| * | | [ticket/8177] Display birthdays of 29th february on 28th in non-leap years. | Joas Schilling | 2011-08-21 | 1 | -1/+9 |
| |/ | | | | | | | PHPBB3-8177 | ||||
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-08-18 | 1 | -2/+5 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8571] Show age as 0 in birthday list when birthday is in the future. [ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future. [ticket/8571] Also display age on memberlist/viewprofile when age is 0. Conflicts: phpBB/index.php | ||||
| * | [ticket/8571] Show age as 0 in birthday list when birthday is in the future. | Andreas Fischer | 2011-07-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8571 | ||||
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-07-16 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | * develop-olympus: [ticket/10243] Adding a few unit tests for phpbb_gmgetdate(). [ticket/10243] Call phpbb_gmgetdate() from various places. [ticket/10243] Adding wrapper function for getdate() for UTC timestamps. | ||||
| * | [ticket/10243] Call phpbb_gmgetdate() from various places. | Andreas Fischer | 2011-07-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10243 | ||||
* | | [ticket/10173] Use correct variable, checking for $birthday_year was correct. | Andreas Fischer | 2011-05-11 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10173 | ||||
* | | [ticket/10173] Only calculate age if year is not false as per nn-. | Andreas Fischer | 2011-05-08 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-10173 | ||||
* | | [ticket/10173] Use an array for the legacy birthday list as per rxu. | Andreas Fischer | 2011-05-08 | 1 | -11/+8 |
| | | | | | | | | PHPBB3-10173 |