summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵Karl 'vollmerk' Vollmer2007-07-293-7/+2
| | | | fix some remaining bugs
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-294-25/+79
| | | | little (so it cleans up after its self)
* Replace references to old code with new codexgizzmo2007-07-295-7/+7
|
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-291-1/+8
|
* fixed song retaging, fixed the song view page tweaked sidebar browse and ↵Karl 'vollmerk' Vollmer2007-07-293-8/+18
| | | | fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-292-1/+2
| | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
* new update to correct normal sized blob for those already on 3.4, also added ↵Karl 'vollmerk' Vollmer2007-07-291-0/+3
| | | | stream_* and downsample_cmd migration support, and but support I mean I tell them its not going to work
* fixed play all artist, play all artist random, and account updating from ↵Karl 'vollmerk' Vollmer2007-07-292-4/+11
| | | | user preferences
* fixed two more typosKarl 'vollmerk' Vollmer2007-07-271-1/+1
|
* added config migrator and the code to detect a bad configKarl 'vollmerk' Vollmer2007-07-261-2/+6
|
* first step to the migration hotness, detect failed config files and show ↵Karl 'vollmerk' Vollmer2007-07-251-0/+74
| | | | migration docs
* added album and artist dynamic options, tweaked display and how you add ↵Karl 'vollmerk' Vollmer2007-07-241-7/+18
| | | | em... still not happy with it, but good enough for now
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-241-5/+14
|
* fixed nowplaying refreshKarl 'vollmerk' Vollmer2007-07-241-2/+1
|
* fixed a few small issuesxgizzmo2007-07-242-4/+4
|
* fixed ip history displayKarl 'vollmerk' Vollmer2007-07-232-6/+8
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-233-5/+66
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-238-22/+193
| | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type
* sync french translation, fixed ratingsKarl 'vollmerk' Vollmer2007-07-232-36/+28
|
* fixed a minor typo with the evilbitKarl 'vollmerk' Vollmer2007-07-222-3/+3
|
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-223-20/+90
|
* corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵Karl 'vollmerk' Vollmer2007-07-224-37/+47
| | | | done, now uses ajax:: class also replaced player with a logout icon
* few fixups to pass W3C Validation Service (wip)xgizzmo2007-07-1911-9/+13
|
* forgot one fileKarl 'vollmerk' Vollmer2007-07-171-0/+32
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-176-28/+51
|
* Added passive ratings to show_random_albums.incnf2007-07-141-11/+17
|
* Added classes to show_localplay_status.inc and updated all themes for ↵nf2007-07-142-5/+68
| | | | | | | | | compatibility. Added show_object_rating_static.inc (supplied by andy90) and modified rating.lib for this to work Removed obsolete patches from cleandy themes. Fixed a tiny css bug in StoneBlue theme. Fixed horizontal menu in Burgundy theme (explicit height in #sidebar li)
* Modified versions of now_playing_row.inc - Hopefully no bugs insidenf2007-07-141-19/+17
|
* fixed level updating for admin preferencesKarl 'vollmerk' Vollmer2007-07-121-1/+9
|
* re-added ability to delete catalogs, fixed exception error with id3 libraryKarl 'vollmerk' Vollmer2007-07-124-13/+13
|
* - Tweaked login page to make it more customizable and more w3c compliantspocky2007-07-081-5/+5
| | | | | - Fixed a font issue in css - Fixed an error preventing theme changes
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-057-19/+18
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* fixed update from tags for artist and album and fixed clear album artKarl 'vollmerk' Vollmer2007-07-052-2/+4
|
* fixed some catalog update issues, fixed some genre pages and made the sql ↵Karl 'vollmerk' Vollmer2007-07-021-1/+1
| | | | sort stuff for show songs work
* tweak to the preferences and the updateKarl 'vollmerk' Vollmer2007-07-021-0/+2
|
* bunch of minor fixes and a db changeKarl 'vollmerk' Vollmer2007-07-013-9/+9
|
* fixed the debug pageKarl 'vollmerk' Vollmer2007-06-211-2/+4
|
* added genre link to show songs stuff, made the single album view do ajaxie ↵Karl 'vollmerk' Vollmer2007-06-211-7/+10
| | | | stuff for its additions and removed some extra code from he basketcases that did not need to be there
* fixed an issue with songs stopping a little early depending on the client ↵Karl 'vollmerk' Vollmer2007-06-191-7/+8
| | | | you use
* fixed some issues with the installer, and also made it so that you can ↵Karl 'vollmerk' Vollmer2007-06-172-4/+4
| | | | delete/disable users again
* added year to single album viewKarl 'vollmerk' Vollmer2007-06-121-1/+1
|
* fixed a potential security issue where the password hash was being put into ↵Karl 'vollmerk' Vollmer2007-06-121-1/+1
| | | | the object :S
* fixed typo -thx limedKarl 'vollmerk' Vollmer2007-06-111-1/+1
|
* added in user profile, did a little work on the preferences and session, ↵Karl 'vollmerk' Vollmer2007-06-117-47/+118
| | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-115-62/+26
| | | | forgetting now
* sync over the dont divide hours by 60 to get days fixKarl 'vollmerk' Vollmer2007-06-101-1/+15
|
* added rightbar and fixed genre playbackKarl 'vollmerk' Vollmer2007-06-103-11/+61
|
* made it so you could alpha_match search on artistsKarl 'vollmerk' Vollmer2007-06-091-0/+0
|
* - Fixed RatingsKarl 'vollmerk' Vollmer2007-06-073-102/+88
| | | | | - Tweaked RSS, still needs work - Show Single artist mostly finished
* fixed browse users, add user, edit userKarl 'vollmerk' Vollmer2007-06-044-83/+40
|