History | View | Annotate | Download (38.7 kB)
3.0.2-RC2 released
#29435 (do not highlight if only wildcard(s) provided)
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
some tiny fixes...
- added an option to specify a port for the LDAP server- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085]
- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()- using \r on custom bbcodes to allow line breaks [Bug #10758]
- allow multibyte search configuration- added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627]- improved ldap explanations a bit- display searchable subforums of invisible parents in advanced search forum selection [Bug #11395]
- strip_bbcode should not treat smilies which look like BBCode and are placed in front of a closing tag as BBCode- highlight in post subjects and topic titles- language entry SMILIE_ONE_ADDED should have been SMILIES_ONE_ADDED
some bugs fixed
do not get too excited
#13579This changes the signature of author_search. Search backends will need adjustment.
try to normalize everything...
Cleaning up (#13689)Also removed the useless login box from the ACP.
- search result extract shouldn't end in the middle of a multibyte character [Bug #11863]- missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027]- explain that themes which need parsing cannot be stored on the filesystem [Bug #11134]...
even more fixes. :o
some fixes here and there
#12941
tweak the sql_like_expression feature a little bit to allow correct escaping
new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).
- author search should take UTF-8 [Bug #11793]
#12545
- correctly transfer the search query across search result pages- changed highlighting so foo* will match foo again [Bug #10031]- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...
fixes for search button in header - #10389, #10225, #9548added missing colour swatch to prosilver - #8657language changes - #10387, #10375, #10373, #10353, #10279line-height for font size (still not ideal) - #10317Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383...
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...
- removed unneeded code from fulltext_mysql [Bug #9947]- an additional combined index on post_subject and post_text is necessary for fulltext_mysql [Bug #9818]- added phrase searching support to fulltext_mysql while fixing some minor bugs in the keyword processing code, originally intended to do this about a year ago when I switched from split_words array to search_query string in the search backend interface, so finally it's there
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995MCP fixes for user notes/warnings - #9981Preserving imageset values on save/editfind a member link for Mass PM's - #9925...
- urlencoded usernames don't need htmlspecialchars [Bug #8794]- fulltext_mysql still used synonyms/ignore words [Bug #5405]- merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293]- renamed "fork" to "copy" (was already called "copy" in some places)...
- small MSSQL thing- changed how we store tracking data
- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]- allow cancelling search index creation/removal- custom CSS class name input too short [Bug #8328]...
- ignore too short/too long search words [Bug #7438]
- fix some oddities (doubled spaces for example)- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.- Changed some permission namings based on suggestions by the community...
#6772- some other random things
fix message length calculation for parsing bbcodes as well as saving some bytes of memory. ;)
- display search type as page title for premade searches [Bug #6508]- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)- properly implemented password complexity check [Bug #6584]...
some fixes today- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
#6264
- finally correctly calculate current time for birthday calculation [Bug #6030]- allow searching forums with unsearchable subforums [Bug #6056]- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans- do not index forums which have indexing disabled on index recreation [Bug #6060]...
- author search should use clean names for searching [Bug #5752]- local moderators are moderators too!- don't show a "word is not contained in any post" message for ignored common words- bold search words in search error messages [Bug #5762]
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
- Throw error on incorrect search queries [Bug #5648]
#5610
message
rather large update, most important things done:- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations- more username/colour changes/fixes- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...
fixes for bugs #5564, #5554 and #5462
- fixing a bunch of bugs- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.i hope not having introduced too many new bugs.
some tiny fixes.
adjust some comments to work with phpdocumentor. :)
ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.
consistant obtain_* functions
trimmed the highlight regex
- now username changes should work as desired- removed some extract() calls
- store sql_layer directly within the layer itself- new method sql_multi_insert to circumvent db-specific hacks(hopefully not introduced any parsing errors)
tried to begin adjusting all string functions where applicable - still a lot to do.i hope i catched all relevant sections and did not mess something up.
Add coluring to search-posts results
- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]- take local server time into consideration for birthday/age calculation- faster active topic search- allow changing active topic time frame [Bug #4150]...
implement bare-bone validation for config variables...
Next phase of last post changes + a few minor bugs
Note: This template variable is available but will not be used by default
- fixing profile bug- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)- automatically assign the u_download and u_search permission to the guest group
- Bug #4000
- only highlight when there is anything to highlight
-forgot list items
- birthdays/age in user's timezone and not server's local time- parse bbcode in posts with fewer characters than selected maximum on search results page- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...
Phase 2 of the changesThis should now be complete
Initial batch of colourization changes. This includes: - schema changes for first post and last post - display in viewforum, search and ucp of first post - update of database on postingStill outstanding - display of last post
- set default_style when the old default style is being deleted- Do not search for moved topics in the premade searches (new/active/unanswered) and if one occurs for whatever reason, at least display it properly [Bug #3756]
sql_in_set changes
- load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51.- reported bugs fixed
- fixed some problems with themes- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}- fulltext_native has to use group by in a few more quries
- fixed some bugs- made imageset naming more consistent- updated every schema to be consistent and also fixed it (every db should install fine now)-
- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]- removed the split_words array, introduced an enforced search_query- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]...
- it's \r\n not \n\r [Bug #3121]- a few little search bugfixes- drop in the improved version of the native search based on UTF-8 (still needs some work before it can replace the current native search) Thanks Ashe :)
- fixed a parse error (oops)- pass forum_ids to search indexing functions- fixed a bug in fulltext_native's cache destroying
- display age in user profile and make it available on viewtopic- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]- strip first, then change newlines [Bug #2403]- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...
- improve newposts search performance
ok, sorry for this. :/- cleaned up table names/constants
ok, this one is rather large... the most important change:re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
- adjusted coding guidelines- fixed custom bbcode {TEXT} token- added unapproved item/info for unapproved posts in a topic
- added search by author_id to solve problems with looking up posts of users with a name containing wildcards- user based flood control (seperate limits for users and guests) [Bug #1357]- inform the user about ignored words if he receives a "no words specified" message...
- force a default charset- better highlight code in search
- some adjustements for phpdocumentor
- allow searches for multibyte characters in fulltext_native- use preg_quote safely
- correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]- always display views and replies in search results [Bug #1223]- display error messages occuring during search index creation/deletion [Bug #1274]- correctly align the ACP link on the search results page [Bug #1160]...
- some adjustments for search related config options- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181]- fixed search own posts link in UCP [Bug #1163]- corrections to timezone selection [Bug #1148]- fix quickmod tools on post details page [Bug #1188]
- Bug 1104: fixed a typo ($necoding => $encoding)- Bug 1139: active_topics now has a button to submit the "Display posts from previous <time>" form- active_topics doesn't return NULL rows anymore- fix a padding bug in the search forum listing
- Lesson learned: If you rename something rename it in all places and not just in a few :) (min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb)- search_indexing_state should not be dynamic- a topic link should link to a topic ;-)
- replaced mcp reports system with a simplified version- fixed links to mcp_reports
Me, me, me!
- only search unapproved posts/topics in forums where the user got the m_approve permission- resize the search cache when it grows too huge (drop distant pages)- added unread link to search results page- streamlined search results and viewforum html code for displaying topics...
- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)- fixed forum editing and parent id selection- completely removed HTML support (it only creates security problems)- changed cache_moderators() to reflect permission changes
- new default result mode: posts- make use of f_search permission
just some tiny changes to meet the coding guidelines
- added fulltext_mysql- sort search results by topic author, not topic author id- topic tracking on search results page- dotted topics on search results page- links to global announcements fixed
- search deals with global topics- fixed some other search related bugs
somehow I knew this had to happen :((just two very tiny changes to the previous commit)
- overhauled search system - updated structure for search backend plugins - better result caching using ACM - search results no longer session restricted => link to them by copying the URL :) - in-topic search - indexing posts now uses search backend plugins...
Added topic folder image source and user profile link for posts results page
Added the topic icon src variable to bring in line with viewtopic and viewforum
- Replaced the old 2.0.x highlight code with much nicer code :-)
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/- acp changes