summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-241-1/+1
| | | | album
* fixed XML-RPC mostly, uses insecure/old authentication method, needs more workKarl 'vollmerk' Vollmer2007-12-181-1/+1
|
* fixed registration page, and simplifed its logicKarl 'vollmerk' Vollmer2007-12-021-153/+0
|
* corrected some display problems with the capatcha and agreements enabled on ↵Karl 'vollmerk' Vollmer2007-12-021-1/+3
| | | | user registration
* fixed democratic play ordering along with some misc play isues with it, ↵Karl 'vollmerk' Vollmer2007-12-021-13/+0
| | | | limited object on rightbar to 100 also started fixing the user registration, which I had forgotten about
* fixed access denied display, fixed typo in error log and fixed missing ↵Karl 'vollmerk' Vollmer2007-12-011-1/+3
| | | | artist_songs
* tweaked the denied page, made it a little prettier and added conditional ↵Karl 'vollmerk' Vollmer2007-11-301-4/+2
| | | | note for demos
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-121-0/+26
| | | | it work how I want, will do later
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-3/+7
|
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-6/+9
|
* fixed rss feeds (Thx Purdyk) and tweaked the truncate_with_ellipseKarl 'vollmerk' Vollmer2007-09-281-1/+3
|
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-8/+1
| | | | least for the MPD module
* - Corrected one more sidebar missing tagspocky2007-09-271-4/+4
| | | | | | | - 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
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | 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-231-1/+1
| | | | | | | - 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-201-47/+0
|
* bedtime, added random box back in does not do anything thou... well besides ↵Karl 'vollmerk' Vollmer2007-08-221-2/+6
| | | | taunt you with its not doing anythingness
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* Fix a page redirect issue and hopefully not unfix a bunch of other stuff.xgizzmo2007-08-081-5/+8
|
* almost finished sidebar stuffspocky2007-08-071-5/+11
|
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-18/+1
|
* fixed paging on search, and fixed get_locationKarl 'vollmerk' Vollmer2007-08-021-1/+1
|
* fixed now playing, hopefully once and for all, added title text to the now ↵Karl 'vollmerk' Vollmer2007-07-311-37/+0
| | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance
* added a browse by all, noticed a bug with browsing _very_ large lists causes ↵Karl 'vollmerk' Vollmer2007-07-311-1/+1
| | | | it to pop know how to fix it, but I will do that tomorrow
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-291-5/+9
| | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-3/+3
| | | | | | | - 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
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-221-227/+10
|
* corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵Karl 'vollmerk' Vollmer2007-07-221-12/+19
| | | | done, now uses ajax:: class also replaced player with a logout icon
* few fixups to pass W3C Validation Service (wip)xgizzmo2007-07-191-1/+1
|
* re-added ability to delete catalogs, fixed exception error with id3 libraryKarl 'vollmerk' Vollmer2007-07-121-0/+23
|
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-051-3/+3
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-6/+2
| | | | forgetting now
* added rightbar and fixed genre playbackKarl 'vollmerk' Vollmer2007-06-101-0/+17
|
* fixed browse users, add user, edit userKarl 'vollmerk' Vollmer2007-06-041-0/+11
|
* tweaked the sidebars, think they look a lot better nowKarl 'vollmerk' Vollmer2007-06-011-2/+2
|
* fixed find album art, including a fix from Karl Hungus... seriously I am not ↵Karl 'vollmerk' Vollmer2007-05-251-3/+3
| | | | making that name up
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-7/+8
| | | | dynamic updating of the current state
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-1/+1
|
* basic browse concept added to sidebar and start of the browse logicKarl 'vollmerk' Vollmer2007-05-061-13/+9
|
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-1/+1
| | | | replacement browse method
* fixed now playingKarl 'vollmerk' Vollmer2007-04-231-1/+1
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-79/+76
| | | | everything broken
* Changed/Added rss stuffie updated main config, Rewrote some off the ↵pb1dft2007-03-031-1/+1
| | | | statistics to use an array
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-42/+12
|
* Fixed windows mapped drive sub dir issue and catalog album art addKarl 'vollmerk' Vollmer2007-01-161-3/+5
|
* minor change in user registration agreementpb1dft2007-01-081-1/+1
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-071-1/+7
| | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse
* fixed a minor issue with truncated genres in sidebarspocky2007-01-061-2/+2
| | | | cleaned up *cough* a little bit *cough* base css file (remind me not to clean anything like this one).
* renamed albumart.php to image.php and prepared for the find album art page fixesKarl 'vollmerk' Vollmer2006-12-291-46/+0
|
* removed some unused files, and tweaked the style of a few pagesKarl 'vollmerk' Vollmer2006-12-221-1/+1
|