History | View | Annotate | Download (8 KB)
Copy 3.0.x branch to trunk
The same way we allow defining a custom template/style path we now allow this for languages too.This will allow applications to define their own language folder for certain parts for example.Callable by $user->set_custom_lang_path({new_path})
removed executable props [Bug #6464]
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
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).
adjust some comments to work with phpdocumentor. :)
some changes/fixes
- 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]...
make sure set_config is called with the correct is_dynamic value
make sure custom profile fields are created correctly on registration (#2225)
ok, sorry for this. :/- cleaned up table names/constants
- removed useless code from style.php- added a view template cache mode to acp_styles- syntax highlighting for the acp css- completed refresh actions for themes and templates- fixed theme and template installation- use a function for generating database theme data...
- making user_last_search a NULL column so MSSQL won't hate us- making ignore_words and synonyms optional for language packs
- 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...
- add our beloved in_phpbb check
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...
- search deals with global topics- fixed some other search related bugs
- 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...