Joas Schilling
b32895308d
[ticket/12273] Update since version to 3.1.0-a* style
...
PHPBB3-12273
2014-04-25 12:15:44 +02:00
PayBas
66dad8d2fb
[ticket/12364] Add template identifier var to all missing pages
...
PHPBB3-12364
2014-04-06 17:41:09 +02:00
geetakshi
18bed2ea47
[ticket/11360] Change second parameter in page_header function
...
PHPBB3-11360
2014-03-19 19:55:55 +05:30
Suhaib Khan
88bd88b612
Adding 'forgot password' link to index page
...
PHPBB3-11950
Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
2014-01-22 12:42:33 +05:30
Cesar G
0c0375df65
[ticket/12034] Add comma to end of array.
...
PHPBB3-12034
2013-12-30 11:12:15 -08:00
Cesar G
f4b832a27d
[ticket/12034] AJAXify notifications popup.
...
PHPBB3-12034
2013-12-30 11:12:15 -08:00
Nathan Guse
249f3c8885
[ticket/11103] Instantiate $phpbb_notifications as needed
...
https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976
PHPBB3-11103
2012-12-13 19:19:40 -06:00
Nathan Guse
2227ceab8b
[ticket/11103] Use $request->variable rather than request_var
...
PHPBB3-11103
2012-12-08 13:56:39 -06:00
Nathan Guse
61aa53f91a
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/config/services.yml
phpBB/index.php
2012-11-20 23:19:51 -06:00
David King
06158693c7
[feature/controller] Implement a front controller
...
PHPBB3-10864
2012-11-16 16:25:09 -05:00
Nathan Guse
3f27890a5e
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/includes/functions.php
2012-10-18 18:23:22 -05:00
Nathaniel Guse
c8b66a26ef
[ticket/11103] Mark read link if notification has no URL to view it
...
Other style stuff
PHPBB3-11103
2012-10-16 10:51:07 -05:00
Nathan Guse
a48f090338
[ticket/11103] Make sure notifications are marked read when clicking them
...
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
2012-10-14 12:35:35 -05:00
Nathan Guse
b9bc65eed8
[ticket/11103] Make $phpbb_notifications a global and use it everywhere
...
Do not use phpbb_container everywhere (makes testing difficult)
PHPBB3-11103
2012-10-04 14:47:13 -05:00
Nathaniel Guse
98731b1277
[ticket/11103] Prettify the output for prosilver.
...
Create a way to mark items read from the output list.
PHPBB3-11103
2012-09-20 10:36:11 -05:00
Nathaniel Guse
9cba0b5263
[ticket/8796] Mark read links updated to include time() in url
...
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
2012-09-03 18:51:29 -05:00
David King
310c906932
Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into develop
2012-08-20 09:09:53 -04:00
Joas Schilling
e85afc6b83
[feature/php-events] Fix naming and docs of core.index_modify_page_title
...
PHPBB3-9550
2012-08-02 20:59:38 +02:00
David King
2be60b80ae
[feature/events] Rename core.index to core.index_page_title
...
This makes it clearer as to what the event actually does.
PHPBB3-9550
2012-08-01 10:18:49 +02:00
Michael Cullum
3f1b4e83ae
[feature/events] Removing the third trigger_event parameter
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Michael Cullum
8af7d225ef
[feature/events] Change to use the new method of adding events
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Joas Schilling
60b21863ca
[feature/events] Adding ledge index
...
Used by phpBB Gallery and various others
PHPBB3-9550
2012-08-01 10:17:07 +02:00
Nathan Guse
577dbf8951
[ticket/10990] Changes for develop
...
PHPBB3-10990
2012-07-22 14:48:39 -05:00
Nathan
67665f5957
[ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate
...
PHPBB3-10990
2012-07-22 14:32:03 -05:00
Joas Schilling
8f027b68d6
Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into feature/new-tz-handling
...
Conflicts:
phpBB/includes/functions_profile_fields.php
phpBB/includes/session.php
phpBB/install/database_update.php
2012-06-04 18:09:35 +02:00
David King
35805a2740
[ticket/10586] Moved some loading stuff below extension controller, updated tests
...
PHPBB3-10586
2012-03-28 16:48:16 -04:00
David King
7b091f18a8
[ticket/10586] Remove handle() from abstract class, undo change in index.php
...
PHPBB3-10586
2012-03-28 16:37:42 -04:00
David King
cb7dabbffc
[ticket/10586] Change the interface to an abstract class
...
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
2012-03-28 16:13:59 -04:00
David King
56f75dbf93
[ticket/10586] Tidy up comments
...
PHPBB3-10586
2012-03-27 19:57:32 -04:00
David King
e5ce964656
[ticket/10586] Copy/paste fail fixed
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
e45452d1b3
[ticket/10586] Sanitize periods from class names, use manager to get path.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
969c6d42e3
[ticket/10586] Removed file_exists() check because class_exists() covers that.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
a0131b45f5
[ticket/10586] Extension front controller
...
Handle extension front pages
PHPBB3-10586
2012-03-19 09:12:31 -04:00
Chris Smith
1665434853
[feature/new-tz-handling] Remove code using legacy timezone properties.
...
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
2012-03-14 22:57:30 -04:00
Joas Schilling
5924bc1d02
[ticket/10672] Fix total post count language string in statistics and feed
...
PHPBB3-10672
2012-02-27 19:13:31 +01:00
Andreas Fischer
11f0984d87
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
2012-01-15 21:43:29 +01:00
rxu
aa21bc2a73
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
...
PHPBB3-10589
2012-01-15 18:18:04 +08:00
Unknown
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
Joas Schilling
179662e949
[ticket/10345] Use the plural function in some more places.
...
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
2011-11-25 15:10:49 -05:00
Joas Schilling
88ae40a4b1
[ticket/10345] Make use of the plural function in some basic places
...
PHPBB3-10345
2011-11-25 15:10:44 -05:00
Andreas Fischer
bf4eb6d06c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10334] Require permissions to view the birthday-list on board index
Conflicts:
phpBB/index.php
2011-08-30 01:41:41 +02:00
Andreas Fischer
1daefc6177
Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus
...
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
2011-08-30 01:39:14 +02:00
Joas Schilling
efc443aac9
[ticket/10334] Require permissions to view the birthday-list on board index
...
PHPBB3-10334
2011-08-23 14:49:50 +02:00
Andreas Fischer
8ad58645fe
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
2011-08-21 15:18:01 +02:00
Joas Schilling
3c7dfc7e19
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
...
PHPBB3-8177
2011-08-21 01:46:47 +02:00
Nils Adermann
d06dcd69e6
Merge branch 'develop-olympus' into develop
...
* 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
2011-08-18 17:46:31 -04:00
Andreas Fischer
49c89023fc
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
...
PHPBB3-8571
2011-07-20 00:53:28 +02:00
Nils Adermann
a33b67fd1a
Merge branch 'develop-olympus' into develop
...
* 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.
2011-07-16 22:06:49 -04:00
Andreas Fischer
91fd6df430
[ticket/10243] Call phpbb_gmgetdate() from various places.
...
PHPBB3-10243
2011-07-13 00:01:37 +02:00
Andreas Fischer
6aa2f9e742
[ticket/10173] Use correct variable, checking for $birthday_year was correct.
...
PHPBB3-10173
2011-05-11 11:21:37 +02:00