summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-10/+10
| | | | | 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_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Rename shoutBox to ShoutboxPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-1/+1
| | | | | | 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 crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-1/+1
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-13/+13
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* use new logic for index, simplify it for the time being.Karl 'vollmerk' Vollmer2010-02-141-99/+30
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-27/+89
| | | | of the UI and toggles album art.
* move stuff around so it makes more sense and is not messed up by the ajax ↵Karl 'vollmerk' Vollmer2008-08-301-3/+0
| | | | refresh
* sync to trunkKarl 'vollmerk' Vollmer2008-08-301-1/+2
|
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-0/+1
| | | | of amarok, also added some caching and fixed some misc bugs
* moved the browse menu onto home, removed the browse tag from the menu, ↵Karl 'vollmerk' Vollmer2008-05-251-1/+1
| | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played
* add url_to_song function to api for amarok2Karl 'vollmerk' Vollmer2008-04-151-1/+1
|
* fixed recently played, removed a bunch of useless files, added new methods ↵Karl 'vollmerk' Vollmer2008-03-211-1/+1
| | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods
* Modification for embedded Flash player (Still Broken)pb1dft2008-02-251-3/+7
|
* delay random albums a bit to improve inital load, also add a refresh button ↵Karl 'vollmerk' Vollmer2008-02-251-4/+2
| | | | so you can flip them without refreshing the whole page
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-11/+12
| | | | flagged items, cleaned up shoutbox css a bit
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-1/+13
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc
* database update, cleaned up some stuffKarl 'vollmerk' Vollmer2007-12-101-19/+0
|
* - Updated Now Playing html/cssspocky2007-11-131-1/+1
| | | | | | | - 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)
* - modified sidebar cssspocky2007-09-231-3/+3
| | | | | | | - modified rightbar html/css - added patch to enabled ie6 :hover pseudo classes - modified boxes html/css to remove table tags and enable box floating - added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
* more sorting fixes, and move catalog stats to statisticsKarl 'vollmerk' Vollmer2007-09-201-3/+0
|
* fixed some minor css issues with recently played, added newest ↵Karl 'vollmerk' Vollmer2007-08-141-2/+12
| | | | artists/genres back in to main page
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-091-0/+3
| | | | broken)
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-3/+4
|
* fixed typo -thx limedKarl 'vollmerk' Vollmer2007-06-111-1/+1
|
* added in user profile, did a little work on the preferences and session, ↵Karl 'vollmerk' Vollmer2007-06-111-0/+2
| | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-1/+1
| | | | dynamic updating of the current state
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-6/+8
| | | | everything broken
* Embedded the flash player & fix for admin>userspb1dft2007-03-071-0/+8
|
* Fixed windows mapped drive sub dir issue and catalog album art addKarl 'vollmerk' Vollmer2007-01-161-4/+1
|
* few more tweaks to box and index pageKarl 'vollmerk' Vollmer2007-01-161-12/+13
|
* reinserted local catalog infopb1dft2007-01-081-0/+6
|
* tweaked album of the moment mojo and theoritical fix for flash playerKarl 'vollmerk' Vollmer2007-01-081-1/+1
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-071-0/+37
* 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