Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up Core::autoload() | Paul Arthur | 2013-05-30 | 1 | -11/+11 |
| | |||||
* | Add and use Core::is_readable() | Paul Arthur | 2013-05-30 | 1 | -16/+40 |
| | | | | | | | | bea34c42 fixed one use of is_readable, but Windows users encountering this issue would still be affected in other cases. This commit fixes all of the important is_readable calls within Ampache; I'm not going to hack this into external modules, so if they're broken people will have to live with it. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -135/+135 |
| | | | | | 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. | ||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Use spl_autoload_register instead of __autoload | Paul Arthur | 2012-04-18 | 1 | -0/+25 |
| | | | | | Might be useful in the future, __autoload is discouraged according to the PHP documentation. | ||||
* | Allow multiple valid forms of the same type | Paul Arthur | 2012-03-06 | 1 | -16/+34 |
| | | | | | Use the SID for the primary key, instead of the non-unique form name. Also add some debugging to the form functions in Core. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -1/+0 |
| | |||||
* | test for phpdoc | momo-i | 2011-02-02 | 1 | -19/+41 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -45/+45 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -2/+10 |
| | |||||
* | fix typo causing height to not display on art retrival, update to db ↵ | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -1/+1 |
| | | | | allowing gc of tmp_browse, add extension to api album art image urls | ||||
* | add image dimensions on find album art page | Karl 'vollmerk' Vollmer | 2008-07-07 | 1 | -0/+23 |
| | |||||
* | reorganize the menu a whole bunch and add a confirmation page to the catalog ↵ | Karl 'vollmerk' Vollmer | 2008-06-19 | 1 | -0/+51 |
| | | | | deletion | ||||
* | make the live stream add work again by removing genre needs to get tag ↵ | Karl 'vollmerk' Vollmer | 2008-06-18 | 1 | -0/+40 |
added, but I can do that later |