Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename lib/install.php to lib/install.lib.php | Paul Arthur | 2012-03-14 | 1 | -343/+0 |
| | |||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -2/+2 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Bug where configuration file was escaped incorrectly | Stephen Shkardoon | 2012-01-02 | 1 | -1/+1 |
| | | | | Bug where a timeout of 0 was incorrectly recognized | ||||
* | Fixed messages translatable. | momo-i | 2011-12-27 | 1 | -14/+15 |
| | |||||
* | Update Horde_Browser to latest. | Paul Arthur | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | FS#187 added missing : | dipsol | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Install now contains two buttons, Download & Write for the config file, ↵ | Karl Vollmer | 2011-07-27 | 1 | -18/+18 |
| | | | | | | 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 | -18/+21 |
| | |||||
* | Add fallback to the old method of downloading the config file if the config | Paul 'flowerysong' Arthur | 2010-10-12 | 1 | -14/+16 |
| | | | | file cannot be written to. | ||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -2/+1 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -20/+20 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Update defaults for new installs (extending default timeouts) fix ↵ | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -2/+2 |
| | | | | installation and PHP warning on no ip history | ||||
* | adjusted installer lib to write the config file directly, need to update ↵ | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -4/+18 |
| | | | | documentation to reflect it | ||||
* | Command line installation script completed - pending updates to ↵ | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -11/+13 |
| | | | | lib/install.php also added memory profiling to Catalog add | ||||
* | move a few more mysql_??? to Dba calls | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -3/+3 |
| | |||||
* | testing is for chumps | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Fixed a little bug :S | dipsol | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Made an redirect when it seems like the installation has already been completed. | dipsol | 2009-11-04 | 1 | -90/+92 |
| | |||||
* | fixed for PHP 5.3.0 deprecate warnings | momo-i | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Allow blank root MySQL password, required for compatibilty, continue to ↵ | Karl 'vollmerk' Vollmer | 2009-01-28 | 1 | -7/+1 |
| | | | | dis-allow Ampache MySQL account password to be blank. Revert additional check on DB Connection, do not want to tell the world their DB password is blank. The config clearly states this restriction | ||||
* | Ticket #387, added some checks during install for empty db passwords. Also ↵ | dipsol | 2009-01-28 | 1 | -2/+14 |
| | | | | added this to check when something goes wrong. | ||||
* | verify that they at least typed in the right db information, before creating ↵ | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -1/+1 |
| | | | | the config file for them | ||||
* | improved error messages during install if you fail at typing the same thing ↵ | Karl 'vollmerk' Vollmer | 2008-11-27 | 1 | -7/+20 |
| | | | | twice | ||||
* | Updated after installation, first screen set own language. | momo-i | 2008-09-05 | 1 | -0/+7 |
| | |||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -7/+4 |
| | |||||
* | some rather major bug fixes, corrected a preference setting issue, as well ↵ | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | | | | 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 | ||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -2/+12 |
| | |||||
* | fixed db name validity and paging being forgotten on back | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | someone is dumb, I will let you figure out who | Karl 'vollmerk' Vollmer | 2008-04-10 | 1 | -4/+5 |
| | |||||
* | corrected install docs to accuratly reflect how it works, and make it give ↵ | Karl 'vollmerk' Vollmer | 2008-04-03 | 1 | -0/+5 |
| | | | | an error when no password provided during install | ||||
* | updated sql files, tweak to the update and installers to make it more ↵ | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -5/+9 |
| | | | | utf-8ish hopefully final commit before release | ||||
* | fixed the catalog creation, hopefully. added cleaning of shoutbox table to ↵ | Karl 'vollmerk' Vollmer | 2008-01-20 | 1 | -1/+1 |
| | | | | catalog clean fixed typo on install | ||||
* | fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵ | Karl 'vollmerk' Vollmer | 2008-01-19 | 1 | -2/+7 |
| | | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi | ||||
* | changed alpha4 to beta1, updated translation base files, corrected ↵ | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -1/+1 |
| | | | | mysql_auth logic | ||||
* | fixed a problem with the dump that caused it not to work with MySQL 4.x | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -1/+10 |
| | |||||
* | fixed an install bug, and bumped version for release | Karl 'vollmerk' Vollmer | 2007-09-04 | 1 | -3/+3 |
| | |||||
* | updated lastfm protocol to 1.2, improved the logic behind it does not ↵ | Karl 'vollmerk' Vollmer | 2007-08-21 | 1 | -0/+8 |
| | | | | require a logout, also fixed duplicate stats collection of greedy players | ||||
* | licence updates, Thx porthose | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -3/+2 |
| | |||||
* | fixed some typos, minor bugs, updated the sql, added playlist as a browse type | Karl 'vollmerk' Vollmer | 2007-08-05 | 1 | -1/+1 |
| | |||||
* | missed a sql_escape on the installer | Karl 'vollmerk' Vollmer | 2007-06-01 | 1 | -1/+1 |
| | |||||
* | updated sql file, and the install process now works | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -86/+68 |
| | |||||
* | first step of installer works, will finish later tomorrow morning | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -23/+14 |
| | |||||
* | fix an issue with all numeric usernames... by preventing them for now this ↵ | Karl 'vollmerk' Vollmer | 2007-01-14 | 1 | -0/+5 |
| | | | | will be really fixed in the next version | ||||
* | working democratic play | Karl 'vollmerk' Vollmer | 2006-11-05 | 1 | -2/+17 |
| | |||||
* | some minror tweaks | Karl 'vollmerk' Vollmer | 2006-11-04 | 1 | -2/+9 |
| | |||||
* | fixed installer so that it works with new auth | Karl 'vollmerk' Vollmer | 2006-01-20 | 1 | -4/+4 |
| | |||||
* | updated registration mojo thx pb1dft also some fluf updates | Karl 'vollmerk' Vollmer | 2006-01-02 | 1 | -1/+1 |
| |