Fixes display of emails in profile edition.
[platal.git] / classes /
2010-07-20 Stéphane JacobFixes display of emails in profile edition.
2010-07-20 Stéphane JacobPrevents notice when no menu on xnet.
2010-07-19 Raphaël BarroisAdd DirEnum for corps/corpsranks
2010-07-18 Stéphane JacobEdits TODOs and XXXs.
2010-07-17 Stéphane JacobMerge remote branch 'origin/platal-1.0.0'
2010-07-17 Stéphane JacobAdds notion of directory name for users.
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 JacobDisplays proper information on promo marketing pages...
2010-07-16 Stéphane JacobSearches for companies like sth and not = sth.
2010-07-13 Florent BruneauMerge branch 'platal-1.0.0'
2010-07-13 Florent BruneauBypass the default query of the User class when no...
2010-07-12 Stéphane JacobAdds isActive in both User and Profile classes.
2010-07-12 Stéphane JacobDisplays country name instead of country code as flag...
2010-07-12 Stéphane JacobProperly uses names (Closes #1192).
2010-07-07 Raphaël BarroisOops
2010-07-07 Raphaël BarroisAdd DirEnum for medals
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 Raphaël BarroisFix display of CV when logged and viewing profile view...
2010-07-01 Florent BruneauFix a typo leading to invalid SQL query.
2010-06-28 Pascal CorpetFixes Outlook contacts page broken by change in phones.
2010-06-25 Raphaël BarroisFix user/profile deletion
2010-06-23 Raphaël BarroisFix fetching of phones for user addresses
2010-06-23 Florent BruneauChange the email format directly via the User object...
2010-06-23 Raphaël BarroisFix visibility of nickname
2010-06-23 Raphaël BarroisFixes promo marketing display ; still a bug
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-06-22 Pascal CorpetBreaks networking to add network_type (im, social,...
2010-06-21 Raphaël BarroisAdd options to profile->getPhones to allow filtering
2010-06-17 Stéphane JacobFetches the name the user wants to be called in profile.
2010-06-15 Pascal CorpetAdds the url to authenticate in xnet from xorg (auth...
2010-06-15 Pascal CorpetFixes switching an ext member of a group to an x user
2010-06-13 Pascal CorpetFixes region selection when choosing country from list...
2010-06-13 Pascal CorpetFixes iterating over profiles of users when all profile...
2010-06-13 Pascal CorpetFixes non-x members of groups. Closes #1087
2010-06-08 Pascal CorpetFixes accessing to groups having shortnames that look...
2010-06-08 Pascal CorpetFixes view members of group even if not in group. Close...
2010-06-06 Pascal CorpetFixes unsubscription from group
2010-06-06 Pascal CorpetEnables survey for oranges. Closes #993
2010-06-05 Florent BruneauTake carnet notification changes into account immediate...
2010-06-05 Florent BruneauImplements __unset on Profile.
2010-06-05 Florent BruneauFix (again) the count of carnet notification. Close...
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-30 Florent BruneauSeveral fixes in carnet notification selection.
2010-05-30 Florent BruneauAdd Profile::mainGrade() that maps main education to...
2010-05-29 Pascal CorpetFirst fix for WatchRegistration (need more)
2010-05-26 Stéphane JacobFixes search token database reconstruction.
2010-05-26 Stéphane JacobFixes bugs in name edition.
2010-05-26 Stéphane JacobReplaces removed function get_not_registered_user.
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-11 Florent BruneauFix Recoverable Errors when fetching jobs and addresses...
2010-04-11 Florent BruneauFix Profile::getWebSite().
2010-04-11 Florent BruneauNo more hacks to handle '%grp'.
2010-04-10 Florent BruneauShould fix the "Trombinoscope" (at least for search...
2010-04-10 Florent BruneauTypo.
2010-04-10 Florent BruneauFix warning when a profile has no promo.
2010-04-02 Raphaël BarroisFix freetext visibility
2010-04-02 Raphaël BarroisSet visibility for section and binets to private
2010-03-25 Stéphane JacobAdds education related functions to Profile class.
2010-03-23 Raphaël BarroisMerge branch 'account'
2010-03-22 Raphaël BarroisAdd Profile->displayEmail()
2010-03-22 Raphaël BarroisAdd ProfileMentoringSectors / ProfileMentoringCountries
2010-03-22 Raphaël BarroisImprove batch fetching efficiency
2010-03-22 Raphaël BarroisUpdate visibility model, apply to photo fetching
2010-03-22 Raphaël BarroisNo need for batch loading of Photo data
2010-03-22 Raphaël BarroisTypo
2010-03-22 Raphaël BarroisAdd new constant for batch fetching
2010-03-22 Raphaël BarroisAdd support for batch fetchin in Userfilters
2010-03-22 Raphaël BarroisModify ProfileFields retrieval API : no more iterators
2010-03-22 Raphaël BarroisAdd ProfileCorps to Profile
2010-03-22 Raphaël BarroisStore phones in Profile
2010-03-22 Raphaël BarroisAdd isDead function to Profile
2010-03-22 Raphaël BarroisAdd function for fetching more info about a user's...
2010-03-22 Raphaël BarroisFetch section and binets names
2010-03-22 Raphaël BarroisAdd Medals field to profile
next