Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | Include php-gettext 1.0.7 into extlibs; loading it up if native gettext ↵ | Brion Vibber | |
extension is not present. This provides a pure PHP implementation of the gettext functions. This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed. Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules. Source: http://savannah.nongnu.org/projects/php-gettext Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch> GPLv2 or later | |||
2009-08-11 | fix for trac bug #1805: | Brett Taylor | |
bug on line 381 referred to non existant variable, and caused a php notice and potentially would create a misconfigured config.php database type setting. | |||
2009-08-06 | install.php: improved support for running Laconica in a sub folder and on a ↵ | Brett Taylor | |
non-standard port, tidyed up configuration file generation, removing duplication from db functions, | |||
2009-08-05 | Switch DOCTYPE's to the XHTML 5 DOCTYPE | Craig Andrews | |
2009-08-04 | Use <?php echo instead of <?print | Tom Adams | |
2009-07-29 | Pass $fancy to *_db_installer. | Tom Adams | |
2009-07-29 | Use <?php not <?. | Tom Adams | |
2009-07-25 | If cannot connect, then stop the installation | Craig Andrews | |
2009-07-25 | check the postgresql database is UTF8 before allowing installation to proceed | Brenda Wallace | |
2009-07-21 | Fixed: The installer checks if the avatar and background directories are ↵ | Craig Andrews | |
writable, but fails to check the file directory used for attachments. Thanks brion http://laconi.ca/trac/ticket/1703 | |||
2009-07-19 | Merge commit 'br3nda/0.8.x-pginstaller' into 0.8.x | CiaranG | |
2009-07-17 | Require PHP 5.2.3 or later. | Craig Andrews | |
http://laconi.ca/trac/ticket/1605 | |||
2009-07-15 | typo in config variable | Brenda Wallace | |
and pass type='pgsql' in to writeConf | |||
2009-07-15 | quote identifiers and type='psql' needs to be written to config.php | Brenda Wallace | |
2009-07-15 | install.php works for postgres | Brenda Wallace | |
2009-07-15 | connect to pg working | Brenda Wallace | |
2009-07-15 | added dbtype detection - and only install mysql stuff if mysql selected | Brenda Wallace | |
2009-07-15 | added dbtype to the installer form | Brenda Wallace | |
2009-07-15 | missing word (find) added | Brenda Wallace | |
2009-07-15 | mysql or pgsql required (not mysql) | Brenda Wallace | |
2009-06-26 | also check for write permission to background folder | Brenda Wallace | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-18 | remove path from install; better autodetection now | Evan Prodromou | |
2009-05-25 | Small bugfix to installer fixing fancy URL detection. | Robin Millette | |
2009-05-22 | Removed unnecessary link to base stylesheet because default stylesheet calls ↵ | Sarven Capadisli | |
base in 0.8.x | |||
2009-05-20 | Removed return from 1st line of runDbScript() | Eric Helgeson | |
fixed broken html tag on success page. handlePost() now will show as many errors as it can (instead of one at a time) checkPrereqs() will show all errors at once instead of failing on first one, installer will be able to try to fix all instead of fixing one at a time and trying again. writeConf(): added if LACONICA is !defined exit Tests: drop database and remove config.php, ran installer. Passed. | |||
2009-05-20 | fixed missing closing php tag when installer.php wrote to config.php | Eric Helgeson | |
2009-05-17 | Added site path field to installer + fancy URL javascript auto-detection. | Robin Millette | |
2009-05-01 | Added laconica logo | Sarven Capadisli | |
Updated installation page markup | |||
2009-04-15 | Add license notice to install.php, replace short and asp style tags by more ↵ | Adrian Lang | |
portable long tag form. | |||
2009-03-04 | Make a loop instead of repeating almost identical text in install | Evan Prodromou | |
2009-03-04 | run foreign services script | Evan Prodromou | |
2009-03-04 | add notice source data on install | Evan Prodromou | |
2009-03-04 | check posted parameters | Evan Prodromou | |
2009-03-04 | run sms carrier script on install | Evan Prodromou | |
2009-02-28 | check some prereqs for installation | Evan Prodromou | |
2009-02-28 | first pass at a working install.php | Evan Prodromou | |
2009-02-28 | show a form for installation | Evan Prodromou | |