summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2010-11-21Load data for all plugins on plugin management page.Luke Shumaker
include.php: file to include to make creation of entry points easy index.php: move most of this file into include.php (and include it) plugindata.php: a separate entry point using include.php; load ALL plugins found, and write data gathered to plugindata.out.php .gitignore: add plugindata.out.php actions/pluginsadminpanel.php: * use plugindata.out.php's common_plugindata() instead of StatusNet::getPlugins() * give a button linking to plugindata.php, to refresh plugin data lib/pluginlist.php: * use plugindata.out.php's common_plugindata() instead of thowing the 'PluginVersion' event to currently enabled plugins * for the enable/disable forms: was: if (!$disabled) now: if ($enabled && (!$disabled)) lib/statusnet.php: move the list of filenames for a plugin into it's own public static function; this is used by plugindata.php
2009-10-24Add .DS_Store to .gitignore list; these are desktop metadata files ↵Brion Vibber
maintained by Mac OS X Finder.
2009-08-25ignore the local folderBrenda Wallace
2009-07-30don't ignore config.php.sampleEvan Prodromou
2009-06-20ignore config.php.*Evan Prodromou
2009-06-16Add background dirZach Copley
2009-05-27Handles local aliases (redirection) for file uploads attached to notices.Robin Millette
2009-05-01ignore Eclipse project filesEvan Prodromou
2009-02-20Ignoring VIM swap files, log files, and httpd.confLeslie Michael Orchard
2009-02-09ignore .#* filesEvan Prodromou
2009-01-16Ignore .orig and .rejEvan Prodromou
2009-01-15Add some stuff to .gitignoreEvan Prodromou
2009-01-15Hit dataobject.iniEvan Prodromou
2009-01-10Make git ignore TextMate project filesZach Copley
2009-01-08Add _darcs to .gitignoreEvan Prodromou
2009-01-06Correct syntax in .gitignoreroot
2009-01-06Add a git ignore file for avatars, files, config.php, and .htaccessroot