aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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 remote-tracking branch 'unknownbliss/ticket/10631' into developDavid King2012-09-0125-6/+1945
|\
| * [ticket/10631] Removing un-needed TODOs that are no longer needed.Unknown Bliss2012-09-011-4/+0
| | | | | | | | PHPBB3-10631
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-0147-284/+1168
| |\ | |/ |/| | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php
* | Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-015-5/+206
|\ \ | | | | | | Feature/add events
| * | [feature/add_events] Added core.posting_modify_template_varsDavid King2012-08-261-0/+8
| | | | | | | | | | | | | | | | | | | | | Can be used to set template variables and such, as the template assignment methods are not available to the modify_posting_paramters event. PHPBB3-9550
| * | [feature/add_events] Added note in modify_posting_parametersDavid King2012-08-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | The template assignment methods do not work until $user->setup() has been run. This event is called before it, so extensions requiring template methods must put such calls in a later event. PHPBB3-9550
| * | [feature/add_events] Add more parameters to core.modify_posting_parametersDavid King2012-08-231-1/+6
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Put globals on one lineDavid King2012-08-221-4/+2
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Remove $allow_bbcode and $allow_smiliesDavid King2012-08-221-10/+4
| | | | | | | | | | | | | | | | | | Upon testing it was discovered that these did not work as originally intended. PHPBB3-9550
| * | [feature/add_events] Globalize event dispatcher object in some functionsDavid King2012-08-222-0/+3
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Event to modify the data array for when a user is addedDavid King2012-08-211-0/+10
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Before and after events for generate_text_for_* functionsDavid King2012-08-211-8/+72
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Added events for modifying generate_text_for_display()David King2012-08-211-0/+27
| | | | | | | | | | | | | | | | | | | | | The events allow you to perform extra functions on the text before nad/or after it has been parsed for BBCode and Smilies. PHPBB3-9550
| * | [feature/add_events] core.posting_refresh -> core.modify_posting_paramtersDavid King2012-08-211-10/+23
| | | | | | | | | | | | | | | | | | The event now lets extensions modify the posting paramters, not just refresh PHPBB3-9550
| * | [feature/add_events] Fixed docs, added _profile_cache to event parametersDavid King2012-08-211-4/+4
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Change alter -> modify in event nameDavid King2012-08-211-2/+2
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Rename override to overwrite, made docs 79 chars/lineDavid King2012-08-211-17/+18
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Re-fix broken testDavid King2012-08-212-1/+3
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/add_events] Fix append_sid() testDavid King2012-08-201-0/+1
| | | | | | | | | | | | 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] Add event core.alter_username_string to change usernameDavid King2012-08-201-2/+27
| | | | | | | | | | | | 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
| * | [feature/add_events] Added core.posting_refresh eventDavid King2012-08-201-0/+13
| | | | | | | | | | | | PHPBB3-9550
* | | Merge remote-tracking branch 'github-igorw/feature/dic' into developNils Adermann2012-09-0137-273/+846
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-igorw/feature/dic: (35 commits) [feature/dic] Spaces to tabs, add useless docblocks [feature/dic] Remove unneeded newline [feature/dic] Add a doc block for the prune_forum cron task forum_data [feature/dic] Update composer.lock to symfony/* RC1 [feature/dic] Fix re-ordering of services [feature/dic] Fix parse errors [feature/dic] Add docblock for cron_manager::wrap_task() [feature/dic] Make cron task attributes protected, one per line [feature/dic] Coding style: Braces [feature/dic] Re-order services alphabetically [feature/dic] Remove duplicate event-dispatcher dependency [feature/dic] Adjust installer script to work with partially configured container [feature/dic] Generate full cache driver class name on fresh install [feature/dic] Adjust cache driver class name for BC [feature/dic] Rename {phpEx => php_ext} for consistency [feature/dic] Add trailing newline to htaccess [feature/dic] Require symfony/* 2.1.*, tabs instead of spaces, --dev lock file [feature/dic] Load services from extensions [feature/dic] Introduce DI processors instead of abusing compiler passes [feature/dic] Add dbal_ class prefix to dbal.driver.class ...
| * | | [feature/dic] Spaces to tabs, add useless docblocksIgor Wiedler2012-09-0111-61/+150
| | | | | | | | | | | | | | | | | | | | | | | | Fully documents the constructors of the processors and the cron tasks. PHPBB3-10739
| * | | [feature/dic] Remove unneeded newlineIgor Wiedler2012-09-011-1/+0
| | | | | | | | | | | | | | | | PHPBB3-10739
| * | | [feature/dic] Add a doc block for the prune_forum cron task forum_dataIgor Wiedler2012-08-251-0/+8
| | | | | | | | | | | | | | | | PHPBB3-10739
| * | | [feature/dic] Update composer.lock to symfony/* RC1Igor Wiedler2012-08-251-15/+15
| | | | | | | | | | | | | | | | PHPBB3-10739
| * | | [feature/dic] Fix re-ordering of servicesIgor Wiedler2012-08-251-11/+11
| | | | | | | | | | | | | | | | PHPBB3-10739
| * | | [feature/dic] Fix parse errorsIgor Wiedler2012-08-252-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10739
| * | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-2582-605/+4640
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (259 commits) [prep-release-3.0.11] Bumping version number for 3.0.11 final. [feature/php-events] Fix doc of core.viewonline_overwrite_location [feature/php-events] Fix doc of core.user_set_default_group [feature/php-events] Fix doc of core.generate_smilies_after [feature/php-events] Fix doc of core.delete_user_after [feature/php-events] Fix doc of core.delete_user_before [feature/php-events] Fix doc of core.update_username [feature/php-events] Fix doc of core.memberlist_prepare_profile_data [feature/php-events] Fix doc and position of viewonline_overwrite_location [feature/php-events] Fix doc of core.viewtopic_get_post_data [feature/php-events] Fix doc of core.viewtopic_cache_guest_data [ticket/11061] Add the --dev flag to the composer instructions in README [ticket/11060] Make sure pyrus can install everything on travis [ticket/11059] Use https for the README logo [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forum [feature/php-events] Fix core.acp_manage_forums_update_data_after vars [ticket/11032] fix language of error displayed [ticket/11052] update search backend constructor everywhere [ticket/11052] pass parametes to search construct while posting [ticket/11054] Fixed $config var description ... Conflicts: phpBB/includes/cron/task/core/tidy_cache.php phpBB/includes/cron/task/core/tidy_search.php
| * | | | [feature/dic] Add docblock for cron_manager::wrap_task()Igor Wiedler2012-08-251-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Make cron task attributes protected, one per lineIgor Wiedler2012-08-2510-11/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Coding style: BracesIgor Wiedler2012-08-255-6/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Re-order services alphabeticallyIgor Wiedler2012-08-251-54/+54
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Remove duplicate event-dispatcher dependencyIgor Wiedler2012-07-291-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Adjust installer script to work with partially configured ↵Igor Wiedler2012-07-261-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | container PHPBB3-10739
| * | | | [feature/dic] Generate full cache driver class name on fresh installIgor Wiedler2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Adjust cache driver class name for BCIgor Wiedler2012-07-261-1/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | [feature/dic] Rename {phpEx => php_ext} for consistencyIgor Wiedler2012-07-268-34/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-2658-229/+678
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (39 commits) [ticket/11025] Add underline for hover to classes [ticket/11025] Replace <b> with <strong> and/or class for semantic styling in subsilver2 [ticket/11025] Replace <b> with <strong> and/or class for semantic styling [ticket/11025] Make last topic titles in forum list Bold [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. [ticket/10965] Profile data is only grabbed when show_novalue is enabled [ticket/10965] Make sure all profile fields are always grabbed on viewtopic [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value [ticket/10990] Changes for develop [ticket/10990] Do not use comma separator when storing it as a log. [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) [ticket/11012] Fix php_ext change in mock_extension_manager [ticket/11012] Normalize $phpEx member vars to $php_ext [ticket/11002] Use translating option to rename the Etc/GMT options [ticket/11009] Backport build.xml from develop to fix Bamboo Unit Testing. [ticket/11008] Change onunload_functions to not use eval() ...
| * | | | | [feature/dic] Add trailing newline to htaccessIgor Wiedler2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | | [feature/dic] Require symfony/* 2.1.*, tabs instead of spaces, --dev lock fileIgor Wiedler2012-07-262-13/+58
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | | [feature/dic] Load services from extensionsIgor Wiedler2012-07-215-3/+66
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | | [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-215-14/+38
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | | [feature/dic] Add dbal_ class prefix to dbal.driver.classIgor Wiedler2012-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739