aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [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
* | | 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
* | | 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
* | | 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
* | | [feature/events] Add blank lineErik Frèrejean2012-08-011-0/+1
| | | | | | | | | | | | | | | | | | Add an additional blank line as requested in #680 PHPBB3-9550
* | | [feature/events] Adding core.garbage_collection eventErik Frèrejean2012-08-011-0/+3
| | | | | | | | | | | | | | | | | | | | | See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42799 for reference. PHPBB3-9550
* | | [feature/events] Fixing events issuesMichael Cullum2012-08-011-0/+1
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/events] Add `core.page_footer_override`Erik Frèrejean2012-08-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Add a ledge that will allow listeners to override the build in `page_footer` function. http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037 PHPBB3-9550
* | | [feature/events] Add `core.page_header_override`Erik Frèrejean2012-08-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Add a ledge that will allow listeners to override the build in `page_header` function. http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037 PHPBB3-9550
* | | [feature/events] Fixing issues with eventsMichael Cullum2012-08-011-1/+0
| | | | | | | | | | | | PHPBB3-9550
* | | [feature/events] Remove unnecessary ledge common_template_varsJoas Schilling2012-08-011-9/+2
| | | | | | | | | | | | | | | | | | core.page_header is more powerful and includes all functionality of this one. PHPBB3-9550
* | | [feature/events] Add core.common_template_vars ledgeMichael Cullum2012-08-011-2/+10
| |/ |/| | | | | | | | | Needed by board3portal PHPBB3-9550
* | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-191-13/+195
|\ \ | | | | | | Feature/new tz handling
| * | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-191-4/+5
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Add previous selected value to validation if validJoas Schilling2012-07-191-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We also add the selected timezone if we can create an object with it. DateTimeZone::listIdentifiers seems to not add all identifiers to the list, because some are only kept for backward compatible reasons. If the user has a deprecated value, we add it here, so it can still be kept. Once the user changed his value, there is no way back to deprecated values. PHPBB3-9558
| * | [feature/new-tz-handling] Display suggestion when a different value is selectedJoas Schilling2012-07-191-2/+2
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Remove additional marking of selected itemsJoas Schilling2012-07-181-2/+2
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Delete old variable which is not used anymoreJoas Schilling2012-07-181-3/+0
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-2/+2
| | | | | | | | | | | | PHPBB3-9558
| * | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-181-9/+21
| |\ \ | | | | | | | | | | | | feature/new-tz-handling
| * | | [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-171-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | Marked the old one as deprecated and made it using the new function. PHPBB3-9558
| * | | [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-161-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Fix code and doc layoutJoas Schilling2012-06-201-2/+4
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Prefix function with phpbb_Joas Schilling2012-06-191-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Update doc blocks for the three timezone functionsJoas Schilling2012-06-181-3/+20
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Inject $user to avoid the usage of globalJoas Schilling2012-06-181-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-9/+34
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Fix displaying of "All times are" stringJoas Schilling2012-06-181-1/+9
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Fix selecting and validating of timezone in UCPJoas Schilling2012-06-181-10/+14
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-7/+93
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| | * | | [feature/new-tz-handling] Sort timezones in selector by offset.Oleg Pudeyev2012-03-141-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the list of timezones is very long, and users are likely to know their current offset but not necessarily which city that is nearby is in the timezone database, sort the list of timezones by offset. UTC is specially handled to show up before other GMT+0 timezones. PHPBB3-9558