phpbb/phpBB
Andreas Fischer 86fa185a1b Merge branch 'ticket/10605' into develop-olympus
* ticket/10605:
  [ticket/10605] Use database updater function _sql() instead of $db->sql_query()
  [ticket/10605] Put end of array on its own line because start of array is too.
  [ticket/10605] Add parameter documentation to phpbb_delete_user_pms
  [ticket/10605] Fix left join usage.
  [ticket/10605] Add a section for updating from 3.0.10 to schema updates.
  [ticket/10605] Fix syntax error in database updater.
  [ticket/10605] Reset user´s pm count to 0 when deleting his PMs
  [ticket/10605] Split query to be able to use indexes
  [ticket/10605] Rename $delete_rows to $delete_ids.
  [ticket/10605] Break long comment into multiple lines 80 chars short.
  [ticket/10605] Remove unnecessary $delete_ids array.
  [ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
  [ticket/10605] Remove unused variable declarations.
  [ticket/10605] Turn $undelivered_user into a real array of counters.
  [ticket/10605] Use unset() instead of checking user_id over and over again.
  [ticket/10605] Prefix function with phpbb_ and use true instead of 1
  [ticket/10605] Delete orphan private messages on update
  [ticket/10605] Check for orphan privmsgs when deleting a user

Conflicts:
	phpBB/install/database_update.php
2012-05-14 00:38:54 +02:00
..
adm Merge remote-tracking branch 'cyberalien/ticket/10860' into develop-olympus 2012-05-06 18:39:23 +02:00
cache [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
develop [ticket/10881] Replace old (and unify) file headers in develop files. 2012-05-10 11:53:54 +02:00
docs Merge PR #725 branch 'Senky/ticket/9896' into develop-olympus 2012-05-10 15:57:24 -04:00
download [ticket/10633] Stop leaking filename of attachments when thumbnail is requested 2012-02-09 15:17:42 +01:00
files [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
images [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
includes Merge branch 'ticket/10605' into develop-olympus 2012-05-14 00:38:54 +02:00
install Merge branch 'ticket/10605' into develop-olympus 2012-05-14 00:38:54 +02:00
language [ticket/10835] changing "e-mail" to "email" 2012-05-11 08:09:56 +02:00
store [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
styles Merge PR #785 branch 'Senky/ticket/10835' into develop-olympus 2012-05-11 02:32:58 -04:00
.htaccess [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http 2010-01-19 19:08:51 +00:00
common.php [ticket/10218] Moving global deregistration, etc. to startup.php 2011-06-14 06:11:35 -04:00
cron.php [ticket/10046] Call flush() in cron.php 2011-03-12 14:56:47 +01:00
faq.php populate who is online only where required 2009-08-12 10:30:37 +00:00
feed.php Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympus 2011-08-26 05:59:13 -04:00
index.php [ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition 2012-01-15 18:18:04 +08:00
mcp.php fix mcp sorting for pm_reports, and some minor language changes 2009-07-22 13:33:54 +00:00
memberlist.php Merge remote-tracking branch 'bantu/ticket/10658' into develop-olympus 2012-04-03 20:57:24 -04:00
posting.php [ticket/10503] Debug error "Invalid arguments" when previewing edits 2011-11-28 10:35:43 +01:00
report.php [ticket/10266] Add "Return to forum" link after reporting a post 2011-07-14 02:52:05 +02:00
search.php [ticket/10532] Remove unnecessary parentheses around calculations of addition. 2012-02-26 02:30:44 +01:00
style.php [ticket/10399] Correctly encoding template component urls (3.0) 2011-12-04 11:43:55 +02:00
ucp.php [ticket/8616] Direct links in pm notification emails 2011-10-13 19:17:56 +02:00
viewforum.php [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic). 2012-02-09 15:34:04 +01:00
viewonline.php Fix bug #46215 - Adjust viewonline filename regular expression to be less strict. 2009-06-09 15:52:03 +00:00
viewtopic.php [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic). 2012-02-09 15:34:04 +01:00
web.config [ticket/10219] Remove invalid and invisible character from web.config. 2011-06-14 23:18:33 +02:00