summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
Commit message (Expand)AuthorAgeFilesLines
* Add and use Core::is_readable()Paul Arthur2013-05-301-7/+5
* Work on remote cleanPaul Arthur2013-05-301-28/+54
* Unify debugging output to a single filePaul Arthur2013-05-271-25/+25
* Make Catalog::count_songs use the correct variablePaul Arthur2013-05-131-1/+1
* Don't store plaintext passwordsPaul Arthur2013-03-281-1/+1
* Try to fix remote streamingPaul Arthur2013-03-281-5/+5
* Make remote catalogs actually workPaul Arthur2013-03-281-728/+333
* Remove sole use of Dba::seekPaul Arthur2013-02-111-1/+1
* Some cleanup of play URL handlingPaul Arthur2013-02-071-5/+4
* Cosmetics: s/Itterate/Iterate/Paul Arthur2013-01-281-1/+1
* Cosmetics: death to tabsPaul Arthur2013-01-261-1984/+1984
* Move [un]format_bytes() from general.lib.php to UIPaul Arthur2013-01-261-4/+4
* Move update_text from ui.lib.php to UIPaul Arthur2013-01-261-15/+15
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-10/+10
* Continue moving things into UIPaul Arthur2013-01-261-2/+2
* Move Catalog::get_disabled() to SongPaul Arthur2013-01-261-22/+0
* Drop unused Catalog::get_catalog_ids()Paul Arthur2013-01-261-17/+0
* Catalog::_check_ticker() -> UI::check_ticker()Paul Arthur2013-01-261-19/+5
* Move Catalog::optimize_tables() to DbaPaul Arthur2013-01-261-21/+0
* Catalog::clean() -> Catalog::gc()Paul Arthur2013-01-261-9/+10
* Rename shoutBox to ShoutboxPaul Arthur2013-01-251-1/+1
* Rename tmpPlaylist to Tmp_PlaylistPaul Arthur2013-01-251-1/+1
* Move clean functions into their respective classesPaul Arthur2013-01-251-175/+11
* Move duplicate searching from Catalog to SongPaul Arthur2013-01-251-70/+4
* Move Catalog::clear_stats() to Stats::clear()Paul Arthur2013-01-251-19/+3
* Cosmetics: s/incase/in case/Paul Arthur2013-01-251-1/+1
* Clean up outdated commentPaul Arthur2013-01-251-2/+1
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
* Fix spurious errors from Catalog::create()Paul Arthur2012-10-181-3/+7
* Mainly cosmetic cleanup of the catalog update complete messagePaul Arthur2012-10-161-12/+6
* Some cleanup of the playlist import codePaul Arthur2012-09-211-14/+18
* FS#262 - M3U import should be orderedFlorent Fourcot2012-09-211-1/+1
* Switch from ngettext() to T_ngettext()Paul Arthur2012-04-121-5/+5
* Switch from _() to T_()Paul Arthur2012-04-121-35/+35
* Make Art->get_from_source() staticPaul Arthur2012-04-091-2/+3
* Increment the correct variable during verifyPaul Arthur2012-03-311-1/+1
* Drop mtime check during verifyPaul Arthur2012-03-311-5/+0
* Don't use LIKE when looking for an artist by MBIDPaul Arthur2012-03-311-1/+1
* FS#198 - Export To CSV - Blank GenrePaul Arthur2012-03-011-9/+17
* Fixed messages translatable.momo-i2011-12-271-12/+12
* Fix catalog cleanPaul Arthur2011-12-021-1/+1
* Fix some missing documentation, remove some obsolete functionsKarl Vollmer2011-12-011-81/+21
* Fixed two PHP warnings, and some issues with how users were being constructedKarl Vollmer2011-12-011-1/+1
* Typo caused songs to be put in null catalog :SKarl Vollmer2011-12-011-1/+1
* Song and Album Art from remote catalogs now inserts locally, can't play the r...Karl Vollmer2011-12-011-57/+16
* Removed defunct functions, in theory inserting remote songs, untested thoughKarl Vollmer2011-11-281-108/+43
* Switched API to exceptions rather then trigger_error in most instances, more ...Karl Vollmer2011-11-281-6/+21
* Testing Bot e-mail function, but a little more work on the remote catalogsKarl Vollmer2011-11-231-13/+6
* AmpacheApi -- Store handshake informationKarl Vollmer2011-11-231-40/+3
* Add remote_username/password to Catalog Edit pageKarl Vollmer2011-11-231-1/+3