Statistics
| Revision:

root / trunk / phpBB / includes / search / search.php

History | View | Annotate | Download (8 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

8782 08/23/2008 07:20 pm Meik Sievertsen

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})

8598 06/04/2008 05:37 pm Nils Adermann

removed executable props [Bug #6464]

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

7789 06/24/2007 02:49 pm Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 pm Meik Sievertsen

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).

6595 11/17/2006 08:37 pm Meik Sievertsen

adjust some comments to work with phpdocumentor. :)

6345 09/02/2006 03:33 pm Meik Sievertsen

some changes/fixes

6211 07/27/2006 09:02 pm Nils Adermann

- 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]...

6117 06/23/2006 04:04 pm Meik Sievertsen

make sure set_config is called with the correct is_dynamic value

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6021 06/07/2006 09:32 pm Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

6007 06/04/2006 12:19 am Nils Adermann

- 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...

5983 05/28/2006 09:24 pm Nils Adermann

- making user_last_search a NULL column so MSSQL won't hate us
- making ignore_words and synonyms optional for language packs

5981 05/28/2006 09:06 pm Nils Adermann

- 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...

5670 03/19/2006 03:23 pm Meik Sievertsen

- add our beloved in_phpbb check

5607 03/06/2006 07:21 pm Nils Adermann

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...

5482 01/21/2006 11:57 pm Nils Adermann

- search deals with global topics
- fixed some other search related bugs

5441 01/11/2006 07:56 pm Nils Adermann

- 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...