Paul Arthur
10d54c9f7f
Fix up the tests a bit
...
The hash check shouldn't be mixed in with the version check, and we now
need JSON.
2013-02-03 04:34:57 -05:00
Paul Arthur
675fd21cf1
Add a check that makes sure PDO is available
...
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.
2013-02-03 02:35:13 -05:00
Paul Arthur
de98b1b92d
Drop checks for mysql extension
...
Nothing to replace it for now.
2013-01-30 01:36:02 -05:00
Paul Arthur
ef4d366060
Cosmetics: death to tabs
...
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.
2013-01-26 03:38:46 -05:00
Paul Arthur
eaa44dcd09
Continue moving things into UI
...
check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv()
truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
2013-01-26 01:15:59 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
93251b3c8d
Move check_database_inserted into the Dba class
2012-11-08 13:22:56 -05:00
Paul Arthur
d2eaf10b07
Move check_database into the Dba class
2012-11-08 13:15:19 -05:00
Paul Arthur
da5992d679
Fix an off-by-one error in the execution time check
2012-04-09 11:42:25 -04:00
Paul Arthur
89084a1103
Make the install-time execution time check more better
2012-04-09 11:36:52 -04:00
Stephen Shkardoon
3af6e0baef
Bug where configuration file was escaped incorrectly
...
Bug where a timeout of 0 was incorrectly recognized
2012-01-02 23:41:20 +11:00
Paul Arthur
79726ea541
Remove dangling version test
2011-11-30 15:04:21 -05:00
Karl Vollmer
12a7e9bc24
Ampache now requires PHP 5.3 or greater... 'JFDI'
2011-11-30 15:27:17 -04:00
Stephen Shkardoon
eefdaccd39
Escape config values when outputting the config file
...
Allows for odd characters in the database username and password.
2011-09-19 13:47:04 -04:00
Paul Arthur
99fd9d7fe2
Make debug and install tests friendlier
...
"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.
2011-09-19 13:40:07 -04:00
Karl Vollmer
ffad56ec18
Install now contains two buttons, Download & Write for the config file, there is also
...
an additional check before that if the config file is writeable
2011-07-27 14:35:49 -03:00
Paul Arthur
4aa256cb07
Clean up some PHPDoc crap
...
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
f99643663c
header comment modified for phpdoc
2011-02-03 09:43:46 +09:00
momo-i
add54bc230
test header for phpdoc. now using only classes and libraries.
2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
df80bd7243
Refactored Last.FM recommendations; drop new dependency on curl since
...
Snoopy works just as well for this application.
2010-08-17 20:59:16 +00:00
momo-i
bb8900e6c4
Check cURL before install.
...
if cURL have not installed, get_like() should be return false.
2010-07-30 00:11:07 +00:00
Paul 'flowerysong' Arthur
4b5756ba9d
Miscellaneous cleanup.
2010-06-13 08:11:09 +00:00
Karl 'vollmerk' Vollmer
45f382b06d
Add vim modelines to all php files (Thx ascheel)
2010-03-14 04:53:15 +00:00
dipsol
a7838e2a13
Replaced almost every dba::query to dba::read or dba::write.
2009-12-14 08:06:20 +00:00
dipsol
074c00c304
Issue #559 , corrected the variables as suggested by quack23.
2009-11-05 14:06:58 +00:00
Karl 'vollmerk' Vollmer
c014a32ec3
add additional information during the install process
2009-07-08 09:09:22 +00:00
Karl 'vollmerk' Vollmer
4979ca79f6
revert to old random methods for now
2009-03-15 21:37:42 +00:00
Karl 'vollmerk' Vollmer
2a83cc96dc
more work for alpha2 release, clean up install and debug a bit
2009-03-08 05:08:21 +00:00
Karl 'vollmerk' Vollmer
50e874b586
fix version check in debug lib
2009-03-03 01:12:04 +00:00
Karl 'vollmerk' Vollmer
ebcc2e6bbe
add a check for the sha256() hash algo
2008-12-28 23:15:08 +00:00
Karl 'vollmerk' Vollmer
f593f18131
Commit, still no internet paying for it.. curse you free.fr
2008-10-27 09:24:34 +00:00
momo-i
7a6e4825d9
2008-09-03 00:06:29 +00:00
Karl 'vollmerk' Vollmer
40288f21ca
remove restriction forcing non-blank root pw
2008-07-11 03:51:07 +00:00
Karl 'vollmerk' Vollmer
08598b34a8
some rather major bug fixes, corrected a preference setting issue, as well 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
2008-05-10 11:00:57 +00:00
Karl 'vollmerk' Vollmer
4626bc1ff1
updated russian translation and tweaked some plural points thx littlesavage
2008-02-28 05:24:24 +00:00
Karl 'vollmerk' Vollmer
15f3664049
fixed old password problem
2007-12-25 04:42:24 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c
licence updates, Thx porthose
2007-08-19 22:02:23 +00:00
Karl 'vollmerk' Vollmer
edf482ff3d
moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
2007-07-05 06:05:18 +00:00
Karl 'vollmerk' Vollmer
71f0c05034
fixed the debug page
2007-06-21 07:33:35 +00:00
Karl 'vollmerk' Vollmer
779f4bf4e5
updated sql file, and the install process now works
2007-05-13 21:37:49 +00:00
Karl 'vollmerk' Vollmer
dccdeba838
first step of installer works, will finish later tomorrow morning
2007-05-13 09:00:22 +00:00
Karl 'vollmerk' Vollmer
a31560aec4
it technically logs in and streams.. but thats it, complete rewrite almost everything broken
2007-04-23 07:31:05 +00:00
Karl 'vollmerk' Vollmer
d62207327c
* Added new icons, and speed up icon display
...
* Fixed ORDER BY `track` on play selected
* Started work on editing/flagging albums and artists
2006-12-20 02:59:31 +00:00
Karl 'vollmerk' Vollmer
ca34aa1ede
* Prevent Album art set on demo because people put porn in there :(
...
* 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
2006-12-05 04:43:13 +00:00
Karl 'vollmerk' Vollmer
70c2fedd29
final commit before alpha2 release
2006-11-13 06:04:12 +00:00
Karl 'vollmerk' Vollmer
e9133f9825
fixed mpd logic error and post max size
2006-11-02 00:28:37 +00:00
Karl 'vollmerk' Vollmer
a528277904
updated translations, new russian translation, generate config tool to update config and new putenv test on /test.php
2006-10-22 09:24:39 +00:00