aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Language changesYuriy Rusko2009-09-101-4/+4
* Correctly display underlined links placed in last line in viewtopic. (Bug #14...Meik Sievertsen2009-09-102-0/+2
* also collect admins user agent vendor and version (send_statistics)Meik Sievertsen2009-09-102-3/+19
* Fix database updater for PostgreSQL: Data needs to be GROUPed BY left_id, bef...Andreas Fischer2009-09-101-0/+1
* Fix bug #51075 introduced in r10121.Andreas Fischer2009-09-101-2/+2
* Fix bug #50445 - Fix icon alignment for forums with large descriptions in sub...Andreas Fischer2009-09-092-4/+3
* Fix bug #51035 introduced in r9814.Andreas Fischer2009-09-091-1/+1
* Related to r9830: Change REPORT_POST to REPORT_PM.Andreas Fischer2009-09-091-1/+1
* regarding r10108 - Hide some more search links for #50685Joas Schilling2009-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-083-18/+20
* regarding r10108 - Hide some more search links for #50685Joas Schilling2009-09-082-2/+2
* Fix retrieval of unread topics list. The old queries were too heavy, using te...Meik Sievertsen2009-09-071-79/+25
* since we now have several search_ids, all with different default results mode...Meik Sievertsen2009-09-071-23/+24
* beautify q&a captcha a bit (only slightly)Meik Sievertsen2009-09-074-54/+54
* related to Bug #50185 - forgot to add tabindex to submit button on registrationMeik Sievertsen2009-09-071-1/+1
* 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
* Adjust r10110 - Also add autowidth class to keywords input field - Bug #50795...Meik Sievertsen2009-09-052-2/+2
* add inputbox class to input in prosilver - Bug #50795Meik Sievertsen2009-09-052-3/+3
* Fix r10041 - Bug #50765Meik Sievertsen2009-09-051-2/+2
* Do not display links to user/post search if search is disabled. (Bug #50685 -...Meik Sievertsen2009-09-054-3/+6
* Revert r10106 - Index usage is very unlikely because of WHERE IN (). :-|Andreas Fischer2009-09-0410-15/+0