Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | ||||
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -9/+1 |
| | |||||
* | Clean up template show_now_playing_row | Paul Arthur | 2012-09-20 | 1 | -12/+3 |
| | | | | | | Song title was linked to yet another inconsistent action and links were being built from scratch instead of using the perfectly good preformatted ones. | ||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -8/+8 |
| | | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function. | ||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 1 | -3/+3 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | templates header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | some templates modified header comment | momo-i | 2011-02-03 | 1 | -18/+29 |
| | |||||
* | Untested change of now playing image size - Blame Uncon | Karl Vollmer | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 1 | -0/+38 |
| | | | | Snoopy works just as well for this application. | ||||
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js. | ||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -1/+1 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -8/+3 |
| | |||||
* | Adding the bandwidth option to the preferences. This changes the complexity ↵ | martian | 2010-02-09 | 1 | -2/+7 |
| | | | | of the UI and toggles album art. | ||||
* | added link from now playing to the lyrics | dipsol | 2009-05-26 | 1 | -1/+10 |
| | |||||
* | revert to old random methods for now | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -5/+5 |
| | |||||
* | fix typo causing height to not display on art retrival, update to db ↵ | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -10/+10 |
| | | | | allowing gc of tmp_browse, add extension to api album art image urls | ||||
* | fix a display issue with the now playing that caused it to split up the results | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | Fixed rss feeds to show proper length of song and artist names. | Kevin James 'purdyk' Purdy | 2008-02-15 | 1 | -3/+3 |
| | |||||
* | - Updated Now Playing html/css | spocky | 2007-11-13 | 1 | -27/+47 |
| | | | | | | | - 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) | ||||
* | Updated now playing cover title/alt | spocky | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | - Cleaned up php files (removed useless inlines styles, replaced header td ↵ | spocky | 2007-09-24 | 1 | -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 | ||||
* | change class back to id for now | xgizzmo | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | fix some short tags causeing some weirdness in the menu, fixed a typo here ↵ | xgizzmo | 2007-08-06 | 1 | -1/+1 |
| | | | | and there. | ||||
* | fixed now playing, hopefully once and for all, added title text to the now ↵ | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -1/+1 |
| | | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance | ||||
* | Replace references to old code with new code | xgizzmo | 2007-07-29 | 1 | -1/+1 |
| | |||||
* | - Added Live Stream (Internet Radio) support | Karl 'vollmerk' Vollmer | 2007-07-23 | 1 | -14/+21 |
| | | | | | | | - 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 | ||||
* | few fixups to pass W3C Validation Service (wip) | xgizzmo | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | some minor tweakage to make ajaxie stuff kind of work in IE | Karl 'vollmerk' Vollmer | 2007-07-17 | 1 | -2/+2 |
| | |||||
* | Modified versions of now_playing_row.inc - Hopefully no bugs inside | nf | 2007-07-14 | 1 | -19/+17 |
| | |||||
* | added in user profile, did a little work on the preferences and session, ↵ | Karl 'vollmerk' Vollmer | 2007-06-11 | 1 | -2/+5 |
| | | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow | ||||
* | fixed now playing | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -2/+2 |
| | |||||
* | removed dead file, updated bin files, removed debug and added a new config ↵ | Karl 'vollmerk' Vollmer | 2007-02-13 | 1 | -1/+1 |
| | | | | option | ||||
* | force the width to 75 regardless, this is needed to prevent it from ↵ | Karl 'vollmerk' Vollmer | 2007-01-23 | 1 | -1/+1 |
| | | | | distorting the now playing | ||||
* | fixed title text on now playing to show full title rather then truncated | Karl 'vollmerk' Vollmer | 2007-01-03 | 1 | -5/+4 |
| | |||||
* | renamed albumart.php to image.php and prepared for the find album art page fixes | Karl 'vollmerk' Vollmer | 2006-12-29 | 1 | -2/+2 |
| | |||||
* | fixed display of now playing and fixed ordering of themes in preferences | Karl 'vollmerk' Vollmer | 2006-12-28 | 1 | -12/+8 |
| | |||||
* | fixed css issue, now playing issue and improved mpd controller a tiny bit | Karl 'vollmerk' Vollmer | 2006-10-06 | 1 | -6/+12 |
| | |||||
* | slight format fix on now playing and xmlrpc key fixes | Karl 'vollmerk' Vollmer | 2006-09-30 | 1 | -9/+11 |
| | |||||
* | fixed a small issue with spans in show_now_playing_row and the menu top | xgizzmo | 2006-09-29 | 1 | -4/+4 |
| | |||||
* | to keep infamys eyes from bleeding | Karl 'vollmerk' Vollmer | 2006-09-23 | 1 | -6/+6 |
| | |||||
* | few more stylesheet tweaks and added ability to have print_tags mail ↵ | Karl 'vollmerk' Vollmer | 2006-06-24 | 1 | -2/+1 |
| | | | | tags@ampache.org | ||||
* | really the last commit | Karl 'vollmerk' Vollmer | 2006-06-22 | 1 | -2/+1 |
| | |||||
* | fixed nowplaying refresh issues and switched it to div layout | Karl 'vollmerk' Vollmer | 2006-06-21 | 1 | -0/+45 |