Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add function that check ampache and php version from each website. | momo-i | 2011-02-04 | 1 | -0/+89 | |
| | ||||||
* | Update translations and update copyright year on footer | momo-i | 2011-02-03 | 1 | -1/+1 | |
| | ||||||
* | Modified forgot | momo-i | 2011-02-03 | 1 | -1/+1 | |
| | ||||||
* | Modified header comment for phpdoc | momo-i | 2011-02-03 | 155 | -2856/+4654 | |
| | ||||||
* | Updated html for register. Now uses the css from theme! | Einar | 2011-01-27 | 1 | -80/+57 | |
| | ||||||
* | Fix missing actions label | Einar | 2011-01-26 | 1 | -0/+1 | |
| | ||||||
* | Untested change of now playing image size - Blame Uncon | Karl Vollmer | 2011-01-26 | 1 | -1/+1 | |
| | ||||||
* | Catalog Filtering Added Bug#60 | Chris Slamar | 2011-01-24 | 3 | -4/+31 | |
| | ||||||
* | Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache ↵ | Chris Slamar | 2010-12-30 | 1 | -1/+2 | |
|\ | | | | | | | into integration | |||||
| * | fixed missing debug number and added alt text | Chris Slamar | 2010-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | fixed typo. One of many I imagine | Chris Slamar | 2010-12-14 | 1 | -2/+2 | |
| | | ||||||
| * | Initial Twitter | Charlie | 2010-12-13 | 1 | -1/+2 | |
| | | ||||||
* | | Merge following commit. | Elias Probst | 2010-12-08 | 4 | -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 Alert | Chris 'cslamar' Slamar | 2010-11-02 | 1 | -1/+5 | |
| | ||||||
* | Use a function to format bytes -> human-readable sizes. Also bump catalog build | Paul 'flowerysong' Arthur | 2010-10-15 | 3 | -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' Arthur | 2010-10-09 | 1 | -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' Arthur | 2010-09-25 | 1 | -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' Arthur | 2010-09-21 | 1 | -48/+51 | |
| | ||||||
* | Some grammar fixes and a code dedupe for installation. Identical code in 5 | Paul 'flowerysong' Arthur | 2010-09-18 | 6 | -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 since | Paul 'flowerysong' Arthur | 2010-08-17 | 4 | -14/+110 | |
| | | | | Snoopy works just as well for this application. | |||||
* | Check cURL before install. | momo-i | 2010-07-30 | 1 | -0/+11 | |
| | | | | if cURL have not installed, get_like() should be return false. | |||||
* | Search for similar artists | Chris 'cslamar' Slamar | 2010-07-29 | 1 | -0/+3 | |
| | ||||||
* | Fixed: didn't show lang and Charset, if Write Config. | momo-i | 2010-07-06 | 1 | -1/+5 | |
| | ||||||
* | Fix installation (base.js requires prototype). Also squelch a warning in update. | Paul 'flowerysong' Arthur | 2010-06-29 | 2 | -0/+2 | |
| | ||||||
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 11 | -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' Arthur | 2010-06-22 | 1 | -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' Arthur | 2010-06-18 | 2 | -15/+35 | |
| | ||||||
* | Browsing by tag is broken. This doesn't fix it. | Paul 'flowerysong' Arthur | 2010-06-15 | 1 | -1/+1 | |
| | ||||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 8 | -12/+15 | |
| | ||||||
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 4 | -13/+13 | |
| | | | | functions, simplify implementation of some functions. | |||||
* | Cosmetics: consistent line endings. No DOS for you. | Paul 'flowerysong' Arthur | 2010-06-11 | 1 | -14/+14 | |
| | ||||||
* | Preserve keys when slicing up the tmpplaylist array. Fixes FS#112, reported by | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -1/+1 | |
| | | | | Pietje Puk. | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 15 | -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' Arthur | 2010-06-10 | 2 | -120/+0 | |
| | ||||||
* | I should have done it this way in the first place, instead of that ugly | Paul 'flowerysong' Arthur | 2010-06-09 | 13 | -22/+23 | |
| | | | | show_playlist_full_row hack. | |||||
* | Change artist template to use just the artist name in the header; fixes FS#108. | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -7/+10 | |
| | | | | Also make the actions shown a bit dynamic. | |||||
* | Add question mark after "Ampache.cfg.php Exists" for consistency. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 | |
| | ||||||
* | test add: layout for rtl language. | momo-i | 2010-05-14 | 1 | -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 old | Paul 'flowerysong' Arthur | 2010-05-09 | 1 | -1/+1 | |
| | | | | art methods from Album, etc. Should fix FS#76 | |||||
* | Some missed hunks for playlist editing and miscellaneous related cleanup. | Paul 'flowerysong' Arthur | 2010-04-28 | 2 | -2/+2 | |
| | ||||||
* | Make ratings shown under Albums of the Moment interactive. Resolves FS#18. | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -3/+3 | |
| | ||||||
* | Add the ability to edit or delete a playlist from the normal playlist display, | Paul 'flowerysong' Arthur | 2010-04-28 | 4 | -2/+86 | |
| | | | | not just while browsing. Fixes FS#16 | |||||
* | Fix building rating cache when displaying a playlist by mapping $object_ids from | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -1/+1 | |
| | | | | a multidimensional array to a flat one when calling build_cache. | |||||
* | Enhanced rating search; uses correct algorithm for calculation, allows | Paul 'flowerysong' Arthur | 2010-03-23 | 1 | -0/+5 | |
| | | | | specification of the operator. | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 102 | -565/+565 | |
| | ||||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 152 | -0/+152 | |
| | ||||||
* | Fix typos, and tweak insert_now_playing preping for Video now playing | Karl 'vollmerk' Vollmer | 2010-02-14 | 2 | -4/+4 | |
| | ||||||
* | use new logic for index, simplify it for the time being. | Karl 'vollmerk' Vollmer | 2010-02-14 | 2 | -172/+30 | |
| | ||||||
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 6 | -29/+20 | |
| | ||||||
* | fixed a failed attempt to limit tags shown | martian | 2010-02-09 | 1 | -1/+1 | |
| |