summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Add function that check ampache and php version from each website.momo-i2011-02-041-0/+89
|
* Update translations and update copyright year on footermomo-i2011-02-031-1/+1
|
* Modified forgotmomo-i2011-02-031-1/+1
|
* Modified header comment for phpdocmomo-i2011-02-03155-2856/+4654
|
* Updated html for register. Now uses the css from theme!Einar2011-01-271-80/+57
|
* Fix missing actions labelEinar2011-01-261-0/+1
|
* Untested change of now playing image size - Blame UnconKarl Vollmer2011-01-261-1/+1
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-243-4/+31
|
* Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache ↵Chris Slamar2010-12-301-1/+2
|\ | | | | | | into integration
| * fixed missing debug number and added alt textChris Slamar2010-12-151-1/+1
| |
| * fixed typo. One of many I imagineChris Slamar2010-12-141-2/+2
| |
| * Initial TwitterCharlie2010-12-131-1/+2
| |
* | Merge following commit.Elias Probst2010-12-084-0/+4
|/ | | | | | | | commit 8022d791a41729492a55c98b48c43b293d3ad6dd Author: Elias Probst <mail@eliasprobst.eu> Date: Wed Dec 8 03:38:30 2010 +0100 Provide the capability to show an general error in some more templates.
* Debian Policy AlertChris 'cslamar' Slamar2010-11-021-1/+5
|
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-153-4/+4
| | | | memory profiling logging to level 5; fixes FS#141.
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-091-0/+9
| | | | other places that send mail.
* Link the logo on the login screen to root rather than back to the login screen.Paul 'flowerysong' Arthur2010-09-251-1/+1
| | | | Same behaviour with auth enabled, but is slightly nicer with auth optional.
* Some cleanup and optimisation of list headers. Fixes FS#137.Paul 'flowerysong' Arthur2010-09-211-48/+51
|
* Some grammar fixes and a code dedupe for installation. Identical code in 5Paul 'flowerysong' Arthur2010-09-186-144/+102
| | | | | files makes the baby Jesus cry and eventually results in the code not being identical.
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-174-14/+110
| | | | Snoopy works just as well for this application.
* Check cURL before install.momo-i2010-07-301-0/+11
| | | | if cURL have not installed, get_like() should be return false.
* Search for similar artistsChris 'cslamar' Slamar2010-07-291-0/+3
|
* Fixed: didn't show lang and Charset, if Write Config.momo-i2010-07-061-1/+5
|
* Fix installation (base.js requires prototype). Also squelch a warning in update.Paul 'flowerysong' Arthur2010-06-292-0/+2
|
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-2411-30/+16
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-221-1/+9
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* Fix statistics display after recent browse changes.Paul 'flowerysong' Arthur2010-06-182-15/+35
|
* Browsing by tag is broken. This doesn't fix it.Paul 'flowerysong' Arthur2010-06-151-1/+1
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-138-12/+15
|
* Clean up general.lib.php and ui.lib.php: remove unused functions, group relatedPaul 'flowerysong' Arthur2010-06-134-13/+13
| | | | functions, simplify implementation of some functions.
* Cosmetics: consistent line endings. No DOS for you.Paul 'flowerysong' Arthur2010-06-111-14/+14
|
* Preserve keys when slicing up the tmpplaylist array. Fixes FS#112, reported byPaul 'flowerysong' Arthur2010-06-101-1/+1
| | | | Pietje Puk.
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-1015-97/+130
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* Remove some unused genre stuff.Paul 'flowerysong' Arthur2010-06-102-120/+0
|
* I should have done it this way in the first place, instead of that uglyPaul 'flowerysong' Arthur2010-06-0913-22/+23
| | | | show_playlist_full_row hack.
* Change artist template to use just the artist name in the header; fixes FS#108.Paul 'flowerysong' Arthur2010-06-071-7/+10
| | | | Also make the actions shown a bit dynamic.
* Add question mark after "Ampache.cfg.php Exists" for consistency.Paul 'flowerysong' Arthur2010-05-291-1/+1
|
* test add: layout for rtl language.momo-i2010-05-141-1/+7
| | | | | | The file was just copied except classic theme. classic theme was only replaced from right(or left) to left(or right). ex: float: left -> float: right
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-091-1/+1
| | | | art methods from Album, etc. Should fix FS#76
* Some missed hunks for playlist editing and miscellaneous related cleanup.Paul 'flowerysong' Arthur2010-04-282-2/+2
|
* Make ratings shown under Albums of the Moment interactive. Resolves FS#18.Paul 'flowerysong' Arthur2010-04-281-3/+3
|
* Add the ability to edit or delete a playlist from the normal playlist display, Paul 'flowerysong' Arthur2010-04-284-2/+86
| | | | not just while browsing. Fixes FS#16
* Fix building rating cache when displaying a playlist by mapping $object_ids fromPaul 'flowerysong' Arthur2010-04-281-1/+1
| | | | a multidimensional array to a flat one when calling build_cache.
* Enhanced rating search; uses correct algorithm for calculation, allowsPaul 'flowerysong' Arthur2010-03-231-0/+5
| | | | specification of the operator.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-14102-565/+565
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-14152-0/+152
|
* Fix typos, and tweak insert_now_playing preping for Video now playingKarl 'vollmerk' Vollmer2010-02-142-4/+4
|
* use new logic for index, simplify it for the time being.Karl 'vollmerk' Vollmer2010-02-142-172/+30
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-146-29/+20
|
* fixed a failed attempt to limit tags shownmartian2010-02-091-1/+1
|