index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actions
/
peoplesearch.php
Age
Commit message (
Expand
)
Author
2009-07-03
move peoplesearchresults class to action/peoplesearch
Evan Prodromou
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-04-06
external search now depends on site.server.
Robin Millette
2009-04-06
refactored search suggestions and added forgotten sprintf.
Robin Millette
2009-04-05
added filler text to people search, suggesting other search options.
Robin Millette
2009-03-19
Somewhat better behaviour with mixed caps in search
Evan Prodromou
2009-02-18
move peoplesearchresults to its own module
Evan Prodromou
2009-01-23
mark a bunch of actions read-only
Robin Millette
2009-01-23
uiredesign
Robin Millette
2009-01-15
Convert all actions to use new UI functions
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-11-23
conflict resolution on people search
millette
2008-11-23
sphinx integration for notices and profiles
millette
2008-11-20
sphinx search for notices
millette
2008-11-20
sphinx search of people
millette
2008-11-20
correct constructor for PeopleSearchResults
Evan Prodromou
2008-11-20
abstract people lists from search results
Evan Prodromou
2008-09-14
PostgreSQL: support for full text searching (notice and people)
CiaranG
2008-07-19
A couple more notice errors
Mike Cochrane
2008-07-18
quote match terms
Evan Prodromou
2008-07-10
Trailing whitespace on lines
Mike Cochrane
2008-07-10
More _t( to _( and sprintfs in new code
Mike Cochrane
2008-07-10
lost a closing tag in peoplesearch
Evan Prodromou
2008-07-09
better highlighting in URL
Evan Prodromou
2008-07-09
found missing second term
Evan Prodromou
2008-07-09
some debug code to find a problem with terms
Evan Prodromou
2008-07-09
require search action lib in search actions
Evan Prodromou
2008-07-09
refactor common code between searches and between search and settings
Evan Prodromou
2008-07-09
specialchars() text in search results
Evan Prodromou
2008-07-09
highlight homepage in search results
Evan Prodromou
2008-07-09
better instructions
Evan Prodromou
2008-07-09
remove hr -- CSS takes care of it
Evan Prodromou
2008-07-09
add instructions to people search
Evan Prodromou
2008-07-09
change formatting of search output
Evan Prodromou
2008-07-09
show p.error when there are no results.
Evan Prodromou
2008-07-09
ignore case when highlighting
Evan Prodromou
2008-07-09
common_start_element -> common_element_start
Evan Prodromou
2008-07-09
move end of form element
Evan Prodromou
2008-07-09
missing comma in people search
Evan Prodromou
2008-07-09
first pass at people search
Evan Prodromou