aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Bug #51655 - Missing global vars phpbb_root_path & phpExJoas Schilling2009-09-191-1/+1
* Ok, after 20+ hours i think i fixed all grave issues with the updaterMeik Sievertsen2009-09-182-56/+278
* fix r9814 - remove echo "aha"; - Happy birthday nadermanJoas Schilling2009-09-181-1/+1
* phpBB updater now solves common conflicts on it's own. This further reduces t...Meik Sievertsen2009-09-171-0/+95
* Return integers when get_forum_list() is supposed to only return IDs.Andreas Fischer2009-09-171-1/+1
* extend r9387 - check for existance of all functions we use...Meik Sievertsen2009-09-172-2/+2
* found a much better method to skip whitespace/tab changes. :)Meik Sievertsen2009-09-171-19/+8
* Remove duplicate S_DISPLAY_GALLERY key from ucp_groups. Regression from r9757Meik Sievertsen2009-09-171-1/+0
* fix xhtml issue in updater - Bug #51335Meik Sievertsen2009-09-161-0/+1
* Fix #51285 and more issues with template inherence on set_custom_templateJoas Schilling2009-09-163-6/+11
* move up the feed code because MODs often use this location which results in m...Meik Sievertsen2009-09-161-10/+10
* Fix login for passworded forums - Bug #51265Meik Sievertsen2009-09-151-0/+1
* fix uninitialised variable in functions_admin.php (Bug #51295)Meik Sievertsen2009-09-151-0/+1
* Fix #51305 - User need a_clearlog to delete warningsJoas Schilling2009-09-151-8/+1
* sanity check - avoid ugly error messagesHenry Sudhof2009-09-151-3/+4
* #51395 - remove legacy captcha code. authorised by: acyd burnHenry Sudhof2009-09-151-18/+6
* fix #51235 - regression from 9843 for #48265Joas Schilling2009-09-131-0/+2
* why am i so dumb sometimes... /me hits myself with the dumbness stick...Meik Sievertsen2009-09-131-1/+0
* fix #49625 r10002 - Do not drop forum_id on mcp_front (un)approvalJoas Schilling2009-09-121-1/+1
* rollback; will be in 3.0.7Henry Sudhof2009-09-111-23/+7
* #50985Henry Sudhof2009-09-111-7/+23
* Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Rela...Andreas Fischer2009-09-101-1/+1
* also collect admins user agent vendor and version (send_statistics)Meik Sievertsen2009-09-101-2/+18
* Fix bug #51075 introduced in r10121.Andreas Fischer2009-09-101-2/+2
* Related to r9830: Change REPORT_POST to REPORT_PM.Andreas Fischer2009-09-091-1/+1
* Send emails for manual user activation if admin activation is enabled not thr...Meik Sievertsen2009-09-091-1/+1
* define $data array at the correct location. ;)Meik Sievertsen2009-09-091-3/+2
* Always remove temporary filename (Bug #50965)Meik Sievertsen2009-09-081-8/+9
* Further adjust unread tracking query, should work now for user last mark time...Meik Sievertsen2009-09-082-8/+16
* Rename get_unread_topics_list() to get_unread_topics().Andreas Fischer2009-09-082-17/+19
* Fix retrieval of unread topics list. The old queries were too heavy, using te...Meik Sievertsen2009-09-071-79/+25
* beautify q&a captcha a bit (only slightly)Meik Sievertsen2009-09-071-44/+44
* Fix Bug #50845 (missing info icon in subsilver2)Meik Sievertsen2009-09-071-2/+3
* Adjustments to r10005: Use request_var() to get cookie data.Andreas Fischer2009-09-071-13/+10
* Some smaller changes to r10041.Andreas Fischer2009-09-061-6/+6
* Fix r10041 - Bug #50765Meik Sievertsen2009-09-051-2/+2
* Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test runMeik Sievertsen2009-09-041-1/+1
* - fixed bug #44975Jim Wigginton2009-09-041-0/+14
* phpBB updater now skips sole whitespace changes. This reduces the chance of c...Meik Sievertsen2009-09-041-0/+16
* Also update newest user data if someone is creating a founder with user_add().Andreas Fischer2009-09-041-1/+1
* only whitespace changesMeik Sievertsen2009-09-041-3/+3
* #50485Henry Sudhof2009-09-031-0/+1
* #50675 ; also don't reset the captcha on loginHenry Sudhof2009-09-031-2/+2
* Some rewording, some typo fixes, some whitespace changes.Andreas Fischer2009-09-031-3/+3
* Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset ar...Andreas Fischer2009-09-031-3/+6
* Some cleanup.Andreas Fischer2009-09-031-78/+97
* Fixed bugs #43145, #44375, #44415 and #43045Jim Wigginton2009-09-024-3/+53
* Save some calls here, since page_footer(true) gets called quite often.Andreas Fischer2009-09-011-7/+8
* Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha p...Meik Sievertsen2009-09-012-13/+16
* Only embed cron.php if there is no cron lock present to reduce overhead. (Bug...Meik Sievertsen2009-09-011-0/+19