aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exclude moved topics.Andreas Fischer2010-01-121-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | min() is actually pointless there.Andreas Fischer2010-01-121-3/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually use the new method.Andreas Fischer2010-01-121-8/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve overall feed performanceAndreas Fischer2010-01-121-17/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-112-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure ORDER BY is SELECTedAndreas Fischer2010-01-081-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to prefetch post ids from other tables where possible.Andreas Fischer2010-01-081-26/+92
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops thanks rxu, fixes r10309 refs #54465Chris Smith2010-01-071-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #56125 - XHTML mistakes in Coding Guidelines. Patch by leviatan21.Andreas Fischer2010-01-011-21/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small text corrections. r10393Andreas Fischer2009-12-312-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove complex query, add true sorting for viewprofile group list. Related to...Andreas Fischer2009-12-312-6/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #31845 - List hidden groups on viewprofile where the viewing user is ...Andreas Fischer2009-12-312-6/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #56025 - Pagination of User Notes in MCP uses two different config values.Joas Schilling2009-12-302-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add warnings about plaintext passwordsChris Smith2009-12-302-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reflect feed configuration parameter changes in questionnaire.Andreas Fischer2009-12-291-4/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #54235Andreas Fischer2009-12-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #30315 - No longer use group colours for usernames on print view. Col...Andreas Fischer2009-12-295-4/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #55895 - Missing CSS background parameter, thanks Planet Styles.Andreas Fischer2009-12-282-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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