aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust case and some language.Andreas Fischer2009-12-271-14/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #55935, r10382Andreas Fischer2009-12-271-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small changelog corrections.Andreas Fischer2009-12-271-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-2710-19/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce amount of forums by selecting postable forums only.Andreas Fischer2009-12-251-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Draft for active topics feed.Andreas Fischer2009-12-251-2/+117
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfie...Andreas Fischer2009-12-253-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #54945Marek A. R2009-12-241-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved search query performance through sorting words by their occurance. [...Nils Adermann2009-12-232-8/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix language in r10375. #55785Andreas Fischer2009-12-231-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #55785 - Correct call to mysql_pconnect().Andreas Fischer2009-12-232-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's try this. Split feed user interface into sections. This partly reverts ...Andreas Fischer2009-12-232-7/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn all forums feed off by default.Andreas Fischer2009-12-231-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... wrong file, fixing previous commit r10370Nils Adermann2009-12-231-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reflect changes in schema data. This should also close #55775 ;-)Andreas Fischer2009-12-231-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send statistics now check for IPv6 and send private network status as a booleanNils Adermann2009-12-232-10/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change All Topics strings for the time being.Andreas Fischer2009-12-231-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change forums feed language strings to reflect what it is.Andreas Fischer2009-12-231-4/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange items. Move post based feeds up.Andreas Fischer2009-12-231-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall...Andreas Fischer2009-12-234-9/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a little reminder for when we decide to update the confusables one dayNils Adermann2009-12-231-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to add this to the commit list.Andreas Fischer2009-12-221-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to disable overall (aka board-wide) feed.Andreas Fischer2009-12-227-3/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump database updater version to 3.0.7-devAndreas Fischer2009-12-221-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix r10360, Bug #55665Andreas Fischer2009-12-221-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #55665 - Restrict search for styles/../style.cfg to folders.Joas Schilling2009-12-212-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically lookup num_items in the config array if it is a string.Andreas Fischer2009-12-201-20/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup. Remove unused methods and logic.Andreas Fischer2009-12-201-137/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract class for post based feeds. Separate overall, forum and topic feed.Andreas Fischer2009-12-201-184/+326
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let forums feed use the new methods.Andreas Fischer2009-12-201-4/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract class for topic based feeds.Andreas Fischer2009-12-201-55/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache forever, destroy on change.Andreas Fischer2009-12-202-5/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also improve topics feed.Andreas Fischer2009-12-201-10/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve news feed. It basically only runs two queries now for the main content.Andreas Fischer2009-12-201-14/+41
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide some more generic methods.Andreas Fischer2009-12-201-0/+42
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All topics feed now returns newest board topics. Reduce required queries and ...Andreas Fischer2009-12-202-28/+30
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Topic has to be approved.Andreas Fischer2009-12-191-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some corrections for r10347 and r10345.Andreas Fischer2009-12-171-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ...Andreas Fischer2009-12-171-9/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct limit config parameter in the News feed.Andreas Fischer2009-12-172-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | News feed: Correctly handle global announcements.Andreas Fischer2009-12-172-10/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve 'All forums' feed: Remove limit, display all forums. Join all queries...Andreas Fischer2009-12-172-9/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've got to take this back. Revert r10316 partly.Andreas Fischer2009-12-162-7/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjustment of r10337 to properly fix the bug #23935Ruslan Uzdenov2009-12-161-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alter ACP user quick tools interface to reduce confusion with the delete oper...Chris Smith2009-12-142-7/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly get unread status information for global announcements in search re...Ruslan Uzdenov2009-12-142-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "0" is a valid title.Andreas Fischer2009-12-141-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #23935 - help_faq , explanation of "How do I show an image below my usern...Ruslan Uzdenov2009-12-142-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | title already censored lower down.Andreas Fischer2009-12-131-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whitespacesHenry Sudhof2009-12-131-1/+1