Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the PDO check in two | Paul Arthur | 2013-02-03 | 1 | -4/+6 |
| | | | | It's more helpful this way. | ||||
* | Clean up PHP tests and reuse them in init.php | Paul Arthur | 2013-02-03 | 1 | -110/+31 |
| | | | | | Also move the config-related functions out of debug.lib.php (why they were there in the first place is anyone's guess.) | ||||
* | Fix the debug_result convenience function | Paul Arthur | 2013-02-03 | 1 | -9/+8 |
| | | | | | The point of a convenience function is to be convenient, not to have an unused first parameter and always be surrounded by the same boilerplate. | ||||
* | Fix up the tests a bit | Paul Arthur | 2013-02-03 | 1 | -27/+1 |
| | | | | | The hash check shouldn't be mixed in with the version check, and we now need JSON. | ||||
* | Add a check that makes sure PDO is available | Paul Arthur | 2013-02-03 | 1 | -0/+13 |
| | | | | | | Calling an unavailable class is a fatal error, so people without PDO were left with a fairly useless blank screen and no indicator of what was wrong. Let's be a bit more user-friendly. | ||||
* | Drop checks for mysql extension | Paul Arthur | 2013-01-30 | 1 | -14/+0 |
| | | | | Nothing to replace it for now. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -130/+130 |
| | | | | | 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. | ||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 1 | -14/+0 |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | ||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Move check_database_inserted into the Dba class | Paul Arthur | 2012-11-08 | 1 | -23/+0 |
| | |||||
* | Move check_database into the Dba class | Paul Arthur | 2012-11-08 | 1 | -25/+0 |
| | |||||
* | Fix an off-by-one error in the execution time check | Paul Arthur | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Make the install-time execution time check more better | Paul Arthur | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Bug where configuration file was escaped incorrectly | Stephen Shkardoon | 2012-01-02 | 1 | -8/+16 |
| | | | | Bug where a timeout of 0 was incorrectly recognized | ||||
* | Remove dangling version test | Paul Arthur | 2011-11-30 | 1 | -5/+0 |
| | |||||
* | Ampache now requires PHP 5.3 or greater... 'JFDI' | Karl Vollmer | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | Escape config values when outputting the config file | Stephen Shkardoon | 2011-09-19 | 1 | -3/+3 |
| | | | | Allows for odd characters in the database username and password. | ||||
* | Make debug and install tests friendlier | Paul Arthur | 2011-09-19 | 1 | -13/+21 |
| | | | | | | "PHP putenv support" had nothing to do with putenv. Split it into multiple tests and have the output actually correspond to what we're checking. | ||||
* | Install now contains two buttons, Download & Write for the config file, ↵ | Karl Vollmer | 2011-07-27 | 1 | -0/+11 |
| | | | | | | there is also an additional check before that if the config file is writeable | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | 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/+9 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -23/+28 |
| | |||||
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 1 | -15/+0 |
| | | | | Snoopy works just as well for this application. | ||||
* | Check cURL before install. | momo-i | 2010-07-30 | 1 | -0/+15 |
| | | | | if cURL have not installed, get_like() should be return false. | ||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -30/+30 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Issue #559, corrected the variables as suggested by quack23. | dipsol | 2009-11-05 | 1 | -98/+98 |
| | |||||
* | add additional information during the install process | Karl 'vollmerk' Vollmer | 2009-07-08 | 1 | -0/+41 |
| | |||||
* | revert to old random methods for now | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | more work for alpha2 release, clean up install and debug a bit | Karl 'vollmerk' Vollmer | 2009-03-08 | 1 | -0/+49 |
| | |||||
* | fix version check in debug lib | Karl 'vollmerk' Vollmer | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | add a check for the sha256() hash algo | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -1/+9 |
| | |||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -0/+10 |
| | |||||
* | (no commit message) | momo-i | 2008-09-03 | 1 | -2/+2 |
| | |||||
* | remove restriction forcing non-blank root pw | Karl 'vollmerk' Vollmer | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | some rather major bug fixes, corrected a preference setting issue, as well ↵ | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -7/+6 |
| | | | | as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login | ||||
* | updated russian translation and tweaked some plural points thx littlesavage | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | fixed old password problem | Karl 'vollmerk' Vollmer | 2007-12-25 | 1 | -1/+1 |
| | |||||
* | licence updates, Thx porthose | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -3/+2 |
| | |||||
* | moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵ | Karl 'vollmerk' Vollmer | 2007-07-05 | 1 | -1/+2 |
| | | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation | ||||
* | fixed the debug page | Karl 'vollmerk' Vollmer | 2007-06-21 | 1 | -29/+28 |
| | |||||
* | updated sql file, and the install process now works | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -5/+50 |
| | |||||
* | first step of installer works, will finish later tomorrow morning | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -7/+6 |
| | |||||
* | it technically logs in and streams.. but thats it, complete rewrite almost ↵ | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -173/+23 |
| | | | | everything broken | ||||
* | * Added new icons, and speed up icon display | Karl 'vollmerk' Vollmer | 2006-12-20 | 1 | -47/+52 |
| | | | | | | * Fixed ORDER BY `track` on play selected * Started work on editing/flagging albums and artists | ||||
* | * Prevent Album art set on demo because people put porn in there :( | Karl 'vollmerk' Vollmer | 2006-12-05 | 1 | -18/+10 |
| | | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq | ||||
* | final commit before alpha2 release | Karl 'vollmerk' Vollmer | 2006-11-13 | 1 | -6/+1 |
| | |||||
* | fixed mpd logic error and post max size | Karl 'vollmerk' Vollmer | 2006-11-02 | 1 | -0/+5 |
| | |||||
* | updated translations, new russian translation, generate config tool to ↵ | Karl 'vollmerk' Vollmer | 2006-10-22 | 1 | -0/+368 |
update config and new putenv test on /test.php |