platal.git
14 years agoMoves user_reindex to Profile.
Stéphane Jacob [Fri, 19 Feb 2010 17:06:34 +0000 (18:06 +0100)]
Moves user_reindex to Profile.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoAdapts inclusion of promotion and accounts.
Stéphane Jacob [Fri, 19 Feb 2010 08:40:01 +0000 (09:40 +0100)]
Adapts inclusion of promotion and accounts.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoFix UserFilter::DN_SORT -> Profile::DN_SORT.
Florent Bruneau [Thu, 18 Feb 2010 20:40:52 +0000 (21:40 +0100)]
Fix UserFilter::DN_SORT -> Profile::DN_SORT.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoRedefine DirEnum API, factor some code
Raphaël Barrois [Thu, 18 Feb 2010 00:36:34 +0000 (01:36 +0100)]
Redefine DirEnum API, factor some code

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix bug in DirEnum for DE with "suboptions" (degree for a given school, ...)
Raphaël Barrois [Wed, 17 Feb 2010 22:54:31 +0000 (23:54 +0100)]
Fix bug in DirEnum for DE with "suboptions" (degree for a given school, ...)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd an enumeration for profile_name_enum
Raphaël Barrois [Wed, 17 Feb 2010 21:17:55 +0000 (22:17 +0100)]
Add an enumeration for profile_name_enum

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMove table photo into profile_photos, rename uid to pid.
Florent Bruneau [Tue, 16 Feb 2010 21:30:44 +0000 (22:30 +0100)]
Move table photo into profile_photos, rename uid to pid.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoMakes use of PlIteratorUtils::map() to build contact calendar.
Florent Bruneau [Tue, 16 Feb 2010 21:14:01 +0000 (22:14 +0100)]
Makes use of PlIteratorUtils::map() to build contact calendar.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoUser ProfileIterator for contacts (pdf and calendar).
Florent Bruneau [Tue, 16 Feb 2010 20:45:22 +0000 (21:45 +0100)]
User ProfileIterator for contacts (pdf and calendar).

Also fix the code of ProfileIterator: Profile constructor is private, so
use Profile::get() factory with the current row.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoUse XDB::formatWildcards() where it is useful.
Raphaël Barrois [Tue, 16 Feb 2010 13:46:24 +0000 (14:46 +0100)]
Use XDB::formatWildcards() where it is useful.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UserIterator, ProfileIterator
Raphaël Barrois [Tue, 16 Feb 2010 10:34:25 +0000 (11:34 +0100)]
Add UserIterator, ProfileIterator

Wrappers around the XDB::iterator over the data for building those objects

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch last uses of VCard to Profile system
Raphaël Barrois [Mon, 15 Feb 2010 14:31:53 +0000 (15:31 +0100)]
Switch last uses of VCard to Profile system

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix autoload of userfilter.php when using ProfileFilter
Raphaël Barrois [Mon, 15 Feb 2010 14:09:10 +0000 (15:09 +0100)]
Fix autoload of userfilter.php when using ProfileFilter

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoUse ProfileFilter for vcard building
Raphaël Barrois [Mon, 15 Feb 2010 14:08:03 +0000 (15:08 +0100)]
Use ProfileFilter for vcard building

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFC_Ip
Raphaël Barrois [Mon, 15 Feb 2010 13:49:40 +0000 (14:49 +0100)]
Add UFC_Ip

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoRemove the last #groupex# mention
Raphaël Barrois [Mon, 15 Feb 2010 12:22:59 +0000 (13:22 +0100)]
Remove the last #groupex# mention

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch handler_broken to account
Raphaël Barrois [Mon, 15 Feb 2010 00:18:18 +0000 (01:18 +0100)]
Switch handler_broken to account

No separation between firstname and lastname in generated CSV

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoUse Profile for vcards
Raphaël Barrois [Sun, 14 Feb 2010 23:47:34 +0000 (00:47 +0100)]
Use Profile for vcards

TODO : find a way to link address to jobs in Profile functions

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFetch fixed and fax for profile addresses
Raphaël Barrois [Sun, 14 Feb 2010 23:43:37 +0000 (00:43 +0100)]
Fetch fixed and fax for profile addresses

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFetch alternate bestalias/forlife for user
Raphaël Barrois [Sun, 14 Feb 2010 23:01:47 +0000 (00:01 +0100)]
Fetch alternate bestalias/forlife for user

Use those only for display !!

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFetch phone info related to an address in Profile
Raphaël Barrois [Sun, 14 Feb 2010 16:48:41 +0000 (17:48 +0100)]
Fetch phone info related to an address in Profile

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd name variants and binets in Profile
Raphaël Barrois [Sun, 14 Feb 2010 12:08:50 +0000 (13:08 +0100)]
Add name variants and binets in Profile

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFetch groups a user belongs to
Raphaël Barrois [Sun, 14 Feb 2010 12:07:22 +0000 (13:07 +0100)]
Fetch groups a user belongs to

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMove Name-related code from UserFilter to Profile
Raphaël Barrois [Sat, 13 Feb 2010 23:59:27 +0000 (00:59 +0100)]
Move Name-related code from UserFilter to Profile

* Display names
* Name variants
* Available names

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix.
Florent Bruneau [Sun, 14 Feb 2010 21:20:53 +0000 (22:20 +0100)]
Fix.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years ago2010.
Florent Bruneau [Sun, 14 Feb 2010 19:48:26 +0000 (20:48 +0100)]
2010.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoMerge commit 'origin/master' into account
Florent Bruneau [Sun, 14 Feb 2010 19:47:18 +0000 (20:47 +0100)]
Merge commit 'origin/master' into account

Conflicts:

core
include/applis.func.inc.php
include/geoloc.inc.php
include/secure_hash.inc.php
include/synchro_ax.inc.php
modules/geoloc.php
modules/profile.php
modules/xnetlists.php
plugins/function.geoloc_country.php
plugins/function.geoloc_region.php
plugins/insert.getName.php
templates/events/rss.tpl
templates/include/minifiche.tpl
templates/include/plview.geoloc.tpl
templates/profile/general.edu.tpl
templates/profile/jobs.sub_sector.tpl
templates/profile/nomusage.tpl
templates/xnetgrp/announce-rss.tpl
templates/xnetgrp/annuaire-csv.tpl
templates/xnetlists/sync.tpl
upgrade/0.9.14/connect.db.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoAdd Group::getLogo() and Profile::getPhoto() based on PlImage.
Florent Bruneau [Sun, 14 Feb 2010 16:00:14 +0000 (17:00 +0100)]
Add Group::getLogo() and Profile::getPhoto() based on PlImage.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix some errors on X.net.
Florent Bruneau [Sun, 14 Feb 2010 15:14:00 +0000 (16:14 +0100)]
Fix some errors on X.net.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years ago(groupex.*|groupesx_*) -> group_*
Florent Bruneau [Sun, 14 Feb 2010 14:19:16 +0000 (15:19 +0100)]
(groupex.*|groupesx_*) -> group_*

AFAICT, account branch is now mono-db.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoMove paiement db in x4dat (tables payment*).
Florent Bruneau [Sun, 14 Feb 2010 13:45:10 +0000 (14:45 +0100)]
Move paiement db in x4dat (tables payment*).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoMove logger base in main data base (tables log_*).
Florent Bruneau [Sun, 14 Feb 2010 11:51:03 +0000 (12:51 +0100)]
Move logger base in main data base (tables log_*).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoTypo.
Florent Bruneau [Sun, 14 Feb 2010 11:31:48 +0000 (12:31 +0100)]
Typo.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoCleaner syntax.
Florent Bruneau [Sun, 14 Feb 2010 10:35:08 +0000 (11:35 +0100)]
Cleaner syntax.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoMakes $limit argument optional.
Florent Bruneau [Sun, 14 Feb 2010 10:34:35 +0000 (11:34 +0100)]
Makes $limit argument optional.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoPartial port of PDF export of contact list.
Florent Bruneau [Sun, 14 Feb 2010 10:04:57 +0000 (11:04 +0100)]
Partial port of PDF export of contact list.

Profile class does not provide an API to retrieve the couple (job, job address).

Profile::getAddresses seems to be a bit buggy.

Yet another auth_user_ removed.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix error in Profile SQL queries
Raphaël Barrois [Sun, 14 Feb 2010 00:10:24 +0000 (01:10 +0100)]
Fix error in Profile SQL queries

Error in the name of joined tables

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix display bug in minifiche for profiles without owner
Raphaël Barrois [Fri, 12 Feb 2010 23:20:32 +0000 (00:20 +0100)]
Fix display bug in minifiche for profiles without owner

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix PHP warnings (return by ref, protected/private)
Raphaël Barrois [Fri, 12 Feb 2010 23:12:26 +0000 (00:12 +0100)]
Fix PHP warnings (return by ref, protected/private)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoActually display results of Mentor search...
Raphaël Barrois [Tue, 9 Feb 2010 01:19:41 +0000 (02:19 +0100)]
Actually display results of Mentor search...

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix UFC_Mentor*
Raphaël Barrois [Tue, 9 Feb 2010 01:19:20 +0000 (02:19 +0100)]
Fix UFC_Mentor*

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agorename classes from Formation to Education (UFC, UFBF)
Raphaël Barrois [Tue, 9 Feb 2010 00:28:39 +0000 (01:28 +0100)]
rename classes from Formation to Education (UFC, UFBF)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoUse correct version of core-account
Raphaël Barrois [Sat, 6 Feb 2010 09:39:29 +0000 (10:39 +0100)]
Use correct version of core-account

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch to the new PlSet system
Raphaël Barrois [Sat, 6 Feb 2010 09:39:13 +0000 (10:39 +0100)]
Switch to the new PlSet system

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMake emptiness info of UFBs available ; add Mentor-related UFBs
Raphaël Barrois [Sat, 6 Feb 2010 09:38:20 +0000 (10:38 +0100)]
Make emptiness info of UFBs available ; add Mentor-related UFBs

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImplement DirEnum::getOptionsArray()
Raphaël Barrois [Sat, 6 Feb 2010 09:37:44 +0000 (10:37 +0100)]
Implement DirEnum::getOptionsArray()

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImprove UFC_Mentor_Sectorization
Raphaël Barrois [Sat, 6 Feb 2010 09:37:15 +0000 (10:37 +0100)]
Improve UFC_Mentor_Sectorization

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix the carnet
Raphaël Barrois [Fri, 5 Feb 2010 15:34:27 +0000 (16:34 +0100)]
Fix the carnet

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd ProfileSet / ProfileFilter, fix orders
Raphaël Barrois [Fri, 5 Feb 2010 15:34:03 +0000 (16:34 +0100)]
Add ProfileSet / ProfileFilter, fix orders

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix QuickSearch
Raphaël Barrois [Fri, 5 Feb 2010 15:32:01 +0000 (16:32 +0100)]
Fix QuickSearch

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoRemove ThrowError
Raphaël Barrois [Fri, 5 Feb 2010 12:58:52 +0000 (13:58 +0100)]
Remove ThrowError

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch search and UserSet to new UserFilter system
Raphaël Barrois [Thu, 4 Feb 2010 22:44:21 +0000 (23:44 +0100)]
Switch search and UserSet to new UserFilter system

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMinor bugfixes
Raphaël Barrois [Thu, 4 Feb 2010 21:03:45 +0000 (22:03 +0100)]
Minor bugfixes

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoReorder directory.enum.inc.php, add a few
Raphaël Barrois [Thu, 4 Feb 2010 18:17:54 +0000 (19:17 +0100)]
Reorder directory.enum.inc.php, add a few

* Group them by topic
* Add DE_JobDescription, DE_Company, DE_Locality

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoDon't fetch data until needed
Raphaël Barrois [Thu, 4 Feb 2010 18:02:09 +0000 (19:02 +0100)]
Don't fetch data until needed

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for autocompletion in DirEnum
Raphaël Barrois [Thu, 4 Feb 2010 13:17:16 +0000 (14:17 +0100)]
Add support for autocompletion in DirEnum

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFC_Hruids
Raphaël Barrois [Thu, 4 Feb 2010 00:44:08 +0000 (01:44 +0100)]
Add UFC_Hruids

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoForce the list of forbidden chars
Raphaël Barrois [Thu, 4 Feb 2010 00:37:36 +0000 (01:37 +0100)]
Force the list of forbidden chars

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFBF_QuickSearch, add support for orders
Raphaël Barrois [Thu, 4 Feb 2010 00:33:18 +0000 (01:33 +0100)]
Add UFBF_QuickSearch, add support for orders

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFBF_Phone and UFBF_Networking
Raphaël Barrois [Wed, 3 Feb 2010 00:44:55 +0000 (01:44 +0100)]
Add UFBF_Phone and UFBF_Networking

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for only_current and only_mentor in UFBuilder
Raphaël Barrois [Wed, 3 Feb 2010 00:35:52 +0000 (01:35 +0100)]
Add support for only_current and only_mentor in UFBuilder

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd comments and folding to DirEnumeration
Raphaël Barrois [Tue, 2 Feb 2010 23:39:20 +0000 (00:39 +0100)]
Add comments and folding to DirEnumeration

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoRename ufbuilder.php to ufbuilder.inc.php
Raphaël Barrois [Tue, 2 Feb 2010 23:38:50 +0000 (00:38 +0100)]
Rename ufbuilder.php to ufbuilder.inc.php

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMove getIDs() to DirEnumeration
Raphaël Barrois [Tue, 2 Feb 2010 21:28:32 +0000 (22:28 +0100)]
Move getIDs() to DirEnumeration

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd class DirEnum, to access all enumerations used in the site
Raphaël Barrois [Mon, 1 Feb 2010 15:16:17 +0000 (16:16 +0100)]
Add class DirEnum, to access all enumerations used in the site

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoCreate class UserFilterBuilder
Raphaël Barrois [Mon, 25 Jan 2010 15:18:22 +0000 (16:18 +0100)]
Create class UserFilterBuilder

Used to create (basic) UserFilter, reading values from Get/Post
Should evolve into a much more powerful tool later...

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoBugfix in UFC_Addresses, improve UFCs.
Raphaël Barrois [Mon, 1 Feb 2010 15:15:50 +0000 (16:15 +0100)]
Bugfix in UFC_Addresses, improve UFCs.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdds various UFC_ (Binet, Comment), fixes queries
Raphaël Barrois [Sun, 31 Jan 2010 18:45:29 +0000 (19:45 +0100)]
Adds various UFC_ (Binet, Comment), fixes queries

Several UFC_ can now handle an array of possible values, instead of just one

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImprove UFC_Nationality, adds UFC_Binets, UFC_Formation
Raphaël Barrois [Thu, 28 Jan 2010 14:05:18 +0000 (15:05 +0100)]
Improve UFC_Nationality, adds UFC_Binets, UFC_Formation

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdds UFC_Nationality and UFC_Binet
Raphaël Barrois [Thu, 28 Jan 2010 11:39:44 +0000 (12:39 +0100)]
Adds UFC_Nationality and UFC_Binet

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for resume search in jobs
Raphaël Barrois [Wed, 27 Jan 2010 21:26:40 +0000 (22:26 +0100)]
Add support for resume search in jobs

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImprove UFC_Address classes
Raphaël Barrois [Wed, 27 Jan 2010 00:52:20 +0000 (01:52 +0100)]
Improve UFC_Address classes

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoDon't load a User when showing a minifiche, unless necessary
Raphaël Barrois [Sun, 24 Jan 2010 15:56:25 +0000 (16:56 +0100)]
Don't load a User when showing a minifiche, unless necessary

Had a few vars to the minifiche template too

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdapt to PHP's interface system.... :(
Raphaël Barrois [Sun, 24 Jan 2010 13:05:03 +0000 (14:05 +0100)]
Adapt to PHP's interface system.... :(

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for returning Profiles instead of Users
Raphaël Barrois [Sun, 24 Jan 2010 12:35:30 +0000 (13:35 +0100)]
Add support for returning Profiles instead of Users

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for exact queries in UFC_NameTokens
Raphaël Barrois [Sun, 24 Jan 2010 12:06:25 +0000 (13:06 +0100)]
Add support for exact queries in UFC_NameTokens

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoOptimize queries for QuickSearch
Raphaël Barrois [Sun, 24 Jan 2010 01:49:43 +0000 (02:49 +0100)]
Optimize queries for QuickSearch

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFC_NameTokens and UFO_Score
Raphaël Barrois [Sun, 24 Jan 2010 01:23:41 +0000 (02:23 +0100)]
Add UFC_NameTokens and UFO_Score

Used for quicksearch

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd support for Profile retrieving with UserFilters
Raphaël Barrois [Sun, 24 Jan 2010 01:27:42 +0000 (02:27 +0100)]
Add support for Profile retrieving with UserFilters

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch to core-account
Raphaël Barrois [Thu, 21 Jan 2010 00:55:05 +0000 (01:55 +0100)]
Switch to core-account

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoBugfixes in UserFilter (scope, inheritance, ...)
Raphaël Barrois [Thu, 21 Jan 2010 00:53:42 +0000 (01:53 +0100)]
Bugfixes in UserFilter (scope, inheritance, ...)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd autoload for PFC_* classes
Raphaël Barrois [Thu, 21 Jan 2010 00:53:22 +0000 (01:53 +0100)]
Add autoload for PFC_* classes

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoMore BugFix in notifs.inc.php (UFC_And has disappeared)
Raphaël Barrois [Thu, 21 Jan 2010 00:29:55 +0000 (01:29 +0100)]
More BugFix in notifs.inc.php (UFC_And has disappeared)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdapt UserFilter and notifs to the new PFC classes
Raphaël Barrois [Wed, 20 Jan 2010 22:52:56 +0000 (23:52 +0100)]
Adapt UserFilter and notifs to the new PFC classes

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoBugFix in UFC_Registered
Raphaël Barrois [Wed, 20 Jan 2010 19:49:46 +0000 (20:49 +0100)]
BugFix in UFC_Registered

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoBugfix in UFC_Promo (no comparison with UserFilter::DISPLAY :/)
Raphaël Barrois [Wed, 20 Jan 2010 18:54:30 +0000 (19:54 +0100)]
Bugfix in UFC_Promo (no comparison with UserFilter::DISPLAY :/)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdapt UserFilter to the new PlFilter structure
Raphaël Barrois [Wed, 20 Jan 2010 18:50:34 +0000 (19:50 +0100)]
Adapt UserFilter to the new PlFilter structure

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoSwitch core to core-account branch
Raphaël Barrois [Wed, 20 Jan 2010 16:24:15 +0000 (17:24 +0100)]
Switch core to core-account branch

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImprove UFC_Address
Raphaël Barrois [Tue, 19 Jan 2010 00:00:27 +0000 (01:00 +0100)]
Improve UFC_Address

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoUse UserFilter to generate birthday calendar.
Florent Bruneau [Sat, 13 Feb 2010 21:56:02 +0000 (22:56 +0100)]
Use UserFilter to generate birthday calendar.

Kill one usage of auth_user_md5.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix link to profile in minifiche.
Florent Bruneau [Sat, 13 Feb 2010 21:24:27 +0000 (22:24 +0100)]
Fix link to profile in minifiche.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoRemove obsolete code.
Florent Bruneau [Sat, 13 Feb 2010 19:11:48 +0000 (20:11 +0100)]
Remove obsolete code.

Most of this code was related to profile edition within admin/user. This
code does not make sense anymore with profile/account separation.

Note: profile edition can be done via the page profile/edit/{profilename}
(link to this page is available on in the page admin/user).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoAdd OpenID trusted management is admin/user/.
Florent Bruneau [Sat, 13 Feb 2010 15:22:03 +0000 (16:22 +0100)]
Add OpenID trusted management is admin/user/.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoIf banana port is 563, use ssl.
Florent Bruneau [Sat, 13 Feb 2010 14:14:06 +0000 (15:14 +0100)]
If banana port is 563, use ssl.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix compilation errors.
Florent Bruneau [Sat, 13 Feb 2010 13:50:08 +0000 (14:50 +0100)]
Fix compilation errors.

find . -name '*.php' -exec php -l {} ";" is your friend.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoChange on diff options so it works on the new dev (maybe this is due to the migration...
João Pedro Athayde Marcondes de André [Wed, 10 Feb 2010 23:00:11 +0000 (00:00 +0100)]
Change on diff options so it works on the new dev (maybe this is due to the migration to lenny at the same time...)

14 years agoAdd documentation to various UserFilter classes
Raphaël Barrois [Mon, 18 Jan 2010 01:30:58 +0000 (02:30 +0100)]
Add documentation to various UserFilter classes

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoImprove comments quality, fix minor bugs
Raphaël Barrois [Sun, 17 Jan 2010 16:00:28 +0000 (17:00 +0100)]
Improve comments quality, fix minor bugs

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFC_Mentor_*
Raphaël Barrois [Sun, 17 Jan 2010 12:04:12 +0000 (13:04 +0100)]
Add UFC_Mentor_*

For filtering users based on mentoring domain/country/sector

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoAdd UFC_Medal
Raphaël Barrois [Sun, 17 Jan 2010 11:45:48 +0000 (12:45 +0100)]
Add UFC_Medal

For filtering users by medal / grade

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>