History | View | Annotate | Download (42.6 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_20'.
Changes to the search code- Add a configurable flood control limit to searching- Change the way old search results are removed to deal with an issue with mysql 5 crashing on large queriesNote to translators: This adds new language variablesNote to designers: This changes a template file...
Changes to the way the limits are enforced on username length when searchingThis should now allow you to search for a specific user with a name < 3 chars long, whilst still preventing wildcard searchs with less than 3 chars
ok, bugfixing phase #1 finished. There will be more bugfixes coming and those knowing CVS/php/mysql are encouraged to implement the fixes. ;)
- try some matching against server intensive searches...
2.0.11
prepare new release - see changelog for changes
security fix
Fixed: better input validation, thanks to Niels Teusink for pointing this one out
Legacy var ... potential XSS
Some updates... username updates are now finished (no more changing here). Please review the changes to search.php (at the moment not active).
ERROR => GENERAL_ERROR and set s_hidden_fields to nowt in search
redirect header changes
More fixes and updates
Fix issue with URI sid and post subject links
Fix missing $phpEx in search redirections
Fix ordering problem for topics
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Fixing bug 536812: search.php - total_match_countThanks acydburn!Not a big deal, just did what acydburn recommended.
I'm sooo bored with re-fixing things
search_id change broke various other search options, fixed
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Update goto page code
Fix enter does not submit problems for username searching, all bow down before Matthijs ... no, not in that way you perverts
Broke bbcode removal when displaying incomplete posts ... fixed
Fix default AND for word concaten..blah blah
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...
Fixed bug #509335
Fixed pagination bug on search results ( #509852 )
Fixed stripslashing problem which would lead to incorrect search results in some cases
Fix bug #502174, show Guest post usernames correctly ... well as correct as they currently are
Change ego search back to topic output rather than posts (as was till last update) .. even though it does say view own posts ..
Various updates to fix problems with large result sets ... code is quite messy, will clean up
Finished implementation of title searching ... this will please at least one person :)
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
Moved all search functions to includes/search.php Paul; please review
Fix bug #497740
Fix bug #496943
Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.
Fix bug #495250 and various other issues
Fix bug #495130 and remove unnecessary free_result
Fix for bug #494740
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Sped up searching for posts from a specific user a lot
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.
bug #488067: no, preg_quote() didn't always have 2 args.
Added another image name for 'goto post'
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
Fix for 'bug' #484650
Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
Latest variants ... not finished yet ...
Fix for display of newest image icon when one doesn't exist
Search re-write was erm, how can I say this, erm, brown, soft and smelly ... putting old one with required updates back, will do more work soon
Various core updates for searching
Fixed bug #483105
Yet More language updates
More language updates
And again my brain gets ahead of my fingers ... mental note, reduce caffeine intake
Fixed bug #482127 ... part 2, fixes post_subject too
Fixed bug #482127 ... problem occurs when no bad word list exists
Mainly language updates but some bug fixes too
Pagination update
Added arguments to search ACTION to avoid caching probems (back button that doesn't work)
Oops, forgot to commit search.php
Altered for constant table names
New search system, this isn't final, needs alterations, etc. can redeem this against the full priced version with included coupon
Slight mods to the usersearch function, moved to search.php
And all because the lady loves Milk Tray, erm, sorry ... all because I missed a . from a string concaten...thingy
Various changes to location redirection ... please note the format and name changes
Added view newest output for topic search
Just to bring CVS in-line with local copy
New search 'stuff' ... not complete ... update
New search 'stuff' ... not complete
Bug 461842 fixed. Unnecessary uses of addslashes(), stripslashes(), and preg_quote() in search.php..
Removed some trailing newlines
Altered layout of phpbb_config table
Changed all error_die to message_die
Re-added GPL disclaimers
Modified header comments
Changes to include location + some other misc stuff
Fixed error
Switched forum_auth to the forums table
User can only search and see results for forums they have auth_view rights
Various changes and fixes to enable search from username and template updates
Some updates which may have fixed some probs ...
Added ability to jump to a specific post ... click on the little page post icon
In goes initial search engine