Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -2/+75 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -340/+340 |
| | | | | | 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. | ||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | ||||
* | Move clean functions into their respective classes | Paul Arthur | 2013-01-25 | 1 | -3/+13 |
| | | | | Uniformly name them gc() | ||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
| | | | | | | 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 modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -1/+0 |
| | |||||
* | test for phpdoc | momo-i | 2011-02-02 | 1 | -18/+41 |
| | |||||
* | Add missing scrub_out; fixes some display issues. | Paul 'flowerysong' Arthur | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -12/+22 |
| | |||||
* | Aggressively make sure we don't end up with extra spaces when joining the ↵ | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -6/+5 |
| | | | | prefix. | ||||
* | Some more Art-related cleanup. Removing references to album_data, removing old | Paul 'flowerysong' Arthur | 2010-05-09 | 1 | -224/+21 |
| | | | | art methods from Album, etc. Should fix FS#76 | ||||
* | Remove album art functions from album class, this most likely breaks things | Karl 'vollmerk' Vollmer | 2010-04-01 | 1 | -625/+0 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -322/+322 |
| | |||||
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -142/+142 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | use medium images from google, not any | martian | 2010-02-12 | 1 | -1/+5 |
| | |||||
* | google image search support | martian | 2010-02-12 | 1 | -1/+32 |
| | |||||
* | Removed dead xmlrpc files, started work migrating to LastFM v2.0 api | Karl 'vollmerk' Vollmer | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Add bmp to the list of allowed album art types Resolves #589 | Karl 'vollmerk' Vollmer | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Remove Dba::query from a few more classes | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | cleanup of the album class... I like commits | Karl 'vollmerk' Vollmer | 2009-12-12 | 1 | -18/+16 |
| | |||||
* | Fix Amazon album art search, requires new config options | Karl 'vollmerk' Vollmer | 2009-12-11 | 1 | -1/+1 |
| | |||||
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -0/+145 |
| | |||||
* | return the constructed url | Karl 'vollmerk' Vollmer | 2009-05-10 | 1 | -1/+3 |
| | |||||
* | sync stats fix from 3.5 branch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -1/+3 |
| | |||||
* | fix typo causing height to not display on art retrival, update to db ↵ | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -0/+34 |
| | | | | allowing gc of tmp_browse, add extension to api album art image urls | ||||
* | Added: get url using proxy #313(Thx faber) + proxyuser, proxypassword | momo-i | 2009-03-12 | 1 | -0/+23 |
| | |||||
* | add tags to the artist and album xml documents | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -0/+2 |
| | |||||
* | added the tags to the artist and album display, and also made the cataloging ↵ | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -0/+4 |
| | | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style | ||||
* | fix issue where the small thumbnail is used for larger images if resize ↵ | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -2/+4 |
| | | | | album art enabled | ||||
* | fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵ | Karl 'vollmerk' Vollmer | 2008-10-29 | 1 | -1/+1 |
| | | | | things | ||||
* | Fixed Album Art (folder.jpg images) #318 (Thx imigueldiaz) | momo-i | 2008-10-22 | 1 | -1/+2 |
| | |||||
* | simplify code, remove large if else statement | Karl 'vollmerk' Vollmer | 2008-09-03 | 1 | -28/+28 |
| | |||||
* | (no commit message) | momo-i | 2008-09-03 | 1 | -22/+28 |
| | |||||
* | remove lib/album.lib.php and move its two functions into album class, ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -0/+99 |
| | | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) | ||||
* | added "extra" caching for the album object | Karl 'vollmerk' Vollmer | 2008-08-08 | 1 | -1/+24 |
| | |||||
* | fixed the albums/artists I broke a few revs ago and sync of the download ↵ | Karl 'vollmerk' Vollmer | 2008-07-15 | 1 | -5/+1 |
| | | | | stats fix from branch | ||||
* | make the disabled songs link show something, need to make a custom view for ↵ | Karl 'vollmerk' Vollmer | 2008-07-14 | 1 | -27/+1 |
| | | | | that as the song one i not really valid, also played around with the caching a bit | ||||
* | show the top 2 tags on songs, sync fixes from /branches/3.4 improved caching ↵ | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -1/+1 |
| | | | | on song object | ||||
* | made the cataloging process gather genre and use it as a tag, browse genre ↵ | Karl 'vollmerk' Vollmer | 2008-05-19 | 1 | -0/+1 |
| | | | | also removed | ||||
* | fix typo also tweak the localplay controllers so they update the active ↵ | Karl 'vollmerk' Vollmer | 2008-05-18 | 1 | -1/+1 |
| | | | | instance correctly | ||||
* | sync to trunk | Karl 'vollmerk' Vollmer | 2008-05-18 | 1 | -1/+2 |
| | |||||
* | added in some caching and add the database upgrade that will make the taging ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -19/+35 |
| | | | | mostly work | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -2/+13 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | fixed some album art issues and an issue with downloads if no catalog pattern | Karl 'vollmerk' Vollmer | 2008-05-03 | 1 | -5/+8 |
| | |||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -1/+1 |
| |