Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | Improve the not authorized error message | Craig Andrews | |
2009-11-18 | Add login_group configuration option so only members of a certain group can ↵ | Craig Andrews | |
login | |||
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin | |||
2009-11-18 | Improved parameter checking | Craig Andrews | |
2009-11-18 | Updated button styles. By default, all buttons will have a drop-shadow | Sarven Capadisli | |
2009-11-18 | Relatively positioning notice_primary | Sarven Capadisli | |
2009-11-18 | Styled realtime_actions | Sarven Capadisli | |
2009-11-18 | Added play/pause button for realtime notices. While on pause, it will | Sarven Capadisli | |
store the notices and on play it will add them to the notice list | |||
2009-11-18 | Created separate objects for receive actions | Sarven Capadisli | |
2009-11-18 | Setting windowhasfocus to true by default | Sarven Capadisli | |
2009-11-18 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-18 | Settling on min-width for entity_actions because 1. better i18n 2. | Sarven Capadisli | |
doesn't alter the width when the action is processed. | |||
2009-11-18 | Another syntax error in the postgres db create script | Ciaran Gultnieks | |
2009-11-18 | Changed from click to bind | Sarven Capadisli | |
2009-11-18 | Setting max notice count in order not to freak out the browser with | Sarven Capadisli | |
memory issues. It removes the node and unbinds the previously assigned events. | |||
2009-11-18 | Added check to see whether window has focus | Sarven Capadisli | |
2009-11-18 | Added a call to NoticeFavor() | Sarven Capadisli | |
2009-11-18 | Added documentation in the README for what the 'language' setting actually ↵ | Ciaran Gultnieks | |
does. i.e. in practice, nothing. | |||
2009-11-18 | Removed setTimeout. It was initially intended to prevent dupes but | Sarven Capadisli | |
this is not the case with 0.9.x's util.js as opposed to 0.8.x, where it didn't properly check if a given notice id is already in the list | |||
2009-11-18 | Changed window open name to '' because IE doesn't compute names that | Sarven Capadisli | |
include the '-' character. | |||
2009-11-18 | Added on click event to open up anchors in notice items in a new | Sarven Capadisli | |
window for the Realtime plugin's pop-up window. | |||
2009-11-18 | Setting the width to particular form_settings inputs to auto | Sarven Capadisli | |
2009-11-18 | Updated default theme to match identica theme | Sarven Capadisli | |
2009-11-18 | Updated admin design form markup | Sarven Capadisli | |
2009-11-18 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-18 | Separated width selectors for form_data form controls | Sarven Capadisli | |
2009-11-18 | Relaxed the width for form select | Sarven Capadisli | |
2009-11-18 | Relaxed the CSS selector for design settings so it can be used in | Sarven Capadisli | |
different forms. | |||
2009-11-18 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Ciaran Gultnieks | |
2009-11-18 | Missing quotes in postgres db create script | Ciaran Gultnieks | |
2009-11-18 | Merge branch 'admin-sections' into 0.9.x | Zach Copley | |
* admin-sections: First draft of the admin panel for site design Get rid of empty select in theme dropdown | |||
2009-11-18 | First draft of the admin panel for site design | Zach Copley | |
2009-11-17 | (Theoretically) allow users to change their passwords. | Craig Andrews | |
I cannot test this... but I hope it works :-) | |||
2009-11-17 | A little cleanup on console.php; save readline history more aggressively; ↵ | Brion Vibber | |
avoid some notice sloppiness) | |||
2009-11-17 | Renaming GeonamesPlugin::NAMESPACE to GeonamesPlugin::LOCATION_NS to avoid ↵ | Brion Vibber | |
parse errors; 'namespace' is a reserved keyword in PHP 5.3 and later. | |||
2009-11-17 | Get rid of empty select in theme dropdown | Zach Copley | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-17 | Declare global usage in common.php so setup works right when called from ↵ | Brion Vibber | |
phpunit tests We end up running the tests through a function in PHPUnit, so we don't have automatic global scope at the top level of files all the time... | |||
2009-11-17 | bring the 08-to-09 SQL update script up-to-date | Evan Prodromou | |
2009-11-17 | Added form_data class | Sarven Capadisli | |
2009-11-17 | Update form_settings layout | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x-mobile' into 0.9.x | Sarven Capadisli | |
2009-11-17 | Updated admin forms to use form_settings styles | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-17 | more snapshot stuff in siteadminpanel | Evan Prodromou | |
2009-11-17 | remove panels.txt, move to http://status.net/wiki/Settings_by_panel | Evan Prodromou | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-17 | Reformatted for 80 character width, and clarified the username/nickname ↵ | Craig Andrews | |
attribute difference | |||
2009-11-17 | Fix ticket 1816: Database errors recorded as "Array" | Brion Vibber | |
PEAR error backtrace lines are now correctly formatted as strings in debug log, roughly as debug_print_backtrace() does (but with argument values swapped out for types to avoid being overly verbose). Todo: exceptions and PEAR error objects should log backtraces the same way; right now it doesn't look like exceptions get backtraces logged. Todo: At one line per line, it's potentially tough to figure out what backtrace goes with what event if traffic is heavy; even if not heavy it's awkward to jump back into a log file after grepping to find the backtrace. Consider using a random per-event ID which can go in the log output -- bonus points for exposing the error ID to users so ops can track down actual error details in logs from a user report. |