summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* fixed some missing gettext, tweaked error reporting level on test.php and ↵Karl 'vollmerk' Vollmer2007-11-252-4/+4
| | | | fixed timeout issues with API (Thx Beef Doughnut)
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-1/+1
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-1/+3
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-242-7/+12
|
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-241-10/+4
| | | | view them ca not play it or delete/vote yet...
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-246-11/+11
|
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-2/+2
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* Almost finished css cleanupspocky2007-11-2038-213/+171
|
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-1/+1
|
* fixed the playlist methods, they all work now... semi-bug where the rightbar ↵Karl 'vollmerk' Vollmer2007-11-141-6/+2
| | | | does not refresh when the playlist is cleared so its not obvious it worked until a manual reload, will fix later
* - Updated Now Playing html/cssspocky2007-11-137-106/+107
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* added single song viewKarl 'vollmerk' Vollmer2007-11-131-0/+58
|
* fixed some formating on the playlist single view, but really just testing ↵Karl 'vollmerk' Vollmer2007-11-121-1/+3
| | | | the ciabot
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-125-100/+104
| | | | it work how I want, will do later
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-107-81/+174
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-3/+11
|
* some slight tweaks to display on openstrands stuff, and fixed some potential ↵Karl 'vollmerk' Vollmer2007-11-041-1/+1
| | | | errors due to bad returned data
* I cant spell...Karl 'vollmerk' Vollmer2007-11-041-1/+1
|
* new version of the flash player, fixes a playlist repeat bugKarl 'vollmerk' Vollmer2007-11-041-1/+1
|
* fixed few dead links, and cli update_catalog and dump_album_artKarl 'vollmerk' Vollmer2007-11-042-2/+1
|
* renamed a few files (missing php extension)spocky2007-10-2441-470/+639
| | | | updated most of the tables so that every column is independently customizable by css rules
* Updated now playing cover title/altspocky2007-10-191-1/+1
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-184-16/+24
|
* - hardcoded disk# sort order when sort is set to album namespocky2007-10-1610-110/+160
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css
* slight tweak to the stylesheet, fixed typo in changelogKarl 'vollmerk' Vollmer2007-10-162-6/+0
|
* Updated ajax loaderspocky2007-10-151-16/+9
| | | | | | Updated pager html/css Fixed some Greysme's bugs Didn't fix ajax links w3c conformance :)
* switched to lacy morrows flash player, allows skinning.. (Thx hugoh)Karl 'vollmerk' Vollmer2007-10-151-2/+5
|
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-122-0/+46
|
* slight tweak to artist page so that you can hit enter and it will still ↵Karl 'vollmerk' Vollmer2007-10-102-3/+5
| | | | save, needs to be done to other editing methods
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-104-56/+50
|
* fixed two MPD issues, can now disable localplay modules, added check for PHP5Karl 'vollmerk' Vollmer2007-10-101-2/+2
|
* make the append to playlist actually do somethingKarl 'vollmerk' Vollmer2007-10-021-1/+1
|
* fixed the localplay controls, per limeds recommendation currently under ↵Karl 'vollmerk' Vollmer2007-10-022-32/+8
| | | | rightbar actions, not happy with location
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-3/+14
| | | | least for the MPD module
* ajax loading thingy added to css, fixed random methods on rightbar and added ↵Karl 'vollmerk' Vollmer2007-09-281-0/+1
| | | | a default sort to the browse methods
* Updated rightbar submenu html/cssspocky2007-09-271-2/+2
|
* - Corrected one more sidebar missing tagspocky2007-09-272-11/+14
| | | | | | | - Cleaned up some more css - Corrected a bug preventing us from using themers defined icons (also changed searched path to theme_path/images/icons) - Added ability to further customize album info box - Updated themes
* added ability to append to playlistsKarl 'vollmerk' Vollmer2007-09-271-0/+10
|
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-271-3/+10
|
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-253-0/+11
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-2443-77/+79
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* - modified sidebar cssspocky2007-09-2310-67/+62
| | | | | | | - modified rightbar html/css - added patch to enabled ie6 :hover pseudo classes - modified boxes html/css to remove table tags and enable box floating - added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
* more sorting fixes, and move catalog stats to statisticsKarl 'vollmerk' Vollmer2007-09-204-20/+18
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-177-19/+25
| | | | where sorting fails
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-144-3/+32
| | | | 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-136-4/+12
| | | | catalogs back, also added back in the ACL page links, they dont work..
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-123-4/+37
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* fixed playlist play linksKarl 'vollmerk' Vollmer2007-09-121-2/+2
|
* few more tweaks to localplay, added in the mpd table creation mojo, just ↵Karl 'vollmerk' Vollmer2007-09-091-1/+10
| | | | need to finish install and then build the interface
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-0/+1
|