1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
ampache/lib/class
Paul Arthur 425ecbbb3a Don't run filename patterns through preg_quote twice
This would result in extra slashes, e.g.
    '/\/([0-9]+?)\s\\\-\s(.+?)\..+$/' instead of
    '/\/([0-9]+?)\s\-\s(.+?)\..+$/'

There are some unrelated cosmetic changes as well.
2012-03-31 20:44:41 -04:00
..
access.class.php Clean up Access::check_network 2011-05-26 18:27:34 -04:00
ajax.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
album.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
ampachemail.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
ampacherss.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
api.class.php Fixed messages translatable. 2011-12-27 15:30:25 +09:00
art.class.php Add some caching to the Art class 2012-03-01 12:39:55 -05:00
artist.class.php Add default value for parameter on Artist::get_albums 2011-06-24 17:48:02 -04:00
browse.class.php FS#189, added the catalog name to the browse instead of the id. 2011-09-15 10:08:18 +02:00
catalog.class.php FS#198 - Export To CSV - Blank Genre 2012-03-01 14:24:26 -05:00
config.class.php Clean up Config::set and Config::set_by_array 2012-03-06 12:18:10 -05:00
core.class.php Allow multiple valid forms of the same type 2012-03-06 10:58:07 -05:00
database_object.abstract.php Add clear_cache() to database_object 2011-06-24 11:53:42 -04:00
dba.class.php Clean up uses of Config::set and Config::set_by_array 2012-03-06 12:18:57 -05:00
democratic.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
error.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
flag.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
localplay.abstract.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
localplay.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
media.interface.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
playlist.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
playlist_object.abstract.php Reworked search 2011-04-02 00:48:58 -04:00
plugin.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
preference.class.php Clean up uses of Config::set and Config::set_by_array 2012-03-06 12:18:57 -05:00
query.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
radio.class.php Fixed messages translatable. 2011-12-27 15:30:25 +09:00
random.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
rating.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
recommendation.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
registration.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
scrobbler.class.php Fix Libre.FM scrobbling, remove errant data in handshake response 2011-12-01 21:47:24 -04:00
search.class.php Fix regex for parsing rules 2012-03-19 12:21:22 -04:00
shoutbox.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
song.class.php Add Art cache to the caches built by Song::build_cache 2012-03-01 12:48:11 -05:00
stats.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
stream.class.php Update Horde_Browser to latest. 2011-10-27 21:07:54 -04:00
tag.class.php Cosmetics: clean up SQL statement in Tag::get_top_tags 2012-03-01 13:03:36 -05:00
tmpplaylist.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
update.class.php Add CLI tool for running database updates 2012-03-06 16:42:04 -05:00
user.class.php Clean up get_preferences a little bit 2012-03-31 17:52:07 -04:00
vainfo.class.php Don't run filename patterns through preg_quote twice 2012-03-31 20:44:41 -04:00
vauth.class.php Clean up uses of Config::set and Config::set_by_array 2012-03-06 12:18:57 -05:00
video.class.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
xmldata.class.php Clean up xmlData::songs 2012-03-01 13:36:41 -05:00