Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Added fieldsets for site admin page | Sarven Capadisli | |
2009-11-19 | Merge branch 'admin-sections/3' into 0.9.x | Zach Copley | |
* admin-sections/3: Added locales_path to site admin panel Site admin panel mostly done. Still need to add CC license chooser. | |||
2009-11-19 | Added locales_path to site admin panel | Zach Copley | |
2009-11-19 | Site admin panel mostly done. Still need to add CC license chooser. | Zach Copley | |
2009-11-19 | Updated markup and style for design admin fieldsets | Sarven Capadisli | |
2009-11-18 | Merge branch 'admin-sections/2' into 0.9.x | Zach Copley | |
* admin-sections/2: Design admin panel mostly done. | |||
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-18 | Check profile->update() result against false exactly; we may legitimately ↵ | Brion Vibber | |
get 0 back if no rows were changed. DB objects normally would return true, but the comparisons aren't 100% reliable when we've got numbers which could be ints or strings or floats. Caused failures saving profile settings with Geonames plugin enabled; the lat/lon/id fields would get re-set with freshly looked up values which no longer matched the previous values as far as the data object could tell, but which saved as the same ol' numbers. | |||
2009-11-19 | Removing "join-existing". Do not add on update, just rebuild complete pot. ↵ | Siebrand Mazeland | |
The pot file gets really dirty, really quickly. | |||
2009-11-18 | Added support for pgettext() and npgettext() to separate contexts for ↵ | Brion Vibber | |
translatable messages that are going to be ambiguous in English original. | |||
2009-11-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-18 | You cannot use static that way - using another approach to save reuse the ↵ | Craig Andrews | |
default ldap connection | |||
2009-11-18 | Reuse ldap connections for the default config | Craig Andrews | |
2009-11-18 | do not required that roles_to_groups be specified | Craig Andrews | |
2009-11-18 | Blasted missing a $this! | Craig Andrews | |
2009-11-18 | Should not canonicalize nickname before calling common_check_user | Craig Andrews | |
2009-11-18 | Consolidate group creation into static function in User_group | Eric Helgeson | |
2009-11-18 | rename isMemberOfGroup to be more consistent with other LDAP functions | Craig Andrews | |
2009-11-18 | correct login checking logic | Craig Andrews | |
2009-11-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. Localisation updates from !translatewiki !StatusNet Check for dupe from insertNoticeItem() | |||
2009-11-18 | Add MuSTArD to notice sources | Zach Copley | |
2009-11-18 | attributes['username'] is required | Craig Andrews | |
2009-11-18 | Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. | Brion Vibber | |
2009-11-18 | Add some functions that were previously undefined | Craig Andrews | |
2009-11-18 | Improve the not authorized error message | Craig Andrews | |
2009-11-18 | Localisation updates from !translatewiki !StatusNet | Siebrand Mazeland | |
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 | Check for dupe from insertNoticeItem() | 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 | Took out CSS from JS and placed it in its own file. | Sarven Capadisli | |
2009-11-18 | Improved parameter checking | Craig Andrews | |
2009-11-18 | Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88 | Brion Vibber | |
2009-11-18 | Added counter beside the play button. When paused, it will update the | Sarven Capadisli | |
counter on new received notices. Counter is removed when play is clicked | |||
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. |