Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -149/+149 |
| | | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree. | ||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -6/+6 |
| | | | | | | 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. | ||||
* | Make Art->get_from_source() static | Paul Arthur | 2012-04-09 | 1 | -5/+3 |
| | | | | | | Half the calls to it were already trying to call it as a static method anyway. The only time $this was referenced was to get the type, so pass type as a parameter. | ||||
* | 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. | ||||
* | header comment replace for phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -1/+0 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | commit everything. | Karl 'vollmerk' Vollmer | 2010-03-22 | 1 | -3/+4 |
| | |||||
* | Switch Album so it uses new art methods | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -12/+13 |
| | |||||
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -3/+3 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -61/+61 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | fix typo | Karl 'vollmerk' Vollmer | 2008-11-14 | 1 | -3/+3 |
| | |||||
* | Fixed not defined get_image_from_source() | momo-i | 2008-09-02 | 1 | -3/+3 |
| | |||||
* | bunch of fixes, and some breaks for the browsing | Karl 'vollmerk' Vollmer | 2008-08-18 | 1 | -1/+0 |
| | |||||
* | removed some more references to the genre stuff, added ability to customized ↵ | Karl 'vollmerk' Vollmer | 2008-05-25 | 1 | -7/+4 |
| | | | | what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -1/+3 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | fixed db name validity and paging being forgotten on back | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | fixed filters being applied incorrectly, and removed un-needed query on show ↵ | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -6/+2 |
| | | | | album | ||||
* | fixed an album art issue created with the new auth code | Karl 'vollmerk' Vollmer | 2007-12-23 | 1 | -8/+1 |
| | |||||
* | added paging to genre sub views, and added missing fields to the song single ↵ | Karl 'vollmerk' Vollmer | 2007-12-06 | 1 | -73/+3 |
| | | | | view | ||||
* | fixed album.disk for ogg files and added it to the display | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -1/+2 |
| | |||||
* | Replace references to old code with new code | xgizzmo | 2007-08-01 | 1 | -3/+3 |
| | |||||
* | fixed the album art gathering, enabled art resizing and saving of said ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -2/+1 |
| | | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording | ||||
* | slightly improved the logic on pulling albums, fixed a typo causing find ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -5/+6 |
| | | | | album art not to work as advertised | ||||
* | fixed update from tags for artist and album and fixed clear album art | Karl 'vollmerk' Vollmer | 2007-07-05 | 1 | -5/+7 |
| | |||||
* | fixed preferences mostly, also fixed some genre issues and other stuff I am ↵ | Karl 'vollmerk' Vollmer | 2007-06-11 | 1 | -24/+17 |
| | | | | forgetting now | ||||
* | fixed find album art, including a fix from Karl Hungus... seriously I am not ↵ | Karl 'vollmerk' Vollmer | 2007-05-25 | 1 | -7/+4 |
| | | | | making that name up | ||||
* | fixed up part of single album view, show songs is all gone, working on ↵ | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -19/+4 |
| | | | | replacement browse method | ||||
* | Updated all offset_limit refs to ->pref['offset_limit'] | pb1dft | 2007-02-27 | 1 | -1/+1 |
| | |||||
* | * Fixed xmlrpc, hopefully | Karl 'vollmerk' Vollmer | 2007-02-11 | 1 | -6/+3 |
| | | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes | ||||
* | * Initial Database Changes for 3.4, many things are now broken | Karl 'vollmerk' Vollmer | 2007-02-08 | 1 | -1/+1 |
| | |||||
* | localplay controllers and some spelling fixes | Karl 'vollmerk' Vollmer | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | few more tweaks to box and index page | Karl 'vollmerk' Vollmer | 2007-01-16 | 1 | -11/+14 |
| | |||||
* | * Re-worked Main page of Ampache, adding Album of the moment. | Karl 'vollmerk' Vollmer | 2007-01-07 | 1 | -4/+27 |
| | | | | | | | | | | | * 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 Single Artist view if you have 50+ albums | Karl 'vollmerk' Vollmer | 2007-01-04 | 1 | -7/+3 |
| | | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists | ||||
* | I am pretty sure the find art should work correctly now, it doesnt do ↵ | Karl 'vollmerk' Vollmer | 2007-01-01 | 1 | -3/+13 |
| | | | | id3tags yet due to some... complications.. it does however now read the folder images which is a new feature. | ||||
* | * Added new Snoopy, fixes some minor bugs | Karl 'vollmerk' Vollmer | 2006-12-28 | 1 | -199/+185 |
| | | | | | | | | * Rewrote Album Art collection, fixing tons of logic flaws, single album art find is currently broken might even be a little faster now when using folder and id3 methods at the same time * Fixed some issues with FastCGI installs * Removed another upload file that wasn't used anymore * Tweaked Recently Played to show 'played XXX ago' | ||||
* | tweaked icons to use built in functions and removed them from where there ↵ | Karl 'vollmerk' Vollmer | 2006-11-26 | 1 | -5/+4 |
| | | | | were not icons for every optin, added recently played | ||||
* | Fixed some stuff on album art added ability to sort albums on name/year in ↵ | pb1dft | 2006-11-25 | 1 | -1/+1 |
| | | | | artist.php | ||||
* | Addition for ip_history and browse for local album art | pb1dft | 2006-11-08 | 1 | -15/+46 |
| | |||||
* | moving some stuff around, fixed a few stylesheet bugs and a sorting issue on ↵ | Karl 'vollmerk' Vollmer | 2006-10-29 | 1 | -1/+1 |
| | | | | albums | ||||
* | more updates to the theme stuff | Karl 'vollmerk' Vollmer | 2006-09-24 | 1 | -20/+9 |
| | |||||
* | added min album size | Karl 'vollmerk' Vollmer | 2006-09-13 | 1 | -6/+29 |
| | |||||
* | updated changelog made reseting album art take above user perms | Karl 'vollmerk' Vollmer | 2006-09-13 | 1 | -1/+1 |
| | |||||
* | moved init.php improved vainfo a bit, removed checkboxes from search page | Karl 'vollmerk' Vollmer | 2006-06-17 | 1 | -1/+1 |
| | |||||
* | Remove some unnecessary text that was getting mangled by scrub_out anyways. | morgan | 2006-04-06 | 1 | -3/+1 |
| | |||||
* | added a hack for some additional sorting and fixed it so that the user table ↵ | Karl 'vollmerk' Vollmer | 2006-03-24 | 1 | -1/+18 |
| | | | | has alternating colors |