Fixes ambiguous order clause.
[platal.git] / include /
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 BarroisHandle the flag EDUCATION_ALL in ProfileFields
2010-03-22 Raphaël BarroisRename education_fmt to display_education and make...
2010-03-22 Raphaël BarroisFix medals fetching for Profiles
2010-03-22 Raphaël BarroisFix a few ProfileFields (Medals, Corps)
2010-03-22 Raphaël BarroisFix ProfileEducation fetching and display
2010-03-22 Raphaël BarroisFlatten results yielded by the various ProfileFields
2010-03-22 Raphaël BarroisFix warning about abstract static functions
2010-03-22 Raphaël BarroisFix fetching of jobs
2010-03-22 Raphaël BarroisFix ProfileAddress data fetching
2010-03-22 Raphaël BarroisFix company queries, enable preload
2010-03-22 Raphaël BarroisMinor bugfixes in ProfileField (addPhones, addAddresses)
2010-03-22 Raphaël BarroisFix bug in jobs, fix problem with empty fields
2010-03-22 Raphaël BarroisFix constructor visibility issue for ProfileFields
2010-03-22 Raphaël BarroisAdd support for ProfileJobs
2010-03-22 Raphaël BarroisEnable "on access" fetching of data
2010-03-22 Raphaël BarroisAdd ProfileNetworking
2010-03-22 Raphaël BarroisAdd ProfileEducation
2010-03-22 Raphaël BarroisRespect SQL CodingRules
2010-03-22 Raphaël BarroisFixes ProfileAddresses
2010-03-22 Raphaël BarroisAdd ProfileFields
2010-03-21 Florent BruneauMerge remote branch 'origin/master' into account
2010-03-21 Florent BruneauMerge remote branch 'origin/platal-0.10.2'
2010-03-20 Florent BruneauWiki selection is done by the Platal class.
2010-03-14 Florent BruneauUnit testing.
2010-03-09 Stéphane JacobMoves user_clear_all_subs to both User and Profile...
2010-03-06 Florent BruneauRemove useless @.
2010-03-06 Florent BruneauFix autocompletion.
2010-03-06 Florent BruneauMove include/directory.enums.inc.php to classes/ directory.
2010-03-06 Florent BruneauRewrite Profile::getNameTypeId using DirEnum.
2010-03-06 Florent BruneauAdd some icons.
2010-03-06 Florent BruneauFix naming consistency in UserFilterBuilder.
2010-03-06 Florent BruneauFix soundex in quick search.
2010-03-05 Florent BruneauFix ordering of quick search result.
2010-03-02 Raphaël BarroisFactor code in MultiPageViews
2010-03-02 Stéphane JacobReally fixes bounds display in multipage view.
2010-03-02 Stéphane JacobRenames user_id to uid accordingly to our naming conven...
2010-03-02 Stéphane JacobRemoves dead code from modules/search/*.inc.php.
2010-03-02 Stéphane JacobTranslates peremption to expiration.
2010-03-02 Stéphane JacobRenames uid to pid in watch_profile table.
2010-03-01 Raphaël BarroisOoops
2010-03-01 Raphaël BarroisFix bug with the 'nonins' parameter for search
2010-03-01 Stéphane JacobTypos (UFC -> PFC).
2010-02-28 Stéphane JacobMerge remote branch 'origin/master' into account
2010-02-28 Stéphane JacobFixes calls to auth_user_* from Manageurs' webservice.
2010-02-28 Florent BruneauFix symbol clash between $user->watch fetched by defaul...
2010-02-26 Florent Bruneauhomonyms.user_id -> homonyms.uid
2010-02-26 Florent Bruneauuser_id -> uid in newsletter and axletter.
2010-02-26 Florent Bruneauannounces.user_id -> announces.uid
2010-02-26 Florent Bruneaualiases.id => aliases.uid
2010-02-25 Florent BruneauFix naming convention.
2010-02-22 Stéphane JacobMoves make_username to PlUser.
2010-02-22 Florent BruneauFix manipulation error.
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-20 Florent BruneauTry to define an exhaustive list of tables to copy.
2010-02-20 Stéphane JacobMoves getXorgId and getSchoolId to Profile.
2010-02-20 Stéphane JacobMoves user_reindex to Profile.
2010-02-18 Florent BruneauFix UserFilter::DN_SORT -> Profile::DN_SORT.
2010-02-18 Raphaël BarroisRedefine DirEnum API, factor some code
2010-02-17 Raphaël BarroisFix bug in DirEnum for DE with "suboptions" (degree...
2010-02-17 Raphaël BarroisAdd an enumeration for profile_name_enum
2010-02-16 Florent BruneauMove table photo into profile_photos, rename uid to...
2010-02-16 Raphaël BarroisUse XDB::formatWildcards() where it is useful.
2010-02-15 Raphaël BarroisFix autoload of userfilter.php when using ProfileFilter
2010-02-15 Raphaël BarroisAdd UFC_Ip
2010-02-14 Raphaël BarroisUse Profile for vcards
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 Bruneau(groupex.*|groupesx_*) -> group_*
2010-02-14 Florent BruneauMove paiement db in x4dat (tables payment*).
2010-02-13 Raphaël BarroisFix PHP warnings (return by ref, protected/private)
2010-02-13 Raphaël Barroisrename classes from Formation to Education (UFC, UFBF)
2010-02-13 Raphaël BarroisMake emptiness info of UFBs available ; add Mentor...
2010-02-13 Raphaël BarroisImplement DirEnum::getOptionsArray()
2010-02-13 Raphaël BarroisAdd ProfileSet / ProfileFilter, fix orders
2010-02-13 Raphaël BarroisFix QuickSearch
2010-02-13 Raphaël BarroisSwitch search and UserSet to new UserFilter system
2010-02-13 Raphaël BarroisMinor bugfixes
2010-02-13 Raphaël BarroisReorder directory.enum.inc.php, add a few
2010-02-13 Raphaël BarroisDon't fetch data until needed
2010-02-13 Raphaël BarroisAdd support for autocompletion in DirEnum
2010-02-13 Raphaël BarroisForce the list of forbidden chars
2010-02-13 Raphaël BarroisAdd UFBF_QuickSearch, add support for orders
2010-02-13 Raphaël BarroisAdd UFBF_Phone and UFBF_Networking
2010-02-13 Raphaël BarroisAdd support for only_current and only_mentor in UFBuilder
2010-02-13 Raphaël BarroisAdd comments and folding to DirEnumeration
2010-02-13 Raphaël BarroisRename ufbuilder.php to ufbuilder.inc.php
2010-02-13 Raphaël BarroisMove getIDs() to DirEnumeration
2010-02-13 Raphaël BarroisAdd class DirEnum, to access all enumerations used...
2010-02-13 Raphaël BarroisCreate class UserFilterBuilder
2010-02-13 Raphaël BarroisAdd autoload for PFC_* classes
2010-02-13 Raphaël BarroisMore BugFix in notifs.inc.php (UFC_And has disappeared)
2010-02-13 Raphaël BarroisAdapt UserFilter and notifs to the new PFC classes
2010-02-13 Florent BruneauIf banana port is 563, use ssl.
2010-01-14 Stéphane JacobHappy New Year!!!
2009-12-13 Stéphane JacobMerge commit 'origin/platal-0.10.2'
next