summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added the recently played back inKarl 'vollmerk' Vollmer2008-12-071-1/+1
|
* finished up the rss feed stuff for now playing, it is currently the only ↵Karl 'vollmerk' Vollmer2008-12-072-2/+2
| | | | type that works, should conform to rss standards now
* added execution time override test, and tweaked when it falls back to ↵Karl 'vollmerk' Vollmer2008-12-061-0/+4
| | | | recording_time in id3v2 tags
* make a slight change to the song display, the title is now the direct link. ↵Karl 'vollmerk' Vollmer2008-12-061-4/+2
| | | | The info page is now an icon, this is based on watching a few ampache newbies try to use it and get confused as to how play stuff
* Added a missing </form>dipsol2008-12-021-0/+2
|
* Changed some name, because of the conventions.dipsol2008-12-023-6/+6
|
* fixed ticket 281, by changing the way the data was return. Now only the ↵dipsol2008-12-023-3/+10
| | | | button will be updated instead of the whole line.
* junk commit, nothing really changedKarl 'vollmerk' Vollmer2008-12-022-2/+2
|
* verify that they at least typed in the right db information, before creating ↵Karl 'vollmerk' Vollmer2008-11-291-3/+5
| | | | the config file for them
* Fixed: more translatablemomo-i2008-11-261-2/+2
|
* switch playlist actions to icons like everything elseKarl 'vollmerk' Vollmer2008-11-141-6/+16
|
* added link to disable/enable a song to the songs listKarl 'vollmerk' Vollmer2008-11-091-0/+2
|
* no real progress, just saving my workKarl 'vollmerk' Vollmer2008-11-031-2/+4
|
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵Karl 'vollmerk' Vollmer2008-10-296-3/+66
| | | | things
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-2745-280/+133
|
* Fixed #309: $web_path (Thx juanjo)momo-i2008-10-021-0/+1
|
* Fixed misstaken, and r1736 comment: Fixed if empty ids, don't run sql querymomo-i2008-09-031-2/+2
|
* (no commit message)momo-i2008-09-031-5/+7
|
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-312-2/+1
| | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
* move stuff around so it makes more sense and is not messed up by the ajax ↵Karl 'vollmerk' Vollmer2008-08-302-3/+3
| | | | refresh
* sync to trunkKarl 'vollmerk' Vollmer2008-08-302-3/+5
|
* sync to trunkKarl 'vollmerk' Vollmer2008-08-301-1/+1
|
* sync from branchKarl 'vollmerk' Vollmer2008-08-304-10/+14
|
* update typomomo-i2008-08-291-9/+9
|
* Updated more translatablemomo-i2008-08-297-22/+14
|
* Updated tempalate, po files, and Install process.momo-i2008-08-2711-19/+126
|
* Fixed don't display xml:lang and lang for html tag.momo-i2008-08-261-1/+1
|
* if can't use gettext, emulate gettext(). update some templates.momo-i2008-08-263-9/+9
|
* Fixed: typomomo-i2008-08-251-1/+1
|
* Modified: More translatable templates.momo-i2008-08-2524-51/+57
|
* fixed the live stream stuff, and removed references to the genre stuff, and ↵Karl 'vollmerk' Vollmer2008-08-243-12/+8
| | | | replaced it with tag
* fixed the search add result button and messed up some browse sort stuffKarl 'vollmerk' Vollmer2008-08-223-4/+4
|