aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug #51905 - Only check whether forum image exists if forum image is spec...Andreas Fischer2009-09-242-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | remove log_time index (was not used at all)Meik Sievertsen2009-09-242-6/+126
* | | | | | | | | | | | | | | | | | | | | | | | | | | #51805Henry Sudhof2009-09-231-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | submit buttons in same style as other submit buttons in ACPMeik Sievertsen2009-09-233-13/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | check for m_split and m_merge permission on target topic and topic icon selec...Meik Sievertsen2009-09-231-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #51775 - Do not unlock topics with QuickReplyJoas Schilling2009-09-231-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix getting host for situations where the name/IP is not resolvable. Related ...Meik Sievertsen2009-09-222-2/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | Move add_log() call for captcha "configure" page to the captcha plugin, becau...Meik Sievertsen2009-09-224-4/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | regression in r9647 (wrong fix for bug #45975) - Bug #51505 (Patch by HardStyle)Meik Sievertsen2009-09-221-20/+21
* | | | | | | | | | | | | | | | | | | | | | | | | | | And now i feel even more dirty because i had to adjust the oracle hack to all...Meik Sievertsen2009-09-211-1/+50
* | | | | | | | | | | | | | | | | | | | | | | | | | | Ok, the oracle database backup never actually worked at all. We used the wron...Meik Sievertsen2009-09-211-17/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | #50485 Henry Sudhof2009-09-211-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | remove unnecessary query parts... thanks to asinshesq for pointing it out.Meik Sievertsen2009-09-201-6/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | forgot to add display active flag to forum data in r10169 for bug #19135Meik Sievertsen2009-09-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | note correct username if post/topic get's removed if user is anonymousMeik Sievertsen2009-09-201-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | set "display active topics" to true by default for new forum creation... regr...Meik Sievertsen2009-09-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | improve code to detect and solve conflicts for code removed from one version ...Meik Sievertsen2009-09-201-8/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | if preserve_cr is true and the file generated no conflict but is obviously no...Meik Sievertsen2009-09-201-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | although we do not use force_approved_state check it nevertheless for the mes...Meik Sievertsen2009-09-201-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #51655 - Missing global vars phpbb_root_path & phpExJoas Schilling2009-09-191-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | use existing language key for "private message not found"Meik Sievertsen2009-09-191-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | Ok, after 20+ hours i think i fixed all grave issues with the updaterMeik Sievertsen2009-09-183-146/+384
* | | | | | | | | | | | | | | | | | | | | | | | | | | fix r9814 - remove echo "aha"; - Happy birthday nadermanJoas Schilling2009-09-181-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #51375 - Do not show QR in closed topics/forumsJoas Schilling2009-09-181-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | phpBB updater now solves common conflicts on it's own. This further reduces t...Meik Sievertsen2009-09-172-0/+96
* | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-20/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | correctly display diff for conflictsMeik Sievertsen2009-09-171-12/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | 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 some XHTML issues in admin style - Bug #51405Meik Sievertsen2009-09-165-9/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #51385 - regression from r9252 - only spelling fixMeik Sievertsen2009-09-161-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | add send_statistics feature to changelogMeik 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 coppa setting in convertor (Bug #50735) - at the same time increase targe...Meik Sievertsen2009-09-151-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-18/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | 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-113-25/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | #50985 - typoHenry Sudhof2009-09-111-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | #50985Henry Sudhof2009-09-113-7/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Rela...Andreas Fischer2009-09-101-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | Language changesYuriy Rusko2009-09-101-2/+2