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

41 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
6e24e4d4f1 Ignore all date warning in debug 2014-05-24 19:03:57 +02:00
Afterster
49980a3305 Ignore date warning if date.timezone php setting unconfigured (fix #197) 2014-05-24 19:02:54 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
0152ab610f Move ampache-doped to ampache 2014-04-15 20:20:02 +02:00
Afterster
ea815a1ff1 Add responsive elements for tables and fix code style 2014-03-15 10:19:59 +01:00
Afterster
5ea358d90e Add Playlists to search and option to customize log filename (fix #147) 2014-02-22 17:34:24 +01:00
Afterster
7b64802f62 Rename Ampache to Ampache-doped 2014-02-01 10:30:13 +01: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
c4f149b215 Make our error handler respect error_reporting()
Kind of.  But not really.  Because I'm contrary like that.
2013-01-29 14:32:43 -05:00
Paul Arthur
3010ae8c85 Log stderr when we transcode
Now you shouldn't need to manually run the command to see what went
wrong.
2013-01-28 22:00:08 -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
8808fdf10d conf() -> Config::get()
I have a feeling a lot of these are in stale, unused code, but there
might be some actual bugs here.  conf() was replaced a while back.
2013-01-25 19:29:14 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
23e5775f34 Add another undocumented debug level 2012-03-14 11:21:10 -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
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
93f4a26ab0 Logging. Use constants instead of numeric values in the switch, bump
notices, warnings, and ignored messages to level 6 instead of ignoring them
completely.
2010-06-13 08:05:20 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
Karl 'vollmerk' Vollmer
eb2b826179 make the ip history only clear the old stuff sometimes, also fix rounding issues on the downsampling 2008-08-06 17:02:56 +00:00
Karl 'vollmerk' Vollmer
11045eba69 adjust the wording on the timezone error 2008-07-07 22:01:58 +00:00
Karl 'vollmerk' Vollmer
6a0573d1fe slight tweak to the random album art, needs improvement will look funny on catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing 2008-01-01 22:34:12 +00:00
Karl 'vollmerk' Vollmer
a2c471bd18 reimplemented the session function check 2007-12-25 02:47:56 +00:00
Karl 'vollmerk' Vollmer
698f05d14f fixed XML-RPC mostly, uses insecure/old authentication method, needs more work 2007-12-18 05:31:54 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
Karl 'vollmerk' Vollmer
a31560aec4 it technically logs in and streams.. but thats it, complete rewrite almost everything broken 2007-04-23 07:31:05 +00:00
Karl 'vollmerk' Vollmer
36e85a4acd supressed some more getid3() related errors :( 2006-11-26 22:18:48 +00:00
Karl 'vollmerk' Vollmer
8eab507038 slight format fix on now playing and xmlrpc key fixes 2006-09-30 20:32:11 +00:00
Karl 'vollmerk' Vollmer
7db599b70d new vainfo which should solve the ogg with id3 tags issue and potentially break other things yeah! 2006-06-14 23:57:21 +00:00
Karl 'vollmerk' Vollmer
6546c82643 fixed playlists thing for real this time 2006-05-13 07:27:16 +00:00
Karl 'vollmerk' Vollmer
eda7fd335c catalog clean up and admin index changes 2006-03-20 01:55:03 +00:00
Karl 'vollmerk' Vollmer
7db588f7da tweaked some debug stuff and the error handler 2006-02-20 10:11:24 +00:00
Karl 'vollmerk' Vollmer
8679aaa543 tweaked cataloging methods and new debug_level option 2006-02-08 20:59:47 +00:00
Karl 'vollmerk' Vollmer
83f3c41141 updated registration mojo thx pb1dft also some fluf updates 2006-01-02 01:06:06 +00:00
Karl 'vollmerk' Vollmer
2b12112868 fixed the last short tags I can find, and improved log file error message 2005-12-08 01:22:24 +00:00
Karl 'vollmerk' Vollmer
5f145cfe8f fixed a problem with the error handler that was failing to log a vast majority of the errors :S 2005-11-29 20:42:26 +00:00
Karl 'vollmerk' Vollmer
30405b6c99 start of browse by x mojo 2005-06-26 00:51:36 +00:00
Renamed from lib/log.php (Browse further)