aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'EXreaction/ticket/8796' into developAndreas Fischer2012-10-181-18/+47
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/8796: [ticket/8796] Prevent setting post_time greater than time() in markread [ticket/8796] Fix a few issues with the previous commits [ticket/8796] Mark read links updated to include time() in url [ticket/8796] Revert changes to $user->data['lastmark'] [ticket/8796] Make function markread obey the $post_time argument
| | * | | [ticket/8796] Prevent setting post_time greater than time() in markreadNathan Guse2012-09-301-30/+30
| | | | | | | | | | | | | | | | | | | | PHPBB3-8796
| | * | | [ticket/8796] Fix a few issues with the previous commitsNathaniel Guse2012-09-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an SQL error and the redirect url generated PHPBB3-8796
| | * | | [ticket/8796] Revert changes to $user->data['lastmark']Nathaniel Guse2012-09-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The earlier change might change the way some things work (after looking at viewtopic) and I'd rather not risk introducing new bugs, so I'm going to revert those changes to be safe. PHPBB3-8796
| | * | | [ticket/8796] Make function markread obey the $post_time argumentNathaniel Guse2012-09-031-19/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also do a little cleanup of the markread function PHPBB3-8796
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-181-0/+30
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10848] Move include up. [ticket/10848] Add phpbb_ prefix. [ticket/10848] Redirect from adm to installer correctly. Conflicts: phpBB/includes/functions.php
| | * | [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10848
| | * | [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-0/+30
| | | | | | | | | | | | | | | | PHPBB3-10848
* | | | [ticket/11103] U_VIEW_ALL_NOTIFICATIONS LinkNathan Guse2012-10-161-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-121-2/+2
|\ \ \ \ | |/ / /
| * | | Merge PR #993 branch 'bantu/ticket/8713' into developOleg Pudeyev2012-10-101-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/8713: [ticket/8713] Update untrimmed_variable() doc block. [ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users. [ticket/8713] Trim password in auth_db to keep compatibility. [ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords. [ticket/8713] Rename untrimed_variable() to untrimmed_variable(). [ticket/8713] DRY: variable() and untrimed_variable() into a protected method. [ticket/8713] Fix type_cast_helper.php doc blocks: Add punctuation etc. [ticket/8713] Always trim array keys. [ticket/8713] Add simple (non-nested) test case for untrimmed set_var(). [ticket/8713] Use \t in double quotes instead of tabs. [ticket/8713] Use correct parameter for nested data. [ticket/8713] Adjust test method name to other recursive_set_var() tests. [ticket/8713] Do not trim login inputs
| | * | | [ticket/8713] Rename untrimed_variable() to untrimmed_variable().Andreas Fischer2012-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-8713
| | * | | [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-031-2/+2
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a function to request variables which are not trimmed. All requests for passwords (except forum passwords) now use the untrimmed request function. PHPBB3-8713
* | | | [ticket/11103] ACP option to enable/disable notifications output in headerNathan Guse2012-10-051-8/+13
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103
* | | | [ticket/11103] Do not abbreviate template outputNathan Guse2012-10-041-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-041-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-021-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] updating links to phpbb.com to use SSL Conflicts: phpBB/adm/index.php
| | * | [ticket/11112] updating links to phpbb.com to use SSLSenky2012-10-011-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11112
* | | | [ticket/11103] UCP Notification Options can now be setNathan Guse2012-09-271-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Prettify the output for prosilver.Nathaniel Guse2012-09-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Create a way to mark items read from the output list. PHPBB3-11103
* | | | [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-151-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the formatted title function, plaintext is not needed since email templates are used Fix a number of bugs. PHPBB3-11103
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-151-29/+31
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously
| | * | | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021
| * | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-29/+31
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Remove unnecessary line spacing in functions.php [ticket/11021] Use L_SITE_HOME instead of L_HOME [ticket/11021] Better language strings for site home url/text [ticket/11021] subsilver2 support [ticket/11021] Add the option to specify a Site home URL and text
| | * | [ticket/11021] Remove unnecessary line spacing in functions.phpNathan Guse2012-09-151-29/+29
| | | | | | | | | | | | | | | | PHPBB3-11021
| | * | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021
| | * | [ticket/11021] Better language strings for site home url/textNathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the logo title to be {L_HOME} if {U_HOME} is used. Check if the Home text is instead of just equal to false when outputting it to the template PHPBB3-11021
| | * | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11021
* | | | [ticket/11103] Display all unread notifications by defaultNathan Guse2012-09-141-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | Add unread count to the page title PHPBB3-11103
* | | | [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $phpbb_notifications instead of $notifications everywhere for consistency and conflict prevention. PHPBB3-11103
* | | | [ticket/11103] Add/Update/Mark Read functions accept an array for the typeNathan Guse2012-09-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This saves a lot of code in some areas (where the same data is sent, just for different types) Notifications for bookmarks PHPBB3-11103
* | | | [ticket/11103] Mark all post/quote notifications read when marking topicsNathan Guse2012-09-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Mark forum read marks all topics read, so do so properly for notifications PHPBB3-11103
* | | | [ticket/11103] Store the item's parent id for marking things readNathan Guse2012-09-141-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark topics/posts read from the markread() function. Identify unread items by a grey background in the header (for now) PHPBB3-11103
* | | | [ticket/11103] Restyle the notification listNathan Guse2012-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103
* | | | [ticket/11103] Output the notifications to the templateNathan Guse2012-09-081-1/+8
|/ / / | | | | | | | | | | | | | | | For now, just dumping the notifications in the header. PHPBB3-11103
* | | Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-011-0/+34
|\ \ \ | | | | | | | | Feature/add events
| * | | [feature/add_events] Rename override to overwrite, made docs 79 chars/lineDavid King2012-08-211-17/+18
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Rename core.append_sid_override to just core.append_sidDavid King2012-08-201-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Also, I added the hook back in below the event for backwards compatibility. PHPBB3-9550
| * | | [feature/add_events] Globalize the event dispatcher objectDavid King2012-08-201-0/+1
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Return the correct variableDavid King2012-08-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Replaced current append_sid() hook with new eventDavid King2012-08-201-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The new event, core.append_sid_override can either supplement or override the append_sid() function. PHPBB3-9550
* | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-011-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | * develop-olympus: [task/functional] Fixed DEBUG_TEST related issues [task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST [task/functional] Added posting tests (reply and new topic)
| * | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-1/+1
| | | | | | | | | | | | PHPBB3-10758
* | | [feature/php-events] Remove double space in commentsJoas Schilling2012-08-051-2/+2
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/php-events] Add docs for core.garbage_collectionJoas Schilling2012-08-051-0/+6
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/php-events] Add docs for core.page_footerJoas Schilling2012-08-051-2/+10
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/php-events] Add docs for core.page_headerJoas Schilling2012-08-051-0/+14
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/php-events] Remove duplicated event and name the events properlyJoas Schilling2012-08-011-5/+2
| | | | | | | | | | | | PHPBB3-9550