The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / UserMailer.php
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-12-04 Nick JenkinsE_STRICT minor tweaks:
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-14 Tim StarlingFixed line endings on Windows. Cleaned up PHP 5 error...
2006-10-04 Brion VibberHandle failure of Mail::factory() gracefully
2006-08-30 Rob Church* (bug 4979) Use simplified email addresses when runnin...
2006-08-18 Brion Vibber* (bug 7010) Don't send email notifications for watched...
2006-07-26 Tim Starlingprofiling
2006-06-09 Brion Vibber* (bug 6243) Fix email for usernames containing dots...
2006-06-06 Domas Mituzasautoload WikiError
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-12-12 Brion Vibber* (bug 3407) Fix encoding of subject and from/to header...
2005-12-12 Brion Vibber* (bug 3211) Include Date, To mail headers when using...
2005-12-07 Brion Vibber* (bug 4201) Fix user-talk mode for Enotif, and general...
2005-12-04 Antoine Musso* code formatting
2005-12-04 Antoine MussoClean up unused globals!
2005-09-14 Niklas LaxströmBug 3307: Remove an if that might break timezone
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-22 Brion VibberRemove unused use of undefined variable
2005-07-10 Brion VibberCleaned up email notification message formatting:
2005-06-02 Brion Vibber* Removed -f parameter from mail() usage, likely to...
2005-05-29 Tim StarlingRemoved "show updated marker" user preference option...
2005-05-28 Anders Wegge JakobsenRemoved what seems to be unused strings from composeCom...
2005-05-28 Tim Starlingone wl_notificationtimestamp update query for all users...
2005-05-22 Anders Wegge Jakobsen* (bug 2105) Add a space between -f and the from addres...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-04-27 Brion VibberRegexp in wfQuotedPrintable_name_and_emailaddr is wrong...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-10 Ævar Arnfjörð Bjar... * Redundant, timeanddate() no longer takes that paramater.
2005-03-26 Brion Vibberpatch typo
2005-03-26 Brion Vibber* (bug 1746) Make full subject line quoted-printable
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-27 Antoine Mussophpdoc comments
2005-01-19 Jens FrankBUG#1366 two-level string substitution
2004-12-18 Brion VibberStart up code cleanup & style on Enotif code
2004-12-18 Brion VibberRefactor a bit; move a couple methods from UserMailer...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Brion VibberFix typo in quote conversion
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-15 Antoine MussoFix sourceforge bug #811928:
2004-08-05 Brion VibberRemove useless Reply-To: header which is identical...
2004-05-20 Antoine Mussofix bug 956984 : duplicate to: header. One fix is not...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-01 Tim Starlingerror message returned even for non-PEAR function
2004-02-28 Brion VibberShorttags fix
2004-02-27 Nicholas Pisarro, JrAdded the ability to do an authenticated SMTP login...