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

21 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
34b0eaf233 Clean up uses of Config::set and Config::set_by_array
Consistently pass in a boolean instead of a string or an int for the
clobber flag.
2012-03-06 12:18:57 -05: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
629502b147 templates header comment modified for phpdoc 2011-02-03 09:24:02 +09:00
momo-i
fd548dc3e9 some templates modified header comment 2011-02-03 08:04:41 +09:00
Paul 'flowerysong' Arthur
6e386b835d Some cleanup and optimisation of list headers. Fixes FS#137. 2010-09-21 16:59:49 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +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
04bcb58be9 move over to query class as backend for browse 2009-03-08 22:39:38 +00:00
Karl 'vollmerk' Vollmer
73e70d7d99 fixed a long standing browsing issue where you could not browse two different things at the same time 2008-08-08 05:15:34 +00:00
Karl 'vollmerk' Vollmer
2c337852cf major corrections to reading of preferences and a few misc fixes which I have now forgotten 2008-02-29 06:14:46 +00:00
Karl 'vollmerk' Vollmer
5975361e03 fixed an issue with downsample remote where it required access_control to be on, and also would downsample those inside the local network definition rather then those outside 2007-12-30 02:05:31 +00:00
spocky
1379769b18 - Updated Now Playing html/css
- 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)
2007-11-13 20:57:07 +00:00
spocky
b49eff3e13 Updated ajax loader
Updated pager html/css
Fixed some Greysme's bugs
Didn't fix ajax links w3c conformance :)
2007-10-15 21:02:50 +00:00
Karl 'vollmerk' Vollmer
311df0b6ba fixed slight glitch introduced into the paging stuff 2007-08-19 09:05:35 +00:00
Karl 'vollmerk' Vollmer
796c2692d0 fixed lower paging horn, tweaked css for page-a-nation, added paging to playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums 2007-08-09 06:17:37 +00:00
Karl 'vollmerk' Vollmer
b909c08509 fixed a bug in the numbering, referencing a non-existant value 2007-08-02 06:52:34 +00:00
Karl 'vollmerk' Vollmer
a93cc6b8eb added paging to artists, albums and fixed a missed link 2007-07-31 04:39:31 +00:00
Karl 'vollmerk' Vollmer
652474071e added paging on all song displays 2007-07-31 04:31:42 +00:00
Karl 'vollmerk' Vollmer
0dcbad80cd added in basic browse by song functionality with filtering of unplayed 2007-05-06 22:19:37 +00:00
Renamed from templates/list_header.inc (Browse further)