1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
Commit graph

26 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
711907b04c Fixed #485: Send email notification to user after admin approval
Disable Geolocation by default
2014-10-22 22:18:07 +02:00
Afterster
1abd3f0002 Send email to admins when registered user must be enabled (fix #393) 2014-08-31 13:25:20 +02:00
Afterster
cd0b66391e Ignore some unused warnings 2014-05-26 00:02:11 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
58b258b876 Fix email validation on user registration (fix #197) 2014-04-15 07:27:37 +02:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
dbe7d5695d Rename Ampache_Mail to Mailer 2013-01-29 14:10:26 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
9c28ed5ad1 Consistently use _ in two-word class names 2013-01-25 19:54:11 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
f82f5454f9 Refactor mail handling a bit and make registration use the same method as the
other places that send mail.
2010-10-09 08:06:12 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
momo-i
2789846584 Add Hint for translators 2009-05-19 00:45:51 +00:00
momo-i
29d78e8011 Updated registration mail multi-byte and language sync. 2008-09-05 00:09:50 +00:00
pb1dft
b70a11b78b Fixed minor glitches in user registration 2008-02-16 21:56:18 +00:00
Karl 'vollmerk' Vollmer
28f7ad7026 broke some stuff, fixed some stuff... commiting before I turn of this box 2007-12-03 05:53:50 +00:00
Karl 'vollmerk' Vollmer
552c3cedd7 fixed registration page, and simplifed its logic 2007-12-02 16:40:03 +00:00