summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed Sorting on Admin->Browse Userspb1dft2008-02-231-0/+58
| | | | - Fixed Shoutbox and shoutbox management (pb1dft)
* Fixed sorting on admin>userspb1dft2008-02-201-0/+1
|
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-0/+11
| | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi
* Output buffering is disabled when exporting catalogs.flashk2008-01-021-0/+7
|
* fixed flag management interface, and potentially fixed an issue with ↵Karl 'vollmerk' Vollmer2007-12-311-0/+1
| | | | use_auth=false
* added ability to do add new on other elements of song edit (Thx picasso) ↵Karl 'vollmerk' Vollmer2007-12-311-8/+23
| | | | added export catalog to csv
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-0/+2
| | | | removed a dbl escape on the preferences
* Added ability to export catalog to iTunes databaseflashk2007-12-291-0/+56
| | | | Fixed sql error when creating catalog
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-20/+10
| | | | flagged items, cleaned up shoutbox css a bit
* fixed typo preventing deletion of usersKarl 'vollmerk' Vollmer2007-12-171-2/+2
|
* fixed mailing functionsKarl 'vollmerk' Vollmer2007-12-171-231/+21
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-16/+10
| | | | mostly works so why not commit eah?
* fixed display on catalog if no add/update has been performed, fixed the user ↵Karl 'vollmerk' Vollmer2007-12-111-9/+9
| | | | functions I broke earlier
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-103-26/+10
|
* added paging to the playlist view, corrected a few stupid parse errors / ↵Karl 'vollmerk' Vollmer2007-12-031-3/+3
| | | | mistakes
* broke some stuff, fixed some stuff... commiting before I turn of this boxKarl 'vollmerk' Vollmer2007-12-031-10/+7
|
* preparing for release point, exciting stuffKarl 'vollmerk' Vollmer2007-11-261-0/+3
|
* fixed a missing ob_end_flush() on the catalog createKarl 'vollmerk' Vollmer2007-11-261-2/+4
|
* wups typoKarl 'vollmerk' Vollmer2007-11-141-1/+1
|
* one last little change to auto-enable localplay when enabling a localplay moduleKarl 'vollmerk' Vollmer2007-11-141-0/+5
|
* If we go through the trouble of asking are you sure lets at least give the ↵xgizzmo2007-11-111-1/+1
| | | | option to bail. :)
* fixed catalog_update bin file and fixed a conf() reference on update all on ↵Karl 'vollmerk' Vollmer2007-11-041-1/+1
| | | | admin catalog stuff
* renamed a few files (missing php extension)spocky2007-10-241-1/+1
| | | | updated most of the tables so that every column is independently customizable by css rules
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-20/+15
|
* fixed two MPD issues, can now disable localplay modules, added check for PHP5Karl 'vollmerk' Vollmer2007-10-101-1/+14
|
* tweaked the mpd class a bit changing timeouts, fixed the gather album art so ↵Karl 'vollmerk' Vollmer2007-10-011-3/+2
| | | | it only gathers for the specified catalog
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-25/+9
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* threw in add button for single playlist view, added the link for deleting ↵Karl 'vollmerk' Vollmer2007-09-131-14/+8
| | | | catalogs back, also added back in the ACL page links, they dont work..
* few more tweaks to localplay, added in the mpd table creation mojo, just ↵Karl 'vollmerk' Vollmer2007-09-091-0/+10
| | | | need to finish install and then build the interface
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-3/+8
|
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-1/+4
| | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo
* fixed some +x stuff that shouldnt have been +x and moved the catalog ↵Karl 'vollmerk' Vollmer2007-09-092-5/+15
| | | | functions back into the content area
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-196-18/+12
|
* fixed single downloads and that annoying minor css issue with albums of the ↵Karl 'vollmerk' Vollmer2007-08-191-0/+4
| | | | moment
* - Added modules section to sidebar, conforming to new layout from r1127Karl 'vollmerk' Vollmer2007-08-061-14/+27
| | | | - Re-enabled plugins, added openstrands plugin
* year another bump on openstrands, removed redundent files, fixed bug with ↵Karl 'vollmerk' Vollmer2007-08-051-1/+1
| | | | config gen and started work on playlists
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-291-1/+1
| | | | album art not to work as advertised
* fixed ip history displayKarl 'vollmerk' Vollmer2007-07-231-4/+6
|
* re-added ability to delete catalogs, fixed exception error with id3 libraryKarl 'vollmerk' Vollmer2007-07-123-121/+13
|
* fixed some catalog update issues, fixed some genre pages and made the sql ↵Karl 'vollmerk' Vollmer2007-07-021-16/+6
| | | | sort stuff for show songs work
* bunch of minor fixes and a db changeKarl 'vollmerk' Vollmer2007-07-011-1/+1
|
* fixed some issues with the installer, and also made it so that you can ↵Karl 'vollmerk' Vollmer2007-06-171-8/+8
| | | | delete/disable users again
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-2/+2
| | | | forgetting now
* fixed browse users, add user, edit userKarl 'vollmerk' Vollmer2007-06-041-83/+71
|
* fixed lastfm gather album art and addKarl 'vollmerk' Vollmer2007-06-041-12/+7
|
* cleaned up display on the gather album artKarl 'vollmerk' Vollmer2007-06-031-3/+5
|
* fixed catalog cleanKarl 'vollmerk' Vollmer2007-06-021-5/+3
|
* catalog verify mostly works, need to clean up the album art gather before ↵Karl 'vollmerk' Vollmer2007-06-021-6/+3
| | | | its completely better
* tweaked the sidebars, think they look a lot better nowKarl 'vollmerk' Vollmer2007-06-011-2/+2
|
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-37/+37
| | | | dynamic updating of the current state