1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00
Commit graph

42 commits

Author SHA1 Message Date
Paul Arthur
f65076b93d Switch from _() to T_()
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.
2012-04-12 21:13:29 -04:00
Paul Arthur
8170ff7c8c Replace errant direct mysql call with Dba::write 2012-03-13 18:35:42 -04:00
Paul Arthur
8161a94cff Consistently key off of 'show_similar' 2012-02-25 01:14:41 -05:00
momo-i
6a31888666 Fixed messages translatable. 2011-12-27 15:39:53 +09:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
9ce63661d1 Fixed indent and add translation words 2011-02-03 14:03:16 +09:00
momo-i
5da3caed31 Modified header comment for phpdoc 2011-02-03 10:25:54 +09:00
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06:00
Paul 'flowerysong' Arthur
df80bd7243 Refactored Last.FM recommendations; drop new dependency on curl since
Snoopy works just as well for this application.
2010-08-17 20:59:16 +00:00
Chris 'cslamar' Slamar
720dd019a0 Search for similar artists 2010-07-29 13:58:43 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
Karl 'vollmerk' Vollmer
384e42bf81 fix the show artists page, broken when I removed the box 2008-05-27 13:29:33 +00:00
Karl 'vollmerk' Vollmer
9803be045b removed some more references to the genre stuff, added ability to customized what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller 2008-05-25 23:55:35 +00:00
Karl 'vollmerk' Vollmer
693e26e2ad commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
Karl 'vollmerk' Vollmer
2f5c09b55c updated locales, hopefully one of the last commits before 3.4 stable release 2008-05-10 09:27:42 +00:00
Karl 'vollmerk' Vollmer
afb0aafbfe Fixed show all songs multi-page showing incorrect data on page flip 2008-01-02 18:21:01 +00:00
Karl 'vollmerk' Vollmer
99baf7582d added paging to the playlist view, corrected a few stupid parse errors / mistakes 2007-12-03 09:14:38 +00:00
spocky
e855988af2 renamed a few files (missing php extension)
updated most of the tables so that every column is independently customizable by css rules
2007-10-24 21:15:58 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
Karl 'vollmerk' Vollmer
db47bcb6c0 fixed play all artist, play all artist random, and account updating from user preferences 2007-07-29 03:20:00 +00:00
Karl 'vollmerk' Vollmer
d24fe88905 fixed update from tags for artist and album and fixed clear album art 2007-07-05 03:32:38 +00:00
Karl 'vollmerk' Vollmer
af2ff07a81 - Fixed Ratings
- Tweaked RSS, still needs work
- Show Single artist mostly finished
2007-06-07 07:20:01 +00:00
pb1dft
055195b302 Updated all offset_limit refs to ->pref['offset_limit'] 2007-02-27 18:12:42 +00:00
Karl 'vollmerk' Vollmer
1068c367ac * Fixed Single Artist view if you have 50+ albums
* Tweaked Recently Played text to make translations a little easier
* Removed unused Config options
* Added array definition if only one users exists
2007-01-04 05:37:15 +00:00
pb1dft
0635397ab2 Fixed some stuff on album art added ability to sort albums on name/year in artist.php 2006-11-25 22:58:24 +00:00
Karl 'vollmerk' Vollmer
ad6644d6cb fixed some localplay issues 2006-11-15 09:28:23 +00:00
Karl 'vollmerk' Vollmer
9cfb075df5 3.3.1-Alpha1 release 2006-10-29 00:51:53 +00:00
Karl 'vollmerk' Vollmer
ae70bce26c more updates to the theme stuff 2006-09-24 03:15:05 +00:00
Karl 'vollmerk' Vollmer
0cf99f9a6c a few updates/fixes for localplay 2006-07-30 16:22:01 +00:00
Karl 'vollmerk' Vollmer
e3734f063e moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
Karl 'vollmerk' Vollmer
79b8e30e4e added loose name compare and improved rename 2006-02-13 08:12:47 +00:00
Karl 'vollmerk' Vollmer
4e9823cd10 fixed mysql5 crap, thx WarrenG cleaned up some of the show_songs code and stuff that calls it, did a little work on playlists 2006-01-04 08:11:01 +00:00
Karl 'vollmerk' Vollmer
83f3c41141 updated registration mojo thx pb1dft also some fluf updates 2006-01-02 01:06:06 +00:00
Karl 'vollmerk' Vollmer
975bbcebe9 new interface which breaks all previous themes... and current themes, still under development 2005-12-21 08:03:20 +00:00
Karl 'vollmerk' Vollmer
0154f37360 added ability to rename/merge artists thx spcombs 2005-12-18 03:04:59 +00:00
Karl 'vollmerk' Vollmer
40a84aca6f whole bunch of last-min fixes for Alpha2 release 2005-08-14 23:26:35 +00:00
Karl 'vollmerk' Vollmer
53cab4e5ba initial genre browsing and improved artists/albums browse code (made it consistent) 2005-08-13 06:51:32 +00:00
Karl 'vollmerk' Vollmer
0c0262b8a7 mother of all commits... 2005-06-19 18:05:40 +00:00
Karl 'vollmerk' Vollmer
ab8c8b63c6 fix and new preference for footer menu 2005-06-10 04:28:39 +00:00
Karl 'vollmerk' Vollmer
bcad40a05a New Import 2005-06-09 16:34:40 +00:00