source: extensions/UserAdvManager/trunk/include/functions.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21293   11 years Eric Blocking bug fixed : New registrants could not validate their …
(edit) @21084   11 years Eric Bug 2829 fixed - Workflow refactory if confirmation of registrations …
(edit) @21075   11 years Eric Compliance with Piwigo 2.5 Bug 2764 fixed - Code refactory : Change …
(edit) @20703   11 years Eric Bug 2842 fixed : Rollback of bug 2829 Next version is 2.41.5
(edit) @20591   11 years Eric Next version is 2.41.4 ready for publication
(edit) @20514   11 years Eric Bug 2829 fixed - Users add manually by admins are considered as valid …
(edit) @19953   11 years Eric Next version is 2.41.3 : Bug 2818 fixed - "Reject user's connexion …
(edit) @19234   11 years Eric Next version is 2.41.2 : Bug 2765 fixed - Code cleanup Bug 2796 fixed …
(edit) @19063   11 years Eric bug 2788 re-fixed (mistake in previous commit)
(edit) @18432   11 years Eric Fix bad english typo
(edit) @18277   12 years Eric Again code identation is set with tabs and not spaces :-(
(edit) @18275   12 years Eric no more need of USR_del_account.php Deleting obsolete files from trunk
(edit) @18239   12 years Eric using !empty($conf_UAM..) instead of $conf_UAM.. <> - Thx to …
(edit) @18235   12 years flop25 big mistake from me corrected use of !empty()
(edit) @18206   12 years Eric no more need of GT_del_account.php and del_account.tpl Language files …
(edit) @18205   12 years flop25 no more need of confirmMail.php / tpl better handle on init bug …
(edit) @18158   12 years Eric Removing "new feature" marks in admin panel Reference language files …
(edit) @18152   12 years Eric Bug 2749 fixed - regex meta-characters are usable in character …
(edit) @18125   12 years Eric Finally I got it !! Admins are now notified by email containing a …
(edit) @18087   12 years Eric Last try to use pwg_mail_notification_admins() to send validation link …
(edit) @18049   12 years Eric Using pwg_mail_notification_admins() to send validation link to admins …
(edit) @17989   12 years Eric fix svn conflict
(edit) @17988   12 years Eric Using pwg_mail_notification_admins() to send validation link to admins …
(edit) @17987   12 years flop25 one correction
(edit) @17986   12 years flop25 send mail to admin AND webmasters
(edit) @17974   12 years Eric Fix bug on manual validation changelog.txt.php updated for remind
(edit) @17972   12 years Eric Delete rejected.php and rejected.tpl. Unusefull since Flop25's …
(edit) @17969   12 years flop25 No more need of rejected.php and tpl (je te laisse les supprimer, si …
(edit) @17968   12 years flop25 Don't redirect guest, and AdultContent users to redirect.php syntaxe …
(edit) @17946   12 years Eric New feature : Send the validation key by email to webmaster (not …
(edit) @17944   12 years Eric Check if auto-demotion feature still works : Ok. Code beautifying : …
(edit) @17918   12 years Eric UAM_UsrReg_Verif() function refactory - Step 2. Now an admin is able …
(edit) @17892   12 years Eric Connection rejection seems to work on user registration when …
(edit) @17891   12 years Eric New field in #_users table is filled with exclusion of Guest user ans …
(edit) @17890   12 years Eric Sql query mistake
(edit) @17889   12 years Eric Renaming UAM_GhostTracker() to UAM_Init() to avoid misunderstanding
(edit) @17887   12 years Eric UAM_UsrReg_Verif() function refactory - Step 1. problem still remains …
(edit) @17886   12 years flop25 correction of sql syntax WHERE = -> WHERE in
(edit) @17885   12 years flop25 correction of 2mistakes on dbquery untabified
(edit) @17884   12 years flop25 don't try to check if a user is validated for admin, guest and AC users
(edit) @17846   12 years Eric bug 2744 fixed Small code refactory
(edit) @17804   12 years Eric Version 2.40.5 : - Bug 2739 fixed : Php notice on admins manual …
(edit) @17507   12 years Eric Bug 2658 fixed - Compatibility check between UAM's "email exclusion" …
(edit) @14857   12 years Eric Small code cleanup
(edit) @14729   12 years Eric Bug 2623 fixed - Ability to customize email subjects (confirmation, …
(edit) @14651   12 years Eric Bug 2620 fixed - Display of ConfirmMail, rejected and del_account …
(edit) @14366   12 years Eric Bug 2571 fixed - Piwigo 2.4 compliance : Information email removed on …
(edit) @13841   12 years Eric Bug 2603 fixed - Php notice when user changes his email in his profile …
(edit) @13822   12 years Eric Bug 2602 fixed - Sql error when Confirmation by admin is set en_UK …
(edit) @13528   12 years Eric bug 2591 fixed : Exclusion of Adult_Content's generic users from users …
(edit) @12661   12 years Eric Bug 2456 fixed - New feature : Avoid user connexion to the gallery …
(edit) @12314   12 years Eric Bug 2455 fixed - Exclusion of specific users (généric and admins …
(edit) @12275   13 years Eric Bug 2450 fixed - New feature : Backup file restoration.
(edit) @12271   13 years Eric - Bug 2447 fixed : Pre-filled text are localized for installation from …
(edit) @12239   13 years Eric - Bug 2437 fixed - New feature : Request password renewal for selected …
(edit) @12227   13 years Eric bug 2445 fixed : Duplicate key MySql error when a registered user …
(edit) @12189   13 years Eric - Bug 2415 fixed - New feature added : Privacy level can now be set …
(edit) @11318   13 years Eric Bug 2336 fixed - New feature : Add [Kdays] autotext flag to insert the …
(edit) @11255   13 years Eric bug 2324 fixed - Add new [days] flag to be used in GT reminder email …
(edit) @11018   13 years Eric Remove all options related to comments because they are processed in …
(edit) @10957   13 years Eric - Use pwg_db_real_escape_string() instead of addslashes() - Database …
(edit) @10706   13 years Eric - Bug 2289 fixed - "Password in clear text in the information email" …
(edit) @10391   13 years Eric bug 2265 fixed : Add of a new option to display or not user's password …
(edit) @10342   13 years Eric Bug 2258 fixed : New feature to backup UAM configuration data Next …
(edit) @10144   13 years Eric Bug 2254 fixed - Plugin installation crashes when installing from …
(edit) @9908   13 years Eric - Bug 1479 fixed : Add of a dedicated UAM block in PWG Stuffs plugin …
(copy) @9875   13 years Eric Renaming NBC_UserAdvManager to UserAdvManager
copied from extensions/NBC_UserAdvManager/trunk/include/functions.inc.php:
(edit) @9827   13 years Eric Piwigo 2.2 compliant : Make a nicer url for admin page
Note: See TracRevisionLog for help on using the revision log.