summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix typomomo-i2009-03-111-1/+1
|
* fix missing page headers on democratic playlist, also show the votersKarl 'vollmerk' Vollmer2009-03-111-18/+27
|
* department of redundency department - make Error::add_error() references, ↵Karl 'vollmerk' Vollmer2009-03-101-6/+6
| | | | reference the real function which is Error::add() Thx Paleo for finding it
* add time range to advanced search, resolves #329Karl 'vollmerk' Vollmer2009-03-093-2/+15
|
* fix a problem with single album display, also make the democratic play votes ↵Karl 'vollmerk' Vollmer2009-03-091-1/+0
| | | | ordered by track as secondary to vote time()
* Fixed: plural messagemomo-i2009-03-082-2/+3
|
* added sorting to the video browse, also made the api add_lt, add_gt work for ↵Karl 'vollmerk' Vollmer2009-03-081-4/+4
| | | | artist and album (untested)
* move over to query class as backend for browseKarl 'vollmerk' Vollmer2009-03-081-1/+1
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-083-12/+4
| | | | of users
* more work for alpha2 release, clean up install and debug a bitKarl 'vollmerk' Vollmer2009-03-086-159/+159
|
* add length to the video browse, put in some stuff for the now playing table ↵Karl 'vollmerk' Vollmer2009-03-083-2/+5
| | | | up the config version in prep for another alpha
* improve the error messages on installation to show when you are missing the ↵Karl 'vollmerk' Vollmer2009-03-031-1/+2
| | | | sha256 algos
* make the popular actually show popularKarl 'vollmerk' Vollmer2009-03-021-1/+9
|
* add some additional stats to the catalog stats pageKarl 'vollmerk' Vollmer2009-03-022-3/+80
|
* move around stats information and split it up, tweak quicktime tag detectionKarl 'vollmerk' Vollmer2009-03-026-56/+79
|
* maybe fix #404, unconfirmed implemented #405 other misc cleanupKarl 'vollmerk' Vollmer2009-03-012-26/+31
|
* move add radio station link to a more obvious locationKarl 'vollmerk' Vollmer2009-03-011-2/+0
|
* Resolve #401 new database update, reset album thumbs and use resized art...Karl 'vollmerk' Vollmer2009-03-017-5/+22
|
* remove handheld.css that does not existKarl 'vollmerk' Vollmer2009-02-281-1/+0
|
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-283-9/+6
| | | | be some regressions
* moved import playlist menu item under main section "Playlist" and renamed it ↵Karl 'vollmerk' Vollmer2009-02-251-1/+1
| | | | to just "Import"
* Added: lyrics get from getid3 (pls test by any mp3s)momo-i2009-02-241-1/+1
| | | | Added: debug_print function (pre tag for print_r)
* Updated: message merged from r1899momo-i2009-02-241-3/+4
| | | | Updated: translation words for show_lyrics.inc.php
* Add: forgot to add file.momo-i2009-02-241-0/+48
|
* Fixed: show/import playlist #213 (thx ardbkr)momo-i2009-02-232-2/+2
|
* corrected display on cleared democratic playlist, and added some basic ↵Karl 'vollmerk' Vollmer2009-02-211-0/+2
| | | | caching, vote amount needs to be cached
* dots are stupidKarl 'vollmerk' Vollmer2009-02-101-1/+1
|
* broke the advanced random stuff, only ui in place for new stuff...Karl 'vollmerk' Vollmer2009-02-103-72/+84
|
* fix edit links, and some interface issues I created with other changesKarl 'vollmerk' Vollmer2009-02-091-2/+2
|
* forgot some columns on democratic playlistKarl 'vollmerk' Vollmer2009-02-082-3/+3
|
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-082-3/+12
| | | | localplay playlist
* more tweaks to the democratic playlist, move the play command out front also ↵Karl 'vollmerk' Vollmer2009-02-084-11/+25
| | | | clean up now playing on localplay status box
* add a few more columns to the video view, tweak how it picks the title when ↵Karl 'vollmerk' Vollmer2009-02-042-0/+13
| | | | indexing
* fix display of ip historyKarl 'vollmerk' Vollmer2009-02-041-2/+2
|
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-025-3/+93
| | | | playlists and random elements
* fixed localplay not showing current playing song and clear playlist not ↵Karl 'vollmerk' Vollmer2009-02-023-11/+23
| | | | refreshing the screen
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-015-9/+20
|
* ACL with IPv6 should be working / testing nowKarl 'vollmerk' Vollmer2009-01-315-34/+34
|
* add new ACL creation forms, none of them work yet, remove wrong icon... add ↵Karl 'vollmerk' Vollmer2009-01-315-30/+265
| | | | correct icon
* Add in IPv6 support to the ACLs and start work on the wizards for adding ACL ↵Karl 'vollmerk' Vollmer2009-01-312-20/+31
| | | | entries. Access Control broken in this revision due to missing DB update
* Allow blank root MySQL password, required for compatibilty, continue to ↵Karl 'vollmerk' Vollmer2009-01-281-21/+7
| | | | dis-allow Ampache MySQL account password to be blank. Revert additional check on DB Connection, do not want to tell the world their DB password is blank. The config clearly states this restriction
* Ticket #387, added some checks during install for empty db passwords. Also ↵dipsol2009-01-281-7/+21
| | | | added this to check when something goes wrong.
* fix editing preferences, and colorize the debug page a tad for funKarl 'vollmerk' Vollmer2009-01-273-3/+15
|
* final commits before the releaseKarl 'vollmerk' Vollmer2009-01-013-7/+8
|
* remove the genre references from the catalog creation screensKarl 'vollmerk' Vollmer2008-12-283-4/+2
|
* fix a display issue with the now playing that caused it to split up the resultsKarl 'vollmerk' Vollmer2008-12-282-6/+6
|
* put in a hack to clear the rightbar if the preferences deem it soKarl 'vollmerk' Vollmer2008-12-281-2/+7
|
* added the tags to the artist and album display, and also made the cataloging ↵Karl 'vollmerk' Vollmer2008-12-284-3/+11
| | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style
* Fixed: Typo informatinmomo-i2008-12-091-1/+1
|
* cleaned up some garbage code in the template and removed a useless fileKarl 'vollmerk' Vollmer2008-12-071-9/+3
|