Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | Drop the overly-prominent link to checklibs display; it's unnecessary and ↵ | Brion Vibber | |
just confuses people. The ability's still there to aid in debugging, but it won't be tempting people to click on it. | |||
2009-11-30 | Ticket 1870: drop unnecessary Tidy module installation requirement. | Brion Vibber | |
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object. | |||
2009-11-14 | Revert "Ask users if they wish to send statistics to SNI, default is off." | Evan Prodromou | |
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264. Conflicts: install.php | |||
2009-11-11 | Forgot closing tag... | Eric Helgeson | |
2009-11-11 | Ask users if they wish to send statistics to SNI, default is off. | Eric Helgeson | |
Users may not know about this setting and are unaware they are sending stats. This allows them to make that decision. | |||
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-10-30 | don't write the closing ?> to the config.php | Brenda Wallace | |
2009-10-13 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: install.php | |||
2009-10-13 | Fix typo's in installer | Eric Helgeson | |
2009-10-03 | indent fix | Brenda Wallace | |
2009-09-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: install.php lib/noticeform.php | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-19 | Pear code style | Brenda Wallace | |
2009-09-16 | Updated csarven emails to csarven@status.net and removed dupes | Sarven Capadisli | |
2009-09-15 | dedupe evans | Evan Prodromou | |
2009-09-15 | change all evans to evan@status.net | Evan Prodromou | |
2009-09-15 | Fixed broken list items in installer output | Zach Copley | |
2009-09-15 | Got rid of a bunch of ugly warnings | Zach Copley | |
2009-09-14 | pulled @author from git logs | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | most of code style errors gone | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | removed commented out code we no longer want | Brenda Wallace | |
2009-09-14 | fixed up curly brackets and spaces around for, if, else | Brenda Wallace | |
2009-09-14 | many doxygen comments added | Brenda Wallace | |
2009-09-14 | lotsa tabulation changed to 4 spaces | Brenda Wallace | |
2009-09-14 | fixed missing semisolon | Brenda Wallace | |
2009-09-14 | removed most of the <?php ?> that was making this hard to read | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | added doxygen for main() | Brenda Wallace | |
2009-09-14 | changed curly bracks on if, else, foreach to match pear code styles | Brenda Wallace | |
2009-09-14 | added doxygen tags | Brenda Wallace | |
2009-09-14 | bug 1814: installer now only offers DB types which are available. | Brion Vibber | |
Abstracted a couple of hardcoded lists of mysql/pgsql checks and radio button creation to use a nice little array of names, installer funcs, and modules to check. Only those DB types whose modules are present will be presented in the installer; if all are missing, we throw an error and list out all the possibilities we were looking for. | |||
2009-09-13 | Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs ↵ | Brion Vibber | |
checks. * notice on main installer form checking for $_GET['checklibs'] * notices when seeing which module checks to run * warnings when attempting to load include files | |||
2009-09-13 | Check that 'dl' function is available and usable before trying to call it ↵ | Brion Vibber | |
with error suppression; if it's disabled or unavailable we end up with mysterious failures during installation or loading of libraries. Fixed for StatusNet installer as well as some external libraries that should be fixed upstream if they haven't already been: * PEAR * Auth/OpenID * Auth/Yadis | |||
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-09-02 | The 'tidy' extension is a requirement | Craig Andrews | |
Fixes http://status.net/trac/ticket/1844 | |||
2009-08-28 | fix for postgres - was using a non-existent variable to work out if should ↵ | Brenda Wallace | |
write quote_identifiers=true | |||
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/laconica.ini | |||
2009-08-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-27 | show SQL errors in the output | Evan Prodromou | |
2009-08-27 | don't show a warning when dl() disabled | Evan Prodromou | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
2009-08-26 | Merge commit 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
2009-08-26 | Add library checking page | Craig Andrews | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |