Removes trailing spaces.
[platal.git] / classes / userfilter.php
2010-08-08 Stéphane JacobRemoves trailing spaces.
2010-08-03 Raphaël BarroisAllow sorting by name for accounts as well
2010-07-27 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-20 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-17 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-16 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-16 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-16 Stéphane JacobSearches for companies like sth and not = sth.
2010-07-04 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-03 Raphaël BarroisFix filtering by promos on advanced search
2010-07-03 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-03 Stéphane JacobPrevents empty condition on a query.
2010-07-02 Florent BruneauMerge branch 'platal-1.0.0'
2010-07-01 Florent BruneauFix a typo leading to invalid SQL query.
2010-06-22 Pascal CorpetFix networking with new network_type issues introduced...
2010-06-22 Raphaël BarroisFix error on quicksearching on promos
2010-06-22 Raphaël BarroisFix typo (PlFilter instead of PlLimit)
2010-05-30 Florent Bruneaus/a\.uid/$UID/ && s/p\.pid/$PID/
2010-05-30 Florent BruneauAlso replace $UID and $PID in WHERE and ORDER BY statem...
2010-05-29 Pascal CorpetFirst fix for WatchRegistration (need more)
2010-05-25 Raphaël BarroisFixes problem with multi-token quicksearch (Closes...
2010-05-21 Florent BruneauMerge remote branch 'origin/platal-0.10.2'
2010-05-17 Florent BruneauMerge branch 'platal-0.10.2'
2010-05-09 Florent BruneauTypo.
2010-05-09 Florent BruneauAdd a base for sort/limits testing.
2010-05-07 Raphaël BarroisFix bug in UFC_Registration with 0000-00-00 00:00:00...
2010-05-07 Raphaël BarroisCleanup UFCs using dates (use new make_datetime function)
2010-05-07 Raphaël BarroisFix UFC_Death (didn't work with dates before the epoch...)
2010-04-30 Raphaël BarroisImprove args for UFC_NameTokens
2010-04-28 Raphaël BarroisFix UFC_Name::PARTICLE to be easier to use
2010-04-28 Raphaël BarroisAdd UFC_Name::EXACT mode
2010-04-28 Florent BruneauUpdate core and replace constructors of some UFC that...
2010-04-28 Raphaël BarroisFix a bug in UFC_EducationField (wrong table name)
2010-04-28 Raphaël BarroisFix bug in UFC_EducationDegree
2010-04-28 Raphaël BarroisAdd check against PHP's 0 == 'anystring' problem
2010-04-28 Raphaël BarroisFix typo
2010-04-27 Raphaël BarroisFix UserFilter->getTotalCount
2010-04-18 Florent BruneauA first batch of tests of the UserFilter.
2010-04-12 Florent BruneauFix typo.
2010-04-10 Florent BruneauShould fix the "Trombinoscope" (at least for search...
2010-04-10 Florent BruneauTypo.
2010-03-23 Raphaël BarroisMerge branch 'account'
2010-03-22 Raphaël BarroisAdd support for batch fetchin in Userfilters
2010-03-21 Florent BruneauMerge remote branch 'origin/master' into account
2010-03-08 Florent BruneauFix some usages of ctype_digit().
2010-03-06 Florent BruneauRemove calls to Profile::getNameTypeId.
2010-03-06 Florent BruneauXDB::formatArray -> XDB::format().
2010-03-06 Florent BruneauUFC_Contact requires profile table.
2010-03-06 Florent BruneauFix soundex in quick search.
2010-03-05 Florent BruneauName token search must be a prefix search, not full...
2010-03-05 Florent BruneauUse new PlSqlJoin API: makes UserFilter a bit clearer.
2010-03-04 Florent BruneauMerge UFC_Email and UFC_EmailList into a single class...
2010-03-04 Florent BruneauRename UFC_Profile to UFC_HasProfile.
2010-03-04 Florent BruneauAdd UFC_Hrpid.
2010-03-04 Florent BruneauContact are profiles, not users.
2010-03-03 Stéphane JacobTypo.
2010-02-28 Stéphane JacobMerge remote branch 'origin/master' into account
2010-02-28 Florent BruneauAdd UFC_MarketingHash.
2010-02-28 Florent BruneauFix symbol clash between $user->watch fetched by defaul...
2010-02-27 Florent BruneauAdd UFC_SchoolId.
2010-02-27 Florent BruneauAdd UserFilter::getUser(), UserFilter::getProfile(...
2010-02-26 Florent Bruneaualiases.id => aliases.uid
2010-02-25 Florent BruneauFix naming convention.
2010-02-21 Florent BruneauFix many uid fields in profile tables created by newdir...
2010-02-21 Florent BruneauCopy missing tables: all the tables needed by profile...
2010-02-21 Florent BruneauKill references to obsolete tables.
2010-02-16 Raphaël BarroisUse XDB::formatWildcards() where it is useful.
2010-02-16 Raphaël BarroisAdd UserIterator, ProfileIterator
2010-02-15 Raphaël BarroisAdd UFC_Ip
2010-02-14 Raphaël BarroisMove Name-related code from UserFilter to Profile
2010-02-14 Florent Bruneau2010.
2010-02-14 Florent BruneauMerge commit 'origin/master' into account
2010-02-14 Florent BruneauAdd Group::getLogo() and Profile::getPhoto() based...
2010-02-14 Florent Bruneau(groupex.*|groupesx_*) -> group_*
2010-02-14 Florent BruneauMakes $limit argument optional.
2010-02-13 Raphaël BarroisFix UFC_Mentor*
2010-02-13 Raphaël Barroisrename classes from Formation to Education (UFC, UFBF)
2010-02-13 Raphaël BarroisImprove UFC_Mentor_Sectorization
2010-02-13 Raphaël BarroisAdd ProfileSet / ProfileFilter, fix orders
2010-02-13 Raphaël BarroisMinor bugfixes
2010-02-13 Raphaël BarroisAdd UFC_Hruids
2010-02-13 Raphaël BarroisBugfix in UFC_Addresses, improve UFCs.
2010-02-13 Raphaël BarroisAdds various UFC_ (Binet, Comment), fixes queries
2010-02-13 Raphaël BarroisImprove UFC_Nationality, adds UFC_Binets, UFC_Formation
2010-02-13 Raphaël BarroisAdds UFC_Nationality and UFC_Binet
2010-02-13 Raphaël BarroisAdd support for resume search in jobs
2010-02-13 Raphaël BarroisImprove UFC_Address classes
2010-02-13 Raphaël BarroisAdapt to PHP's interface system.... :(
2010-02-13 Raphaël BarroisAdd support for returning Profiles instead of Users
2010-02-13 Raphaël BarroisAdd support for exact queries in UFC_NameTokens
2010-02-13 Raphaël BarroisOptimize queries for QuickSearch
2010-02-13 Raphaël BarroisAdd UFC_NameTokens and UFO_Score
2010-02-13 Raphaël BarroisAdd support for Profile retrieving with UserFilters
2010-02-13 Raphaël BarroisBugfixes in UserFilter (scope, inheritance, ...)
2010-02-13 Raphaël BarroisAdapt UserFilter and notifs to the new PFC classes
2010-02-13 Raphaël BarroisBugFix in UFC_Registered
2010-02-13 Raphaël BarroisBugfix in UFC_Promo (no comparison with UserFilter...
2010-02-13 Raphaël BarroisAdapt UserFilter to the new PlFilter structure
2010-02-13 Raphaël BarroisImprove UFC_Address
2010-02-13 Florent BruneauFix compilation errors.
next