phpbb/phpBB/includes
Nathaniel Guse 029f096411 Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into develop
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/10411-2: (33 commits)
  [ticket/10411] Fix call to function on non-object $db->...()
  [ticket/10411] Remove ajax delete, so the page is refreshed
  [ticket/10411] Update schema file with new table and remove the column
  [ticket/10411] Add unit tests for move() with values >1
  [ticket/10411] Add migrations file for teampage table
  [ticket/10411] Revert database_update.php changes from for easier update
  [ticket/10411] Add maxlength to category name input field
  [ticket/10411] Test for thrown exceptions when group does not exist
  [ticket/10411] Catch exceptions from grouppositions
  [ticket/10411] Throw exceptions instead of using trigger_error()
  [ticket/10411] Add return values to add/delete function
  [ticket/10411] Add return value to move functions
  [ticket/10411] Fix typehinting and change private to protected
  [ticket/10411] Use template loops instead of defining the html in php files
  [ticket/10411] Ensure we only get services that do exist
  [ticket/10411] Add a comment why we left join the group table
  [ticket/10411] Rename template variable CUR_ to CURRENT_
  [ticket/10411] Move globals to the top and use array for cache destroy
  [ticket/10411] Use new ajax callback name row_up/row_down
  [ticket/10411] Fix logic error when editing/creating a group
  ...
2013-03-04 13:25:53 -06:00
..
acp Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into develop 2013-03-04 13:25:53 -06:00
auth [ticket/10758] Extract obtain_user_data for the benefit of tests. 2012-12-19 21:50:35 -05:00
cache [ticket/11305] Extract hook finder from cache service. 2013-01-02 01:29:32 -05:00
captcha Merge PR #1182 branch 'develop-olympus' into develop 2013-01-09 01:25:54 -05:00
config [ticket/11015] Change more docblocks to phpbb_db_driver. 2012-12-13 18:00:12 -05:00
controller [feature/controller] Allow injecting Symfony Request into controllers 2012-11-17 18:05:32 -05:00
cron [ticket/11015] Change more docblocks to phpbb_db_driver. 2012-12-13 18:00:12 -05:00
db Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into develop 2013-03-04 13:25:53 -06:00
di Merge PR #1130 branch 'EXreaction/ticket/11259' into develop 2012-12-29 13:45:40 -05:00
diff [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
event [feature/controller] Fix comments, check against more general HttpException 2012-11-19 12:55:15 -05:00
extension [ticket/11386] Fix circular reference error & serialize error 2013-03-02 14:15:59 -06:00
groupposition [ticket/10411] Throw exceptions instead of using trigger_error() 2013-02-26 16:52:53 +01:00
hook [ticket/11305] Extract hook finder from cache service. 2013-01-02 01:29:32 -05:00
hooks [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
lock Merge remote-tracking branch 'upstream/develop' into ticket/11015 2012-12-06 21:49:24 -05:00
mcp Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103 2013-01-15 11:31:39 -06:00
notification [ticket/11103] Don't call generate_board_url many times 2013-02-28 17:25:39 -06:00
php [ticket/10931] Apply strtolower() correctly, i.e. not on false. 2012-06-11 15:46:03 +02:00
questionnaire Merge remote-tracking branch 'upstream/develop' into ticket/11015 2012-12-06 21:49:24 -05:00
request Merge remote-tracking branch 'Fyorl/ticket/10939' into develop 2012-11-10 23:49:29 +01:00
search [ticket/11179] remove extra & in function call 2013-02-19 00:52:56 +05:30
style [ticket/11381] Make finder able to search in all available extensions 2013-03-01 11:37:24 -06:00
template Merge remote-tracking branch 'p/feature/template-events' into develop 2012-12-10 14:09:10 -05:00
ucp Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103 2013-02-11 21:37:15 -06:00
utf [ticket/10847] fixing all misspelled "dependant" to "dependent" 2012-04-30 21:55:24 +02:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
bbcode.php [feature/template-events] Inject extension manager into template class. 2012-11-17 16:39:54 -05:00
class_loader.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
constants.php Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into develop 2013-03-04 13:25:53 -06:00
datetime.php Merge branch 'develop-olympus' into develop 2013-02-24 17:58:27 +01:00
error_collector.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
functions.php Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 2013-02-26 15:32:27 -06:00
functions_acp.php [ticket/10896] Add missing email validation lost in develop merge 2013-02-24 17:42:53 +01:00
functions_admin.php Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103 2013-01-15 11:31:39 -06:00
functions_compress.php [ticket/11159] Static public is the currently approved order. 2012-11-06 16:43:48 -05:00
functions_container.php [ticket/11306] Add docblocks to all container related functions 2013-01-02 06:41:40 +01:00
functions_content.php Merge PR #786 branch 'brunoais/ticket/10845' into develop 2012-11-06 16:23:33 -05:00
functions_convert.php [feature/new-tz-handling] Remove appearances of board_dst and user_dst 2012-06-18 15:08:46 +02:00
functions_database_helper.php [ticket/11162] Chase dbal autoloading changes in develop. 2012-12-13 21:27:30 -05:00
functions_display.php [ticket/10954] Change behavior of marking topics/forums 2012-12-14 15:46:45 +01:00
functions_download.php Merge remote-tracking branch 'upstream/develop' into ticket/11015 2012-12-06 21:49:24 -05:00
functions_install.php Merge branch 'develop-olympus' into develop 2012-12-31 00:54:31 +01:00
functions_jabber.php [ticket/11100] Mark can_use_ssl() and can_use_tls() as static. 2012-09-08 01:12:34 +02:00
functions_messenger.php Merge branch 'develop-olympus' into develop 2013-02-24 20:55:01 +01:00
functions_module.php [ticket/10601] Comment to help understanding the code 2012-11-28 19:37:16 +00:00
functions_posting.php Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103 2013-01-15 11:31:39 -06:00
functions_privmsgs.php [ticket/11103] Instantiate $phpbb_notifications as needed 2012-12-13 19:19:40 -06:00
functions_profile_fields.php Merge branch 'develop-olympus' into develop 2012-07-23 23:40:09 +02:00
functions_transfer.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
functions_upload.php [ticket/10763] Use self when calling get_extension() in filespec class 2012-12-17 19:17:32 +01:00
functions_url_matcher.php [feature/controller] Rename get_paths to import_paths_from_finder 2012-11-16 17:05:46 -05:00
functions_user.php [ticket/10411] Catch exceptions from grouppositions 2013-02-26 16:53:51 +01:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
json_response.php [ticket/10328] Fixed the header of json_response.php. 2012-03-31 02:09:21 +02:00
message_parser.php [ticket/11250] Move quote special cases from class to unit tests 2012-12-14 12:58:57 +01:00
session.php [ticket/11361] Make sure that array passed to strtr() has the proper format. 2013-02-23 11:06:48 +01:00
sphinxapi.php [ticket/11248] Convert line endings to LF - develop edition. 2012-12-07 21:57:33 -05:00
startup.php [ticket/10893] Update the usage of Composer 2012-05-13 13:05:20 -04:00
user.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
user_loader.php [ticket/11103] dbal -> phpbb_db_driver 2012-12-13 19:46:32 -06:00